diff options
author | ume <ume@FreeBSD.org> | 2004-08-28 02:52:08 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2004-08-28 02:52:08 +0800 |
commit | d0c04b7721851fe98220065bc11465e64e5a5e57 (patch) | |
tree | ece0226f760be34d3b0eebc991b9476b11762584 /print | |
parent | 4a8faacddb47422c7b626fbb747a321db25afc64 (diff) | |
download | freebsd-ports-gnome-d0c04b7721851fe98220065bc11465e64e5a5e57.tar.gz freebsd-ports-gnome-d0c04b7721851fe98220065bc11465e64e5a5e57.tar.zst freebsd-ports-gnome-d0c04b7721851fe98220065bc11465e64e5a5e57.zip |
add slave port for Photo Image Print System for Linux --- EPSON PM-G800
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/pipsg800/Makefile | 16 | ||||
-rw-r--r-- | print/pipsg800/distinfo | 2 | ||||
-rw-r--r-- | print/pipsg800/pkg-descr | 7 |
4 files changed, 26 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index b0f6928b38a6..ddd452bb9198 100644 --- a/print/Makefile +++ b/print/Makefile @@ -193,6 +193,7 @@ SUBDIR += pips970-cups SUBDIR += pips980 SUBDIR += pipsg700 + SUBDIR += pipsg800 SUBDIR += pipsv500 SUBDIR += pipsv600 SUBDIR += pkfonts118 diff --git a/print/pipsg800/Makefile b/print/pipsg800/Makefile new file mode 100644 index 000000000000..fd0fcbfd9d18 --- /dev/null +++ b/print/pipsg800/Makefile @@ -0,0 +1,16 @@ +# New ports collection makefile for: pips for EPSON PM-G800 +# 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 PM-G800 + +PRTYPE= g800 + +PATCH_PRN= PATCH.PRN + +.include "${MASTERDIR}/Makefile.pips" diff --git a/print/pipsg800/distinfo b/print/pipsg800/distinfo new file mode 100644 index 000000000000..ad287d38d49a --- /dev/null +++ b/print/pipsg800/distinfo @@ -0,0 +1,2 @@ +MD5 (pipsg800-2.6.2.tar.gz) = c5e72841ef4cc8f213aba993ddf2e63c +SIZE (pipsg800-2.6.2.tar.gz) = 3804453 diff --git a/print/pipsg800/pkg-descr b/print/pipsg800/pkg-descr new file mode 100644 index 000000000000..5f9ef497cd7b --- /dev/null +++ b/print/pipsg800/pkg-descr @@ -0,0 +1,7 @@ +This port is for a printer filter of EPSON PM-G800. 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/ |