diff options
author | steve <steve@FreeBSD.org> | 1998-03-28 14:58:20 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-28 14:58:20 +0000 |
commit | 678be79b2c4cc0bcf18970fb464a71e955bbb1fb (patch) | |
tree | 5e1e23bc34f0436169e332cd45bd4e856c216e23 /news/unpost | |
parent | 22b0ebec6e1b3222322d8f5ec64cde8ab29c27ba (diff) | |
download | FreeBSD-ports-678be79b2c4cc0bcf18970fb464a71e955bbb1fb.zip FreeBSD-ports-678be79b2c4cc0bcf18970fb464a71e955bbb1fb.tar.gz |
Initial import of unpost version 2.3.4.
Extract binary files from mult-segment uuendcoded postings.
PR: 5042
Submitted by: Frank Volf <volf@oasis.IAEhv.nl>
Diffstat (limited to 'news/unpost')
-rw-r--r-- | news/unpost/Makefile | 22 | ||||
-rw-r--r-- | news/unpost/distinfo | 1 | ||||
-rw-r--r-- | news/unpost/files/patch-aa | 24 | ||||
-rw-r--r-- | news/unpost/pkg-comment | 1 | ||||
-rw-r--r-- | news/unpost/pkg-descr | 7 | ||||
-rw-r--r-- | news/unpost/pkg-plist | 2 |
6 files changed, 57 insertions, 0 deletions
diff --git a/news/unpost/Makefile b/news/unpost/Makefile new file mode 100644 index 0000000..7a91f9e --- /dev/null +++ b/news/unpost/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: unpoost +# Version required: 2.3.4 +# Date created: 14 october 1997 +# Whom: volf@oasis.IAEhv.nl +# +# $Id$ +# + +DISTNAME= unpost-2.3.4 +CATEGORIES= news +MASTER_SITES= ftp://ftp.rhein.de/pub/unix/news/ + +MAINTAINER= volf@oasis.IAEhv.nl + +MAKEFILE= makefils/linux.mkf +MAN1= unpost.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/unpost ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/unpost.doc ${PREFIX}/man/man1/unpost.1 + +.include <bsd.port.mk> diff --git a/news/unpost/distinfo b/news/unpost/distinfo new file mode 100644 index 0000000..bc4b93f --- /dev/null +++ b/news/unpost/distinfo @@ -0,0 +1 @@ +MD5 (unpost-2.3.4.tar.gz) = 33e610f6c07737ccc4b7fd7f3cf9a80a diff --git a/news/unpost/files/patch-aa b/news/unpost/files/patch-aa new file mode 100644 index 0000000..ebadf91 --- /dev/null +++ b/news/unpost/files/patch-aa @@ -0,0 +1,24 @@ +--- compiler.h.org Fri Nov 14 14:04:42 1997 ++++ compiler.h Fri Nov 14 14:06:55 1997 +@@ -70,9 +70,11 @@ + -----------------------------------------------------------------------------*/ + #elif defined(GCC_COMPILER) + ++#ifndef __FreeBSD__ + extern char *sys_errlist[]; + + #define strerror(x) sys_errlist[x] ++#endif + + /* Defines for fopen calls. */ + #define TXT_APPEND "a" +@@ -82,7 +84,9 @@ + #define BIN_WRITE "w" + #define BIN_RD_WRT "w+" + ++#ifndef __FreeBSD__ + #include <malloc.h> ++#endif + #include <unistd.h> + + /*----------------------------------------------------------------------------- diff --git a/news/unpost/pkg-comment b/news/unpost/pkg-comment new file mode 100644 index 0000000..69946c5 --- /dev/null +++ b/news/unpost/pkg-comment @@ -0,0 +1 @@ +Extract binary files from multi-segment uuencoded postings. diff --git a/news/unpost/pkg-descr b/news/unpost/pkg-descr new file mode 100644 index 0000000..8ef3184 --- /dev/null +++ b/news/unpost/pkg-descr @@ -0,0 +1,7 @@ +UNPOST is a tool designed primarily to extract binaries from USENET +binaries postings such as those made to alt.binaries.pictures.misc +and comp.binaries.ibm.pc. As well as extracting binaries from USENET +postings, UNPOST can extract binaries from multi-segment uuencoded +mailings as well, however, to simplify this documentation only +USENET article postings will be discussed. The principles are the +same for multi-segment mailings. diff --git a/news/unpost/pkg-plist b/news/unpost/pkg-plist new file mode 100644 index 0000000..bbb7d66 --- /dev/null +++ b/news/unpost/pkg-plist @@ -0,0 +1,2 @@ +bin/unpost +man/man1/unpost.1.gz |