Update EPLASER driver to version 3.1.4
PR: ports/68391 Submitted by: Ports Fury
This commit is contained in:
parent
4caeb2dd99
commit
5a919c671c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112402
8 changed files with 24 additions and 12 deletions
|
@ -7,7 +7,8 @@
|
|||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= ${GS_VERSION}
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= ${GS_REVISION}
|
||||
PORTEPOCH= ${GS_EPOCH}
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \
|
||||
http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \
|
||||
|
@ -214,7 +215,7 @@ EPAG_SRCS= ${EPAG_NAME}.tar.gz
|
|||
# EPLASER - additional driver for ESC/Page printers (Epson Kowa developed)
|
||||
# http://www.epkowa.co.jp/english/linux_e/index.html
|
||||
EPLASER= eplaser
|
||||
EPLASER_VERS= 3.1.3
|
||||
EPLASER_VERS= 3.1.4
|
||||
EPLASER_NAME= ${EPLASER}-${EPLASER_VERS}
|
||||
EPLASER_SRCS= ${EPLASER_NAME}-705.tgz
|
||||
|
||||
|
@ -249,6 +250,7 @@ LEX7000_SRCS= gs6.0.lexmark7000.patch
|
|||
CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \
|
||||
stc740ih.upp stc740p.upp stc740pl.upp
|
||||
|
||||
.include "Makefile.inc"
|
||||
.include <bsd.port.pre.mk>
|
||||
.SILENT:
|
||||
|
||||
|
@ -677,5 +679,4 @@ post-install:
|
|||
.endif
|
||||
${ECHO_MSG} "> post-installation tasks completed."
|
||||
|
||||
.include "Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
GS_VERSION= 7.07
|
||||
GS_REVISION= 9
|
||||
GS_EPOCH= 0
|
||||
|
|
|
@ -26,8 +26,8 @@ MD5 (ghostscript/dmprt-2.01.tar.gz) = c7a9fb127fde5d888a798bf5e1822b88
|
|||
SIZE (ghostscript/dmprt-2.01.tar.gz) = 44232
|
||||
MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3
|
||||
SIZE (ghostscript/epag-3.09.tar.gz) = 12858
|
||||
MD5 (ghostscript/eplaser-3.1.3-705.tgz) = 036ce4658aee899f8412396736ad9fc9
|
||||
SIZE (ghostscript/eplaser-3.1.3-705.tgz) = 45117
|
||||
MD5 (ghostscript/eplaser-3.1.4-705.tgz) = 94246b034af171b4336d90198e9f4bd8
|
||||
SIZE (ghostscript/eplaser-3.1.4-705.tgz) = 44523
|
||||
MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c
|
||||
SIZE (ghostscript/gdevmjc-0.8.tar.gz) = 102654
|
||||
MD5 (ghostscript/Samsung-SmartGDI-all-GS.orig.tar.gz) = 61decc4e00a64271948cbb581876352b
|
||||
|
|
3
print/ghostscript-gnu/scripts/configure
vendored
3
print/ghostscript-gnu/scripts/configure
vendored
|
@ -36,7 +36,7 @@ else
|
|||
epag \
|
||||
escpage lp2000 \
|
||||
alc8600 alc8500 alc2000 alc4000 alc1900 alc4100 \
|
||||
lp9000c lp9500c lp8800c lp8300c lp8500c lp3000c \
|
||||
lp9800c lp9000c lp9500c lp8800c lp8300c lp8500c lp3000c \
|
||||
lp8200c lp8000c \
|
||||
epl6100 epl5900 epl5800 \
|
||||
epl2050 epl2050p epl2120 epl2500 epl2750 \
|
||||
|
@ -163,6 +163,7 @@ Have fun with this new configuration style ! -andreas \n\n\
|
|||
"alc4000" "Epson AL-C4000 color laser printer [EPLASER]" "$status_alc4000" \
|
||||
"alc1900" "Epson AL-C1900 color laser printer [EPLASER]" "$status_alc1900" \
|
||||
"alc4100" "Epson AL-C4100 color laser printer [EPLASER]" "$status_alc4100" \
|
||||
"lp9800c" "Epson LP-9800C color laser printer [EPLASER]" "$status_lp9800c" \
|
||||
"lp9000c" "Epson LP-9000C color laser printer [EPLASER]" "$status_lp9000c" \
|
||||
"lp9500c" "Epson LP-9500C color laser printer [EPLASER]" "$status_lp9500c" \
|
||||
"lp8800c" "Epson LP-8800C color laser printer [EPLASER]" "$status_lp8800c" \
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
|
||||
PORTNAME= ghostscript
|
||||
PORTVERSION= ${GS_VERSION}
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= ${GS_REVISION}
|
||||
PORTEPOCH= ${GS_EPOCH}
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:gs_srcs,gprint,bjc250/} \
|
||||
http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \
|
||||
|
@ -214,7 +215,7 @@ EPAG_SRCS= ${EPAG_NAME}.tar.gz
|
|||
# EPLASER - additional driver for ESC/Page printers (Epson Kowa developed)
|
||||
# http://www.epkowa.co.jp/english/linux_e/index.html
|
||||
EPLASER= eplaser
|
||||
EPLASER_VERS= 3.1.3
|
||||
EPLASER_VERS= 3.1.4
|
||||
EPLASER_NAME= ${EPLASER}-${EPLASER_VERS}
|
||||
EPLASER_SRCS= ${EPLASER_NAME}-705.tgz
|
||||
|
||||
|
@ -249,6 +250,7 @@ LEX7000_SRCS= gs6.0.lexmark7000.patch
|
|||
CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \
|
||||
stc740ih.upp stc740p.upp stc740pl.upp
|
||||
|
||||
.include "Makefile.inc"
|
||||
.include <bsd.port.pre.mk>
|
||||
.SILENT:
|
||||
|
||||
|
@ -677,5 +679,4 @@ post-install:
|
|||
.endif
|
||||
${ECHO_MSG} "> post-installation tasks completed."
|
||||
|
||||
.include "Makefile.inc"
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1 +1,5 @@
|
|||
# $FreeBSD$
|
||||
|
||||
GS_VERSION= 7.07
|
||||
GS_REVISION= 9
|
||||
GS_EPOCH= 0
|
||||
|
|
|
@ -26,8 +26,8 @@ MD5 (ghostscript/dmprt-2.01.tar.gz) = c7a9fb127fde5d888a798bf5e1822b88
|
|||
SIZE (ghostscript/dmprt-2.01.tar.gz) = 44232
|
||||
MD5 (ghostscript/epag-3.09.tar.gz) = 63304a6afe44842124d2d880bf24dbe3
|
||||
SIZE (ghostscript/epag-3.09.tar.gz) = 12858
|
||||
MD5 (ghostscript/eplaser-3.1.3-705.tgz) = 036ce4658aee899f8412396736ad9fc9
|
||||
SIZE (ghostscript/eplaser-3.1.3-705.tgz) = 45117
|
||||
MD5 (ghostscript/eplaser-3.1.4-705.tgz) = 94246b034af171b4336d90198e9f4bd8
|
||||
SIZE (ghostscript/eplaser-3.1.4-705.tgz) = 44523
|
||||
MD5 (ghostscript/gdevmjc-0.8.tar.gz) = 228f41c3cccce22c8f477c7a9407527c
|
||||
SIZE (ghostscript/gdevmjc-0.8.tar.gz) = 102654
|
||||
MD5 (ghostscript/Samsung-SmartGDI-all-GS.orig.tar.gz) = 61decc4e00a64271948cbb581876352b
|
||||
|
|
3
print/ghostscript7/scripts/configure
vendored
3
print/ghostscript7/scripts/configure
vendored
|
@ -36,7 +36,7 @@ else
|
|||
epag \
|
||||
escpage lp2000 \
|
||||
alc8600 alc8500 alc2000 alc4000 alc1900 alc4100 \
|
||||
lp9000c lp9500c lp8800c lp8300c lp8500c lp3000c \
|
||||
lp9800c lp9000c lp9500c lp8800c lp8300c lp8500c lp3000c \
|
||||
lp8200c lp8000c \
|
||||
epl6100 epl5900 epl5800 \
|
||||
epl2050 epl2050p epl2120 epl2500 epl2750 \
|
||||
|
@ -163,6 +163,7 @@ Have fun with this new configuration style ! -andreas \n\n\
|
|||
"alc4000" "Epson AL-C4000 color laser printer [EPLASER]" "$status_alc4000" \
|
||||
"alc1900" "Epson AL-C1900 color laser printer [EPLASER]" "$status_alc1900" \
|
||||
"alc4100" "Epson AL-C4100 color laser printer [EPLASER]" "$status_alc4100" \
|
||||
"lp9800c" "Epson LP-9800C color laser printer [EPLASER]" "$status_lp9800c" \
|
||||
"lp9000c" "Epson LP-9000C color laser printer [EPLASER]" "$status_lp9000c" \
|
||||
"lp9500c" "Epson LP-9500C color laser printer [EPLASER]" "$status_lp9500c" \
|
||||
"lp8800c" "Epson LP-8800C color laser printer [EPLASER]" "$status_lp8800c" \
|
||||
|
|
Loading…
Reference in a new issue