pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/38940: Update sysutils/detox to 1.2.0
>Number: 38940
>Category: pkg
>Synopsis: Update sysutils/detox to 1.2.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Wed Jun 11 13:10:00 +0000 2008
>Originator: Bartosz Kuzma
>Release:
>Organization:
>Environment:
>Description:
Changes since detox-1.2.0-rc1
- Added the ability to ignore specific files.
[sourceforge.net tracker #1253826]
- Fixed a bug where directories specified on the command line wouldn't
get translated. [sourceforge.net tracker #1213623]
- Added support for translating large files.
[sourceforge.net tracker #1509493]
- Added inline-detox for stream based detoxification.
>How-To-Repeat:
>Fix:
Apply the following patch and create file patches/patch-ab
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/detox/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile 27 Jun 2006 16:06:16 -0000 1.4
+++ Makefile 11 Jun 2008 13:03:53 -0000
@@ -1,13 +1,12 @@
# $NetBSD: Makefile,v 1.4 2006/06/27 16:06:16 minskim Exp $
#
-DISTNAME= detox-1.2.0-rc1
-PKGNAME= ${DISTNAME:S/-rc/rc/}
+DISTNAME= detox-1.2.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=detox/}
EXTRACT_SUFX= .tar.bz2
-MAINTAINER= bartosz%atom.eu.org@localhost
+MAINTAINER= bartosz.kuzma%gmail.com@localhost
HOMEPAGE= http://detox.sourceforge.net/
COMMENT= Removes non-standard characters from filenames
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/detox/PLIST,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 PLIST
--- PLIST 1 Dec 2005 03:32:03 -0000 1.1.1.1
+++ PLIST 11 Jun 2008 13:03:53 -0000
@@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/01 03:32:03 minskim Exp $
bin/detox
+bin/inline-detox
man/man1/detox.1
man/man5/detox.tbl.5
man/man5/detoxrc.5
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/detox/distinfo,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 distinfo
--- distinfo 1 Dec 2005 03:32:03 -0000 1.1.1.1
+++ distinfo 11 Jun 2008 13:03:53 -0000
@@ -1,6 +1,7 @@
$NetBSD: distinfo,v 1.1.1.1 2005/12/01 03:32:03 minskim Exp $
-SHA1 (detox-1.2.0-rc1.tar.bz2) = d48025bf0e7a427b42c8411f575d1b0479d86017
-RMD160 (detox-1.2.0-rc1.tar.bz2) = 31fa2ef1c58b8710e11590e7a12bd7184d7b96af
-Size (detox-1.2.0-rc1.tar.bz2) = 74289 bytes
+SHA1 (detox-1.2.0.tar.bz2) = cfb88a1adefaf4ee3933baf9a6530c102baa47ce
+RMD160 (detox-1.2.0.tar.bz2) = 02eb1a5ebc28f6f6e024d58b998758d156002a70
+Size (detox-1.2.0.tar.bz2) = 86118 bytes
SHA1 (patch-aa) = 31eca361d838b78642873c380ebf497483790cdb
+SHA1 (patch-ab) = bd7d6e748fc206d73d648abcf72b3c58896993fa
patches/patch-ab
$NetBSD$
--- Makefile.in.orig 2006-07-03 18:45:54.000000000 +0200
+++ Makefile.in
@@ -100,13 +100,13 @@ detox_path.h: config.status
#
detox-inline.o: detox.c
- ${CC} -c ${CFLAGS} -DINLINE_MODE $< -o $@
+ ${CC} -c ${CFLAGS} -DINLINE_MODE detox.c -o $@
parse_options_generic-inline.o: parse_options_generic.c
- ${CC} -c ${CFLAGS} -DINLINE_MODE $< -o $@
+ ${CC} -c ${CFLAGS} -DINLINE_MODE parse_options_generic.c -o $@
parse_options_@option_parser@-inline.o: parse_options_@option_parser@.c
- ${CC} -c ${CFLAGS} -DINLINE_MODE $< -o $@
+ ${CC} -c ${CFLAGS} -DINLINE_MODE parse_options_@option_parser@.c -o $@
# This is done by make dep too
detox.o: detox.c detox_path.h
Home |
Main Index |
Thread Index |
Old Index