mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Update to version 1.81
- Take over as maintainer from ports@ - Better pkg-{comment,descr} PR: 28735 Submitted by: Pete Fritchman <petef@databits.net>
This commit is contained in:
parent
c31290a31b
commit
e3f90c610b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44830
5 changed files with 36 additions and 25 deletions
|
@ -6,22 +6,22 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= scrollz
|
PORTNAME= scrollz
|
||||||
PORTVERSION= 1.8k
|
PORTVERSION= 1.8l
|
||||||
CATEGORIES= irc
|
CATEGORIES= irc ipv6
|
||||||
MASTER_SITES= http://www.scrollz.com/Bins/${PORTVERSION}/
|
MASTER_SITES= ftp://ftp.scrollz.com/pub/ScrollZ/source/ \
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-freebsd-4.2
|
ftp://ftp.stealth.net/pub/mirrors/ftp.scrollz.com/pub/ScrollZ/source
|
||||||
EXTRACT_SUFX= .gz
|
DISTNAME= ScrollZ-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= petef@databits.net
|
||||||
|
|
||||||
EXTRACT_CMD= gunzip
|
GNU_CONFIGURE= yes
|
||||||
EXTRACT_BEFORE_ARGS= -c
|
CONFIGURE_ARGS+= --enable-ipv6
|
||||||
EXTRACT_AFTER_ARGS= > ${WRKSRC}/scrollz
|
|
||||||
NO_WRKSUBDIR= yes
|
|
||||||
NO_BUILD= yes
|
|
||||||
ONLY_FOR_ARCHS= i386
|
|
||||||
|
|
||||||
do-install:
|
MAKE_ENV+= IRCLIB="${PREFIX}/share/scrollz"
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/scrollz ${PREFIX}/bin/scrollz
|
|
||||||
|
PLIST_SUB+= SCROLLZ_VER="${PORTVERSION}"
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${PERL} -pi -e 's!^IRCLIB =!IRCLIB ?=!' ${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (scrollz-1.8k-freebsd-4.2.gz) = 4fea9eb25cb8b9e98b96eaff87cfc752
|
MD5 (ScrollZ-1.8l.tar.gz) = 82b231ad980d21ff7bb9c7a72cb30c04
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Fast, color-enabled IRC client
|
Enhanced ircII client that supports scripts, colors, and more
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
ScrollZ is a color-enabled IRC client written by
|
ScrollZ is an IRC client based on ircII with many enhancements
|
||||||
Flier <flier@scrollz.com>. Its main difference from other
|
(colors, userlists, enhanced scripting, and more). Its main
|
||||||
clients is that it implements many useful features that you
|
difference from other clients is that it implements many useful
|
||||||
would normally find in a script, thus making it faster than
|
features that you would normally find in a script, thus making it
|
||||||
such scripts paired up with ircII.
|
faster than such scripts paired up with ircII.
|
||||||
|
|
||||||
It also has many unique features, such as three-line status
|
It also has many unique features, such as three-line status bars,
|
||||||
bars, CDCC (which has reget/resend ability), and its environment
|
CDCC (which has reget/resend ability), and its environment is highly
|
||||||
is highly customizable.
|
customizable.
|
||||||
|
|
||||||
WWW: http://www.scrollz.com/
|
WWW: http://www.scrollz.com/
|
||||||
|
|
||||||
- Will <andrews@technologist.com>
|
- Pete
|
||||||
|
petef@databits.net
|
||||||
|
|
|
@ -1 +1,11 @@
|
||||||
bin/scrollz
|
bin/scrollz
|
||||||
|
bin/scrollz-%%SCROLLZ_VER%%
|
||||||
|
share/scrollz/doc/ScrollZ.doc
|
||||||
|
share/scrollz/help/ScrollZ.help
|
||||||
|
@exec mkdir %D/share/scrollz/script
|
||||||
|
@exec mkdir %D/share/scrollz/translation
|
||||||
|
@unexec rmdir %D/share/scrollz/translation 2>/dev/null || true
|
||||||
|
@unexec rmdir %D/share/scrollz/script 2>/dev/null || true
|
||||||
|
@dirrm share/scrollz/help
|
||||||
|
@dirrm share/scrollz/doc
|
||||||
|
@unexec rmdir %D/share/scrollz 2>/dev/null || true
|
||||||
|
|
Loading…
Add table
Reference in a new issue