mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Update EPLASER driver to version 3.1.4
PR: ports/68390 Submitted by: Ports Fury
This commit is contained in:
parent
c3972c6a24
commit
4caeb2dd99
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112401
@ -175,7 +175,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
|
||||
|
||||
@ -225,7 +225,7 @@ post-extract:
|
||||
${ECHO_MSG} ">>> in post-extract ..."
|
||||
# ** 3rd party driver **
|
||||
# Note: don't forget to add those devices in scripts/configure,
|
||||
# which update unix-gcc.mak to build gs with these new devices !
|
||||
# which update unix-gcc.mak to build gs with these new devices!
|
||||
#
|
||||
# for HP8XX driver
|
||||
${ECHO_MSG} ">>> extracting ${HP8XX_SRCS} ..."
|
||||
@ -431,7 +431,7 @@ pre-build:
|
||||
${WRKSRC}/freetype/objs/freetype214MT_D.a
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
pre-su-install:
|
||||
${ECHO_MSG} ">>> in pre-install ..."
|
||||
${ECHO_MSG} ">>> creating ghostscript destdir ..."
|
||||
${MKDIR} ${DATADIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
GS_VERSION= 8.14
|
||||
GS_REVISION= 2
|
||||
GS_REVISION= 3
|
||||
GS_EPOCH= 1
|
||||
|
@ -18,8 +18,8 @@ MD5 (ghostscript/gdevlips-2.4.0.tar.gz) = 89327cac37665f3fdbae0da5f2c8a89f
|
||||
SIZE (ghostscript/gdevlips-2.4.0.tar.gz) = 67683
|
||||
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-afpl/scripts/configure
vendored
3
print/ghostscript-afpl/scripts/configure
vendored
@ -35,7 +35,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 \
|
||||
@ -160,6 +160,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" \
|
||||
|
@ -175,7 +175,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
|
||||
|
||||
@ -225,7 +225,7 @@ post-extract:
|
||||
${ECHO_MSG} ">>> in post-extract ..."
|
||||
# ** 3rd party driver **
|
||||
# Note: don't forget to add those devices in scripts/configure,
|
||||
# which update unix-gcc.mak to build gs with these new devices !
|
||||
# which update unix-gcc.mak to build gs with these new devices!
|
||||
#
|
||||
# for HP8XX driver
|
||||
${ECHO_MSG} ">>> extracting ${HP8XX_SRCS} ..."
|
||||
@ -431,7 +431,7 @@ pre-build:
|
||||
${WRKSRC}/freetype/objs/freetype214MT_D.a
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
pre-su-install:
|
||||
${ECHO_MSG} ">>> in pre-install ..."
|
||||
${ECHO_MSG} ">>> creating ghostscript destdir ..."
|
||||
${MKDIR} ${DATADIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
GS_VERSION= 8.14
|
||||
GS_REVISION= 2
|
||||
GS_REVISION= 3
|
||||
GS_EPOCH= 1
|
||||
|
@ -18,8 +18,8 @@ MD5 (ghostscript/gdevlips-2.4.0.tar.gz) = 89327cac37665f3fdbae0da5f2c8a89f
|
||||
SIZE (ghostscript/gdevlips-2.4.0.tar.gz) = 67683
|
||||
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-gpl/scripts/configure
vendored
3
print/ghostscript-gpl/scripts/configure
vendored
@ -35,7 +35,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 \
|
||||
@ -160,6 +160,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" \
|
||||
|
@ -175,7 +175,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
|
||||
|
||||
@ -225,7 +225,7 @@ post-extract:
|
||||
${ECHO_MSG} ">>> in post-extract ..."
|
||||
# ** 3rd party driver **
|
||||
# Note: don't forget to add those devices in scripts/configure,
|
||||
# which update unix-gcc.mak to build gs with these new devices !
|
||||
# which update unix-gcc.mak to build gs with these new devices!
|
||||
#
|
||||
# for HP8XX driver
|
||||
${ECHO_MSG} ">>> extracting ${HP8XX_SRCS} ..."
|
||||
@ -431,7 +431,7 @@ pre-build:
|
||||
${WRKSRC}/freetype/objs/freetype214MT_D.a
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
pre-su-install:
|
||||
${ECHO_MSG} ">>> in pre-install ..."
|
||||
${ECHO_MSG} ">>> creating ghostscript destdir ..."
|
||||
${MKDIR} ${DATADIR}
|
||||
|
@ -1,5 +1,5 @@
|
||||
# $FreeBSD$
|
||||
|
||||
GS_VERSION= 8.14
|
||||
GS_REVISION= 2
|
||||
GS_REVISION= 3
|
||||
GS_EPOCH= 1
|
||||
|
@ -18,8 +18,8 @@ MD5 (ghostscript/gdevlips-2.4.0.tar.gz) = 89327cac37665f3fdbae0da5f2c8a89f
|
||||
SIZE (ghostscript/gdevlips-2.4.0.tar.gz) = 67683
|
||||
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/ghostscript8/scripts/configure
vendored
3
print/ghostscript8/scripts/configure
vendored
@ -35,7 +35,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 \
|
||||
@ -160,6 +160,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 New Issue
Block a user