summaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1998-08-09 00:34:33 +0000
committersteve <steve@FreeBSD.org>1998-08-09 00:34:33 +0000
commitbe42adc9a7a5bf2d5bb2acbb7bd6435213eb05c3 (patch)
tree517fbb7ecf137349b6094d4a84ff7c0f0276df18 /news
parentea9cce09d9ebc331955bf7f3dc693e9a84ea1bec (diff)
downloadFreeBSD-ports-be42adc9a7a5bf2d5bb2acbb7bd6435213eb05c3.zip
FreeBSD-ports-be42adc9a7a5bf2d5bb2acbb7bd6435213eb05c3.tar.gz
Initial import of pgpmoose version 1.0.
Handles signatures for moderated newsgroups. PR: 5200 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Diffstat (limited to 'news')
-rw-r--r--news/pgpmoose/Makefile33
-rw-r--r--news/pgpmoose/distinfo1
-rw-r--r--news/pgpmoose/pkg-comment1
-rw-r--r--news/pgpmoose/pkg-descr27
-rw-r--r--news/pgpmoose/pkg-plist12
5 files changed, 74 insertions, 0 deletions
diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile
new file mode 100644
index 0000000..507f347
--- /dev/null
+++ b/news/pgpmoose/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: pgpmoose
+# Version required: 1
+# Date created: 28 Nov 1997
+# Whom: dirk.meyer@dinoex.sub.org
+#
+# $Id$
+
+DISTNAME= PGPMoose
+PKGNAME= pgpmoose-1
+CATEGORIES= news security
+MASTER_SITES= http://www.usenix.org/~ggr/ \
+ ftp://ftp.dinoex.sub.de/pub/approved/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= dirk.meyer@dinoex.sub.org
+
+MAN1= pmapp.1 pmcanon.1 pmcheck.1 pmnewsgroups.1 \
+ pmdaemon.1 pmcancel.1
+BIN1= pmapp pmcanon pmcheck pmnewsgroups \
+ pmdaemon pmcancel
+
+WRKSRC= ${WRKDIR}
+STRIP=
+
+do-install:
+.for i in ${BIN1}
+ @${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/bin
+.endfor
+.for i in ${MAN1}
+ ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/man/man1
+.endfor
+
+.include <bsd.port.mk>
diff --git a/news/pgpmoose/distinfo b/news/pgpmoose/distinfo
new file mode 100644
index 0000000..04140e6
--- /dev/null
+++ b/news/pgpmoose/distinfo
@@ -0,0 +1 @@
+MD5 (PGPMoose.tar.Z) = 47ff4b56103217540153b2e3447551d3
diff --git a/news/pgpmoose/pkg-comment b/news/pgpmoose/pkg-comment
new file mode 100644
index 0000000..f0c61ba
--- /dev/null
+++ b/news/pgpmoose/pkg-comment
@@ -0,0 +1 @@
+PGP Moose - signatures for moderated newsgroups
diff --git a/news/pgpmoose/pkg-descr b/news/pgpmoose/pkg-descr
new file mode 100644
index 0000000..662b47d
--- /dev/null
+++ b/news/pgpmoose/pkg-descr
@@ -0,0 +1,27 @@
+PGP Moose
+=========
+by Greg Rose <ggr@usenix.org>
+
+The aim of this software is to monitor the news
+postings of moderators of USENET newsgroups, and to
+automatically cancel forged messages purporting to
+be approved. This can be extended to the approvals
+of individual users to automatically cancel messages
+that appear without having been authorised by the
+user. This has (obviously) been prompted by the
+recent spammings and other events.
+
+This software and protocol is designed around
+cryptographic signatures. The protocol is designed
+to allow the use of different signature techniques.
+This implemention assumes the use of PGP signatures,
+but can be easily modified to use others, such as
+the Digital Signature Standard. PGP was chosen for
+its widespread availability around the world.
+
+PGP, the crux of the cryptographic software, was
+written by Phil Zimmermann <prz@acm.org>, who
+otherwise has nothing to do with this. The
+cryptographic framework was written by Greg Rose
+<ggr@usenix.org>, as were the INN news system
+hooks.
diff --git a/news/pgpmoose/pkg-plist b/news/pgpmoose/pkg-plist
new file mode 100644
index 0000000..8ad3d4e
--- /dev/null
+++ b/news/pgpmoose/pkg-plist
@@ -0,0 +1,12 @@
+bin/pmapp
+bin/pmcanon
+bin/pmcheck
+bin/pmnewsgroups
+bin/pmdaemon
+bin/pmcancel
+man/man1/pmapp.1.gz
+man/man1/pmcanon.1.gz
+man/man1/pmcheck.1.gz
+man/man1/pmnewsgroups.1.gz
+man/man1/pmdaemon.1.gz
+man/man1/pmcancel.1.gz
OpenPOWER on IntegriCloud