Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

23
converters/yencode/DESCR Normal file
View File

@@ -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.

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.16 2013/04/06 03:45:08 rodent Exp $
#
DISTNAME= yencode-0.46
PKGNAME= ${DISTNAME:C/([0-9])$/.\1/1}
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/}
MAINTAINER= shaun@inerd.com
HOMEPAGE= http://www.yencode.org/
COMMENT= Encoder and decoder for yenc format
GNU_CONFIGURE= yes
CFLAGS.SunOS+= -Du_int64_t=uint64_t
LIBS.SunOS+= -lsocket -lnsl
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

8
converters/yencode/PLIST Normal file
View File

@@ -0,0 +1,8 @@
@comment $NetBSD: PLIST,v 1.1 2002/03/22 13:49:15 wiz Exp $
bin/ypost
bin/yencode
bin/ydecode
man/man1/yencode.1
man/man1/ydecode.1
man/man1/ypost.1
man/man5/ypostrc.5

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2006/09/06 20:44:12 wiz Exp $
SHA1 (yencode-0.46.tar.gz) = b27a37dc4de8f76ea404b22f72cb6f591c63267f
RMD160 (yencode-0.46.tar.gz) = d431a9e62e0143f9a514b8427178579725d4816f
Size (yencode-0.46.tar.gz) = 241762 bytes