summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-09-06 10:37:52 +0000
committerwiz <wiz@pkgsrc.org>2017-09-06 10:37:52 +0000
commit53c50a227a869a33e4a90c41d16ccbb73e940075 (patch)
tree464114ab63206e185ef506a3d853250b8583b92a
parentcb01c78f5216684b85a972587ffdb213eb3c3201 (diff)
downloadpkgsrc-53c50a227a869a33e4a90c41d16ccbb73e940075.tar.gz
Remove tmin.
Obsolete, part of afl.
-rw-r--r--devel/Makefile3
-rw-r--r--devel/tmin/DESCR9
-rw-r--r--devel/tmin/Makefile20
-rw-r--r--devel/tmin/PLIST3
-rw-r--r--devel/tmin/distinfo7
-rw-r--r--devel/tmin/patches/patch-tmin.c14
-rw-r--r--doc/CHANGES-20173
7 files changed, 3 insertions, 56 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 4c90e2c0366..097d824a3f9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2499 2017/09/05 18:23:25 minskim Exp $
+# $NetBSD: Makefile,v 1.2500 2017/09/06 10:37:52 wiz Exp $
#
COMMENT= Development utilities
@@ -2427,7 +2427,6 @@ SUBDIR+= tkdiff
SUBDIR+= tla
SUBDIR+= tlsh
SUBDIR+= tmake
-SUBDIR+= tmin
SUBDIR+= topgit
SUBDIR+= tpasm
SUBDIR+= tradcpp
diff --git a/devel/tmin/DESCR b/devel/tmin/DESCR
deleted file mode 100644
index 60c4da8413d..00000000000
--- a/devel/tmin/DESCR
+++ /dev/null
@@ -1,9 +0,0 @@
-Tmin is a simple utility meant to make it easy to narrow down
-complex test cases produced through fuzzing. It is closely related
-to another tool of this type, delta, but meant specifically for
-unknown, underspecified, or hard to parse data formats (without
-the need to tokenize and re-serialize data), and for easy integration
-with external UI automation harnesses.
-
-It also features alphabet normalization to simplify test cases that
-could not be shortened.
diff --git a/devel/tmin/Makefile b/devel/tmin/Makefile
deleted file mode 100644
index 6fdd45930ee..00000000000
--- a/devel/tmin/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/12/10 20:07:45 wiz Exp $
-
-DISTNAME= tmin-0.05
-CATEGORIES= devel
-MASTER_SITES= https://tmin.googlecode.com/files/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://code.google.com/p/tmin/
-COMMENT= Tool for minimizing complex test cases in security testing
-LICENSE= apache-2.0
-
-WRKSRC= ${WRKDIR}/tmin
-
-INSTALLATION_DIRS= bin share/doc/tmin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tmin ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/tmin
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/devel/tmin/PLIST b/devel/tmin/PLIST
deleted file mode 100644
index 294b4fb1a6e..00000000000
--- a/devel/tmin/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/10 20:07:02 wiz Exp $
-bin/tmin
-share/doc/tmin/README
diff --git a/devel/tmin/distinfo b/devel/tmin/distinfo
deleted file mode 100644
index 8c1750d5de7..00000000000
--- a/devel/tmin/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:37 agc Exp $
-
-SHA1 (tmin-0.05.tar.gz) = 2af14f2b410189823bd1afa462357d90c21f408b
-RMD160 (tmin-0.05.tar.gz) = 06a5ced2a734f4826f515bc5ef3721fb12c69f30
-SHA512 (tmin-0.05.tar.gz) = 88d7fc0cc901e7c09be09756316510fde657246767fc5149576bbf7a8ee20ff56aeb20df0fcb915c59867cf7d642f097cdff4305e65f8015516113553d82d1c5
-Size (tmin-0.05.tar.gz) = 11331 bytes
-SHA1 (patch-tmin.c) = a944ceac8209b88c299d6fb8749d8587e75c4b15
diff --git a/devel/tmin/patches/patch-tmin.c b/devel/tmin/patches/patch-tmin.c
deleted file mode 100644
index 34f91774ed0..00000000000
--- a/devel/tmin/patches/patch-tmin.c
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-tmin.c,v 1.1 2014/12/10 20:07:02 wiz Exp $
-
-Add missing header file (kill(2), SIG*).
-
---- tmin.c.orig 2010-05-25 17:55:51.000000000 +0000
-+++ tmin.c
-@@ -23,6 +23,7 @@
-
- */
-
-+#include <signal.h>
- #include <stdio.h>
- #include <stdlib.h>
- #include <unistd.h>
diff --git a/doc/CHANGES-2017 b/doc/CHANGES-2017
index c6e2adf8719..b721aa20109 100644
--- a/doc/CHANGES-2017
+++ b/doc/CHANGES-2017
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2017,v 1.3622 2017/09/06 10:18:00 fhajny Exp $
+$NetBSD: CHANGES-2017,v 1.3623 2017/09/06 10:37:53 wiz Exp $
Changes to the packages collection and infrastructure in 2017:
@@ -5089,3 +5089,4 @@ Changes to the packages collection and infrastructure in 2017:
Added devel/py-contextlib2 version 0.5.5 [minskim 2017-09-05]
Added net/ruby-pcaprub version 0.12.4 [minskim 2017-09-05]
Updated devel/apache-maven to 3.5.0 [fhajny 2017-09-06]
+ Removed devel/tmin successor devel/afl [wiz 2017-09-06]