diff options
author | ume <ume@FreeBSD.org> | 2004-08-30 23:11:21 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-30 23:11:21 +0800 |
commit | 29c0e859414f6be39b428d54e99da02231f1750d (patch) | |
tree | d8df8dc516d0afc0e647b0d3af66900e47114977 | |
parent | 858b682acd32ffe94ef4fe0b3e33f5c71d93b0b9 (diff) | |
download | freebsd-ports-gnome-29c0e859414f6be39b428d54e99da02231f1750d.tar.gz freebsd-ports-gnome-29c0e859414f6be39b428d54e99da02231f1750d.tar.zst freebsd-ports-gnome-29c0e859414f6be39b428d54e99da02231f1750d.zip |
add slave port
Photo Image Print System for Linux --- EPSON Stylus C65/C66 Series
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pips-sc65_66s/Makefile | 16 | ||||
-rw-r--r-- | print/pips-sc65_66s/distinfo | 2 | ||||
-rw-r--r-- | print/pips-sc65_66s/pkg-descr | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 8043ffe06aec..36cd6b464b53 100644 --- a/print/Makefile +++ b/print/Makefile @@ -170,6 +170,7 @@ SUBDIR += phppdflib SUBDIR += pic2fig SUBDIR += pips-sc60s + SUBDIR += pips-sc65_66s SUBDIR += pips2200 SUBDIR += pips3000 SUBDIR += pips3300 diff --git a/print/pips-sc65_66s/Makefile b/print/pips-sc65_66s/Makefile new file mode 100644 index 000000000000..fa47ee3c113f --- /dev/null +++ b/print/pips-sc65_66s/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON Stylus C65/C66 Series +# 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 C65/C66 Series + +PRTYPE= -sc65_66s + +PATCH_PRN= BAND.PRN BAND.PRN.COLOR PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pips-sc65_66s/distinfo b/print/pips-sc65_66s/distinfo new file mode 100644 index 000000000000..276cfc9461f5 --- /dev/null +++ b/print/pips-sc65_66s/distinfo @@ -0,0 +1,2 @@ +MD5 (pips-sc65_66s-2.6.2.tar.gz) = e56154ed4dff1550be42e1e99c317604 +SIZE (pips-sc65_66s-2.6.2.tar.gz) = 2535799 diff --git a/print/pips-sc65_66s/pkg-descr b/print/pips-sc65_66s/pkg-descr new file mode 100644 index 000000000000..2db5f0465ce7 --- /dev/null +++ b/print/pips-sc65_66s/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON Stylus C65/C66 Series. 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/ |