From a5a0b703df1f445b78ca87c0f63fb859cefa5b05 Mon Sep 17 00:00:00 2001 From: "Justin M. Seger" Date: Sat, 12 Dec 1998 03:40:04 +0000 Subject: Import of fidogate 4.2.9 * Fido-Internet Gateway * Fido FTN-FTN Gateway * Fido Mail Processor * Fido File Processor * Fido Areafix/Filefix PR: ports/5201 Submitted by: dirk.meyer@dinoex.sub.org --- news/fidogate/Makefile | 29 ++++++++++++++++++ news/fidogate/distinfo | 1 + news/fidogate/files/patch-aa | 71 ++++++++++++++++++++++++++++++++++++++++++++ news/fidogate/pkg-comment | 1 + news/fidogate/pkg-descr | 6 ++++ news/fidogate/pkg-plist | 59 ++++++++++++++++++++++++++++++++++++ 6 files changed, 167 insertions(+) create mode 100644 news/fidogate/Makefile create mode 100644 news/fidogate/distinfo create mode 100644 news/fidogate/files/patch-aa create mode 100644 news/fidogate/pkg-comment create mode 100644 news/fidogate/pkg-descr create mode 100644 news/fidogate/pkg-plist (limited to 'news') diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile new file mode 100644 index 000000000000..2604b4550053 --- /dev/null +++ b/news/fidogate/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: fidogate +# Version required: fidogate-4.2.9 +# Date created: 02 Dez 1997 +# Whom: dirk.meyer@dinoex.sub.org +# +# $Id$ +# + +DISTNAME= fidogate-4.2.9 +CATEGORIES= news +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + ftp://ftp.dinoex.sub.org/pub/approved/ +MASTER_SITE_SUBDIR=system/fido + +MAINTAINER= dirk.meyer@dinoex.sub.org + +USE_GMAKE= yes + +# you may commet out this line if you have another transfer-agent +RUN_DEPENDS= ${PREFIX}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail + +WRKSRC= ${WRKDIR}/fidogate + +pre-install: + ${MKDIR} ${PREFIX}/libexec/fidogate + ${MKDIR} ${PREFIX}/share/doc/fidogate/html + ${MKDIR} ${PREFIX}/share/doc/fidogate/info + +.include diff --git a/news/fidogate/distinfo b/news/fidogate/distinfo new file mode 100644 index 000000000000..14877b456ff3 --- /dev/null +++ b/news/fidogate/distinfo @@ -0,0 +1 @@ +MD5 (fidogate-4.2.9.tar.gz) = adc2ab02a57e3f9b878e2bdd192bb506 diff --git a/news/fidogate/files/patch-aa b/news/fidogate/files/patch-aa new file mode 100644 index 000000000000..f51d3976d159 --- /dev/null +++ b/news/fidogate/files/patch-aa @@ -0,0 +1,71 @@ +--- config.make.orig Sat Oct 11 17:24:15 1997 ++++ config.make Fri Dec 11 22:19:58 1998 +@@ -14,32 +14,46 @@ + # OS2 = OS/2 with EMX GCC + + # FIDOGATE Directories +-BINDIR = /usr/local/bin +-LIBDIR = /usr/local/lib/fidogate +-SPOOLDIR = /var/spool/fido +-LOGDIR = /var/log/fido ++# BINDIR = /usr/local/bin ++BINDIR = /libexec/fidogate ++# LIBDIR = /usr/local/lib/fidogate ++LIBDIR = /libexec/fidogate ++# SPOOLDIR = /var/spool/fido ++SPOOLDIR = /var/spool/fidogate ++# LOGDIR = /var/log/fido ++LOGDIR = /var/spool/fidogate/log + + # Doc directories +-INFODIR = /usr/local/info +-HTMLDIR = /home/mj/public_html/fidogate ++# INFODIR = /usr/local/info ++INFODIR = /share/doc/fidogate/info ++# HTMLDIR = /home/mj/public_html/fidogate ++HTMLDIR = /share/doc/fidogate/html ++ + + # Outbound *base* directory, i.e. outbound is OUTBOUND/out.xxx +-OUTBOUND = /var/spool/bt ++# OUTBOUND = /var/spool/bt ++OUTBOUND = /var/spool/fidogate/out + # Normal (i.e. insecure) inbound +-INBOUND = /var/spool/bt/in ++# INBOUND = /var/spool/bt/in ++INBOUND = /var/spool/fidogate/in + # Protected inbound +-PINBOUND = /var/spool/bt/pin ++# PINBOUND = /var/spool/bt/pin ++PINBOUND = /var/spool/fidogate/pin + # Inbound for uuencoded mails (used by recvuu) +-UUINBOUND = /var/spool/bt/uuin ++# UUINBOUND = /var/spool/bt/uuin ++UUINBOUND = /var/spool/fidogate/uuin + + # INN directories + NEWSETCDIR = /etc/news + NEWSVARDIR = /var/lib/news +-NEWSLIBDIR = /usr/lib/news +-NEWSSPOOLDIR = /var/spool/news ++# NEWSLIBDIR = /usr/lib/news ++NEWSLIBDIR = /usr/local/libexec/news ++# NEWSSPOOLDIR = /var/spool/news ++NEWSSPOOLDIR = /var/news + + # Ifmail directory +-IFMAILDIR = /usr/local/lib/ifmail ++# IFMAILDIR = /usr/local/lib/ifmail ++IFMAILDIR = $(PREFIX)/libexec/ifmail + + # perl + PERL = /usr/bin/perl +@@ -103,8 +117,6 @@ + INSTALL_DATA = $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m $(PERM_DATA) + INSTALL_SETUID = $(INSTALL) -c -g $(GROUP) -o $(OWNER) -m $(PERM_SETUID) + INSTALL_DIR = $(INSTALL) -g $(GROUP) -o $(OWNER) -m $(PERM_DIR) -d +-# extra prefix for installation +- PREFIX = + + # library name + # LIB = fidogate.a # OS2 diff --git a/news/fidogate/pkg-comment b/news/fidogate/pkg-comment new file mode 100644 index 000000000000..9179f1ed608e --- /dev/null +++ b/news/fidogate/pkg-comment @@ -0,0 +1 @@ +Fido-Internet Gateway and Tosser diff --git a/news/fidogate/pkg-descr b/news/fidogate/pkg-descr new file mode 100644 index 000000000000..6d5ee8ed9de3 --- /dev/null +++ b/news/fidogate/pkg-descr @@ -0,0 +1,6 @@ +* Fido-Internet Gateway +* Fido FTN-FTN Gateway +* Fido Mail Processor +* Fido File Processor +* Fido Areafix/Filefix +http://morannon.fido.de/fidogate/ diff --git a/news/fidogate/pkg-plist b/news/fidogate/pkg-plist new file mode 100644 index 000000000000..248ab6684080 --- /dev/null +++ b/news/fidogate/pkg-plist @@ -0,0 +1,59 @@ +libexec/fidogate/ffx +libexec/fidogate/ffxbatch +libexec/fidogate/ffxmail +libexec/fidogate/ffxqt +libexec/fidogate/ffxrmail +libexec/fidogate/ffxrun +libexec/fidogate/ftn2ftn +libexec/fidogate/ftn2rfc +libexec/fidogate/ftnaf +libexec/fidogate/ftnafmail +libexec/fidogate/ftnbsy +libexec/fidogate/ftnconfig +libexec/fidogate/ftnexpire +libexec/fidogate/ftnfattach +libexec/fidogate/ftnflo +libexec/fidogate/ftnhatch +libexec/fidogate/ftnin +libexec/fidogate/ftninpost +libexec/fidogate/ftninrecomb +libexec/fidogate/ftnlock +libexec/fidogate/ftnlog +libexec/fidogate/ftnpack +libexec/fidogate/ftnroute +libexec/fidogate/ftnseq +libexec/fidogate/ftntick +libexec/fidogate/ftntoss +libexec/fidogate/magic +libexec/fidogate/pktdebug +libexec/fidogate/pktmore +libexec/fidogate/rfc2ftn +libexec/fidogate/rundf +libexec/fidogate/runin +libexec/fidogate/runout +libexec/fidogate/runtoss +libexec/fidogate/rununpack +libexec/fidogate/sumcrc +share/doc/fidogate/html/ANNOUNCE +share/doc/fidogate/html/fidogate_1.html +share/doc/fidogate/html/fidogate_2.html +share/doc/fidogate/html/fidogate_3.html +share/doc/fidogate/html/fidogate_4.html +share/doc/fidogate/html/fidogate_5.html +share/doc/fidogate/html/fidogate_6.html +share/doc/fidogate/html/fidogate_toc.html +share/doc/fidogate/html/msgid-1.html +share/doc/fidogate/html/msgid-2.html +share/doc/fidogate/html/msgid-3.html +share/doc/fidogate/html/msgid-4.html +share/doc/fidogate/html/msgid-5.html +share/doc/fidogate/html/msgid-6.html +share/doc/fidogate/html/msgid-7.html +share/doc/fidogate/html/msgid.html +share/doc/fidogate/info/fidogate.info +share/doc/fidogate/info/fidogate.info-1 +share/doc/fidogate/info/fidogate.info-2 +@dirrm share/doc/fidogate/info +@dirrm share/doc/fidogate/html +@dirrm share/doc/fidogate +@dirrm libexec/fidogate -- cgit v1.2.3