[Lunar-commits] pdfedit: Initial import.
Dennis Veatch
dennisveatch at bellsouth.net
Thu Dec 13 19:01:18 CET 2007
commit b924ec8e4162478ec2014619735b493919a03d16
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Thu Dec 13 13:01:18 2007 -0500
pdfedit: Initial import.
---
printer/pdfedit/BUILD | 7 +++++++
printer/pdfedit/DEPENDS | 2 ++
printer/pdfedit/DETAILS | 17 +++++++++++++++++
3 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/printer/pdfedit/BUILD b/printer/pdfedit/BUILD
new file mode 100644
index 0000000..b9280d5
--- /dev/null
+++ b/printer/pdfedit/BUILD
@@ -0,0 +1,7 @@
+(
+
+ . /etc/profile.d/qt3.rc
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/printer/pdfedit/DEPENDS b/printer/pdfedit/DEPENDS
new file mode 100644
index 0000000..964bbab
--- /dev/null
+++ b/printer/pdfedit/DEPENDS
@@ -0,0 +1,2 @@
+depends boost
+depends qt3
diff --git a/printer/pdfedit/DETAILS b/printer/pdfedit/DETAILS
new file mode 100644
index 0000000..e5b6e01
--- /dev/null
+++ b/printer/pdfedit/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=pdfedit
+ VERSION=0.3.2
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d3954c6ede18d2d5b3e25c4b399aa9f36b36b32e
+ WEB_SITE=http://pdfedit.petricek.net/pdfedit.index_e
+ MODULE_PREFIX=${QT3_PREFIX:-/opt/lunar/qt/3}
+ ENTERED=20071213
+ UPDATED=20071213
+ SHORT="manipulate PDF documents"
+ PSAFE=no
+cat << EOF
+Free (and open source) editor for manipulating PDF documents. GUI version +
+commandline interface. Scripting is used to a great extent in editor and
+almost anything can be scripted, it is possible to create own scripts or
+plugins.
+EOF
More information about the Lunar-commits
mailing list