aboutsummaryrefslogtreecommitdiff
path: root/news
diff options
context:
space:
mode:
Diffstat (limited to 'news')
-rw-r--r--news/diablo/scripts/diablo.sh-sample17
-rw-r--r--news/inn-current/Makefile69
-rw-r--r--news/inn-current/distinfo1
-rw-r--r--news/inn-current/files/innd.sh9
-rw-r--r--news/inn-current/pkg-comment1
-rw-r--r--news/inn-current/pkg-descr4
-rw-r--r--news/inn-current/pkg-plist128
-rw-r--r--news/pan2/Makefile42
-rw-r--r--news/pan2/distinfo1
-rw-r--r--news/pan2/files/patch-ad21
-rw-r--r--news/pan2/files/patch-ag7
-rw-r--r--news/pan2/files/patch-ah12
-rw-r--r--news/pan2/pkg-comment1
-rw-r--r--news/pan2/pkg-descr9
-rw-r--r--news/pan2/pkg-plist22
15 files changed, 0 insertions, 344 deletions
diff --git a/news/diablo/scripts/diablo.sh-sample b/news/diablo/scripts/diablo.sh-sample
deleted file mode 100644
index 4d00b4dd3571..000000000000
--- a/news/diablo/scripts/diablo.sh-sample
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/bin/sh
-
-case $1 in
-start)
- if [ -x %%PREFIX%%/news/rc.news ] ; then
- %%PREFIX%%/news/rc.news && echo -n ' diablo'
- fi
- ;;
-stop)
- ;;
-*)
- echo "Usage: `basename $0` {start|stop}" >&2
- exit 64
- ;;
-esac
-
-exit 0
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
deleted file mode 100644
index 6d0df7b22bff..000000000000
--- a/news/inn-current/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# New ports collection makefile for: inn
-# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1), 14 Feb 1999 (2.2)
-# Whom: torstenb
-#
-# $FreeBSD$
-#
-
-PORTNAME= inn
-PORTVERSION= 2.2.2
-CATEGORIES= news
-MASTER_SITES= ftp://ftp.isc.org/isc/inn/
-
-MAINTAINER= torstenb@FreeBSD.org
-
-Y2K= http://www.isc.org/inn-y2k.html
-
-USE_GMAKE=YES
-
-.if exists(/var/news)
-INN_NEWSSPOOL?=/var/news
-.else
-INN_NEWSSPOOL?=/var/spool/news
-.endif
-INN_NEWSLIB?=${PREFIX}/news
-INN_NEWSLOG?=/var/log/news
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --mandir=${PREFIX}/man
-CONFIGURE_ARGS+= --prefix=${INN_NEWSLIB}
-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
-
-# Various Options. See ${WRKSRC}/INSTALL for details
-
-# Use tagged hash table for the history database. Uses much less memory but
-# is somewhat slower
-#CONFIGURE_ARGS+= --enable-tagged-hash
-
-MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 innfeed.1 \
- installit.1 nntpget.1 rnews.1 shlock.1 shrinkfile.1 simpleftp.1 \
- startinnfeed.1 subst.1
-MAN3= clientlib.3 dbz.3 inndcomm.3 libinn.3 libstorage.3 parsedate.3 qio.3 \
- wildmat.3
-MAN5= active.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 overview.ctl.5 overview.fmt.5 \
- passwd.nntp.5 storage.conf.5 storage.ctl.5
-MAN8= actived.8 actsync.8 actsyncd.8 archive.8 batcher.8 buffchan.8 \
- cnfsstat.8 controlchan.8 crosspost.8 ctlinnd.8 cvtbatch.8 expire.8 \
- expireindex.8 expireover.8 expirerm.8 fastrm.8 filechan.8 inncheck.8 \
- innd.8 inndf.8 innreport.8 innstat.8 innwatch.8 innxbatch.8 innxmit.8 \
- mailpost.8 makeactive.8 makehistory.8 mod-active.8 \
- news-recovery.8 news.daily.8 \
- news2mail.8 newslog.8 newsrequeue.8 nnrpd.8 nntpsend.8 overchan.8 \
- pgpverify.8 prunehistory.8 pullnews.8 scanlogs.8 send-uucp.8 sm.8 \
- tally.control.8 tally.unwanted.8 writelog.8
-
-pre-install:
- ${MKDIR} /var/spool/news
-
-post-install:
- ${SED} <${FILESDIR}/innd.sh >${PREFIX}/etc/rc.d/innd.sh \
- s+!!PREFIX!!+${PREFIX}+g && chmod +x ${PREFIX}/etc/rc.d/innd.sh
-
-.include <bsd.port.mk>
diff --git a/news/inn-current/distinfo b/news/inn-current/distinfo
deleted file mode 100644
index 5bd316f5994a..000000000000
--- a/news/inn-current/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (inn-2.2.2.tar.gz) = a4220c321aa35cb8c2da0186755fba23
diff --git a/news/inn-current/files/innd.sh b/news/inn-current/files/innd.sh
deleted file mode 100644
index 48bf27abf86e..000000000000
--- a/news/inn-current/files/innd.sh
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-if [ $# -eq 0 -o x$1 = xstart ]; then
- if [ -x !!PREFIX!!/news/bin/rc.news -a -f !!PREFIX!!/news/db/history.dir ]; then
- limits -C news !!PREFIX!!/news/bin/rc.news && echo ' inn'
- fi
-fi
-if [ x$1 = xstop ]; then
- !!PREFIX!!/news/bin/ctlinnd shutdown machine is going down
-fi
diff --git a/news/inn-current/pkg-comment b/news/inn-current/pkg-comment
deleted file mode 100644
index 011fbdd45b5f..000000000000
--- a/news/inn-current/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-InterNetNews -- the Internet meets Netnews
diff --git a/news/inn-current/pkg-descr b/news/inn-current/pkg-descr
deleted file mode 100644
index 826deb638f44..000000000000
--- a/news/inn-current/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-InterNetNews is a complete Usenet system. The cornerstone of the package
-is innd, an NNTP server that multiplexes all I/O. Newsreading is handled
-by a separate server, nnrpd, that is spawned for each client. Both innd
-and nnrpd have some slight variances from the NNTP protocol.
diff --git a/news/inn-current/pkg-plist b/news/inn-current/pkg-plist
deleted file mode 100644
index 180b639a5138..000000000000
--- a/news/inn-current/pkg-plist
+++ /dev/null
@@ -1,128 +0,0 @@
-@exec mkdir /var/spool/news
-@exec chown news:news /var/spool/news
-@exec chmod 0775 /var/spool/news
-etc/rc.d/innd.sh
-news/bin/actived
-news/bin/actmerge
-news/bin/actsync
-news/bin/actsyncd
-news/bin/archive
-news/bin/batcher
-news/bin/buffchan
-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/crosspost
-news/bin/ctlinnd
-news/bin/cvtbatch
-news/bin/expire
-news/bin/expireindex
-news/bin/expireover
-news/bin/expirerm
-news/bin/fastrm
-news/bin/filechan
-news/bin/filter/filter.tcl
-news/bin/filter/filter_innd.pl
-news/bin/filter/filter_nnrpd.pl
-news/bin/filter/nnrpd_auth.pl
-news/bin/filter/startup.tcl
-news/bin/filter/startup_innd.pl
-news/bin/getlist
-news/bin/grephistory
-news/bin/inews
-news/bin/inncheck
-news/bin/innconfval
-news/bin/innd
-news/bin/inndf
-news/bin/inndstart
-news/bin/innfeed
-news/bin/innfeed-convcfg
-news/bin/innmail
-news/bin/innreport
-news/bin/innstat
-news/bin/innwatch
-news/bin/innxbatch
-news/bin/innxmit
-news/bin/mailpost
-news/bin/makeactive
-news/bin/makehistory
-news/bin/mod-active
-news/bin/news.daily
-news/bin/news2mail
-news/bin/newsrequeue
-news/bin/nnrpd
-news/bin/nntpget
-news/bin/nntpsend
-news/bin/overchan
-news/bin/parsecontrol
-news/bin/pgpverify
-news/bin/procbatch
-news/bin/prunehistory
-news/bin/pullnews
-news/bin/rc.news
-news/bin/rnews
-news/bin/rnews.libexec/c7unbatch
-news/bin/rnews.libexec/decode
-news/bin/rnews.libexec/encode
-news/bin/rnews.libexec/gunbatch
-news/bin/scanlogs
-news/bin/scanspool
-news/bin/send-ihave
-news/bin/send-nntp
-news/bin/send-uucp
-news/bin/sendbatch
-news/bin/sendxbatches
-news/bin/shlock
-news/bin/shrinkfile
-news/bin/simpleftp
-news/bin/sm
-news/bin/startinnfeed
-news/bin/tally.control
-news/bin/writelog
-news/etc/actsync.cfg
-news/etc/actsync.ign
-news/etc/control.ctl
-news/etc/cycbuff.conf
-news/etc/distrib.pats
-news/etc/expire.ctl
-news/etc/incoming.conf
-news/etc/inn.conf
-news/etc/innfeed.conf
-news/etc/innreport.conf
-news/etc/innwatch.ctl
-news/etc/moderators
-news/etc/motd.news
-news/etc/news2mail.cf
-news/etc/newsfeeds
-news/etc/nnrp.access
-news/etc/nnrpd.track
-news/etc/nntpsend.ctl
-news/etc/overview.ctl
-news/etc/overview.fmt
-news/etc/passwd.nntp
-news/etc/storage.conf
-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/libstorage.a
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
deleted file mode 100644
index d5d5d9bd3922..000000000000
--- a/news/pan2/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for: pan
-# Date created: 07 August 1999
-# Whom: Chris D. Faulhaber <jedgar@fxp.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= pan
-PORTVERSION= 0.8.1b5
-CATEGORIES= news gnome
-MASTER_SITES= http://download.superpimp.org/pan/${PORTVERSION}/
-DISTNAME= pan-0.8.1beta5
-
-MAINTAINER= ade@FreeBSD.org
-
-LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
- gnomeprint.9:${PORTSDIR}/print/gnomeprint \
- uu.1:${PORTSDIR}/converters/uulib \
- unicode.0:${PORTSDIR}/devel/libunicode
-RUN_DEPENDS= gnomecc:${PORTSDIR}/sysutils/gnomecontrolcenter
-
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-
-USE_BZIP2= yes
-USE_X_PREFIX= yes
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
- --datadir=${PREFIX}/share/gnome
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- GLIB_CONFIG="${GLIB_CONFIG}" \
- GTK_CONFIG="${GTK_CONFIG}" \
- LIBS="-L${LOCALBASE}/lib -luu"
-
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|-pthread|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
-.include <bsd.port.mk>
diff --git a/news/pan2/distinfo b/news/pan2/distinfo
deleted file mode 100644
index d573367fec7d..000000000000
--- a/news/pan2/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (pan-0.8.1beta5.tar.bz2) = fb14ed4d51bc6919c9707b3b356a42e7
diff --git a/news/pan2/files/patch-ad b/news/pan2/files/patch-ad
deleted file mode 100644
index 70b75ddee8b2..000000000000
--- a/news/pan2/files/patch-ad
+++ /dev/null
@@ -1,21 +0,0 @@
---- pan/gui.h.orig Tue Feb 15 13:47:56 2000
-+++ pan/gui.h Tue Feb 22 22:29:46 2000
-@@ -21,6 +21,7 @@
- #ifndef __GUI_H__
- #define __GUI_H__
-
-+#include <sys/types.h>
- #include <gtk/gtkwidget.h>
- #include <libgnomeui/gnome-app.h>
- #include <libgnomeui/gnome-app-helper.h>
-@@ -28,6 +29,10 @@
- #include "article.h"
- #include "group.h"
- #include "status-item.h"
-+
-+#if defined(__FreeBSD__)
-+typedef u_long ulong;
-+#endif
-
- extern GtkWidget *groups_vbox;
- extern GtkWidget *articlelist_ctree;
diff --git a/news/pan2/files/patch-ag b/news/pan2/files/patch-ag
deleted file mode 100644
index d7077270a5b4..000000000000
--- a/news/pan2/files/patch-ag
+++ /dev/null
@@ -1,7 +0,0 @@
---- Makefile.in.orig Fri Sep 15 00:41:26 2000
-+++ Makefile.in Fri Sep 15 13:45:39 2000
-@@ -116,3 +116,3 @@
-
--SUBDIRS = macros po uulib libcamel pan docs
-+SUBDIRS = macros po libcamel pan docs
-
diff --git a/news/pan2/files/patch-ah b/news/pan2/files/patch-ah
deleted file mode 100644
index 51aae74f3b08..000000000000
--- a/news/pan2/files/patch-ah
+++ /dev/null
@@ -1,12 +0,0 @@
---- pan/Makefile.in.orig Fri Sep 15 00:41:44 2000
-+++ pan/Makefile.in Fri Sep 15 13:36:02 2000
-@@ -130,3 +130,3 @@
-
--pan_LDADD = dialogs/libdialogs.a $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GNOME_LIBS) $(GLIB_LIBS) $(UNICODE_LIBS) $(top_builddir)/libcamel/libcamel.a $(top_builddir)/uulib/libuu.a
-+pan_LDADD = dialogs/libdialogs.a $(INTLLIBS) $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(GNOME_LIBS) $(GLIB_LIBS) $(UNICODE_LIBS) $(top_builddir)/libcamel/libcamel.a
-
-@@ -153,3 +153,3 @@
- pan_DEPENDENCIES = dialogs/libdialogs.a \
--$(top_builddir)/libcamel/libcamel.a $(top_builddir)/uulib/libuu.a
-+$(top_builddir)/libcamel/libcamel.a
- pan_LDFLAGS =
diff --git a/news/pan2/pkg-comment b/news/pan2/pkg-comment
deleted file mode 100644
index d7ef68242140..000000000000
--- a/news/pan2/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Threaded GNOME newsreader based on Agent for Windows
diff --git a/news/pan2/pkg-descr b/news/pan2/pkg-descr
deleted file mode 100644
index e9e4254fef74..000000000000
--- a/news/pan2/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Pimp Ass Newsreader (PAN)
--------------------------
-
-Threaded GNOME newsreader based on Agent for Windows.
-
-WWW: http://www.superpimp.org/
-
-- Chris D. Faulhaber
-jedgar@fxp.org
diff --git a/news/pan2/pkg-plist b/news/pan2/pkg-plist
deleted file mode 100644
index 473898cffb60..000000000000
--- a/news/pan2/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-bin/pan
-share/gnome/apps/Internet/pan.desktop
-share/gnome/pixmaps/pan.png
-share/gnome/pixmaps/pan_druid.xpm
-share/locale/da/LC_MESSAGES/pan.mo
-share/locale/de/LC_MESSAGES/pan.mo
-share/locale/es/LC_MESSAGES/pan.mo
-share/locale/fi/LC_MESSAGES/pan.mo
-share/locale/fr/LC_MESSAGES/pan.mo
-share/locale/ga/LC_MESSAGES/pan.mo
-share/locale/it/LC_MESSAGES/pan.mo
-share/locale/ja/LC_MESSAGES/pan.mo
-share/locale/ko/LC_MESSAGES/pan.mo
-share/locale/no/LC_MESSAGES/pan.mo
-share/locale/pl/LC_MESSAGES/pan.mo
-share/locale/ru/LC_MESSAGES/pan.mo
-share/locale/sl/LC_MESSAGES/pan.mo
-share/locale/sp/LC_MESSAGES/pan.mo
-share/locale/sr/LC_MESSAGES/pan.mo
-share/locale/sv/LC_MESSAGES/pan.mo
-share/locale/tr/LC_MESSAGES/pan.mo
-share/locale/uk/LC_MESSAGES/pan.mo