summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorfredb <fredb>2002-01-04 20:45:43 +0000
committerfredb <fredb>2002-01-04 20:45:43 +0000
commitc6695af55143e42e47434e65c72ddde1f82152ff (patch)
tree839cff39cafd6358d080c45590fd5ef5e1a41e04 /misc
parent7d52516643b11ac8b038d7e71be3b73e5c8a5e5d (diff)
downloadpkgsrc-c6695af55143e42e47434e65c72ddde1f82152ff.tar.gz
Back out last, as the name misc/par unfortunately conflicts with
textproc/par. I'll rename and re-import this as misc/parchive.
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile3
-rw-r--r--misc/par/DESCR13
-rw-r--r--misc/par/Makefile18
-rw-r--r--misc/par/PLIST2
-rw-r--r--misc/par/distinfo5
-rw-r--r--misc/par/patches/patch-aa13
6 files changed, 1 insertions, 53 deletions
diff --git a/misc/Makefile b/misc/Makefile
index e6241489548..795e3693e79 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.113 2002/01/04 20:08:16 fredb Exp $
+# $NetBSD: Makefile,v 1.114 2002/01/04 20:45:43 fredb Exp $
#
COMMENT= Miscellaneous utilities
@@ -71,7 +71,6 @@ SUBDIR+= p5-ControlX10-CM17
SUBDIR+= p5-File-MMagic
SUBDIR+= p5-Locale-Codes
SUBDIR+= p5-Search
-SUBDIR+= par
SUBDIR+= pdmenu
SUBDIR+= php4-calendar
SUBDIR+= php4-mbstring
diff --git a/misc/par/DESCR b/misc/par/DESCR
deleted file mode 100644
index 0e1066a80d9..00000000000
--- a/misc/par/DESCR
+++ /dev/null
@@ -1,13 +0,0 @@
-"Parchive" implements a RAID-like system for multi-part archives. Such
-archives are commonly posted to Usenet binary newsgroups. Typically, a
-poster will construct 2 to 5 parity files for a multi-part archive
-consisting of somewhere in the neighborhood of 15 to 50 equal sized parts.
-These parity files contain a Reed-Solomon encoding of the original files.
-He'll then post all of them along with the original parts, so if any number
-of those original parts are lost or corrupted in transit (up to the number
-of parity files), a receiver may reconstruct them from only that number
-of parity files.
-
-Though quickly growing in popularity for it's intended application, the
-format of the parity files is sufficiently general to be useful for other
-applicatons as well. The format itself is in the public domain.
diff --git a/misc/par/Makefile b/misc/par/Makefile
deleted file mode 100644
index 9d71f664744..00000000000
--- a/misc/par/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2002/01/04 20:12:01 fredb Exp $
-#
-
-DISTNAME= par-v1.1
-PKGNAME= par-1.1
-CATEGORIES= misc archivers
-MASTER_SITES= http://telia.dl.sourceforge.net/parchive/
-
-MAINTAINER= fredb@netbsd.org
-HOMEPAGE= http://sourceforge.net/project/parchive/
-COMMENT= create or use "Parity Volume Set" (PAR and Pnn) files
-
-WRKSRC= ${WRKDIR}/par-cmdline
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/par/PLIST b/misc/par/PLIST
deleted file mode 100644
index c8dbaf1ac9d..00000000000
--- a/misc/par/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2002/01/04 20:05:53 fredb Exp $
-bin/par
diff --git a/misc/par/distinfo b/misc/par/distinfo
deleted file mode 100644
index 922b6aab072..00000000000
--- a/misc/par/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.3 2002/01/04 20:05:54 fredb Exp $
-
-SHA1 (par-v1.1.tar.gz) = acba4cdfb8a89b1542cd9ba6494d0d3461e609a1
-Size (par-v1.1.tar.gz) = 40959 bytes
-SHA1 (patch-aa) = 597886e49329078291a455efdd520df6d9919088
diff --git a/misc/par/patches/patch-aa b/misc/par/patches/patch-aa
deleted file mode 100644
index cc0829a723b..00000000000
--- a/misc/par/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2002/01/04 20:05:55 fredb Exp $
-
---- Makefile.orig Sat Nov 17 10:39:52 2001
-+++ Makefile
-@@ -2,7 +2,7 @@
- CFLAGS=-g -W -Wall -Wno-unused -O2
-
- par: backend.o checkpar.o makepar.o rwpar.o rs.o md5.o fileops.o main.o readoldpar.o interface.o ui_text.o
-- $(CC) -o $@ $^
-+ $(CC) -o ${.TARGET} ${.ALLSRC}
-
- clean:
- rm -f core par par.exe *.o