summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-22 13:49:11 +0000
committerwiz <wiz>2002-03-22 13:49:11 +0000
commit5124790ce6ec2089aff4ed58f469486217fa255b (patch)
treee7ffad5bde60aebdce16a4df069f34cb20d0d526 /archivers
parent5d289f4a5bd0701cd8ec83bc37b16b10df9a65b1 (diff)
downloadpkgsrc-5124790ce6ec2089aff4ed58f469486217fa255b.tar.gz
Move yencode from archivers to converters, where it's more suitably placed.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/Makefile3
-rw-r--r--archivers/yencode/DESCR23
-rw-r--r--archivers/yencode/Makefile17
-rw-r--r--archivers/yencode/PLIST8
-rw-r--r--archivers/yencode/distinfo4
5 files changed, 1 insertions, 54 deletions
diff --git a/archivers/Makefile b/archivers/Makefile
index 8448d3f0c6a..9490dbc4f8e 100644
--- a/archivers/Makefile
+++ b/archivers/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2002/03/21 20:24:12 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2002/03/22 13:49:11 wiz Exp $
#
COMMENT= Archivers
@@ -43,7 +43,6 @@ SUBDIR+= unlzx
SUBDIR+= unrar
SUBDIR+= unzip
SUBDIR+= xbin
-SUBDIR+= yencode
SUBDIR+= zip
SUBDIR+= zip1
SUBDIR+= zoo
diff --git a/archivers/yencode/DESCR b/archivers/yencode/DESCR
deleted file mode 100644
index 29d843a68b9..00000000000
--- a/archivers/yencode/DESCR
+++ /dev/null
@@ -1,23 +0,0 @@
-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
deleted file mode 100644
index d03e58af013..00000000000
--- a/archivers/yencode/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-# $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
deleted file mode 100644
index 5384502aa87..00000000000
--- a/archivers/yencode/PLIST
+++ /dev/null
@@ -1,8 +0,0 @@
-@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
deleted file mode 100644
index fb2b8a9fed0..00000000000
--- a/archivers/yencode/distinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-$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