summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-10-04 01:59:52 +0000
committerhubertf <hubertf>1998-10-04 01:59:52 +0000
commit402ebbe339998038755e126a34ba93c93c1ea9de (patch)
treece1c14f895385355e50a7be455eed272bdef114b
parent7adaab6919617241729f4254cdc3b610cef85e2e (diff)
downloadpkgsrc-402ebbe339998038755e126a34ba93c93c1ea9de.tar.gz
update to V2.211
-rw-r--r--net/sirc/Makefile40
-rw-r--r--net/sirc/files/md521
-rw-r--r--net/sirc/pkg/DESCR1
-rw-r--r--net/sirc/pkg/PLIST20
4 files changed, 73 insertions, 9 deletions
diff --git a/net/sirc/Makefile b/net/sirc/Makefile
index e7dfd3dc4d8..e5f037a4e79 100644
--- a/net/sirc/Makefile
+++ b/net/sirc/Makefile
@@ -1,38 +1,66 @@
-# $NetBSD: Makefile,v 1.8 1998/08/20 15:17:19 tsarna Exp $
+# $NetBSD: Makefile,v 1.9 1998/10/04 01:59:52 hubertf Exp $
-DISTNAME= sirc-2.21
+DISTNAME= sirc-2.211
CATEGORIES= net
-MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/sirc/
+MASTER_SITES= http://www.eleves.ens.fr:8080/home/espel/sirc/ \
+ http://www.eleves.ens.fr:8080/home/espel/sirc/scripts/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${SIRC_SCRIPTS}
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.eleves.ens.fr:8080/home/espel/sirc/
-RUN_DEPENDS= ${PREFIX}/bin/perl:../../lang/perl5
+USE_PERL5= YES
+
+SIRC_SCRIPTS= \
+ adcc.pl \
+ akickban.pl \
+ avoice.pl \
+ country.pl \
+ finger.pl \
+ ftp.pl \
+ howl.pl \
+ hotmail.pl \
+ lastlog.pl \
+ nocolor.pl \
+ patattack.pl \
+ prefix.pl \
+ quit.pl \
+ ssfe.diff \
+ winnuke.pl \
+ www.pl \
+ yiff.pl
NO_CONFIGURE= yes
NO_BUILD= yes
+DIST_SUBDIR= sirc
### Enter Default IRC-Server here
IRC_SERVER= us.undernet.org
do-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/sirc
cd ${WRKSRC} ; ( \
${ECHO} "y" ; \
${ECHO} "" ; \
${ECHO} "" ; \
${ECHO} "" ; \
- ${ECHO} "" ; \
+ ${ECHO} "-O3" ; \
${ECHO} "" ; \
${ECHO} "${PREFIX}/bin/perl" ; \
${ECHO} "${PREFIX}/bin" ; \
${ECHO} "y" ; \
${ECHO} "${PREFIX}/lib/sirc" ; \
${ECHO} "y" ; \
- ${ECHO} "y" ; \
${ECHO} "n" ; \
${ECHO} "${PREFIX}/man/man1" ; \
${ECHO} "${IRC_SERVER}" ; \
${ECHO} "" ; \
) | ./install
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/sirc/scripts
+ @for i in ${SIRC_SCRIPTS} ; do \
+ echo installing $$i ; \
+ ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$i ${PREFIX}/lib/sirc/scripts/$$i ; done
.include "../../mk/bsd.pkg.mk"
diff --git a/net/sirc/files/md5 b/net/sirc/files/md5
index 31343999f56..147333fe1c7 100644
--- a/net/sirc/files/md5
+++ b/net/sirc/files/md5
@@ -1,3 +1,20 @@
-$NetBSD: md5,v 1.4 1998/08/07 13:25:12 agc Exp $
+$NetBSD: md5,v 1.5 1998/10/04 01:59:53 hubertf Exp $
-MD5 (sirc-2.21.tar.gz) = 09f8b376e773fcf08cddb4235465cc5c
+MD5 (sirc/sirc-2.211.tar.gz) = deff882465928be699a6324a5f788469
+MD5 (sirc/adcc.pl) = 7c41343ab4d5d7605c72bff91a9139e0
+MD5 (sirc/akickban.pl) = aacbc473f0c3f46d34d1381cc8090612
+MD5 (sirc/avoice.pl) = 5a7c523788668886c6f189d25b8d0520
+MD5 (sirc/country.pl) = e3f67baf7f68d59d194af2fb904604e5
+MD5 (sirc/finger.pl) = 67c4e5df4dc1da7ddc905afda9b091fa
+MD5 (sirc/ftp.pl) = d3453d70c5c07b36f6be5a4fd4bce53a
+MD5 (sirc/howl.pl) = e0fcb3d1aad99ff4860766e0394e30d4
+MD5 (sirc/hotmail.pl) = bb8002418de38f7f479677eed97fcfe4
+MD5 (sirc/lastlog.pl) = 9a77e86093bf559013542bd245b3ea32
+MD5 (sirc/nocolor.pl) = 2b8ff233506c5a1c8799b194270b6129
+MD5 (sirc/patattack.pl) = 53327309665c08fba7e5d08afffcb94a
+MD5 (sirc/prefix.pl) = a85ded4b047cd0a2fb02c9a331914545
+MD5 (sirc/quit.pl) = c7f50ffbf4c51c7d0512d0ae2a36a333
+MD5 (sirc/ssfe.diff) = fe2f16ef6cbfca11fe0fbdf0c0f6798d
+MD5 (sirc/winnuke.pl) = 80627a4f56b334b33e09c1ce99df3ce0
+MD5 (sirc/www.pl) = 9ae8735476bb32e643f7473f46825ee4
+MD5 (sirc/yiff.pl) = e0d8f765a183669126b3cecbde279257
diff --git a/net/sirc/pkg/DESCR b/net/sirc/pkg/DESCR
index bd98eb51efc..ac9be50f469 100644
--- a/net/sirc/pkg/DESCR
+++ b/net/sirc/pkg/DESCR
@@ -16,3 +16,4 @@ and interesting things with sirc too :)
See /usr/pkg/lib/sirc/README for more usage instructions, and see
/usr/pkg/lib/sirc/PROGRAMMING for information on how to extend sirc.
+Some example scripts can be found in /usr/pkg/lib/sirc/scripts.
diff --git a/net/sirc/pkg/PLIST b/net/sirc/pkg/PLIST
index 17825649d90..84a4f5b3de6 100644
--- a/net/sirc/pkg/PLIST
+++ b/net/sirc/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1997/11/10 00:47:06 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/10/04 01:59:53 hubertf Exp $
bin/ssfe
bin/sirc
lib/sirc/dsirc
@@ -9,6 +9,24 @@ lib/sirc/README
lib/sirc/PROGRAMMING
lib/sirc/ChangeLog
lib/sirc/socks.pl
+lib/sirc/scripts/adcc.pl
+lib/sirc/scripts/akickban.pl
+lib/sirc/scripts/avoice.pl
+lib/sirc/scripts/country.pl
+lib/sirc/scripts/finger.pl
+lib/sirc/scripts/ftp.pl
+lib/sirc/scripts/howl.pl
+lib/sirc/scripts/hotmail.pl
+lib/sirc/scripts/lastlog.pl
+lib/sirc/scripts/nocolor.pl
+lib/sirc/scripts/patattack.pl
+lib/sirc/scripts/prefix.pl
+lib/sirc/scripts/quit.pl
+lib/sirc/scripts/ssfe.diff
+lib/sirc/scripts/winnuke.pl
+lib/sirc/scripts/www.pl
+lib/sirc/scripts/yiff.pl
man/man1/ssfe.1
man/man1/sirc.1
+@dirrm lib/sirc/scripts
@dirrm lib/sirc