diff --git a/irc/epic5/Makefile b/irc/epic5/Makefile index ec7cf12ec0b5..5a2fdb5fdb91 100644 --- a/irc/epic5/Makefile +++ b/irc/epic5/Makefile @@ -1,104 +1,104 @@ # New ports collection makefile for: epic5 # Date created: 24 February 2005 # Whom: Josh Paetzel # # $FreeBSD$ # PORTNAME= epic5 -PORTVERSION= 0.9.1 +PORTVERSION= 1.0 CATEGORIES= irc ipv6 -MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-BETA/ \ - http://tehran.lain.pl/epic-mirror/EPIC5-BETA/ \ - ftp://ftp.irc.org/irc/clients/unix/epic/EPIC5-ALPHA/ \ - ftp://ftp.parodius.com/pub/epic/EPIC5-ALPHA/ \ - http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-ALPHA/ +MASTER_SITES= http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/ \ + http://tehran.lain.pl/epic-mirror/EPIC5-PRODUCTION/ \ + ftp://ftp.irc.org/irc/clients/unix/epic/EPIC5-PRODUCTION/ \ + ftp://ftp.parodius.com/pub/epic/EPIC5-PRODUCTION/ \ + http://ftp.freenet.de/pub/ftp.prbh.org/pub/epic/EPIC5-PRODUCTION/ MAINTAINER= jpaetzel@FreeBSD.org COMMENT= The (E)nhanced (P)rogrammable (I)RC-II (C)lient SUB_FILES= pkg-message GNU_CONFIGURE= yes MAN1= epic5.1 USE_OPENSSL= yes PLIST_SUB+= PORTVERSION=${PORTVERSION} USE_BZIP2= yes CFLAGS:= ${CFLAGS:C/-O2/-g -O/g} OPTIONS= IPV6 "IPv6 support" on \ TCL "TCL support" on \ PERL "Perl scripting support" on \ RUBY "Ruby scripting support" on \ TERMCAP "Refure to use terminfo/ncurses" off \ ICONV "Enable experimental iconv support" off .include ## WITHOUT_IPV6: disable IPv6 support # .if defined(WITHOUT_IPV6) CONFIGURE_ARGS+= --without-ipv6 .endif ## WITHOUT_TCL: disable Tcl support # .if !defined(WITHOUT_TCL) LIB_DEPENDS+= tcl84:${PORTSDIR}/lang/tcl84 CONFIGURE_ARGS+= --with-tcl .else CONFIGURE_ARGS+= --without-tcl .endif ## WITH_PERL: enable perl5 support (requires perl 5.6.1 or newer) # # The path provided to --with-perl is needed, since the configure script # looks for libperl.so in places very specific to Linux. Possibly a # patch to configure would be a better idea, but we need to rely on # SITE_PERL and PERL_VER to create the path. # .if defined(WITH_PERL) USE_PERL5= yes CONFIGURE_ARGS+= --with-perl .else CONFIGURE_ARGS+= --without-perl .endif ## WITH_RUBY: enable ruby scripting support # .if defined(WITH_RUBY) USE_RUBY= yes .include "${PORTSDIR}/Mk/bsd.ruby.mk" CONFIGURE_ARGS+= --with-ruby .else CONFIGURE_ARGS+= --without-ruby .endif ## WITH_TERMCAP forecably refuse to use terminfo/ncurses # .if defined(WITH_TERMCAP) CONFIGURE_ARGS+= --with-termcap .endif ## WITH_ICON experimental iconv support # .if defined(WITH_ICONV) LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv CONFIGURE_ARGS+= --with-iconv .else CONFIGURE_ARGS+= --without-iconv .endif post-extract: @${FIND} ${WRKDIR} -type d -name CVS | ${XARGS} ${RM} -rf post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in BUG_FORM COPYRIGHT KNOWNBUGS README UPDATES VOTES ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} .endfor @${CAT} ${PKGMESSAGE} .endif .include diff --git a/irc/epic5/distinfo b/irc/epic5/distinfo index d8e991e00338..0dc33120a0ee 100644 --- a/irc/epic5/distinfo +++ b/irc/epic5/distinfo @@ -1,3 +1,3 @@ -MD5 (epic5-0.9.1.tar.bz2) = a817c0f752a0cb8ad7190bc7c3e9c601 -SHA256 (epic5-0.9.1.tar.bz2) = a6c1c28beb01a940e56bf235325b69c45f93de774db32fbaf4bb3d84bc0ffe5d -SIZE (epic5-0.9.1.tar.bz2) = 742568 +MD5 (epic5-1.0.tar.bz2) = 05e0ad374dadd614147297727aa9ad4f +SHA256 (epic5-1.0.tar.bz2) = 930a8db1225e16b56d27fc2b7a02072df24694b64e96e5069d9ee37a80ca38b9 +SIZE (epic5-1.0.tar.bz2) = 743330 diff --git a/irc/epic5/pkg-plist b/irc/epic5/pkg-plist index 281896a0a002..2b3cf1b37a54 100644 --- a/irc/epic5/pkg-plist +++ b/irc/epic5/pkg-plist @@ -1,78 +1,79 @@ bin/epic5 bin/epic5-%%PORTVERSION%% libexec/epic5-wserv4 %%PORTDOCS%%%%DOCSDIR%%/BUG_FORM %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/KNOWNBUGS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/UPDATES %%PORTDOCS%%%%DOCSDIR%%/VOTES %%DATADIR%%/script/2.8script %%DATADIR%%/script/activity %%DATADIR%%/script/addset %%DATADIR%%/script/altchan %%DATADIR%%/script/autoget %%DATADIR%%/script/autojoin %%DATADIR%%/script/autoquery %%DATADIR%%/script/builtins %%DATADIR%%/script/chanmonitor %%DATADIR%%/script/commandqueues %%DATADIR%%/script/country %%DATADIR%%/script/data_array %%DATADIR%%/script/data_struct %%DATADIR%%/script/dcc_ports %%DATADIR%%/script/debug.irc %%DATADIR%%/script/dump %%DATADIR%%/script/edit_topic %%DATADIR%%/script/epic-crypt-gpg %%DATADIR%%/script/epic-crypt-gpg-aa %%DATADIR%%/script/files %%DATADIR%%/script/floodprot %%DATADIR%%/script/functions %%DATADIR%%/script/global %%DATADIR%%/script/grep %%DATADIR%%/script/guh %%DATADIR%%/script/help %%DATADIR%%/script/highlight %%DATADIR%%/script/history %%DATADIR%%/script/hold_mode %%DATADIR%%/script/ison %%DATADIR%%/script/less %%DATADIR%%/script/less-pipe %%DATADIR%%/script/loadformats %%DATADIR%%/script/local.examp %%DATADIR%%/script/mail %%DATADIR%%/script/man %%DATADIR%%/script/map %%DATADIR%%/script/meta-compat %%DATADIR%%/script/motd %%DATADIR%%/script/netsplit %%DATADIR%%/script/newaway %%DATADIR%%/script/newnick %%DATADIR%%/script/nickcomp %%DATADIR%%/script/nopaste %%DATADIR%%/script/notify %%DATADIR%%/script/paste %%DATADIR%%/script/pipe %%DATADIR%%/script/reconnect %%DATADIR%%/script/renumber %%DATADIR%%/script/revdcc %%DATADIR%%/script/save %%DATADIR%%/script/scan %%DATADIR%%/script/screen %%DATADIR%%/script/screen.e %%DATADIR%%/script/setmail %%DATADIR%%/script/slowcat %%DATADIR%%/script/snip %%DATADIR%%/script/sping %%DATADIR%%/script/suppressmotd %%DATADIR%%/script/tabkey.ce %%DATADIR%%/script/tabkey.jm %%DATADIR%%/script/topicbar +%%DATADIR%%/script/topicbar.bj %%DATADIR%%/script/url.irc %%DATADIR%%/script/utime %%PORTDOCS%%@dirrm %%DOCSDIR%% @exec mkdir -p %D/%%DATADIR%%/help @dirrmtry %%DATADIR%%/help @dirrm %%DATADIR%%/script @dirrm %%DATADIR%%