Update to pdftk-2.02. Set HOMEPAGE/NO_TEST. Clarify license marker.

Maintainer timed out.

ok benoit@ landry@ sthen@

License bit from sthen@
This commit is contained in:
bentley 2013-10-23 08:25:56 +00:00
parent 7cbdf093de
commit fb5318232e
3 changed files with 8 additions and 25 deletions

View File

@ -1,20 +1,21 @@
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:42:45 espie Exp $
# $OpenBSD: Makefile,v 1.8 2013/10/23 08:25:56 bentley Exp $
COMMENT= pdf swiss army knife
VERSION= 1.44
REVISION= 1
VERSION= 2.02
DISTNAME= pdftk-$(VERSION)
EXTRACT_SUFX= -src.zip
CATEGORIES= textproc
MAINTAINER= Christopher Zimmermann <madroach@zakweb.de>
# GPLv2+
# GPLv2+ (main program), see ${WRKDIST}/license_gpl_pdftk/ for libraries
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += ${MODGCC4_GCJWANTLIB} c m pthread z
MASTER_SITES= http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
HOMEPAGE = http://www.pdflabs.com/tools/pdftk-server/
MASTER_SITES = http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
MODULES= converters/libiconv gcc4
MODGCC4_ARCHS= *

View File

@ -1,5 +1,2 @@
MD5 (pdftk-1.44-src.zip) = nrUP/81iGmJ9OHdQxgmCtA==
RMD160 (pdftk-1.44-src.zip) = ys0oZ1kAXwAvWkbAryjToaqtc+s=
SHA1 (pdftk-1.44-src.zip) = fLE33LqIXK/zL/lrfhHJ3Eziy6c=
SHA256 (pdftk-1.44-src.zip) = 1wyz+vKvhJwr7mw15OgpJ3pQkMu1lTIfBLWclNeEqiQ=
SIZE (pdftk-1.44-src.zip) = 1137086
SHA256 (pdftk-2.02-src.zip) = EY9qJf06yq+1iCTc5vl83AflYFDmZrkOTE70Juo3uME=
SIZE (pdftk-2.02-src.zip) = 2239008

View File

@ -1,15 +0,0 @@
$OpenBSD: patch-java_Makefile,v 1.1.1.1 2011/05/20 10:09:57 sthen Exp $
--- java/Makefile.orig Tue Feb 8 17:10:56 2011
+++ java/Makefile Tue Feb 8 17:11:06 2011
@@ -21,9 +21,9 @@ JAVALIBPATH= $(CURDIR)
# preprocess this file so it might include our local copies of library objects: libgcj_local
com/lowagie/text/pdf/PdfEncryption.java : com/lowagie/text/pdf/PdfEncryption.java.c
ifdef USE_LOCAL_LIBGCJ
- cpp -C -P -DPDFTK_JAVA_LOCAL com/lowagie/text/pdf/PdfEncryption.java.c com/lowagie/text/pdf/PdfEncryption.java
+ cpp -C -P -DPDFTK_JAVA_LOCAL com/lowagie/text/pdf/PdfEncryption.java.c >com/lowagie/text/pdf/PdfEncryption.java
else
- cpp -C -P com/lowagie/text/pdf/PdfEncryption.java.c com/lowagie/text/pdf/PdfEncryption.java
+ cpp -C -P com/lowagie/text/pdf/PdfEncryption.java.c >com/lowagie/text/pdf/PdfEncryption.java
endif
#