pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Remove tmin.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab0d9eecaadc
branches:  trunk
changeset: 367736:ab0d9eecaadc
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 06 10:37:52 2017 +0000

description:
Remove tmin.

Obsolete, part of afl.

diffstat:

 devel/Makefile                  |   3 +--
 devel/tmin/DESCR                |   9 ---------
 devel/tmin/Makefile             |  20 --------------------
 devel/tmin/PLIST                |   3 ---
 devel/tmin/distinfo             |   7 -------
 devel/tmin/patches/patch-tmin.c |  14 --------------
 doc/CHANGES-2017                |   3 ++-
 7 files changed, 3 insertions(+), 56 deletions(-)

diffs (104 lines):

diff -r 05f71a74d4da -r ab0d9eecaadc devel/Makefile
--- a/devel/Makefile    Wed Sep 06 10:18:00 2017 +0000
+++ b/devel/Makefile    Wed Sep 06 10:37:52 2017 +0000
@@ -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+=       tla
 SUBDIR+=       tlsh
 SUBDIR+=       tmake
-SUBDIR+=       tmin
 SUBDIR+=       topgit
 SUBDIR+=       tpasm
 SUBDIR+=       tradcpp
diff -r 05f71a74d4da -r ab0d9eecaadc devel/tmin/DESCR
--- a/devel/tmin/DESCR  Wed Sep 06 10:18:00 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 05f71a74d4da -r ab0d9eecaadc devel/tmin/Makefile
--- a/devel/tmin/Makefile       Wed Sep 06 10:18:00 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 05f71a74d4da -r ab0d9eecaadc devel/tmin/PLIST
--- a/devel/tmin/PLIST  Wed Sep 06 10:18:00 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 05f71a74d4da -r ab0d9eecaadc devel/tmin/distinfo
--- a/devel/tmin/distinfo       Wed Sep 06 10:18:00 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 05f71a74d4da -r ab0d9eecaadc devel/tmin/patches/patch-tmin.c
--- a/devel/tmin/patches/patch-tmin.c   Wed Sep 06 10:18:00 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 05f71a74d4da -r ab0d9eecaadc doc/CHANGES-2017
--- a/doc/CHANGES-2017  Wed Sep 06 10:18:00 2017 +0000
+++ b/doc/CHANGES-2017  Wed Sep 06 10:37:52 2017 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index