Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

4
sysutils/detox/DESCR Normal file
View File

@@ -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.

24
sysutils/detox/Makefile Normal file
View File

@@ -0,0 +1,24 @@
# $NetBSD: Makefile,v 1.6 2012/10/23 19:50:58 asau Exp $
#
DISTNAME= detox-1.2.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=detox/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= bartosz.kuzma@gmail.com
HOMEPAGE= http://detox.sourceforge.net/
COMMENT= Removes non-standard characters from filenames
GNU_CONFIGURE= yes
USE_TOOLS+= lex gmake
INSTALL_TARGET= install-base install-unsafe-config
EGDIR= ${PREFIX}/share/examples/detox
CONF_FILES= ${EGDIR}/detoxrc ${PKG_SYSCONFDIR}/detoxrc
post-install:
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/detoxrc ${DESTDIR}${EGDIR}/detoxrc
.include "../../mk/bsd.pkg.mk"

9
sysutils/detox/PLIST Normal file
View File

@@ -0,0 +1,9 @@
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:16:03 joerg Exp $
bin/detox
bin/inline-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

6
sysutils/detox/distinfo Normal file
View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.2 2008/06/11 13:56:29 obache Exp $
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

View File

@@ -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