diff options
author | Steve Price <steve@FreeBSD.org> | 1998-08-09 00:34:33 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-08-09 00:34:33 +0000 |
commit | e2d9cdf652629ec6723696cc3fee0b308b7d5676 (patch) | |
tree | a5c3d5c6a32082a4e99570bb85ab094f0d752639 | |
parent | Turn on xitami. (diff) |
Initial import of pgpmoose version 1.0.
Handles signatures for moderated newsgroups.
PR: 5200
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
Notes
Notes:
svn path=/head/; revision=12353
-rw-r--r-- | news/pgpmoose/Makefile | 33 | ||||
-rw-r--r-- | news/pgpmoose/distinfo | 1 | ||||
-rw-r--r-- | news/pgpmoose/pkg-comment | 1 | ||||
-rw-r--r-- | news/pgpmoose/pkg-descr | 27 | ||||
-rw-r--r-- | news/pgpmoose/pkg-plist | 12 |
5 files changed, 74 insertions, 0 deletions
diff --git a/news/pgpmoose/Makefile b/news/pgpmoose/Makefile new file mode 100644 index 000000000000..507f347a8275 --- /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 000000000000..04140e63ad02 --- /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 000000000000..f0c61ba97df7 --- /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 000000000000..662b47d17600 --- /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 000000000000..8ad3d4eec36f --- /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 |