Add print/pdfchain: simple but effective GUI for pdftk
PR: 243390 Submitted by: Pierre Chapelet <chapelet@gmail.com>
This commit is contained in:
parent
f2a48355f3
commit
3800f49228
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541128
@ -148,6 +148,7 @@
|
||||
SUBDIR += pdf-tools
|
||||
SUBDIR += pdf4tcl
|
||||
SUBDIR += pdfbox
|
||||
SUBDIR += pdfchain
|
||||
SUBDIR += pdflib
|
||||
SUBDIR += pdflib-perl
|
||||
SUBDIR += pdfstitch
|
||||
|
35
print/pdfchain/Makefile
Normal file
35
print/pdfchain/Makefile
Normal file
@ -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>
|
3
print/pdfchain/distinfo
Normal file
3
print/pdfchain/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1579170347
|
||||
SHA256 (pdfchain-0.4.4.2.tar.gz) = 1eee0f93dbe8c9cef9f9fe4ec0a10e0a45ca8cde67cd6ceffa2ce6c843752f3d
|
||||
SIZE (pdfchain-0.4.4.2.tar.gz) = 312567
|
16
print/pdfchain/pkg-descr
Normal file
16
print/pdfchain/pkg-descr
Normal file
@ -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/
|
19
print/pdfchain/pkg-plist
Normal file
19
print/pdfchain/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user