diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-01 03:04:12 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-02-01 03:04:12 +0000 |
commit | d7598c933da19ff0803323787367dce956e3c765 (patch) | |
tree | 4b03f594e3fe5a9bab48440a1417e3fb925190f7 | |
parent | original distrbution updated (0.53 -> 0.56) (diff) |
original distribution updated (2.3b2 -> 2.3.2)
Notified by: Julian Assange <proff@iq.org>
Notes
Notes:
svn path=/head/; revision=9552
-rw-r--r-- | news/nntpcache/Makefile | 20 | ||||
-rw-r--r-- | news/nntpcache/distinfo | 2 | ||||
-rw-r--r-- | news/nntpcache/pkg-plist | 9 |
3 files changed, 21 insertions, 10 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 2427a65995f5..5579e59ce2c6 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: nntpcache -# Version required: 2.2b7 +# Version required: 2.3.2 # Date created: 6 January 1997 # Whom: proff@suburbia.net # -# $Id: Makefile,v 1.7 1997/12/24 01:21:28 alex Exp $ +# $Id: Makefile,v 1.10 1998/01/29 04:04:33 itojun Exp $ # -DISTNAME= nntpcache-2.2b7 +DISTNAME= nntpcache-2.3.2 CATEGORIES= news MASTER_SITES= ftp://nntpcache.org/pub/nntpcache/ \ ftp://ftp.ntnu.no/pub/unix/news/ \ @@ -38,12 +38,14 @@ post-install: .endif ${INSTALL_SCRIPT} ${WRKSRC}/nntpcached.sh \ ${PREFIX}/etc/rc.d/nntpcached.sh.sample -# for i in ${PREFIX}/etc/nntpcache/*asc-dist ${PREFIX}/etc/nntpcache/*pgp-dist ; do \ -# j=`echo $$i | sed -e 's/-dist//'`; \ -# if [ \! -f $$j ]; then \ -# ln $$i $$j; \ -# fi; \ -# done @${SED} -e 's#/usr/local#${PREFIX}#' ${PKGDIR}/MESSAGE +hardlink-pgp-files: + for i in ${PREFIX}/etc/nntpcache/*asc-dist ${PREFIX}/etc/nntpcache/*pgp-dist ; do \ + j=`echo $$i | sed -e 's/-dist//'`; \ + if [ \! -f $$j ]; then \ + ln $$i $$j; \ + fi; \ + done + .include <bsd.port.mk> diff --git a/news/nntpcache/distinfo b/news/nntpcache/distinfo index f89ad92eccb4..115f90707345 100644 --- a/news/nntpcache/distinfo +++ b/news/nntpcache/distinfo @@ -1 +1 @@ -MD5 (nntpcache-2.2b7.tar.gz) = b668d8fe69ea6461727bff62f16627a4 +MD5 (nntpcache-2.3.2.tar.gz) = e48c8c483d1e9a2b3905c9039e17fcec diff --git a/news/nntpcache/pkg-plist b/news/nntpcache/pkg-plist index f532ea871e77..6518eec50b1e 100644 --- a/news/nntpcache/pkg-plist +++ b/news/nntpcache/pkg-plist @@ -12,6 +12,10 @@ etc/nntpcache/cancelmoose.asc-dist etc/nntpcache/clewis.asc-dist etc/nntpcache/cosmo.roadkill.asc-dist etc/nntpcache/dsr.asc-dist +etc/nntpcache/http/index.html +etc/nntpcache/innreport.conf-dist +etc/nntpcache/innreport.pl +etc/nntpcache/innreport.pm etc/nntpcache/jem.asc-dist etc/nntpcache/jeremy.asc-dist etc/nntpcache/msfc-anti-mmf-2.asc-dist @@ -30,6 +34,7 @@ etc/rc.d/nntpcached.sh.sample include/mmap_results.h man/man8/newshound.8.gz man/man8/nntpcached.8.gz +sbin/innreport.sh sbin/newshound sbin/nntpcached share/doc/nntpcache/AUTHORS @@ -43,6 +48,10 @@ share/doc/nntpcache/NEWS share/doc/nntpcache/README share/doc/nntpcache/README.INN share/doc/nntpcache/VERSION +@exec mkdir -p %D/etc/nntpcache/http/innreport/pics +@dirrm etc/nntpcache/http/innreport/pics +@dirrm etc/nntpcache/http/innreport +@dirrm etc/nntpcache/http @dirrm etc/nntpcache @dirrm share/doc/nntpcache @unexec rm -rf /var/spool/nntpcache |