diff options
author | ume <ume@FreeBSD.org> | 2004-08-30 23:19:05 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-30 23:19:05 +0800 |
commit | 52d018cb38b1e66291ead3f57732f3bb8cb3068e (patch) | |
tree | a10feeb9ca7977cfc488df1163fa2deb79a572e4 | |
parent | ea2d964b8945809742dc8abae8bf72860f608a1b (diff) | |
download | freebsd-ports-gnome-52d018cb38b1e66291ead3f57732f3bb8cb3068e.tar.gz freebsd-ports-gnome-52d018cb38b1e66291ead3f57732f3bb8cb3068e.tar.zst freebsd-ports-gnome-52d018cb38b1e66291ead3f57732f3bb8cb3068e.zip |
add slave port
Photo Image Print System for Linux --- EPSON Stylus Photo R800
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-spr800/Makefile | 16 | ||||
-rw-r--r-- | print/pips-spr800/distinfo | 2 | ||||
-rw-r--r-- | print/pips-spr800/pkg-descr | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index f44d9ceac608..c26a926e3480 100644 --- a/print/Makefile +++ b/print/Makefile @@ -176,6 +176,7 @@ SUBDIR += pips-sp2100_2200 SUBDIR += pips-spr200_210 SUBDIR += pips-spr300_310 + SUBDIR += pips-spr800 SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 diff --git a/print/pips-spr800/Makefile b/print/pips-spr800/Makefile new file mode 100644 index 000000000000..e2cef9100368 --- /dev/null +++ b/print/pips-spr800/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON Stylus Photo R800 +# Date created: 2004.08.30 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON Stylus Photo R800 + +PRTYPE= -spr800 + +PATCH_PRN= PATCH.PRN + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips-spr800/distinfo b/print/pips-spr800/distinfo new file mode 100644 index 000000000000..60349861b2e6 --- /dev/null +++ b/print/pips-spr800/distinfo @@ -0,0 +1,2 @@ +MD5 (pips-spr800-2.6.2.tar.gz) = 4597d1905210da77467825bfc73f8373 +SIZE (pips-spr800-2.6.2.tar.gz) = 3730865 diff --git a/print/pips-spr800/pkg-descr b/print/pips-spr800/pkg-descr new file mode 100644 index 000000000000..9f5162409930 --- /dev/null +++ b/print/pips-spr800/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON Stylus Photo R800. The filter is +called Photo Image Print System for Linux and there exist the filters +for other EPSON bubble jet printers. By using this driver you can +print out as high quality as you use the Windows driver. See the below +URL: + +WWW: http://www.epkowa.co.jp/ |