[Lunar-commits] <moonbase> pdfshuffler: a program to manipulate the pagen within pdf files (split, merge, delete, rotate, crop, etc).
Florin Braescu
florin at lunar-linux.org
Tue Jan 3 19:22:53 CET 2012
commit 4539b3350cd8f6d229000e3d1a917f30613c8439
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue Jan 3 19:22:53 2012 +0100
pdfshuffler: a program to manipulate the pagen within pdf files (split, merge, delete, rotate, crop, etc).
---
doc-tools/pdfshuffler/BUILD | 7 +++++++
doc-tools/pdfshuffler/DEPENDS | 3 +++
doc-tools/pdfshuffler/DETAILS | 16 ++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/doc-tools/pdfshuffler/BUILD b/doc-tools/pdfshuffler/BUILD
new file mode 100644
index 0000000..a4f8f25
--- /dev/null
+++ b/doc-tools/pdfshuffler/BUILD
@@ -0,0 +1,7 @@
+(
+
+ python setup.py config &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/pdfshuffler/DEPENDS b/doc-tools/pdfshuffler/DEPENDS
new file mode 100644
index 0000000..9170036
--- /dev/null
+++ b/doc-tools/pdfshuffler/DEPENDS
@@ -0,0 +1,3 @@
+depends pypoppler
+depends pyPdf
+
diff --git a/doc-tools/pdfshuffler/DETAILS b/doc-tools/pdfshuffler/DETAILS
new file mode 100644
index 0000000..8623ebb
--- /dev/null
+++ b/doc-tools/pdfshuffler/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=pdfshuffler
+ VERSION=0.5.1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:cd5db1a087c9d8a304bfc21d380a1d6c4fc61b4b
+ WEB_SITE=http://pdfshuffler.sourceforge.net
+ ENTERED=20120103
+ UPDATED=20120103
+ SHORT="A program to merge, split an rearrange PDF documents"
+
+cat << EOF
+This 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.
+PDF-Shuffler requires python-poppler and version 1.10 or newer of python-pypdf.
+PDF-Shuffler is written in Python using PyGTK.
+EOF
More information about the Lunar-commits
mailing list