|
Revision 43423, 1.2 KB
(checked in by devans@…, 4 weeks ago)
|
|
libgpg-error: update to version 1.7.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name libgpg-error |
|---|
| 6 | version 1.7 |
|---|
| 7 | categories devel |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers nomaintainer |
|---|
| 10 | homepage http://www.gnupg.org/ |
|---|
| 11 | description Common error values for all GnuPG components |
|---|
| 12 | |
|---|
| 13 | long_description \ |
|---|
| 14 | libgpg-error is a library that defines common error values for all GnuPG components. \ |
|---|
| 15 | Among these are GPG, GPGSM, GPGME, GPG-Agent, libgcrypt, pinentry, SmartCard Daemon \ |
|---|
| 16 | and possibly more in the future. |
|---|
| 17 | |
|---|
| 18 | master_sites gnupg |
|---|
| 19 | use_bzip2 yes |
|---|
| 20 | |
|---|
| 21 | depends_lib port:libiconv \ |
|---|
| 22 | port:gettext |
|---|
| 23 | |
|---|
| 24 | checksums md5 62c0d09d1e76c5b6da8fff92314c4665 \ |
|---|
| 25 | sha1 bf8c6babe1e28cae7dd6374ca24ddcc42d57e902 \ |
|---|
| 26 | rmd160 6f9004baf8e707b5995a276b5a454102405a6afc |
|---|
| 27 | |
|---|
| 28 | test.run yes |
|---|
| 29 | test.target check |
|---|
| 30 | |
|---|
| 31 | post-destroot { |
|---|
| 32 | set docdir ${prefix}/share/doc/${name}-${version} |
|---|
| 33 | xinstall -d ${destroot}${docdir} |
|---|
| 34 | xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING COPYING.LIB NEWS README \ |
|---|
| 35 | THANKS VERSION ${destroot}${docdir} |
|---|
| 36 | } |
|---|
| 37 | |
|---|
| 38 | livecheck.check regex |
|---|
| 39 | livecheck.url http://mirrors.rootmode.com/ftp.gnupg.org/${name}/?O=D |
|---|
| 40 | livecheck.regex ${name}-(\\d+\\.\\d+) |
|---|