[24519] trunk/dports/devel/mhash/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Fri Apr 27 03:28:28 PDT 2007
Revision: 24519
http://trac.macosforge.org/projects/macports/changeset/24519
Author: ryandesign at macports.org
Date: 2007-04-27 03:28:28 -0700 (Fri, 27 Apr 2007)
Log Message:
-----------
Whitespace changes only
Modified Paths:
--------------
trunk/dports/devel/mhash/Portfile
Modified: trunk/dports/devel/mhash/Portfile
===================================================================
--- trunk/dports/devel/mhash/Portfile 2007-04-27 10:22:22 UTC (rev 24518)
+++ trunk/dports/devel/mhash/Portfile 2007-04-27 10:28:28 UTC (rev 24519)
@@ -1,33 +1,38 @@
# $Id$
-PortSystem 1.0
-name mhash
-version 0.9.8.1
-categories devel security
-maintainers ryandesign at macports.org openmaintainer at macports.org
-description provides easy access strong hashes
+PortSystem 1.0
+
+name mhash
+version 0.9.8.1
+categories devel security
+maintainers ryandesign at macports.org openmaintainer at macports.org
+homepage http://mhash.sourceforge.net/
+master_sites sourceforge
+use_bzip2 yes
+platforms darwin freebsd
+
+description \
+ provides easy access strong hashes
+
long_description \
Libmhash is a library which implements some hash algorithms like crc32, \
md5 and sha-1.
-platforms darwin freebsd
+checksums \
+ md5 f2b5e7b659fabd64de37df0872f401ab \
+ sha1 b0c1deb74ab6d997a0264e30a38307e1720e6a07 \
+ rmd160 33fb6f71834e5d7e0c2c5155f178a47d4ce50180
-homepage http://mhash.sourceforge.net/
-master_sites sourceforge
-use_bzip2 yes
+configure.args \
+ --mandir=${prefix}/share/man
-checksums md5 f2b5e7b659fabd64de37df0872f401ab \
- sha1 b0c1deb74ab6d997a0264e30a38307e1720e6a07 \
- rmd160 33fb6f71834e5d7e0c2c5155f178a47d4ce50180
-
-configure.args --mandir=${prefix}/share/man
-
platform darwin 8 {
- configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
+ configure.env-append \
+ CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}
-test.run yes
-test.target check
+test.run yes
+test.target check
post-destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070427/35a63d31/attachment.html
More information about the macports-changes
mailing list