diff options
author | wiz <wiz@pkgsrc.org> | 2002-03-21 20:23:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-03-21 20:23:27 +0000 |
commit | ff50df02c85bc63a3c9a07cc9ff4249761207d97 (patch) | |
tree | 4c2328c687d77ac63b2270f46f1294d62f36ece1 /archivers | |
parent | 74b7beec16f713448324bd5150988dcd031bf0cd (diff) | |
download | pkgsrc-ff50df02c85bc63a3c9a07cc9ff4249761207d97.tar.gz |
Initial import of yencode-0.4.5. From the DESCR:
This is yencode, an encoder/decoder package for the Usenet "yEnc"
format, licensed under the GNU General Public License.
* The encoder can output single part or multipart yencoded
archives of any size.
* Smart decoder can handle multiple files, including files
specified out of order or with nonsense file names.
* Easy to use Usenet posting software enables one-liner
posting of individual files or groups of files, including creation
of SFV/CRC checksum files if desired.
* Optional scan mode: automatically locate and decode
single or multipart yencoded archives in specified directories
or recursively.
* Fully compliant with all versions of the yEnc
specification (currently v1, v2, v3).
* Properly implements CRC values, including the pcrc32 on
each part of multipart archives, and a crc32 for the last part
of a multipart archive.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/yencode/DESCR | 23 | ||||
-rw-r--r-- | archivers/yencode/Makefile | 17 | ||||
-rw-r--r-- | archivers/yencode/PLIST | 8 | ||||
-rw-r--r-- | archivers/yencode/distinfo | 4 |
4 files changed, 52 insertions, 0 deletions
diff --git a/archivers/yencode/DESCR b/archivers/yencode/DESCR new file mode 100644 index 00000000000..29d843a68b9 --- /dev/null +++ b/archivers/yencode/DESCR @@ -0,0 +1,23 @@ +This is yencode, an encoder/decoder package for the Usenet "yEnc" +format, licensed under the GNU General Public License. + +* The encoder can output single part or multipart yencoded + archives of any size. + +* Smart decoder can handle multiple files, including files + specified out of order or with nonsense file names. + +* Easy to use Usenet posting software enables one-liner + posting of individual files or groups of files, including creation + of SFV/CRC checksum files if desired. + +* Optional scan mode: automatically locate and decode + single or multipart yencoded archives in specified directories + or recursively. + +* Fully compliant with all versions of the yEnc + specification (currently v1, v2, v3). + +* Properly implements CRC values, including the pcrc32 on + each part of multipart archives, and a crc32 for the last part + of a multipart archive. diff --git a/archivers/yencode/Makefile b/archivers/yencode/Makefile new file mode 100644 index 00000000000..d03e58af013 --- /dev/null +++ b/archivers/yencode/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/03/21 20:23:27 wiz Exp $ +# + +DISTNAME= yencode-0.45 +PKGNAME= yencode-0.4.5 +CATEGORIES= archivers +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.yencode.org/ +COMMENT= yenc format encoder and decoder + +GNU_CONFIGURE= YES +USE_BUILDLINK_ONLY= YES + +.include "../../devel/gettext-lib/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/archivers/yencode/PLIST b/archivers/yencode/PLIST new file mode 100644 index 00000000000..5384502aa87 --- /dev/null +++ b/archivers/yencode/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/03/21 20:23:27 wiz Exp $ +bin/ypost +bin/yencode +bin/ydecode +man/man1/yencode.1 +man/man1/ydecode.1 +man/man1/ypost.1 +man/man5/ypostrc.5 diff --git a/archivers/yencode/distinfo b/archivers/yencode/distinfo new file mode 100644 index 00000000000..fb2b8a9fed0 --- /dev/null +++ b/archivers/yencode/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/03/21 20:23:27 wiz Exp $ + +SHA1 (yencode-0.45.tar.gz) = 7bf9795959256977d5f9197117618c0c9bbb4e74 +Size (yencode-0.45.tar.gz) = 241412 bytes |