|
Revision 40922, 0.9 KB
(checked in by simon@…, 3 months ago)
|
|
math/add: Fixed livecheck.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # $Id$ |
|---|
| 2 | |
|---|
| 3 | PortSystem 1.0 |
|---|
| 4 | |
|---|
| 5 | name add |
|---|
| 6 | version 20070214 |
|---|
| 7 | categories math |
|---|
| 8 | platforms darwin |
|---|
| 9 | maintainers jmpp openmaintainer |
|---|
| 10 | |
|---|
| 11 | description Fixed-point, full screen calculator. |
|---|
| 12 | long_description add is a fixed-point calculator that operates as a full-screen editor. \ |
|---|
| 13 | It is designed for use as a checkbook or expense-account balancing tool. |
|---|
| 14 | |
|---|
| 15 | homepage http://dickey.his.com/add/ |
|---|
| 16 | master_sites ftp://invisible-island.net/add/ |
|---|
| 17 | extract.suffix .tgz |
|---|
| 18 | checksums md5 939091db5323c54b6bf65dd01885db9d \ |
|---|
| 19 | sha1 a8afdb2e83a69847c805e874ec30f9eb7edbb182 \ |
|---|
| 20 | rmd160 a860640c3054e4bc700ae74bea4a5f26e50932a9 |
|---|
| 21 | |
|---|
| 22 | depends_lib port:ncurses |
|---|
| 23 | |
|---|
| 24 | configure.args --mandir=${prefix}/share/man |
|---|
| 25 | |
|---|
| 26 | post-destroot { |
|---|
| 27 | xinstall -d -m 755 ${destroot}${prefix}/share/doc/${name} |
|---|
| 28 | file rename ${destroot}${prefix}/bin/add.hlp ${destroot}${prefix}/share/doc/${name} |
|---|
| 29 | } |
|---|
| 30 | |
|---|
| 31 | livecheck.check regex |
|---|
| 32 | livecheck.url ${master_sites} |
|---|
| 33 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}" |
|---|