summaryrefslogtreecommitdiff
path: root/news/sn
diff options
context:
space:
mode:
Diffstat (limited to 'news/sn')
-rw-r--r--news/sn/Makefile48
-rw-r--r--news/sn/distinfo2
-rw-r--r--news/sn/files/patch-Makefile21
-rw-r--r--news/sn/pkg-descr7
-rw-r--r--news/sn/pkg-plist39
5 files changed, 0 insertions, 117 deletions
diff --git a/news/sn/Makefile b/news/sn/Makefile
deleted file mode 100644
index 6f9156d1cd30..000000000000
--- a/news/sn/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# Created by: Andreas Fehlner <fehlner@gmx.de>
-# $FreeBSD$
-
-PORTNAME= sn
-PORTVERSION= 0.3.8
-PORTREVISION= 3
-CATEGORIES= news
-MASTER_SITES= http://www.infa.abo.fi/~patrik/sn/files/ \
- http://home.arcor.de/teambushido/fbsd_ports/ \
- http://home.arcor.de/fehlner/fbsd_ports/
-
-MAINTAINER= fehlner@gmx.de
-COMMENT= Small news system for small sites serving
-
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
-
-LICENSE= GPLv2
-
-RUN_DEPENDS= bash:shells/bash
-
-USES= gmake tar:bzip2
-MAKE_ARGS+= PREFIX="${PREFIX}" LD="${CC}" CC="${CC}"
-
-PORTDOCS= README CHANGES FAQ INSTALL INTERNALS \
- THANKS TODO INSTALL.notes INSTALL.notes2 \
- INSTALL.run INSTALL.upgrade
-
-INSTALL_TARGET= strip install
-
-OPTIONS_DEFINE= DOCS
-
-# Try to fix parallel builds (-jX); respect CFLAGS
-post-patch:
- ${REINPLACE_CMD} -e 's|sn\.a$$|& lib/libstuff.a| ; \
- s|snlockf\.o$$|& lib/libstuff.a| ; \
- s|-g -Wall -pedantic -O|${CFLAGS} -Wall -pedantic| ; \
- s|strip |${STRIP_CMD} | ; \
- s|/bin/bash|${LOCALBASE}/bin/bash|' \
- ${WRKSRC}/Makefile
-
-post-install:
- @${MKDIR} ${STAGEDIR}/var/spool/news
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>
diff --git a/news/sn/distinfo b/news/sn/distinfo
deleted file mode 100644
index d8fd28abd623..000000000000
--- a/news/sn/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (sn-0.3.8.tar.bz2) = 8ce7c77d587814993ca27d5bbf2bb8b2ad13111995b6113dc917484596dbddf0
-SIZE (sn-0.3.8.tar.bz2) = 97751
diff --git a/news/sn/files/patch-Makefile b/news/sn/files/patch-Makefile
deleted file mode 100644
index 17a8eea6af9b..000000000000
--- a/news/sn/files/patch-Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
---- ./Makefile.orig 2014-04-04 12:17:36.551829000 +0200
-+++ ./Makefile 2014-04-04 12:20:01.852681999 +0200
-@@ -144,12 +144,12 @@
- strip: $(BINS)
- strip $^
-
--install: all #$(SNROOT) $(BINDIR) $(MANDIR)/man8 # commented out so make -n install works without the dirs
-- $(INSTALL) $(PROGS) $(BINDIR)
-- $(INSTALL) *.8 $(MANDIR)/man8
-- -cd $(BINDIR); rm -f sncat; ln -s snscan sncat
-- -cd $(BINDIR); rm -f sncancel; ln -s snscan sncancel
-- -cd $(BINDIR); rm -f snstore; ln -s snsend snstore
-+install: all #$(SNROOT) $(DESTDIR)$(BINDIR) $(DESTDIR)$(MANDIR)/man8 # commented out so make -n install works without the dirs
-+ $(INSTALL) $(PROGS) $(DESTDIR)$(BINDIR)
-+ $(INSTALL) *.8 $(DESTDIR)$(MANDIR)/man8
-+ -cd $(DESTDIR)$(BINDIR); rm -f sncat; ln -s snscan sncat
-+ -cd $(DESTDIR)$(BINDIR); rm -f sncancel; ln -s snscan sncancel
-+ -cd $(DESTDIR)$(BINDIR); rm -f snstore; ln -s snsend snstore
-
- spoolclean:
- @echo -n "make $@ will wipe out your news spool! Sure? [y/n] "
diff --git a/news/sn/pkg-descr b/news/sn/pkg-descr
deleted file mode 100644
index 0bc60b400f37..000000000000
--- a/news/sn/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-sn a small news system for small sites serving perhaps a few dozen
-newsgroups, and with a slow connection to the internet; similar to
-Leafnode. The target user is a home or SOHO with a single modem
-connection to the Internet, maybe running IP masq or similar, and
-serving a few workstations.
-
-WWW: http://infa.abo.fi/~patrik/sn/
diff --git a/news/sn/pkg-plist b/news/sn/pkg-plist
deleted file mode 100644
index e3dc92ee4646..000000000000
--- a/news/sn/pkg-plist
+++ /dev/null
@@ -1,39 +0,0 @@
-man/man8/sn.8.gz
-man/man8/sncancel.8.gz
-man/man8/sncat.8.gz
-man/man8/sndelgroup.8.gz
-man/man8/sndumpdb.8.gz
-man/man8/snexpire.8.gz
-man/man8/snfetch.8.gz
-man/man8/snget.8.gz
-man/man8/sngetd.8.gz
-man/man8/snmail.8.gz
-man/man8/snnewgroup.8.gz
-man/man8/snntpd.8.gz
-man/man8/snprimedb.8.gz
-man/man8/snscan.8.gz
-man/man8/snsend.8.gz
-man/man8/snsplit.8.gz
-man/man8/snstore.8.gz
-sbin/SNHELLO
-sbin/SNPOST
-sbin/dot-outgoing.ex
-sbin/sncancel
-sbin/sncat
-sbin/sndelgroup
-sbin/sndumpdb
-sbin/snexpire
-sbin/snfetch
-sbin/snget
-sbin/sngetd
-sbin/snlockf
-sbin/snmail
-sbin/snnewgroup
-sbin/snntpd
-sbin/snprimedb
-sbin/snscan
-sbin/snsend
-sbin/snsplit
-sbin/snstore
-@dir /var/spool/news
-@postunexec [ ! -d /var/spool/news ] || ( echo "===> If you don't plan to use them later, you can safely remove /var/spool/news. Deinstall process kept these files intact:" | fmt && for i in $(find /var/spool/news -type f); do echo " - $i"; done)