cvs diff: Diffing .
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/devel/popt/Portfile,v
retrieving revision 1.15
diff -u -b -B -w -p -u -r1.15 Portfile
|
|
|
2 | 2 | |
3 | 3 | PortSystem 1.0 |
4 | 4 | name popt |
5 | | version 1.7 |
6 | | revision 4 |
| 5 | version 1.10.4 |
| 6 | revision 1 |
7 | 7 | categories devel |
8 | | maintainers landonf@opendarwin.org |
| 8 | maintainers n3npq@mac.com |
9 | 9 | description A getopt(3) like library with a number of enhancements |
10 | 10 | long_description popt is a command line parsing library. It contains a number of enhancements over getopt(3), including being fully reentrant, allowing users to alias command line arguments, providing convience functions for parsing strings into argv[] style arrays and popt can parse arbitrary argv[] style arrays. |
11 | 11 | |
12 | 12 | platforms darwin |
13 | | master_sites ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ \ |
14 | | ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/ |
| 13 | master_sites ftp://wraptastic.org/pub/rpm-4.4.x |
15 | 14 | |
16 | 15 | depends_lib lib:libintl.3:gettext |
17 | 16 | |
… |
… |
post-destroot { |
28 | 27 | file delete -force ${destroot}${prefix}/lib/charset.alias |
29 | 28 | } |
30 | 29 | |
31 | | checksums md5 5988e7aeb0ae4dac8d83561265984cc9 |
| 30 | checksums md5 dd22a6873b43d00f75e1c1b7dcfd1ff7 |