diff options
author | ume <ume@FreeBSD.org> | 2004-08-27 03:14:55 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-27 03:14:55 +0800 |
commit | ba26577bc31628daad49b6ee6692834f87b8bd28 (patch) | |
tree | 1ee5208b430b4dca949fbb5b7afb4342901e15c1 /print | |
parent | 66aec931658e7daca33e199e825c7b2fb14e61fa (diff) | |
download | freebsd-ports-gnome-ba26577bc31628daad49b6ee6692834f87b8bd28.tar.gz freebsd-ports-gnome-ba26577bc31628daad49b6ee6692834f87b8bd28.tar.zst freebsd-ports-gnome-ba26577bc31628daad49b6ee6692834f87b8bd28.zip |
add slave port for Photo Image Print System for Linux --- EPSON PX-V500
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pipsv500/Makefile | 16 | ||||
-rw-r--r-- | print/pipsv500/distinfo | 2 | ||||
-rw-r--r-- | print/pipsv500/pkg-descr | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 7733470dcaee..c8c3f39b0464 100644 --- a/print/Makefile +++ b/print/Makefile @@ -182,6 +182,7 @@ SUBDIR += pips820 SUBDIR += pips880 SUBDIR += pips900 + SUBDIR += pipsv500 SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 diff --git a/print/pipsv500/Makefile b/print/pipsv500/Makefile new file mode 100644 index 000000000000..3cd96145c2e8 --- /dev/null +++ b/print/pipsv500/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PX-V500 +# Date created: 2004.08.27 +# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTVERSION= 2.6.2 +MASTERDIR= ${.CURDIR}/../pips800 +COMMENT= Photo Image Print System for Linux --- EPSON PX-V500 + +PRTYPE= v500 + +PATCH_PRN= BAND.PRN BAND.PRN.COLOR PATCH.PRN PATCH.PRN.COLOR + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pipsv500/distinfo b/print/pipsv500/distinfo new file mode 100644 index 000000000000..654ea3eb3c11 --- /dev/null +++ b/print/pipsv500/distinfo @@ -0,0 +1,2 @@ +MD5 (pipsv500-2.6.2.tar.gz) = f282132d547b76711e8148492571fc05 +SIZE (pipsv500-2.6.2.tar.gz) = 2526093 diff --git a/print/pipsv500/pkg-descr b/print/pipsv500/pkg-descr new file mode 100644 index 000000000000..da56c2b3c963 --- /dev/null +++ b/print/pipsv500/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PX-V500. 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/ |