Last change
on this file since 55457 was
55457,
checked in by toby@…, 10 years ago
|
epic4, epic5: livecheck
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.1 KB
|
Line | |
---|
1 | # $Id: Portfile 55457 2009-08-11 03:16:24Z toby@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name epic4 |
---|
5 | version 2.10 |
---|
6 | revision 1 |
---|
7 | categories irc |
---|
8 | maintainers toby |
---|
9 | description The (E)nhanced (P)rogrammable (I)RC-II (C)lient |
---|
10 | homepage http://www.epicsol.org/ |
---|
11 | platforms darwin freebsd |
---|
12 | long_description \ |
---|
13 | EPIC4 is a new direction in ircII development. No \ |
---|
14 | longer is EPIC 100% backwards compatible with ircII, \ |
---|
15 | but instead those things where compatibility is \ |
---|
16 | undesirable have been found and fixed. No gratuitous \ |
---|
17 | incompatibilities have been added, but lots of new \ |
---|
18 | code has been added to make EPIC the best ircII client \ |
---|
19 | available. |
---|
20 | |
---|
21 | master_sites ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ |
---|
22 | use_bzip2 yes |
---|
23 | |
---|
24 | checksums md5 92789d75f12882696817865ea072e44a \ |
---|
25 | sha1 0e81ba130fb8b31be61e4b59939c932af72d0369 \ |
---|
26 | rmd160 8f763f284fe1719e2d70b618772379c89ec08214 |
---|
27 | |
---|
28 | configure.args --mandir=${prefix}/share/man |
---|
29 | |
---|
30 | destroot.destdir IP=${destroot} |
---|
31 | |
---|
32 | depends_lib port:openssl port:ncurses |
---|
33 | |
---|
34 | livecheck.check regex |
---|
35 | livecheck.url ${master_sites} |
---|
36 | livecheck.regex ${name}-(\[0-9\\.\]+)\\.tar |
---|
Note: See
TracBrowser
for help on using the repository browser.