[27970] trunk/dports/archivers/deb2targz/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Thu Aug 16 14:19:26 PDT 2007


Revision: 27970
          http://trac.macosforge.org/projects/macports/changeset/27970
Author:   nox at macports.org
Date:     2007-08-16 14:19:26 -0700 (Thu, 16 Aug 2007)

Log Message:
-----------
deb2targz:
 * Added sha1 and rmd160 checksums.
 * Port cleaned a bit.

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

Modified: trunk/dports/archivers/deb2targz/Portfile
===================================================================
--- trunk/dports/archivers/deb2targz/Portfile	2007-08-16 20:53:23 UTC (rev 27969)
+++ trunk/dports/archivers/deb2targz/Portfile	2007-08-16 21:19:26 UTC (rev 27970)
@@ -1,31 +1,38 @@
 # $Id$
 
-PortSystem 1.0
+PortSystem		1.0
 
 name			deb2targz
 version			20021217
 categories		archivers
 platforms		darwin
-maintainers		nomaintainer at macports.org
+maintainers		nomaintainer
 description		converts .deb packages to .tar.gz archives
-long_description	deb2targz is a very small perl script for converting \
-			Debian Linux style .deb packages to a friendly .tar.gz. deb2targz \
-			does not need any external programs like ar or tar.
 
+long_description \
+				deb2targz is a very small perl script for converting \
+				Debian Linux style .deb packages to a friendly .tar.gz. deb2targz \
+				does not need any external programs like ar or tar.
+
 homepage		http://www.miketaylor.org.uk/tech/deb/
-master_sites	http://critical.ch/distfiles/ freebsd
-checksums		md5 faa652c6447bd04ebb89d5d23c54f9a3
+master_sites	http://critical.ch/distfiles/ \
+				freebsd
 
+checksums		md5 faa652c6447bd04ebb89d5d23c54f9a3 \
+				sha1 db159f5c5f46805554361eca55d123b68f8b5c3d \
+				rmd160 5869859e592df664602e54df4d1d596e1fda2ac9
+				
 depends_run		bin:perl:perl5.8
 
-patch {
+post-patch {
 	reinplace "s|/usr/bin/perl -w|/usr/bin/env perl|g" ${worksrcpath}/deb2targz
 }
 
-configure		{}
+use_configure	no
+
 build			{}
 
 destroot {
-	xinstall -m 755 -d ${destroot}${prefix}/bin
-	xinstall -m 755 ${worksrcpath}/deb2targz ${destroot}${prefix}/bin
+	xinstall -m 0755 ${worksrcpath}/deb2targz ${destroot}${prefix}/bin
 }
+

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


More information about the macports-changes mailing list