pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/detox Import detox from pkgsrc-wip. Packaged...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c864352bc7ed
branches:  trunk
changeset: 503834:c864352bc7ed
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Dec 01 03:32:03 2005 +0000

description:
Import detox from pkgsrc-wip.  Packaged by Bartosz Kuzma.

Detox is a utility designed to clean up filenames.  It replaces
difficult to work with characters, such as spaces, with standard
equivalents.  It will also clean up filenames with UTF-8 or Latin-1
(or CP-1252) characters in them.

diffstat:

 sysutils/detox/DESCR            |   4 ++++
 sysutils/detox/Makefile         |  25 +++++++++++++++++++++++++
 sysutils/detox/PLIST            |  10 ++++++++++
 sysutils/detox/distinfo         |   6 ++++++
 sysutils/detox/patches/patch-aa |  13 +++++++++++++
 5 files changed, 58 insertions(+), 0 deletions(-)

diffs (78 lines):

diff -r 767a8f46f13f -r c864352bc7ed sysutils/detox/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/detox/DESCR      Thu Dec 01 03:32:03 2005 +0000
@@ -0,0 +1,4 @@
+Detox is a utility designed to clean up filenames.  It replaces
+difficult to work with characters, such as spaces, with standard
+equivalents.  It will also clean up filenames with UTF-8 or Latin-1
+(or CP-1252) characters in them.
diff -r 767a8f46f13f -r c864352bc7ed sysutils/detox/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/detox/Makefile   Thu Dec 01 03:32:03 2005 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/01 03:32:03 minskim Exp $
+#
+
+DISTNAME=              detox-1.2.0-rc1
+PKGNAME=               ${DISTNAME:S/-rc/rc}
+CATEGORIES=            sysutils
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=detox/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            bartosz%atom.eu.org@localhost
+HOMEPAGE=              http://detox.sourceforge.net/
+COMMENT=               Removes non-standard characters from filenames
+
+GNU_CONFIGURE=         yes
+INSTALL_TARGET=                install-base install-unsafe-config
+
+USE_PKGINSTALL=                yes
+EGDIR=                 ${PREFIX}/share/examples/detox
+CONF_FILES=            ${EGDIR}/detoxrc ${PKG_SYSCONFDIR}/detoxrc
+
+post-install:
+       ${INSTALL_DATA_DIR} ${EGDIR}
+       ${INSTALL_DATA} ${WRKSRC}/detoxrc ${EGDIR}/detoxrc
+
+.include "../../mk/bsd.pkg.mk"
diff -r 767a8f46f13f -r c864352bc7ed sysutils/detox/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/detox/PLIST      Thu Dec 01 03:32:03 2005 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/01 03:32:03 minskim Exp $
+bin/detox
+man/man1/detox.1
+man/man5/detox.tbl.5
+man/man5/detoxrc.5
+share/detox/iso8859_1.tbl
+share/detox/unicode.tbl
+share/examples/detox/detoxrc
+@dirrm share/examples/detox
+@dirrm share/detox
diff -r 767a8f46f13f -r c864352bc7ed sysutils/detox/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/detox/distinfo   Thu Dec 01 03:32:03 2005 +0000
@@ -0,0 +1,6 @@
+$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 (patch-aa) = 31eca361d838b78642873c380ebf497483790cdb
diff -r 767a8f46f13f -r c864352bc7ed sysutils/detox/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/detox/patches/patch-aa   Thu Dec 01 03:32:03 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/12/01 03:32:03 minskim Exp $
+
+--- Makefile.in.orig   2005-08-28 07:46:30.000000000 +0200
++++ Makefile.in
+@@ -124,7 +124,7 @@ install-safe-config:
+       fi
+ 
+ install-unsafe-config:
+-      ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
++#     ${INSTALL} -m 644 detoxrc ${DESTDIR}${sysconfdir}
+       ${INSTALL} -m 644 iso8859_1.tbl ${DESTDIR}${datadir}/detox
+       ${INSTALL} -m 644 unicode.tbl ${DESTDIR}${datadir}/detox
+ 



Home | Main Index | Thread Index | Old Index