[27980] trunk/dports/archivers/lcab/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 18:01:57 PDT 2007


Revision: 27980
          http://trac.macosforge.org/projects/macports/changeset/27980
Author:   nox at macports.org
Date:     2007-08-16 18:01:57 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
lcab:
 * Updated to 1.0b12.
 * Changed description and long_description.
 * Added documentation installation.
 * Added sha1 and rmd160 checksums and livecheck.

Modified Paths:
--------------
    trunk/dports/archivers/lcab/Portfile

Modified: trunk/dports/archivers/lcab/Portfile
===================================================================
--- trunk/dports/archivers/lcab/Portfile	2007-08-17 00:35:52 UTC (rev 27979)
+++ trunk/dports/archivers/lcab/Portfile	2007-08-17 01:01:57 UTC (rev 27980)
@@ -1,21 +1,34 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
 
 name			lcab
-version			1.0b11
+version			1.0b12
 categories		archivers
 platforms		darwin
-maintainers		nomaintainer at macports.org
-description		Microsoft .CABinet file creator
-long_description	LCAB is a small program that creates a MS Cabinet (.CAB) \
-			file from a set of input files.
+maintainers		nomaintainer
+description		Linux CABinet file creator
 
-homepage		http://www.geekshop.be/rien/lcab/
-master_sites	http://www.geekshop.be/rien/lcab/files/
-checksums		md5 f23c469c789f4eb4b0500b4770060e85
+long_description \
+				LCAB is a small program for linux that creates an uncompressed \
+				MS Cabinet File from a set of input files.
 
+homepage		http://coding.wooyayhoopla.be/lcab/
+master_sites	${homepage}/sources
+
+checksums		md5 9403e08f53fcf262e25641a9b900d4de \
+				sha1 3e5a1f23f0ea1c991e80322592e3ede9f38ecd94 \
+				rmd160 2b6978175248ac048613e4414acc121df103de7a
+
 post-destroot {
-	xinstall -m 644 ${worksrcpath}/lcab.1 ${destroot}${prefix}/share/man/man1
+	cd ${worksrcpath}
+
+	xinstall -m 0444 ${worksrcpath}/lcab.1 ${destroot}${prefix}/share/man/man1
+
+	set docdir ${prefix}/share/doc/${name}-${version}
+	xinstall -d ${destroot}${docdir}
+	xinstall -m 0644 COPYING README ${destroot}${docdir}
 }
 
+livecheck.check none
+

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070816/234cf2e7/attachment.html


More information about the macports-changes mailing list