diff options
author | hrs <hrs@FreeBSD.org> | 2015-08-22 23:43:04 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2015-08-22 23:43:04 +0800 |
commit | 0b86c19d7503dabfc52860430e688155281fcd2d (patch) | |
tree | 2667cec71399a40c32c7ad7c01c71bbdfe184072 /graphics/xpeps | |
parent | 5fe2b99994fc6bc463051057285b35eeaea28d4b (diff) | |
download | freebsd-ports-gnome-0b86c19d7503dabfc52860430e688155281fcd2d.tar.gz freebsd-ports-gnome-0b86c19d7503dabfc52860430e688155281fcd2d.tar.zst freebsd-ports-gnome-0b86c19d7503dabfc52860430e688155281fcd2d.zip |
- Split X11 part into graphics/xpeps from graphics/peps.
- Add LICENSE.
- doceng@ takes maintainership becuase this is used in textproc/docproj.
Diffstat (limited to 'graphics/xpeps')
-rw-r--r-- | graphics/xpeps/Makefile | 28 | ||||
-rw-r--r-- | graphics/xpeps/distinfo | 2 | ||||
-rw-r--r-- | graphics/xpeps/pkg-descr | 10 |
3 files changed, 40 insertions, 0 deletions
diff --git a/graphics/xpeps/Makefile b/graphics/xpeps/Makefile new file mode 100644 index 000000000000..ad12adc9c298 --- /dev/null +++ b/graphics/xpeps/Makefile @@ -0,0 +1,28 @@ +# Created by: petef@FreeBSD.org +# $FreeBSD$ + +PORTNAME= peps +PORTVERSION= 2.0 +CATEGORIES= graphics +MASTER_SITES= http://peps.redprince.net/peps/ \ + ftp://ftp.peps.redprince.net/unix/peps/ +PKGNAMEPREFIX= x + +MAINTAINER= doceng@FreeBSD.org +COMMENT= Converts EPS images to anti-aliased bitmaps with X11 support + +LICENSE= BSD2CLAUSE + +RUN_DEPENDS= peps>=2.0_6:${PORTSDIR}/graphics/peps + +USES= ghostscript:x11,run +MAKE_ENV= GSPATH="${LOCALBASE}/bin/gs" GZPATH="/usr/bin/gzip" \ + ETC="${PREFIX}/etc" +ALL_TARGET= xpeps + +PLIST_FILES= bin/xpeps + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xpeps ${STAGEDIR}${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/graphics/xpeps/distinfo b/graphics/xpeps/distinfo new file mode 100644 index 000000000000..6bcfa2bf9d3c --- /dev/null +++ b/graphics/xpeps/distinfo @@ -0,0 +1,2 @@ +SHA256 (peps-2.0.tar.gz) = b514fed9412548cdcf43a95b6dcf01b2038f314bc9ef363498ebd2779c897a91 +SIZE (peps-2.0.tar.gz) = 55421 diff --git a/graphics/xpeps/pkg-descr b/graphics/xpeps/pkg-descr new file mode 100644 index 000000000000..0acc46a1b65c --- /dev/null +++ b/graphics/xpeps/pkg-descr @@ -0,0 +1,10 @@ +Peps will preprocess encapsulated Postscript files for conversion by +Ghostscript into bitmaps. It provides variable levels of resolution and +anti-aliasing. You can use it as a stand-alone Postscript-to-bitmap +conversion program, or use it on-line to create bitmaps on the fly and send +them out to a web browser, even compressing them if the browser supports +gzip compression. + +Xpeps is peps with X11 support. + +WWW: http://peps.redprince.net/peps/ |