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

View File

@@ -0,0 +1,5 @@
This tool will parse a PDF document to identify the fundamental
elements used in the analyzed file. It will not render a PDF
document. The code of the parser is quick-and-dirty, I'm not
recommending this as text book case for PDF parsers, but it gets
the job done.

View File

@@ -0,0 +1,30 @@
# $NetBSD: Makefile,v 1.6 2012/10/25 06:56:51 asau Exp $
#
DISTNAME= pdf-parser_V0_3_9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_V/-/:S/_/./g}
CATEGORIES= textproc
MASTER_SITES= http://www.didierstevens.com/files/software/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://blog.didierstevens.com/programs/pdf-tools/
COMMENT= Parse PDF document to identify the fundamental elements
LICENSE= public-domain
WRKSRC= ${WRKDIR}
USE_LANGUAGES= # none
REPLACE_PYTHON= pdf-parser.py
INSTALLATION_DIRS= bin
PYTHON_SELF_CONFLICT= yes
do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pdf-parser.py ${DESTDIR}${PREFIX}/bin
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2012/01/23 23:34:37 wiz Exp $
bin/pdf-parser.py

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.2 2012/10/04 20:16:31 wiz Exp $
SHA1 (pdf-parser_V0_3_9.zip) = 0f6ec16d881e9591eb3973be5401fc4b361b3183
RMD160 (pdf-parser_V0_3_9.zip) = 82b50c64ca08e1829ea21be298d78e8b6957761e
Size (pdf-parser_V0_3_9.zip) = 7477 bytes