summaryrefslogtreecommitdiffstats
path: root/printer/paps
diff options
context:
space:
mode:
authorRemko van der Vossen2007-05-31 15:57:30 +0200
committerRemko van der Vossen2007-05-31 15:57:30 +0200
commit07cf56cc35dba06d05f90e5cef0d13a7867e4e83 (patch)
tree519ae6f0e9641daf42f3bd48a20738aeea547843 /printer/paps
parent0a3393fb2e639b7a51d64e3e3cd22290a450662a (diff)
archive/cpio: Updated to 2.7
devel/slang: Updated 2.10 mail/courier: Updated to 0.55.1 mail/courier-authlib: Updated to 0.59.3 printer/paps: New spell, utf-8 to postscript converter. science/calc: Updated to 2.12.1.13
Diffstat (limited to 'printer/paps')
-rwxr-xr-xprinter/paps/DEPENDS1
-rwxr-xr-xprinter/paps/DETAILS16
-rw-r--r--printer/paps/HISTORY3
3 files changed, 20 insertions, 0 deletions
diff --git a/printer/paps/DEPENDS b/printer/paps/DEPENDS
new file mode 100755
index 0000000000..93d0030286
--- /dev/null
+++ b/printer/paps/DEPENDS
@@ -0,0 +1 @@
+depends pango
diff --git a/printer/paps/DETAILS b/printer/paps/DETAILS
new file mode 100755
index 0000000000..2969ebe217
--- /dev/null
+++ b/printer/paps/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=paps
+ VERSION=0.6.8
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:db657d90179e11fe42bbcdbebe09a84f1927c99d0b539c9e29b66b3cb8ffcf33ff500c9d81835ae5a0880382bf8f24801f04742517b76b8e005b125a139d8bba
+ WEB_SITE=http://paps.sourceforge.net/
+ ENTERED=20070531
+ LICENSE[0]=LGPL
+ KEYWORDS="pango postcript utf-8 postscript printer"
+ SHORT="Pango to PostScript converter"
+cat << EOF
+Paps reads a UTF-8 encoded file and generates a PostScript languag rendering of
+the file. The rendering is done by creating outline curves through the pango ft2
+backend.
+EOF
diff --git a/printer/paps/HISTORY b/printer/paps/HISTORY
new file mode 100644
index 0000000000..302408ab3a
--- /dev/null
+++ b/printer/paps/HISTORY
@@ -0,0 +1,3 @@
+2007-05-31 Remko van der Vossen <wich@stack.nl>
+ * Initial version of spell
+