SF.net SVN: gar:[23720] csw/mgar/pkg

lblume at users.sourceforge.net lblume at users.sourceforge.net
Wed May 28 16:21:17 CEST 2014


Revision: 23720
          http://sourceforge.net/p/gar/code/23720
Author:   lblume
Date:     2014-05-28 14:21:15 +0000 (Wed, 28 May 2014)
Log Message:
-----------
qpdf/trunk: Intoducing qpdf

Added Paths:
-----------
    csw/mgar/pkg/qpdf/
    csw/mgar/pkg/qpdf/Makefile
    csw/mgar/pkg/qpdf/branches/
    csw/mgar/pkg/qpdf/tags/
    csw/mgar/pkg/qpdf/trunk/
    csw/mgar/pkg/qpdf/trunk/Makefile
    csw/mgar/pkg/qpdf/trunk/checksums
    csw/mgar/pkg/qpdf/trunk/files/

Added: csw/mgar/pkg/qpdf/Makefile
===================================================================
--- csw/mgar/pkg/qpdf/Makefile	                        (rev 0)
+++ csw/mgar/pkg/qpdf/Makefile	2014-05-28 14:21:15 UTC (rev 23720)
@@ -0,0 +1,2 @@
+%:
+	$(MAKE) -C trunk $*

Index: csw/mgar/pkg/qpdf/trunk
===================================================================
--- csw/mgar/pkg/qpdf/trunk	2014-05-28 11:49:36 UTC (rev 23719)
+++ csw/mgar/pkg/qpdf/trunk	2014-05-28 14:21:15 UTC (rev 23720)

Property changes on: csw/mgar/pkg/qpdf/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/qpdf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/qpdf/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/qpdf/trunk/Makefile	2014-05-28 14:21:15 UTC (rev 23720)
@@ -0,0 +1,51 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = qpdf
+VERSION = 5.1.1
+GARTYPE = v2
+
+DESCRIPTION = A CLI program that does structural, content-preserving transformations on PDF
+define BLURB
+   QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. It also provides many useful capabilities to developers of PDF-producing software or for people who just want to look at the innards of a PDF file to learn more about how they work.
+
+QPDF is capable of creating linearized (also known as web-optimized) files and encrypted files. It is also capable of converting PDF files with object streams (also known as compressed objects) to files with no compressed objects or to generate object streams from files that don't have them (or even those that already do). QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor. For more details, please see the documentation links below. 
+endef
+
+MASTER_SITES = $(SF_MIRRORS)
+DISTFILES  = $(DISTNAME).tar.gz
+
+GARCOMPILER = GCC4
+
+RUNTIME_DEP_PKGS_CSWqpdf += CSWlibqpdf13
+
+PACKAGES += CSWlibqpdf13
+CATALOGNAME_CSWlibqpdf13 = libqpdf13
+PKGFILES_CSWlibqpdf13 += $(call baseisadirs,$(libdir),libqpdf\.so\.13\.1\.1)
+PKGFILES_CSWlibqpdf13 += $(call baseisadirs,$(libdir),libqpdf\.so\.13(\.\d+)*)
+SPKG_DESC_CSWlibqpdf13 += $(DESCRIPTION), libqpdf.so.13
+RUNTIME_DEP_PKGS_CSWlibqpdf13 += CSWlibgcc-s1
+RUNTIME_DEP_PKGS_CSWlibqpdf13 += CSWlibstdc++6
+RUNTIME_DEP_PKGS_CSWlibqpdf13 += CSWlibpcre1
+RUNTIME_DEP_PKGS_CSWlibqpdf13 += CSWlibz1
+
+PACKAGES += CSWqpdf-dev
+CATALOGNAME_CSWqpdf-dev = qpdf_dev
+SPKG_DESC_CSWqpdf-dev += $(DESCRIPTION), development files
+PKGFILES_CSWqpdf-dev += $(PKGFILES_DEVEL)
+RUNTIME_DEP_PKGS_CSWqpdf-dev += CSWlibqpdf13
+
+BUILD64 = 1
+ISAEXEC = 1
+
+CONFIGURE_ARGS  = $(DIRPATHS)
+CONFIGURE_ARGS += --enable-static=no
+
+# Most tests are okay, some fail (I think) because of /bin/sh incompatible scripting
+SKIPTEST = 1
+
+include gar/category.mk
+
+# Some tests assume GNU diff
+PATH := $(prefix)/gnu:$(PATH)
+


Property changes on: csw/mgar/pkg/qpdf/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/qpdf/trunk/checksums
===================================================================
--- csw/mgar/pkg/qpdf/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/qpdf/trunk/checksums	2014-05-28 14:21:15 UTC (rev 23720)
@@ -0,0 +1 @@
+378bfd1c2ee15d7815f2f4b1a50fa6e0  qpdf-5.1.1.tar.gz

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list