most recent changes, diff for unshield

Index: archivers/unshield/Portfile
--- archivers/unshield/Portfile (revision 28067)
+++ archivers/unshield/Portfile (revision 28068)
@@ -1,27 +1,36 @@
# $Id$

PortSystem 1.0
+
name unshield
version 0.5
categories archivers compression sysutils
+platforms darwin
maintainers boeyms openmaintainer
description Extract files from InstallShield cabinet files
+
long_description \
Extract files from InstallShield-style cabinet files (usually named \
data1.cab, data1.hdr, data2.cab, etc), versions 5 and later

-platforms darwin

homepage http://synce.sourceforge.net/synce/unshield.php
master_sites sourceforge:synce

-checksums md5 ff6bb0fbe962bc00e230592c910b90ce
+depends_lib port:zlib

-depends_lib lib:libz:zlib
+checksums md5 ff6bb0fbe962bc00e230592c910b90ce \
+ sha1 317990841cceea95d51638bd4f29456e2cfaf5af \
+ rmd160 cf56cb3be917b8c20f131a0e82469c11b585b142

+configure.args --with-zlib=${prefix}
+
post-destroot {
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
xinstall -m 644 -W ${worksrcpath} LICENSE README TODO \
- ${destroot}${prefix}/share/doc/${name}
+ ${destroot}${docdir}
}

+livecheck.distname Unshield
+