pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/pdfshuffler add pdfshuffler-0.6.0, a tool to rea...
details: https://anonhg.NetBSD.org/pkgsrc/rev/a55a3afa64e9
branches: trunk
changeset: 632718:a55a3afa64e9
user: drochner <drochner%pkgsrc.org@localhost>
date: Fri Apr 04 12:34:24 2014 +0000
description:
add pdfshuffler-0.6.0, a tool to rearrange PDF files, from wiz per
pkgsrc-wip
diffstat:
print/pdfshuffler/DESCR | 3 +++
print/pdfshuffler/Makefile | 29 +++++++++++++++++++++++++++++
print/pdfshuffler/PLIST | 26 ++++++++++++++++++++++++++
print/pdfshuffler/distinfo | 5 +++++
4 files changed, 63 insertions(+), 0 deletions(-)
diffs (79 lines):
diff -r e2a41af6864b -r a55a3afa64e9 print/pdfshuffler/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfshuffler/DESCR Fri Apr 04 12:34:24 2014 +0000
@@ -0,0 +1,3 @@
+PDF-Shuffler is a simple pyGTK utility to merge, split and rearrange
+PDF documents. PDF-Shuffler lets also rotate and crop individual
+pages of a pdf document.
diff -r e2a41af6864b -r a55a3afa64e9 print/pdfshuffler/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfshuffler/Makefile Fri Apr 04 12:34:24 2014 +0000
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1 2014/04/04 12:34:24 drochner Exp $
+
+DISTNAME= pdfshuffler-0.6.0
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pdfshuffler/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://sourceforge.net/projects/pdfshuffler/
+COMMENT= Simple PDF editor
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
+DEPENDS+= ${PYPKGPREFIX}-poppler-[0-9]*:../../print/py-poppler
+DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
+
+USE_LANGUAGES= # none
+REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-gtk2
+
+SUBST_CLASSES+= manpath
+SUBST_FILES.manpath+= setup.py
+SUBST_SED.manpath+= -e "s,share/man,${PKGMANDIR},"
+SUBST_STAGE.manpath= pre-configure
+SUBST_MESSAGE.manpath= Fixing man page installation path.
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/distutils.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e2a41af6864b -r a55a3afa64e9 print/pdfshuffler/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfshuffler/PLIST Fri Apr 04 12:34:24 2014 +0000
@@ -0,0 +1,26 @@
+@comment $NetBSD: PLIST,v 1.1 2014/04/04 12:34:24 drochner Exp $
+bin/pdfshuffler
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/pdfshuffler/__init__.py
+${PYSITELIB}/pdfshuffler/__init__.pyc
+${PYSITELIB}/pdfshuffler/__init__.pyo
+${PYSITELIB}/pdfshuffler/pdfshuffler.py
+${PYSITELIB}/pdfshuffler/pdfshuffler.pyc
+${PYSITELIB}/pdfshuffler/pdfshuffler.pyo
+${PYSITELIB}/pdfshuffler/pdfshuffler_iconview.py
+${PYSITELIB}/pdfshuffler/pdfshuffler_iconview.pyc
+${PYSITELIB}/pdfshuffler/pdfshuffler_iconview.pyo
+man/man1/pdfshuffler.1
+share/applications/pdfshuffler.desktop
+share/locale/cs/LC_MESSAGES/pdfshuffler.mo
+share/locale/de/LC_MESSAGES/pdfshuffler.mo
+share/locale/el/LC_MESSAGES/pdfshuffler.mo
+share/locale/es/LC_MESSAGES/pdfshuffler.mo
+share/locale/fr/LC_MESSAGES/pdfshuffler.mo
+share/locale/hu/LC_MESSAGES/pdfshuffler.mo
+share/locale/it/LC_MESSAGES/pdfshuffler.mo
+share/locale/ja/LC_MESSAGES/pdfshuffler.mo
+share/locale/zh_CN/LC_MESSAGES/pdfshuffler.mo
+share/pdfshuffler/icons/hicolor/scalable/pdfshuffler.svg
+share/pdfshuffler/pdfshuffler.ui
+share/pixmaps/pdfshuffler.png
diff -r e2a41af6864b -r a55a3afa64e9 print/pdfshuffler/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/print/pdfshuffler/distinfo Fri Apr 04 12:34:24 2014 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2014/04/04 12:34:24 drochner Exp $
+
+SHA1 (pdfshuffler-0.6.0.tar.gz) = 2c9e570cd0e82a4c01625692a803db342150ea84
+RMD160 (pdfshuffler-0.6.0.tar.gz) = ca2fb6fca4a02eb01782f9dc10892bff5d451bab
+Size (pdfshuffler-0.6.0.tar.gz) = 48071 bytes
Home |
Main Index |
Thread Index |
Old Index