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

(-)Makefile (-14 / +14 lines)
Lines 6-27 Link Here
6
#
6
#
7
7
8
PORTNAME=	scrollz
8
PORTNAME=	scrollz
9
PORTVERSION=	1.8k
9
PORTVERSION=	1.8l
10
CATEGORIES=	irc
10
CATEGORIES=	irc ipv6
11
MASTER_SITES=	http://www.scrollz.com/Bins/${PORTVERSION}/
11
MASTER_SITES=	ftp://ftp.scrollz.com/pub/ScrollZ/source/ \
12
DISTNAME=	${PORTNAME}-${PORTVERSION}-freebsd-4.2
12
		ftp://ftp.stealth.net/pub/mirrors/ftp.scrollz.com/pub/ScrollZ/source
13
EXTRACT_SUFX=	.gz
13
DISTNAME=	ScrollZ-${PORTVERSION}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	petef@databits.net
16
16
17
EXTRACT_CMD=	gunzip
17
GNU_CONFIGURE=	yes
18
EXTRACT_BEFORE_ARGS=	-c
18
CONFIGURE_ARGS+=	--enable-ipv6
19
EXTRACT_AFTER_ARGS=	> ${WRKSRC}/scrollz
20
NO_WRKSUBDIR=	yes
21
NO_BUILD=	yes
22
ONLY_FOR_ARCHS=	i386
23
19
24
do-install:
20
MAKE_ENV+=	IRCLIB="${PREFIX}/share/scrollz"
25
	${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz
21
22
PLIST_SUB+=	SCROLLZ_VER="${PORTVERSION}"
23
24
post-patch:
25
	@${PERL} -pi -e 's!^IRCLIB =!IRCLIB ?=!' ${WRKSRC}/Makefile.in
26
26
27
.include <bsd.port.mk>
27
.include <bsd.port.mk>
(-)distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (scrollz-1.8k-freebsd-4.2.gz) = 4fea9eb25cb8b9e98b96eaff87cfc752
1
MD5 (ScrollZ-1.8l.tar.gz) = 82b231ad980d21ff7bb9c7a72cb30c04
(-)pkg-comment (-1 / +1 lines)
Line 1 Link Here
1
Fast, color-enabled IRC client
1
Enhanced ircII client that supports scripts, colors, and more
(-)pkg-descr (-9 / +10 lines)
Lines 1-13 Link Here
1
ScrollZ is a color-enabled IRC client written by 
1
ScrollZ is an IRC client based on ircII with many enhancements
2
Flier <flier@scrollz.com>. Its main difference from other
2
(colors, userlists, enhanced scripting, and more).  Its main
3
clients is that it implements many useful features that you
3
difference from other clients is that it implements many useful
4
would normally find in a script, thus making it faster than
4
features that you would normally find in a script, thus making it
5
such scripts paired up with ircII.
5
faster than such scripts paired up with ircII.
6
6
7
It also has many unique features, such as three-line status
7
It also has many unique features, such as three-line status bars,
8
bars, CDCC (which has reget/resend ability), and its environment
8
CDCC (which has reget/resend ability), and its environment is highly
9
is highly customizable.
9
customizable.
10
10
11
WWW: http://www.scrollz.com/
11
WWW: http://www.scrollz.com/
12
12
13
- Will <andrews@technologist.com>
13
- Pete
14
petef@databits.net
(-)pkg-plist (+10 lines)
Line 1 Link Here
1
bin/scrollz
1
bin/scrollz
2
bin/scrollz-%%SCROLLZ_VER%%
3
share/scrollz/doc/ScrollZ.doc
4
share/scrollz/help/ScrollZ.help
5
@exec mkdir %D/share/scrollz/script
6
@exec mkdir %D/share/scrollz/translation
7
@unexec rmdir %D/share/scrollz/translation 2>/dev/null || true
8
@unexec rmdir %D/share/scrollz/script 2>/dev/null || true
9
@dirrm share/scrollz/help
10
@dirrm share/scrollz/doc
11
@unexec rmdir %D/share/scrollz 2>/dev/null || true

Return to bug 28735