pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Delete obsolete packages
Module Name: pkgsrc-wip
Committed By: Bartosz Kuzma <bartosz.kuzma%gmail.com@localhost>
Pushed By: bartosz.kuzma
Date: Fri May 10 02:43:52 2024 +0000
Changeset: 8bed693b251a12ce158e7ddac2268b283d737775
Removed Files:
duff/DESCR
duff/Makefile
duff/PLIST
duff/distinfo
duff/patches/patch-join-duplicates.sh
wbox/DESCR
wbox/Makefile
wbox/PLIST
wbox/distinfo
Log Message:
Delete obsolete packages
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=8bed693b251a12ce158e7ddac2268b283d737775
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
duff/DESCR | 8 --------
duff/Makefile | 18 ------------------
duff/PLIST | 9 ---------
duff/distinfo | 6 ------
duff/patches/patch-join-duplicates.sh | 28 ----------------------------
wbox/DESCR | 12 ------------
wbox/Makefile | 18 ------------------
wbox/PLIST | 2 --
wbox/distinfo | 5 -----
9 files changed, 106 deletions(-)
diffs:
diff --git a/duff/DESCR b/duff/DESCR
deleted file mode 100644
index 72eb120fa9..0000000000
--- a/duff/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Duff is a Unix command-line utility for quickly finding duplicates
-in a given set of files.
-
-How does it work:
- - Only compare files if they're of equal size.
- - Compare a few bytes before checksumming large files.
- - Compare checksums before actual contents.
- - Don't compare actual contents unless explicitly asked.
diff --git a/duff/Makefile b/duff/Makefile
deleted file mode 100644
index 44b7eb23a0..0000000000
--- a/duff/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.4 2012/09/28 21:24:38 asau Exp $
-#
-
-DISTNAME= duff-0.5.2
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=duff/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= bartosz.kuzma%gmail.com@localhost
-HOMEPAGE= http://duff.sourceforge.net/
-COMMENT= Quickly finds duplicates in a given set of files
-LICENSE= zlib
-
-GNU_CONFIGURE= yes
-USE_PKGLOCALEDIR= yes
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/duff/PLIST b/duff/PLIST
deleted file mode 100644
index b23ca4701c..0000000000
--- a/duff/PLIST
+++ /dev/null
@@ -1,9 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/04/13 09:42:44 bartoszkuzma Exp $
-bin/duff
-man/man1/duff.1
-share/doc/duff/README.SHA
-share/duff/join-duplicates.sh
-share/locale/en/LC_MESSAGES/duff.mo
-share/locale/en@boldquot/LC_MESSAGES/duff.mo
-share/locale/en@quot/LC_MESSAGES/duff.mo
-share/locale/sv/LC_MESSAGES/duff.mo
diff --git a/duff/distinfo b/duff/distinfo
deleted file mode 100644
index 7f02f33272..0000000000
--- a/duff/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2012/07/05 14:48:27 othyro Exp $
-
-RMD160 (duff-0.5.2.tar.bz2) = c2df2d5c19a9fb69277f632bcd9edaa8f5a57637
-SHA512 (duff-0.5.2.tar.bz2) = 5f64c28ab86523dd4dffaf26dac67d10bea71bd5cf7b4eaa3dfa27309cf8e7cf37a74ee62b5f3df3cb0114a847711b3147a083cbdd72ab8e4b5f9a45c908f333
-Size (duff-0.5.2.tar.bz2) = 174545 bytes
-SHA1 (patch-join-duplicates.sh) = ffbb100b515d995759c5df8cc0cdaca8e9db34c4
diff --git a/duff/patches/patch-join-duplicates.sh b/duff/patches/patch-join-duplicates.sh
deleted file mode 100644
index ad595146ab..0000000000
--- a/duff/patches/patch-join-duplicates.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-join-duplicates.sh,v 1.2 2012/07/05 14:47:43 othyro Exp $
-
-Using = instead of == for comparison.
-
---- join-duplicates.sh.orig 2011-04-10 13:17:26.000000000 +0000
-+++ join-duplicates.sh
-@@ -10,7 +10,7 @@
- # to a single physical file, thus saving disk space. Use with care.
- #
-
--if [ "$1" == '' ]; then
-+if [ "$1" = '' ]; then
- echo "usage: `basename $0` directory"
- exit 1
- fi
-@@ -19,10 +19,10 @@ duff -r '-f#' -z -p -P "$1" |
- (
- while read file
- do
-- if [ "$file" == '#' ]; then
-+ if [ "$file" = '#' ]; then
- first=''
- else
-- if [ "$first" == '' ]; then
-+ if [ "$first" = '' ]; then
- first="$file"
- else
- temp=`mktemp -p \`dirname $file\``
diff --git a/wbox/DESCR b/wbox/DESCR
deleted file mode 100644
index f3b64fb022..0000000000
--- a/wbox/DESCR
+++ /dev/null
@@ -1,12 +0,0 @@
-Wbox aims to help you having fun while testing HTTP related stuff.
-You can use it to perform many tasks, including the following.
- * Benchmarking how much time it takes to generate content for
- your web application.
- * Web server and web application stressing.
- * Testing virtual domains configuration without the need to
- alter your local resolver.
- * Check if your redirects are working correctly emitting the
- right HTTP code.
- * Test if the HTTP compression is working and if it is actually
- serving pages faster.
- * Use it as a configuration-less HTTP server to share files.
diff --git a/wbox/Makefile b/wbox/Makefile
deleted file mode 100644
index 8fb915a0c9..0000000000
--- a/wbox/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.6 2012/11/14 00:16:17 othyro Exp $
-#
-
-DISTNAME= wbox-5
-CATEGORIES= www
-MASTER_SITES= http://www.hping.org/wbox/
-
-MAINTAINER= bartosz.kuzma%gmail.com@localhost
-HOMEPAGE= http://www.hping.org/wbox/
-COMMENT= HTTP testing tool
-LICENSE= modified-bsd
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/wbox ${DESTDIR}${PREFIX}/bin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/wbox/PLIST b/wbox/PLIST
deleted file mode 100644
index 50ae27c04f..0000000000
--- a/wbox/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2007/12/01 08:27:28 bartoszkuzma Exp $
-bin/wbox
diff --git a/wbox/distinfo b/wbox/distinfo
deleted file mode 100644
index 6e3693b144..0000000000
--- a/wbox/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2011/07/31 09:54:09 bartoszkuzma Exp $
-
-RMD160 (wbox-5.tar.gz) = 9cd031d65a0ca9113ab696a33ec420e8d59da984
-SHA512 (wbox-5.tar.gz) = cf652ae48a79f48d6f7530a14d7d2eddd4d3a925ef56c547312546bb41c2bbc75156783ff35fe6f079b52aa6090db3a9d6703f5e98f65117c7a161c4437f009b
-Size (wbox-5.tar.gz) = 16465 bytes
Home |
Main Index |
Thread Index |
Old Index