diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-09-24 07:43:29 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-09-24 07:43:29 +0000 |
commit | 79e9c3b81f4173f4ec88ff835a9a95a0a7a0a846 (patch) | |
tree | 46e31ca3584b492f3b68764539daddcfa24f3eb2 /irc/epic4 | |
parent | cd4b80489b0d4a74b881e452903c9f34836a1e7f (diff) | |
download | ports-79e9c3b81f4173f4ec88ff835a9a95a0a7a0a846.tar.gz ports-79e9c3b81f4173f4ec88ff835a9a95a0a7a0a846.zip |
Notes
Diffstat (limited to 'irc/epic4')
-rw-r--r-- | irc/epic4/Makefile | 7 | ||||
-rw-r--r-- | irc/epic4/distinfo | 6 | ||||
-rw-r--r-- | irc/epic4/files/pkg-message.in | 6 | ||||
-rw-r--r-- | irc/epic4/pkg-descr | 2 | ||||
-rw-r--r-- | irc/epic4/pkg-plist | 2 |
5 files changed, 15 insertions, 8 deletions
diff --git a/irc/epic4/Makefile b/irc/epic4/Makefile index 3e55d6db52a7..97c53f9ba122 100644 --- a/irc/epic4/Makefile +++ b/irc/epic4/Makefile @@ -6,8 +6,7 @@ # PORTNAME= epic4 -PORTVERSION= 2.6 -PORTREVISION= 1 +PORTVERSION= 2.8 CATEGORIES= irc ipv6 MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/ \ http://tehran.lain.pl/epic-mirror/EPIC4-PRODUCTION/ \ @@ -21,11 +20,12 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= josh@tcbug.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient -CONFLICTS= epic5-[0-9]* +CONFLICTS= epic5-0.[0-2]* GNU_CONFIGURE= yes MAN1= epic.1 USE_OPENSSL= yes +SUB_FILES= pkg-message OPTIONS= IPV6 "IPv6 support" on \ TCL "TCL support" on \ @@ -96,6 +96,7 @@ post-install: .for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor + ${CAT} ${PKGMESSAGE} .endif .include <bsd.port.post.mk> diff --git a/irc/epic4/distinfo b/irc/epic4/distinfo index c053c91b3e23..171560327b91 100644 --- a/irc/epic4/distinfo +++ b/irc/epic4/distinfo @@ -1,6 +1,6 @@ -MD5 (epic4-2.6.tar.gz) = 3af76d22762b5015735bc9cb7f43d2c9 -SHA256 (epic4-2.6.tar.gz) = cabc3779b86afae7ddb1875c2cb641f3f1f825ee008315fd2735644d863af58c -SIZE (epic4-2.6.tar.gz) = 769591 +MD5 (epic4-2.8.tar.gz) = 26669602d0dcc5df9614f278f02d7bfc +SHA256 (epic4-2.8.tar.gz) = ebb169f5e3584d6813a4cfb5292763e4c41b73d20a48f9ce699f898b1ee02fff +SIZE (epic4-2.8.tar.gz) = 770922 MD5 (epic4-help-20050315.tar.gz) = 9888d1af465ca72bf9a02487264071a5 SHA256 (epic4-help-20050315.tar.gz) = 714afd07348731e6ac82e1f6548acc12e84539b3106ab27fa5d00ed5696256f7 SIZE (epic4-help-20050315.tar.gz) = 332502 diff --git a/irc/epic4/files/pkg-message.in b/irc/epic4/files/pkg-message.in new file mode 100644 index 000000000000..e043e29646c7 --- /dev/null +++ b/irc/epic4/files/pkg-message.in @@ -0,0 +1,6 @@ +EPIC is a toolkit, much akin to a box of legos. It strives to let you +build a client the way you want it. You will not find EPIC usable without +a script of some sort. + +Some of the more popular scripts can be found at: +http://scripts.epicsol.org/list.php diff --git a/irc/epic4/pkg-descr b/irc/epic4/pkg-descr index 47176316a88a..bb7295632170 100644 --- a/irc/epic4/pkg-descr +++ b/irc/epic4/pkg-descr @@ -7,4 +7,4 @@ make EPIC the best ircII client available. EPIC no longer shares any file names with ircII, so they should happily co-exist. -WWW: http://prbh.org/ +WWW: http://www.epicsol.org/ diff --git a/irc/epic4/pkg-plist b/irc/epic4/pkg-plist index 4abf7bd3e05a..fad3fbbfe7bd 100644 --- a/irc/epic4/pkg-plist +++ b/irc/epic4/pkg-plist @@ -1,5 +1,5 @@ bin/epic -bin/epic-EPIC4-2.6 +bin/epic-EPIC4-2.8 libexec/wserv4 share/epic/help/1_General/1_General share/epic/help/1_General/away |