[28055] trunk/dports/archivers/ppmd/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Sun Aug 19 08:21:14 PDT 2007


Revision: 28055
          http://trac.macosforge.org/projects/macports/changeset/28055
Author:   nox at macports.org
Date:     2007-08-19 08:21:14 -0700 (Sun, 19 Aug 2007)

Log Message:
-----------
ppmd:
 * Added sha1 and rmd160 checksums.
 * Disabled universal variant.
 * Disabled livecheck.

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

Modified: trunk/dports/archivers/ppmd/Portfile
===================================================================
--- trunk/dports/archivers/ppmd/Portfile	2007-08-19 15:15:00 UTC (rev 28054)
+++ trunk/dports/archivers/ppmd/Portfile	2007-08-19 15:21:14 UTC (rev 28055)
@@ -1,20 +1,23 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
 
 name			ppmd
 version			20050811
 categories		archivers
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		nomaintainer
 description		A fast archiver with a good compression ratio
-long_description	PPMD is a fast archiver with a good compression ratio. It \
-			is written for embedding in user programs mainly it is not \
-			intended for immediate use. Speed and performance improvements of \
-			abstract PPM model 1-6 are the main goal.
 
+long_description \
+				PPMD is a fast archiver with a good compression ratio. It \
+				is written for embedding in user programs mainly it is not \
+				intended for immediate use. Speed and performance improvements of \
+				abstract PPM model 1-6 are the main goal.
+
 homepage		http://packages.debian.org/unstable/utils/ppmd
 master_sites	http://critical.ch/distfiles/
+
 checksums		md5 59727053ba0ec35ba83f3547f55c0bbc
 
 use_configure	no
@@ -22,7 +25,11 @@
 build.type		bsd
 
 destroot {
-	xinstall -m 755 ${worksrcpath}/ppmd ${destroot}${prefix}/bin
-	xinstall -m 644 ${worksrcpath}/ppmd.1 ${destroot}${prefix}/share/man/man1
+	xinstall ${worksrcpath}/ppmd ${destroot}${prefix}/bin
+	xinstall -m 0644 ${worksrcpath}/ppmd.1 ${destroot}${prefix}/share/man/man1
 }
 
+universal_variant no
+
+livecheck.check none
+

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


More information about the macports-changes mailing list