Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Jul 2020 19:17:39 +0000 (UTC)
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541128 - in head/print: . pdfchain
Message-ID:  <202007031917.063JHdr3009610@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lwhsu
Date: Fri Jul  3 19:17:39 2020
New Revision: 541128
URL: https://svnweb.freebsd.org/changeset/ports/541128

Log:
  Add print/pdfchain: simple but effective GUI for pdftk
  
  PR:		243390
  Submitted by:	Pierre Chapelet <chapelet@gmail.com>

Added:
  head/print/pdfchain/
  head/print/pdfchain/Makefile   (contents, props changed)
  head/print/pdfchain/distinfo   (contents, props changed)
  head/print/pdfchain/pkg-descr   (contents, props changed)
  head/print/pdfchain/pkg-plist   (contents, props changed)
Modified:
  head/print/Makefile

Modified: head/print/Makefile
==============================================================================
--- head/print/Makefile	Fri Jul  3 18:17:40 2020	(r541127)
+++ head/print/Makefile	Fri Jul  3 19:17:39 2020	(r541128)
@@ -148,6 +148,7 @@
     SUBDIR += pdf-tools
     SUBDIR += pdf4tcl
     SUBDIR += pdfbox
+    SUBDIR += pdfchain
     SUBDIR += pdflib
     SUBDIR += pdflib-perl
     SUBDIR += pdfstitch

Added: head/print/pdfchain/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/pdfchain/Makefile	Fri Jul  3 19:17:39 2020	(r541128)
@@ -0,0 +1,35 @@
+# $FreeBSD$
+
+PORTNAME=	pdfchain
+PORTVERSION=	0.4.4.2
+CATEGORIES=	print
+MASTER_SITES=	https://sourceforge.net/projects/pdfchain/files/pdfchain-${PORTVERSION}/
+
+MAINTAINER=	chapelet@gmail.com
+COMMENT=	Graphical user interface for the PDF Toolkit (PDFtk)
+
+LICENSE=	GPLv3
+
+USES=		desktop-file-utils
+USES+=		gettext-runtime
+USES+=		gnome
+USES+=		pkgconfig
+
+GNU_CONFIGURE=	yes
+
+USE_GNOME=	atk
+USE_GNOME+=	atkmm
+USE_GNOME+=	cairo
+USE_GNOME+=	cairomm
+USE_GNOME+=	gdkpixbuf2
+USE_GNOME+=	glib20
+USE_GNOME+=	glibmm
+USE_GNOME+=	gtk30
+USE_GNOME+=	gtkmm30
+USE_GNOME+=	libsigc++20
+USE_GNOME+=	pango
+USE_GNOME+=	pangomm
+
+INSTALLS_ICONS=	yes
+
+.include <bsd.port.mk>

Added: head/print/pdfchain/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/pdfchain/distinfo	Fri Jul  3 19:17:39 2020	(r541128)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1579170347
+SHA256 (pdfchain-0.4.4.2.tar.gz) = 1eee0f93dbe8c9cef9f9fe4ec0a10e0a45ca8cde67cd6ceffa2ce6c843752f3d
+SIZE (pdfchain-0.4.4.2.tar.gz) = 312567

Added: head/print/pdfchain/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/pdfchain/pkg-descr	Fri Jul  3 19:17:39 2020	(r541128)
@@ -0,0 +1,16 @@
+This is a port of pdfchain, a graphical user interface for the PDF Toolkit
+(PDFtk). The GUI supports all common features of the command line tool in a
+comfortable way.
+
+External Dependencies =====================
+
+The PDF Chain GUI creates a PDFTK command with all required parameters and
+starts the PDFTK console program that interprets the parameters and processes
+the files. PDFTK must therefore installed at the system and executeable by the
+command "pdftk".
+
+http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
+
+(PDF Chain starting from version 0.4.0 is compatible with PDFtk 1.45)
+
+WWW: https://sourceforge.net/projects/pdfchain/

Added: head/print/pdfchain/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/print/pdfchain/pkg-plist	Fri Jul  3 19:17:39 2020	(r541128)
@@ -0,0 +1,19 @@
+bin/pdfchain
+share/applications/pdfchain.desktop
+share/doc/pdfchain/AUTHORS
+share/doc/pdfchain/COPYING
+share/doc/pdfchain/ChangeLog
+share/doc/pdfchain/INSTALL
+share/doc/pdfchain/NEWS
+share/doc/pdfchain/README
+share/icons/hicolor/128x128/apps/pdfchain.png
+share/icons/hicolor/16x16/apps/pdfchain.png
+share/icons/hicolor/192x192/apps/pdfchain.png
+share/icons/hicolor/22x22/apps/pdfchain.png
+share/icons/hicolor/24x24/apps/pdfchain.png
+share/icons/hicolor/256x256/apps/pdfchain.png
+share/icons/hicolor/32x32/apps/pdfchain.png
+share/icons/hicolor/48x48/apps/pdfchain.png
+share/icons/hicolor/64x64/apps/pdfchain.png
+share/icons/hicolor/96x96/apps/pdfchain.png
+share/pixmaps/pdfchain.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007031917.063JHdr3009610>