aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/peps/pkg-descr
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2001-07-07 11:52:10 +0800
committermarkp <markp@FreeBSD.org>2001-07-07 11:52:10 +0800
commit2870a30fc356b5fc9edc9404893b0d8e942ec444 (patch)
tree01f9a534d62b409db325fa9eae73d84eb8cf4c7c /graphics/peps/pkg-descr
parent90b6c3fe7779f2e2fac4b0ef34f0d2302e662db2 (diff)
downloadfreebsd-ports-gnome-2870a30fc356b5fc9edc9404893b0d8e942ec444.tar.gz
freebsd-ports-gnome-2870a30fc356b5fc9edc9404893b0d8e942ec444.tar.zst
freebsd-ports-gnome-2870a30fc356b5fc9edc9404893b0d8e942ec444.zip
Add peps 1.0, converts EPS images to anti-aliased PGM bitmaps.
PR: 28753 Submitted by: petef@databits.net
Diffstat (limited to 'graphics/peps/pkg-descr')
-rw-r--r--graphics/peps/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/peps/pkg-descr b/graphics/peps/pkg-descr
new file mode 100644
index 000000000000..aeccd231ec0a
--- /dev/null
+++ b/graphics/peps/pkg-descr
@@ -0,0 +1,10 @@
+peps is a utility to Print Encapsulated PostScript files.
+Specifically, it allows you to convert an EPS file into an anti-aliased
+PGM bitmap (with a variable resolution and anti-aliasing level).
+If the -p option is specified, the resulting bitmap is piped through
+pnmtopng to create a PNG image.
+
+WWW: http://www.whizkidtech.net/peps/
+
+- Pete
+petef@databits.net