View | Details | Raw Unified | Return to bug 202772
Collapse All | Expand All

(-)epic5/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/irc/epic5/Makefile 391917 2015-07-13 16:36:42Z jpaetzel $
2
# $FreeBSD: head/irc/epic5/Makefile 391917 2015-07-13 16:36:42Z jpaetzel $
3
3
4
PORTNAME=	epic5
4
PORTNAME=	epic5
5
PORTVERSION=	1.1.11
5
PORTVERSION=	1.4
6
CATEGORIES=	irc ipv6
6
CATEGORIES=	irc ipv6
7
MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
7
MASTER_SITES=	http://ftp.epicsol.org/pub/epic/EPIC5-PRODUCTION/
8
8
Lines 21-27 Link Here
21
TERMCAP_DESC=	Refuse to use terminfo/ncurses
21
TERMCAP_DESC=	Refuse to use terminfo/ncurses
22
22
23
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
23
CONFIGURE_ARGS+=--with-iconv=${ICONV_PREFIX}
24
USES=		iconv tar:bzip2
24
USES=		iconv libarchive tar:xz
25
25
26
PERL_USES=	perl5
26
PERL_USES=	perl5
27
PERL_CONFIGURE_WITH=	perl
27
PERL_CONFIGURE_WITH=	perl
(-)epic5/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (epic5-1.1.11.tar.bz2) = ca9a5c6490ddb00ad6eff5221db38ade205a5ce85bdfdd880de253ed77c9550a
1
SHA256 (epic5-1.4.tar.xz) = 3bc04e07768040db266667513158d2c640544abb49cbab29343f6ef05ebd621e
2
SIZE (epic5-1.1.11.tar.bz2) = 873117
2
SIZE (epic5-1.4.tar.xz) = 799024
(-)epic5/pkg-message (-3 / +2 lines)
Lines 1-5 Link Here
1
EPIC is a toolkit, much akin to a box of legos.  It strives to let you
1
You will find EPIC to be a bit primitive without a script of some sort.
2
build a client the way you want it.  You will not find EPIC usable without
2
3
a script of some sort.
4
Some of the more popular scripts can be found at:
3
Some of the more popular scripts can be found at:
5
http://scripts.epicsol.org/doku.php/scripts
4
http://scripts.epicsol.org/doku.php/scripts

Return to bug 202772