pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip clean-up: remove baler



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Sat Jul 2 22:51:34 2022 +0200
Changeset:	47c1874e1c756ba4d119b254efeddfda0bddbda6

Modified Files:
	Makefile
Removed Files:
	baler/DESCR
	baler/Makefile
	baler/PLIST
	baler/distinfo
	baler/patches/patch-aa

Log Message:
wip clean-up: remove baler

No upstream source, last touched 2012.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=47c1874e1c756ba4d119b254efeddfda0bddbda6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile               |  1 -
 baler/DESCR            | 24 ------------------------
 baler/Makefile         | 23 -----------------------
 baler/PLIST            |  4 ----
 baler/distinfo         |  5 -----
 baler/patches/patch-aa | 14 --------------
 6 files changed, 71 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 03c194bbe6..af517e0a85 100644
--- a/Makefile
+++ b/Makefile
@@ -248,7 +248,6 @@ SUBDIR+=	backintime
 SUBDIR+=	backplane
 SUBDIR+=	bagel
 SUBDIR+=	bakery
-SUBDIR+=	baler
 SUBDIR+=	ballerburg
 SUBDIR+=	bamf
 SUBDIR+=	bamtools
diff --git a/baler/DESCR b/baler/DESCR
deleted file mode 100644
index ff3f316bc8..0000000000
--- a/baler/DESCR
+++ /dev/null
@@ -1,24 +0,0 @@
-A simple tool which takes a set of files (e.g. encrypted compressed tar files
-or just any files), stores them Byte by Byte into volumes, which I call bales
-(just because the data are stored Byte by Byte similarly like hay is put into
-bales), and generates a convenient table of contents (XML file) describing what
-and where is stored in this balestack (i.e. the set of bales - the whole
-archive). To get a particular file from the archive, we just look it up in the
-XML table of contents, take the right bale (i.e. mount the right DVD) and
-simply copy and paste the position and size to baler and that's all, folks!
-Easy!
-
-Typically I dedicate four DVDs as my archive media. Three of them contain bales
-and the fourth one is used for the redundant data (so that a lost DVD can be
-regenerated)
-
-I prepare a few tar.xz.enc (i.e. encrypted compressed tarball) files and use
-baler to create three bales and a table of contents. Then I use eor tool
-(Exclusive OR generator for ordianary files) to generate the redundant data
-from the three bales. Finally I just burn each bale plus the TOC file on the
-corresponding DVD (multisession) and the redundant data plus TOC on the fourth
-DVD. This process can be repeated with new balestacks until the DVDs are full.
-
-This way the media are filled efficiently and the data are stored safely. When
-I want a particular file I just open the TOC and see which of the DVDs I need.
-And baler then gets the desired file from one or more bales very quickly.
diff --git a/baler/Makefile b/baler/Makefile
deleted file mode 100644
index 314e64bba9..0000000000
--- a/baler/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/09/24 17:14:26 asau Exp $
-#
-
-DISTNAME=	baler-1.0
-CATEGORIES=	archivers
-MASTER_SITES=	http://blue.jh-inst.cas.cz/~smydke/projects/baler/releases/
-EXTRACT_SUFX=	.zip
-
-MAINTAINER=	jan.smydke%jh-inst.cas.cz@localhost
-HOMEPAGE=	http://blue.jh-inst.cas.cz/~smydke/projects/baler
-COMMENT=	Store data in bales and provide a TOC for direct access
-LICENSE=	2-clause-bsd
-
-USE_TOOLS+=	gmake
-MAKE_FILE=	GNUmakefile
-
-NO_BUILD=	yes
-
-REPLACE_RUBY=	baler.rb
-
-.include "../../lang/ruby/buildlink3.mk"
-.include "../../lang/ruby/replace.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/baler/PLIST b/baler/PLIST
deleted file mode 100644
index 622718f86c..0000000000
--- a/baler/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2010/12/31 16:24:38 crocusino Exp $
-bin/baler
-bin/baler.rb
-share/doc/baler/README.rst
diff --git a/baler/distinfo b/baler/distinfo
deleted file mode 100644
index 3d69497ebd..0000000000
--- a/baler/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2011/03/27 10:05:52 crocusino Exp $
-
-RMD160 (baler-1.0.zip) = 8aa33d39e6f9018b3e9bda31446614ef1274c1f4
-Size (baler-1.0.zip) = 9739 bytes
-SHA1 (patch-aa) = d3f12411da46eaabf1acf2174283c966b747dbe6
diff --git a/baler/patches/patch-aa b/baler/patches/patch-aa
deleted file mode 100644
index a6805bb076..0000000000
--- a/baler/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2011/03/27 10:05:52 crocusino Exp $
-
-pkgsrc config for ${DESTDIR}${PREFIX}
---- GNUmakefile.orig	2010-12-31 12:06:06.000000000 +0000
-+++ GNUmakefile
-@@ -25,7 +25,7 @@
- #    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- #    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- 
--PREFIX=/usr/local
-+PREFIX:=    ${DESTDIR}${PREFIX}
- 
- sinclude LOCAL.mk
- 


Home | Main Index | Thread Index | Old Index