diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-13 14:43:32 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2003-05-13 14:43:32 +0000 |
commit | e635aa96345e49003b0c7974667d8b21f791e70f (patch) | |
tree | 1f120b167314c82fee80ecbbf819cc8331e28bd9 | |
parent | Update to version 1.30a. (diff) |
Update to 2.4.20030512.
Notes
Notes:
svn path=/head/; revision=80908
-rw-r--r-- | news/inn-stable/Makefile | 88 | ||||
-rw-r--r-- | news/inn-stable/distinfo | 2 | ||||
-rw-r--r-- | news/inn-stable/files/innd.sh | 6 | ||||
-rw-r--r-- | news/inn-stable/files/patch-aa | 13 | ||||
-rw-r--r-- | news/inn-stable/pkg-plist | 89 |
5 files changed, 116 insertions, 82 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 37924c2032cf..f7129cb65994 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -7,18 +7,19 @@ PORTNAME= inn #SNAPSHOT!= date -j -f%s `date '+%s - 86400' | bc` +%Y%m%d -SNAPSHOT= 20030414 -PORTVERSION= 2.3.${SNAPSHOT} -CATEGORIES= news +SNAPSHOT= 20030512 +PORTVERSION= 2.4.${SNAPSHOT} +CATEGORIES= news ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= inn/snapshots DISTNAME= inn-STABLE-${SNAPSHOT} MAINTAINER= des@FreeBSD.org -COMMENT= InterNetNews Version 2 -- the Internet meets Netnews +COMMENT= InterNetNews -- the Internet meets Netnews -USE_GMAKE=YES +USE_GMAKE= yes USE_PERL5= yes +USE_OPENSSL= yes .if exists(/var/news) && !defined(PACKAGE_BUILDING) INN_NEWSSPOOL?=/var/news @@ -36,41 +37,50 @@ CONFIGURE_ARGS+= --with-spool-dir=${INN_NEWSSPOOL} CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG} CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --with-tmp-path=${INN_NEWSSPOOL}/tmp -CONFIGURE_ARGS+= --with-largefiles +CONFIGURE_ARGS+= --enable-largefiles CONFIGURE_ARGS+= --with-openssl +CONFIGURE_ARGS+= --enable-ipv6 -# Various Options. See ${WRKSRC}/INSTALL for details +EXTRA= CONTRIBUTORS HACKING INSTALL LICENSE MANIFEST NEWS README TODO +HEADERS=clibrary.h config.h dbz.h libinn.h storage.h -# Use tagged hash table for the history database. Uses much less memory but -# is somewhat slower -#CONFIGURE_ARGS+= --enable-tagged-hash +MAN1= convdate.1 fastrm.1 getlist.1 grephistory.1 inews.1 innconfval.1 \ + innfeed.1 innmail.1 nntpget.1 pgpverify.1 rnews.1 shlock.1 \ + shrinkfile.1 simpleftp.1 sm.1 startinnfeed.1 +MAN3= clientlib.3 dbz.3 inndcomm.3 libauth.3 libinn.3 libinnhist.3 \ + libstorage.3 list.3 parsedate.3 qio.3 tst.3 uwildmat.3 +MAN5= active.5 active.times.5 buffindexed.conf.5 control.ctl.5 \ + cycbuff.conf.5 distrib.pats.5 expire.ctl.5 history.5 incoming.conf.5 \ + inn.conf.5 innfeed.conf.5 innwatch.ctl.5 moderators.5 motd.news.5 \ + newsfeeds.5 newslog.5 nnrpd.track.5 nntpsend.ctl.5 ovdb.5 \ + overview.fmt.5 passwd.nntp.5 radius.conf.5 readers.conf.5 \ + sasl.conf.5 storage.conf.5 subscriptions.5 +MAN8= actsync.8 actsyncd.8 archive.8 auth_smb.8 batcher.8 buffchan.8 \ + ckpasswd.8 cnfsheadconf.8 cnfsstat.8 controlchan.8 ctlinnd.8 \ + cvtbatch.8 domain.8 expire.8 expireover.8 expirerm.8 filechan.8 \ + ident.8 inncheck.8 innd.8 inndf.8 inndstart.8 innreport.8 innstat.8 \ + innupgrade.8 innwatch.8 innxbatch.8 innxmit.8 mailpost.8 makedbz.8 \ + makehistory.8 mod-active.8 news.daily.8 news2mail.8 ninpaths.8 \ + nnrpd.8 nntpsend.8 ovdb_init.8 ovdb_monitor.8 ovdb_server.8 \ + ovdb_stat.8 overchan.8 perl-nocem.8 prunehistory.8 pullnews.8 \ + radius.8 rc.news.8 scanlogs.8 send-nntp.8 send-uucp.8 sendinpaths.8 \ + tally.control.8 tdx-util.8 writelog.8 -MAN1= ckpasswd.1 convdate.1 fastrm.1 getlist.1 grephistory.1 inews.1 \ - innconfval.1 innfeed.1 innmail.1 nntpget.1 rnews.1 shlock.1 \ - shrinkfile.1 simpleftp.1 startinnfeed.1 -MAN3= clientlib.3 dbz.3 inndcomm.3 libinn.3 libstorage.3 parsedate.3 qio.3 \ - wildmat.3 -MAN5= active.5 buffindexed.conf.5 control.ctl.5 cycbuff.conf.5 \ - distrib.pats.5 expire.ctl.5 history.5 incoming.conf.5 inn.conf.5 \ - innfeed.conf.5 innwatch.ctl.5 moderators.5 motd.news.5 newsfeeds.5 \ - newslog.5 nnrp.access.5 nnrpd.track.5 nntpsend.ctl.5 ovdb.5 \ - overview.fmt.5 passwd.nntp.5 readers.conf.5 sasl.conf.5 \ - storage.conf.5 subscriptions.5 -MAN8= actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 cnfsheadconf.8 \ - cnfsstat.8 controlchan.8 ctlinnd.8 cvtbatch.8 dbprocs.8 expire.8 \ - expireover.8 expirerm.8 filechan.8 inncheck.8 innd.8 inndf.8 \ - inndstart.8 innreport.8 innstat.8 innwatch.8 innxbatch.8 innxmit.8 \ - mailpost.8 makedbz.8 makehistory.8 mod-active.8 news.daily.8 \ - news2mail.8 newsrequeue.8 nnrpd.8 nntpsend.8 ovdb_recover.8 \ - ovdb_upgrade.8 overchan.8 pgpverify.8 prunehistory.8 pullnews.8 \ - scanlogs.8 send-uucp.8 sm.8 tally.control.8 writelog.8 - -EXTRA= ${WRKSRC}/HISTORY ${WRKSRC}/INSTALL ${WRKSRC}/LICENSE - -INN_INCLUDES= clibrary.h config.h configdata.h dbz.h libinn.h storage.h - -pre-install: +do-install: ${MKDIR} ${INN_NEWSSPOOL} + (cd ${WRKSRC} && ${GMAKE} install) +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for FILE in ${EXTRA} + ${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR} +.endfor +.endif + ${MKDIR} ${PREFIX}/news/include +.for FILE in ${HEADERS} + ${INSTALL_DATA} ${WRKSRC}/include/${FILE} ${PREFIX}/news/include/ +.endfor + @${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \ + s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh post-install: @${CHOWN} root:news ${PREFIX}/news/bin/auth/passwd/ckpasswd @@ -86,14 +96,6 @@ post-install: ${MV} history.n.$${s} history.$${s} ; \ done ; \ fi) - @${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \ - s+!!PREFIX!!+${PREFIX}+g && ${CHMOD} +x ${PREFIX}/etc/rc.d/innd.sh - @${MKDIR} ${PREFIX}/share/doc/inn - @${INSTALL_DATA} ${EXTRA} ${PREFIX}/share/doc/inn - @${MKDIR} ${PREFIX}/news/include -.for FILE in ${INN_INCLUDES} - @${INSTALL_DATA} ${WRKSRC}/include/${FILE} ${PREFIX}/news/include/ -.endfor @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/news/inn-stable/distinfo b/news/inn-stable/distinfo index 7532b1b4f6cc..aacb53c41f19 100644 --- a/news/inn-stable/distinfo +++ b/news/inn-stable/distinfo @@ -1 +1 @@ -MD5 (inn-STABLE-20030414.tar.gz) = 2abda2187a100c6c09ce0592d3d6f354 +MD5 (inn-STABLE-20030512.tar.gz) = d1a2905c98c5e0a6f1ace326df7dac11 diff --git a/news/inn-stable/files/innd.sh b/news/inn-stable/files/innd.sh index d00fd7b27deb..1bcc4f7b5ad5 100644 --- a/news/inn-stable/files/innd.sh +++ b/news/inn-stable/files/innd.sh @@ -1,9 +1,9 @@ #!/bin/sh if [ $# -eq 0 -o x$1 = xstart ]; then - if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.pag ]; then - su news -c !!PREFIX!!/news/bin/rc.news && echo ' inn' + if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.dir ]; then + su -fm news -c !!PREFIX!!/news/bin/rc.news && echo ' inn' fi fi if [ x$1 = xstop ]; then - !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down + su -fm news -c '!!PREFIX!!/news/bin/rc.news stop' fi diff --git a/news/inn-stable/files/patch-aa b/news/inn-stable/files/patch-aa deleted file mode 100644 index cb4a2a9c872f..000000000000 --- a/news/inn-stable/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- Makefile.orig Sun Mar 11 01:59:11 2001 -+++ Makefile Sun Mar 11 01:59:56 2001 -@@ -81,7 +81,9 @@ - directories: - @chmod +x support/install-sh - for D in $(INSTDIRS) ; do \ -- support/install-sh $(OWNER) -m 0755 -d $$D ; \ -+ if [ ! -d $$D ] ; then \ -+ support/install-sh $(OWNER) -m 0755 -d $$D ; \ -+ fi ; \ - done - support/install-sh $(OWNER) -m 0750 -d $(PATHRUN) - diff --git a/news/inn-stable/pkg-plist b/news/inn-stable/pkg-plist index 72fd7641694c..20ed50c0ecf3 100644 --- a/news/inn-stable/pkg-plist +++ b/news/inn-stable/pkg-plist @@ -3,8 +3,8 @@ news/bin/actmerge news/bin/actsync news/bin/actsyncd news/bin/archive +news/bin/auth/passwd/auth_smb news/bin/auth/passwd/ckpasswd -news/bin/auth/passwd/pwcheck news/bin/auth/passwd/radius news/bin/auth/resolv/domain news/bin/auth/resolv/ident @@ -12,29 +12,20 @@ news/bin/batcher news/bin/buffchan news/bin/cnfsheadconf news/bin/cnfsstat -news/bin/control/checkgroups news/bin/control/checkgroups.pl -news/bin/control/default -news/bin/control/ihave news/bin/control/ihave.pl -news/bin/control/newgroup news/bin/control/newgroup.pl -news/bin/control/rmgroup news/bin/control/rmgroup.pl -news/bin/control/sendme news/bin/control/sendme.pl -news/bin/control/sendsys news/bin/control/sendsys.pl -news/bin/control/senduuname news/bin/control/senduuname.pl -news/bin/control/version news/bin/control/version.pl news/bin/controlbatch news/bin/controlchan news/bin/convdate news/bin/ctlinnd news/bin/cvtbatch -news/bin/dbprocs +news/bin/docheckgroups news/bin/expire news/bin/expireover news/bin/expirerm @@ -52,6 +43,7 @@ news/bin/filter/startup_innd.pl news/bin/getlist news/bin/gpgverify news/bin/grephistory +news/bin/imapfeed news/bin/inews news/bin/inncheck news/bin/innconfval @@ -62,6 +54,7 @@ news/bin/innfeed news/bin/innmail news/bin/innreport news/bin/innstat +news/bin/innupgrade news/bin/innwatch news/bin/innxbatch news/bin/innxmit @@ -71,14 +64,16 @@ news/bin/makehistory news/bin/mod-active news/bin/news.daily news/bin/news2mail -news/bin/newsrequeue +news/bin/ninpaths news/bin/nnrpd news/bin/nntpget news/bin/nntpsend -news/bin/ovdb_recover -news/bin/ovdb_upgrade +news/bin/ovdb_init +news/bin/ovdb_monitor +news/bin/ovdb_server +news/bin/ovdb_stat news/bin/overchan -news/bin/parsecontrol +news/bin/perl-nocem news/bin/pgpverify news/bin/procbatch news/bin/prunehistory @@ -94,7 +89,7 @@ news/bin/scanspool news/bin/send-ihave news/bin/send-nntp news/bin/send-uucp -news/bin/sendbatch +news/bin/sendinpaths news/bin/sendxbatches news/bin/shlock news/bin/shrinkfile @@ -103,6 +98,7 @@ news/bin/simpleftp news/bin/sm news/bin/startinnfeed news/bin/tally.control +news/bin/tdx-util news/bin/writelog news/db/active news/db/active.times @@ -111,6 +107,25 @@ news/db/history.dir news/db/history.hash news/db/history.index news/db/newsgroups +news/doc/CONTRIBUTORS +news/doc/GPL +news/doc/HACKING +news/doc/INSTALL +news/doc/LICENSE +news/doc/NEWS +news/doc/README +news/doc/README.snapshot +news/doc/TODO +news/doc/compliance-nntp +news/doc/config-design +news/doc/config-semantics +news/doc/config-syntax +news/doc/external-auth +news/doc/history +news/doc/hook-perl +news/doc/hook-python +news/doc/hook-tcl +news/doc/sample-control news/etc/actsync.cfg news/etc/actsync.ign news/etc/buffindexed.conf @@ -138,22 +153,50 @@ news/etc/sasl.conf news/etc/storage.conf news/etc/subscriptions news/include/clibrary.h +news/include/conffile.h news/include/config.h -news/include/configdata.h news/include/dbz.h +news/include/inn/buffer.h +news/include/inn/confparse.h +news/include/inn/defines.h +news/include/inn/hashtab.h +news/include/inn/history.h +news/include/inn/innconf.h +news/include/inn/list.h +news/include/inn/md5.h +news/include/inn/messages.h +news/include/inn/mmap.h +news/include/inn/qio.h +news/include/inn/sequence.h +news/include/inn/system.h +news/include/inn/timer.h +news/include/inn/tst.h +news/include/inn/vector.h +news/include/inn/version.h +news/include/inn/wire.h +news/include/inndcomm.h news/include/libinn.h +news/include/nntp.h +news/include/ov.h +news/include/paths.h news/include/storage.h -news/lib/docheckgroups news/lib/innreport_inn.pm news/lib/innshellvars news/lib/innshellvars.pl news/lib/innshellvars.tcl news/lib/libinn.a +news/lib/libinnhist.a news/lib/libstorage.a -share/doc/inn/HISTORY -share/doc/inn/INSTALL -share/doc/inn/LICENSE -@dirrm share/doc/inn +%%PORTDOCS%%share/doc/inn/CONTRIBUTORS +%%PORTDOCS%%share/doc/inn/HACKING +%%PORTDOCS%%share/doc/inn/INSTALL +%%PORTDOCS%%share/doc/inn/LICENSE +%%PORTDOCS%%share/doc/inn/MANIFEST +%%PORTDOCS%%share/doc/inn/NEWS +%%PORTDOCS%%share/doc/inn/README +%%PORTDOCS%%share/doc/inn/TODO +%%PORTDOCS%%@dirrm share/doc/inn +@dirrm news/tmp @dirrm news/spool/tmp @dirrm news/spool/overview @dirrm news/spool/outgoing @@ -165,8 +208,10 @@ share/doc/inn/LICENSE @dirrm news/spool @dirrm news/run @dirrm news/lib +@dirrm news/include/inn @dirrm news/include @dirrm news/etc +@dirrm news/doc @dirrm news/db @dirrm news/bin/rnews.libexec @dirrm news/bin/filter |