[28964] trunk/dports/archivers/gzrecover/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Sep 12 12:42:10 PDT 2007
Revision: 28964
http://trac.macosforge.org/projects/macports/changeset/28964
Author: nox at macports.org
Date: 2007-09-12 12:42:10 -0700 (Wed, 12 Sep 2007)
Log Message:
-----------
gzrecover: Whitespace changes.
Modified Paths:
--------------
trunk/dports/archivers/gzrecover/Portfile
Modified: trunk/dports/archivers/gzrecover/Portfile
===================================================================
--- trunk/dports/archivers/gzrecover/Portfile 2007-09-12 19:39:40 UTC (rev 28963)
+++ trunk/dports/archivers/gzrecover/Portfile 2007-09-12 19:42:10 UTC (rev 28964)
@@ -1,58 +1,58 @@
# $Id$
-PortSystem 1.0
+PortSystem 1.0
-name gzrecover
-set my_name gzrt
-version 0.5
-categories archivers
-platforms darwin
-maintainers nomaintainer
-description attempts to extract bad gzip archives
+name gzrecover
+set my_name gzrt
+version 0.5
+categories archivers
+platforms darwin
+maintainers nomaintainer
+description attempts to extract bad gzip archives
long_description \
- Gzrecover attempts to skip over bad data in a gzip \
- archive. It will try to to skip over bad data and extract whatever \
- files might be there.
+ Gzrecover attempts to skip over bad data in a gzip \
+ archive. It will try to to skip over bad data and extract whatever \
+ files might be there.
-homepage http://www.urbanophile.com/arenn/hacking/gzrt/
-master_sites ${homepage}
-distname ${my_name}-${version}
+homepage http://www.urbanophile.com/arenn/hacking/gzrt/
+master_sites ${homepage}
+distname ${my_name}-${version}
-checksums md5 91e9cbc1d92276742691dca89d6b8293 \
- sha1 99f1320dc795da666cd17d331c359e5c2433c129 \
- rmd160 e14e80de9b5e9abee8c68e6f2a9164c038b1d3a9
+checksums md5 91e9cbc1d92276742691dca89d6b8293 \
+ sha1 99f1320dc795da666cd17d331c359e5c2433c129 \
+ rmd160 e14e80de9b5e9abee8c68e6f2a9164c038b1d3a9
-depends_lib port:zlib
+depends_lib port:zlib
post-patch {
- foreach {var} {CFLAGS LDFLAGS} {
- eval reinplace -E "\"/^${var}/s|\\\\+=|= \${${var}}|\"" ${worksrcpath}/Makefile
- }
+ foreach {var} {CFLAGS LDFLAGS} {
+ eval reinplace -E "\"/^${var}/s|\\\\+=|= \${${var}}|\"" ${worksrcpath}/Makefile
+ }
}
-use_configure no
+use_configure no
-set CFLAGS ${configure.cflags}
-set LDFLAGS ${configure.ldflags}
+set CFLAGS ${configure.cflags}
+set LDFLAGS ${configure.ldflags}
destroot {
- cd ${worksrcpath}
+ cd ${worksrcpath}
- xinstall gzrecover ${destroot}${prefix}/bin
- xinstall -m 0444 gzrecover.1 ${destroot}${prefix}/share/man/man1
+ xinstall gzrecover ${destroot}${prefix}/bin
+ xinstall -m 0444 gzrecover.1 ${destroot}${prefix}/share/man/man1
- set docdir ${prefix}/share/doc/${name}-${version}
- xinstall -d ${destroot}${docdir}
- xinstall -m 0644 ChangeLog README ${destroot}${docdir}
+ set docdir ${prefix}/share/doc/${name}-${version}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 0644 ChangeLog README ${destroot}${docdir}
}
variant universal {
- set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
- set LDFLAGS "${LDFLAGS} ${configure.universal_ldflags}"
+ set CFLAGS "${CFLAGS} ${configure.universal_cflags}"
+ set LDFLAGS "${LDFLAGS} ${configure.universal_ldflags}"
}
-livecheck.check regex
-livecheck.url ${homepage}
-livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
+livecheck.check regex
+livecheck.url ${homepage}
+livecheck.regex ${my_name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070912/634e0eb7/attachment.html
More information about the macports-changes
mailing list