1997-06-11 08:20:47 +02:00
|
|
|
# New ports collection makefile for: ghostscript
|
|
|
|
# Date created: Tue Jun 10 21:58:54 CEST 1997
|
|
|
|
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1997-06-11 08:20:47 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:50:59 +02:00
|
|
|
PORTNAME= ghostscript
|
2002-04-03 04:59:13 +02:00
|
|
|
PORTVERSION= 7.04
|
2002-05-10 05:15:19 +02:00
|
|
|
PORTREVISION= 5
|
1997-06-11 08:20:47 +02:00
|
|
|
CATEGORIES= print
|
2002-05-10 05:15:19 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:DEFAULT,fonts,gprint/} \
|
2002-04-03 04:59:13 +02:00
|
|
|
http://www.gelhaus.net/hp880c/1.4beta/:hp8xx \
|
2002-03-09 01:41:56 +01:00
|
|
|
http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/:hpdj_pcl3 \
|
2002-04-03 04:59:13 +02:00
|
|
|
http://www.harsch.net/Download/:dj970 \
|
|
|
|
http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/:md2k \
|
2002-04-04 02:44:34 +02:00
|
|
|
${MASTER_SITE_PORTS_JP:S/$/:ports_jp/} \
|
2002-04-03 04:59:13 +02:00
|
|
|
http://www.humblesoft.com/pub/:epag \
|
|
|
|
http://www.epkowa.on.arena.ne.jp/pips/data/gs65_301/:eplaser \
|
|
|
|
http://www.ceres.dti.ne.jp/~owatanab/gdevnpdl/:npdl \
|
2002-04-20 17:36:16 +02:00
|
|
|
http://www.linuxprinting.org/download/printing/samsung-gdi/:gdi \
|
2002-04-04 02:44:34 +02:00
|
|
|
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/fonts/:fonts \
|
2002-04-27 20:21:21 +02:00
|
|
|
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/AFPL/gs704/
|
2002-05-10 05:15:19 +02:00
|
|
|
MASTER_SITE_SUBDIR= ghostscript/:DEFAULT,fonts,ports_jp \
|
|
|
|
gimp-print/:gprint
|
2001-09-27 20:03:32 +02:00
|
|
|
PKGNAMESUFFIX= -afpl
|
2002-04-05 04:10:03 +02:00
|
|
|
DISTFILES= ${GS_SRCS}:DEFAULT \
|
2002-04-27 20:21:21 +02:00
|
|
|
${GS_FONTS_STD}:fonts \
|
|
|
|
${GS_FONTS_OTHER}:fonts \
|
2002-04-03 04:59:13 +02:00
|
|
|
${HP8XX_SRCS}:hp8xx \
|
|
|
|
${HPDJ_SRCS}:hpdj_pcl3 \
|
|
|
|
${PCL3_SRCS}:hpdj_pcl3 \
|
|
|
|
${DJ970_SRCS}:dj970 \
|
|
|
|
${GPRINT_SRCS}:gprint \
|
|
|
|
${MD2K_SRCS}:md2k \
|
|
|
|
${ALPS_SRCS}:ports_jp \
|
|
|
|
${BJ10V_SRCS}:ports_jp \
|
|
|
|
${LIPS_SRCS}:ports_jp \
|
|
|
|
${DMPRT_SRCS}:ports_jp \
|
|
|
|
${EPAG_SRCS}:epag \
|
|
|
|
${EPLASER_SRCS}:eplaser \
|
|
|
|
${MJC_SRCS}:ports_jp \
|
|
|
|
${NPDL_SRCS}:npdl \
|
|
|
|
${GDI_SRCS}:gdi
|
2001-09-27 20:03:32 +02:00
|
|
|
DIST_SUBDIR= ghostscript
|
2002-04-03 04:59:13 +02:00
|
|
|
EXTRACT_ONLY= ${GS_SRCS}
|
1998-12-03 09:24:21 +01:00
|
|
|
|
2001-07-06 12:35:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1997-06-11 08:20:47 +02:00
|
|
|
|
2000-09-11 21:06:16 +02:00
|
|
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/graphics/jpeg:extract
|
2001-09-11 04:59:20 +02:00
|
|
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
1997-06-11 08:20:47 +02:00
|
|
|
|
2001-09-11 21:24:31 +02:00
|
|
|
NO_CDROM= "Can only be distributed for free"
|
|
|
|
|
2000-04-09 19:41:40 +02:00
|
|
|
WRKSRC= ${WRKDIR}/gs${PORTVERSION}
|
2001-09-11 21:24:31 +02:00
|
|
|
|
2002-04-03 04:59:13 +02:00
|
|
|
USE_BZIP2= yes
|
2001-09-11 21:24:31 +02:00
|
|
|
USE_GMAKE= yes
|
2002-04-03 04:59:13 +02:00
|
|
|
MAKE_ENV= CC="${CC}" CXX="${CXX}" CFLAGS_STANDARD="${CFLAGS}" \
|
|
|
|
XCFLAGS="${XCFLAGS}"
|
2001-09-11 21:24:31 +02:00
|
|
|
PLIST_SUB= GS_VERSION=${PORTVERSION}
|
|
|
|
|
2001-12-27 17:45:47 +01:00
|
|
|
MAN1= ansi2knr.1 dvipdf.1 font2c.1 gs-hpdj.1 gs-pcl3.1 \
|
2001-09-11 21:24:31 +02:00
|
|
|
gs.1 gslp.1 gsnd.1 pcl3opts.1 pdf2dsc.1 pdf2ps.1 pdfopt.1 \
|
|
|
|
pf2afm.1 pfbtopfa.1 printafm.1 ps2ascii.1 ps2epsi.1 ps2pdf.1 \
|
|
|
|
ps2pdfwr.1 ps2ps.1 wftopfa.1
|
|
|
|
MLINKS= gslp.1 gsbj.1 \
|
|
|
|
gslp.1 gsdj.1 \
|
|
|
|
gslp.1 gsdj500.1 \
|
|
|
|
gslp.1 gslj.1 \
|
|
|
|
ps2pdf.1 ps2pdf12.1 \
|
|
|
|
ps2pdf.1 ps2pdf13.1 \
|
|
|
|
ps2ps.1 eps2eps.1
|
|
|
|
|
2001-12-27 17:45:47 +01:00
|
|
|
XCFLAGS= -DUPD_SIGNAL=0
|
|
|
|
|
2001-09-11 21:24:31 +02:00
|
|
|
.if defined(A4)
|
2001-12-27 17:45:47 +01:00
|
|
|
XCFLAGS+= -DA4
|
2001-09-11 21:24:31 +02:00
|
|
|
.endif
|
2001-02-25 20:02:46 +01:00
|
|
|
|
2001-06-05 13:38:35 +02:00
|
|
|
.if !defined(WITHOUT_X11)
|
2000-09-11 21:06:16 +02:00
|
|
|
USE_XLIB= yes
|
2001-02-25 20:02:46 +01:00
|
|
|
.else
|
2001-09-27 20:03:32 +02:00
|
|
|
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}-nox11
|
2001-10-06 19:16:21 +02:00
|
|
|
MAKE_ENV+= WITHOUT_X11="${WITHOUT_X11}"
|
2001-02-25 20:02:46 +01:00
|
|
|
.endif
|
|
|
|
|
2002-04-03 04:59:13 +02:00
|
|
|
.if defined(WITH_SHLIB)
|
|
|
|
.undef WITHOUT_X11
|
|
|
|
USE_GTK= yes
|
|
|
|
MAKE_ENV+= GS_SHLIB_VER="${SHLIB_VER}"
|
|
|
|
ALL_TARGET= so pcl3opts
|
|
|
|
INSTALL_TARGET= soinstall
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
SHLIB_VER= 1
|
|
|
|
PLIST_SUB+= SHLIB="" SHLIB_VER="${SHLIB_VER}"
|
|
|
|
.else
|
|
|
|
ALL_TARGET= all pcl3opts
|
|
|
|
PLIST_SUB+= SHLIB="@comment "
|
|
|
|
.endif
|
|
|
|
|
|
|
|
GS_SRCS= ${DISTNAME}${EXTRACT_SUFX}
|
1997-06-11 08:20:47 +02:00
|
|
|
# Note: the following two are real files that have symlinks with
|
|
|
|
# later version numbers pointing to them. To avoid unnecessarily
|
|
|
|
# downloading distfiles, do not change these when upgrading the port
|
|
|
|
# unless the files really change.
|
new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
printer: Epson Stylus Color 740
mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
#
printer: Epson LQ-1170
mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
release
- apsfilter will be updated later
Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 13:27:38 +01:00
|
|
|
GS_FONTS_STD= ghostscript-fonts-std-6.0.tar.gz
|
|
|
|
GS_FONTS_OTHER= ghostscript-fonts-other-6.0.tar.gz
|
|
|
|
|
|
|
|
# Additional Drivers:
|
|
|
|
|
2002-04-03 04:59:13 +02:00
|
|
|
# HP8XX - additional driver for HP DeskJet 812C/815C/832C/880C/882C/895C
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# http://www.gelhaus.net/hp880c/
|
2001-09-11 21:24:31 +02:00
|
|
|
HP8XX= cdj880
|
2002-04-03 04:59:13 +02:00
|
|
|
HP8XX_SRCS= gdevcd8.tar.gz
|
1997-06-11 08:20:47 +02:00
|
|
|
|
2002-04-03 04:59:13 +02:00
|
|
|
# HPDJ - additional driver for HP PCL3 printers, by Martin Lottermoser
|
2001-04-01 17:55:32 +02:00
|
|
|
# still present, just for the case pcl3 is missing some hpdj feature
|
2001-09-11 21:24:31 +02:00
|
|
|
# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html
|
2001-01-17 21:19:03 +01:00
|
|
|
HPDJ= hpdj
|
2001-01-08 19:20:44 +01:00
|
|
|
HPDJ_VERS= 2.6
|
2001-01-17 21:19:03 +01:00
|
|
|
HPDJ_NAME= ${HPDJ}-${HPDJ_VERS}
|
2002-04-03 04:59:13 +02:00
|
|
|
HPDJ_SRCS= ${HPDJ_NAME}.tar.gz
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
HPDJ_MAN1= gs-hpdj.1
|
|
|
|
|
2001-04-01 17:55:32 +02:00
|
|
|
# PCL3 (hpdj successor now in RELEASE quality)
|
2002-04-03 04:59:13 +02:00
|
|
|
# additional driver for HP PCL3 printers, by Martin Lottermoser
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# http://home.t-online.de/home/Martin.Lottermoser/pcl3.html
|
2001-01-17 21:19:03 +01:00
|
|
|
PCL3= pcl3
|
2001-11-04 08:32:00 +01:00
|
|
|
PCL3_VERS= 3.3
|
2001-01-17 21:19:03 +01:00
|
|
|
PCL3_NAME= ${PCL3}-${PCL3_VERS}
|
2002-04-03 04:59:13 +02:00
|
|
|
PCL3_SRCS= ${PCL3_NAME}.tar.gz
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
PCL3_MAN1= gs-pcl3.1 pcl3opts.1
|
2000-04-20 19:31:44 +02:00
|
|
|
|
2002-04-03 04:59:13 +02:00
|
|
|
# DJ970 - additional driver for HP DeskJet 970, supports duplex printing
|
2001-09-11 21:24:31 +02:00
|
|
|
# http://www.harsch.net/Ghostscript/ghostscript.html
|
2002-04-03 04:59:13 +02:00
|
|
|
DJ970= gdevdj9
|
|
|
|
DJ970_SRCS= ${DJ970}.c.gz
|
2000-11-26 15:13:02 +01:00
|
|
|
|
2001-12-27 17:45:47 +01:00
|
|
|
# Gimp-Print - very high quality driver for Epson, HPs,...
|
2001-09-11 21:24:31 +02:00
|
|
|
# http://gimp-print.sourceforge.net/
|
2001-12-27 17:45:47 +01:00
|
|
|
GPRINT= gimp-print
|
2002-04-27 20:21:21 +02:00
|
|
|
GPRINT_VERS= 4.2.1
|
2001-01-17 21:19:03 +01:00
|
|
|
GPRINT_NAME= ${GPRINT}-${GPRINT_VERS}
|
2002-04-03 04:59:13 +02:00
|
|
|
GPRINT_SRCS= ${GPRINT_NAME}.tar.gz
|
2001-01-17 21:19:03 +01:00
|
|
|
|
2002-04-03 04:59:13 +02:00
|
|
|
# MD2K - additional driver for Alps MD-2000/2010/4000/1300/1500/5000
|
|
|
|
# http://plaza26.mbn.or.jp/~higamasa/gdevmd2k/
|
|
|
|
MD2K= md2k
|
|
|
|
MD2K_VERS= 0.2a
|
|
|
|
MD2K_NAME= gdevmd2k-${MD2K_VERS}
|
|
|
|
MD2K_SRCS= ${MD2K_NAME}.tar.gz
|
|
|
|
|
|
|
|
# ALPS - additional driver for Alps MD-5000
|
|
|
|
ALPS= alps
|
|
|
|
ALPS_VERS= 0.2
|
|
|
|
ALPS_NAME= gdevalps-${ALPS_VERS}
|
|
|
|
ALPS_SRCS= gdevalps-0.21.tar.gz
|
|
|
|
|
|
|
|
# BJ10V - additional driver for Canon BJ-10V
|
|
|
|
BJ10V= bj10v
|
|
|
|
BJ10V_NAME= gdev10v
|
|
|
|
BJ10V_SRCS= ${BJ10V_NAME}.tar.gz
|
|
|
|
|
|
|
|
# LIPS - additional driver for Canon LIPS II+/III/IVc/IV printers
|
|
|
|
LIPS= lips
|
|
|
|
LIPS_VERS= 2.4.0
|
|
|
|
LIPS_NAME= gdevlips-${LIPS_VERS}
|
|
|
|
LIPS_SRCS= ${LIPS_NAME}.tar.gz
|
|
|
|
|
|
|
|
# DMPRT - additional driver for generic dot matrix printers
|
|
|
|
DMPRT= dmprt
|
|
|
|
DMPRT_VERS= 2.01
|
|
|
|
DMPRT_NAME= ${DMPRT}-${DMPRT_VERS}
|
|
|
|
DMPRT_SRCS= ${DMPRT_NAME}.tar.gz
|
|
|
|
|
|
|
|
# EPAG - additional driver for Epson ESC/Page printers
|
|
|
|
# http://www.humblesoft.com/
|
|
|
|
EPAG= epag
|
|
|
|
EPAG_VERS= 3.09
|
|
|
|
EPAG_NAME= ${EPAG}-${EPAG_VERS}
|
|
|
|
EPAG_SRCS= ${EPAG_NAME}.tar.gz
|
|
|
|
|
|
|
|
# EPLASER - additional driver for ESC/Page printers (Epson Kowa developed)
|
|
|
|
# http://www.epkowa.co.jp/linux/lpd.html
|
|
|
|
EPLASER= eplaser
|
|
|
|
EPLASER_VERS= 3.0.1
|
|
|
|
EPLASER_NAME= ${EPLASER}-${EPLASER_VERS}
|
|
|
|
EPLASER_SRCS= ${EPLASER_NAME}-651.tgz
|
|
|
|
|
|
|
|
# MJC - additional driver for Epson MachJet series
|
|
|
|
MJC= mjc
|
|
|
|
MJC_VERS= 0.8
|
|
|
|
MJC_NAME= gdevmjc-${MJC_VERS}
|
|
|
|
MJC_SRCS= ${MJC_NAME}.tar.gz
|
|
|
|
|
|
|
|
# NPDL - additional driver for NEC Printer Description Language printers
|
|
|
|
NPDL= npdl
|
|
|
|
NPDL_VERS= 1.6.3
|
|
|
|
NPDL_NAME= gdevnpdl-${NPDL_VERS}
|
|
|
|
NPDL_SRCS= ${NPDL_NAME}.tar.gz
|
|
|
|
|
|
|
|
# GDI - additional driver for Samsung SmartGDI laser printers
|
|
|
|
GDI= gdi
|
2002-04-20 17:36:16 +02:00
|
|
|
GDI_NAME= samsung-gdi-driver-gs5.50
|
2002-04-03 04:59:13 +02:00
|
|
|
GDI_SRCS= ${GDI_NAME}.tar.gz
|
2001-09-11 21:24:31 +02:00
|
|
|
|
new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
printer: Epson Stylus Color 740
mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
#
printer: Epson LQ-1170
mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
release
- apsfilter will be updated later
Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 13:27:38 +01:00
|
|
|
# contributed uniprint profiles
|
|
|
|
CONTRIB_UPP= lqx70ch.upp lqx70cl.upp lqx70cm.upp \
|
|
|
|
stc740ih.upp stc740p.upp stc740pl.upp
|
|
|
|
|
2001-09-11 21:24:31 +02:00
|
|
|
.SILENT:
|
2001-02-28 07:51:00 +01:00
|
|
|
|
2001-09-11 22:18:29 +02:00
|
|
|
pre-everything::
|
Major cleanup for ghostscript5 port.
- merged patch-af into patch-aa, both patches hacked unix-gcc.mak
- merged the scripts/{configure,configure.batch} changes into
patch-aa, so that unix-gcc.mak is hacked only by patch-aa
- when doing interactive configuration, every device driver is
now turned on, so you have to deselect devices
- when using BATCH compilation, you now get every supported device,
this one is especially for Satoshi, when making gs packages !
- Added a note into unix-gcc.mak, that DEVICE_DEVS now completely
are removed in the makefile, instead of this, the two configure
scripts now completely control, which devices have to be compiled in.
So, the configure target "patches" the unix-gcc.mak Makefile and
puts a DEVICE_DEVS line at line 1. When doing batch compilation
every device is included in this line, or the wanted devices ...
- The compilation option -DA4 is now included if you compile the port
by saying "make A4=yes".
I hope, I didn't forget a driver, look at that long line ;-)
BTW, I didn't create that DEVICE_DEVS line by hand, I did the
interactive installation, which created it automatically, and
after that I "stealed" that DEVICE_DEVS line for inclusion
into configure.batch ;-) So the devices in configure and configure.batch
are exactly the same, you only have to compare devices.mak with one
of the configure scripts.
BTW, should we nuke ghostscript4 ??? Does somebody know if any
port needs gs4 ???
1997-06-14 11:36:31 +02:00
|
|
|
.if !defined(A4)
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation."
|
Major cleanup for ghostscript5 port.
- merged patch-af into patch-aa, both patches hacked unix-gcc.mak
- merged the scripts/{configure,configure.batch} changes into
patch-aa, so that unix-gcc.mak is hacked only by patch-aa
- when doing interactive configuration, every device driver is
now turned on, so you have to deselect devices
- when using BATCH compilation, you now get every supported device,
this one is especially for Satoshi, when making gs packages !
- Added a note into unix-gcc.mak, that DEVICE_DEVS now completely
are removed in the makefile, instead of this, the two configure
scripts now completely control, which devices have to be compiled in.
So, the configure target "patches" the unix-gcc.mak Makefile and
puts a DEVICE_DEVS line at line 1. When doing batch compilation
every device is included in this line, or the wanted devices ...
- The compilation option -DA4 is now included if you compile the port
by saying "make A4=yes".
I hope, I didn't forget a driver, look at that long line ;-)
BTW, I didn't create that DEVICE_DEVS line by hand, I did the
interactive installation, which created it automatically, and
after that I "stealed" that DEVICE_DEVS line for inclusion
into configure.batch ;-) So the devices in configure and configure.batch
are exactly the same, you only have to compare devices.mak with one
of the configure scripts.
BTW, should we nuke ghostscript4 ??? Does somebody know if any
port needs gs4 ???
1997-06-14 11:36:31 +02:00
|
|
|
.else
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} "Using -DA4 for compilation."
|
Major cleanup for ghostscript5 port.
- merged patch-af into patch-aa, both patches hacked unix-gcc.mak
- merged the scripts/{configure,configure.batch} changes into
patch-aa, so that unix-gcc.mak is hacked only by patch-aa
- when doing interactive configuration, every device driver is
now turned on, so you have to deselect devices
- when using BATCH compilation, you now get every supported device,
this one is especially for Satoshi, when making gs packages !
- Added a note into unix-gcc.mak, that DEVICE_DEVS now completely
are removed in the makefile, instead of this, the two configure
scripts now completely control, which devices have to be compiled in.
So, the configure target "patches" the unix-gcc.mak Makefile and
puts a DEVICE_DEVS line at line 1. When doing batch compilation
every device is included in this line, or the wanted devices ...
- The compilation option -DA4 is now included if you compile the port
by saying "make A4=yes".
I hope, I didn't forget a driver, look at that long line ;-)
BTW, I didn't create that DEVICE_DEVS line by hand, I did the
interactive installation, which created it automatically, and
after that I "stealed" that DEVICE_DEVS line for inclusion
into configure.batch ;-) So the devices in configure and configure.batch
are exactly the same, you only have to compare devices.mak with one
of the configure scripts.
BTW, should we nuke ghostscript4 ??? Does somebody know if any
port needs gs4 ???
1997-06-14 11:36:31 +02:00
|
|
|
.endif
|
|
|
|
|
1997-06-11 08:20:47 +02:00
|
|
|
post-extract:
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> in post-extract ..."
|
2002-01-01 15:07:39 +01:00
|
|
|
${LN} -sf `cd ${PORTSDIR}/graphics/jpeg && ${MAKE} -V WRKSRC` \
|
2000-04-06 07:17:06 +02:00
|
|
|
${WRKSRC}/jpeg
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# ** 3rd party driver **
|
|
|
|
# Note: don't forget to add those devices in scripts/configure and
|
|
|
|
# configure.batch, which update unix-gcc.mak to build gs with these
|
|
|
|
# new devices !
|
|
|
|
#
|
|
|
|
# for HP8XX driver
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> extracting ${HP8XX_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${HP8XX_SRCS}
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# for HPDJ driver
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> extracting ${HPDJ_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${HPDJ_SRCS}
|
2001-09-11 21:24:31 +02:00
|
|
|
${TAR} -C ${WRKSRC}/src -xf ${WRKSRC}/${HPDJ_NAME}/${HPDJ}.tar
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# for PCL3 driver
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> extracting ${PCL3_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${PCL3_SRCS}
|
|
|
|
${LN} -sf ${PCL3_NAME} ${WRKSRC}/${PCL3}
|
2001-09-11 21:24:31 +02:00
|
|
|
${TAR} -C ${WRKSRC}/${PCL3_NAME} -xf \
|
2001-01-17 21:19:03 +01:00
|
|
|
${WRKSRC}/${PCL3_NAME}/${PCL3}.tar
|
2002-04-03 04:59:13 +02:00
|
|
|
# for DJ970 driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${DJ970_SRCS} ..."
|
|
|
|
${CP} ${DISTDIR}/${DIST_SUBDIR}/${DJ970_SRCS} ${WRKSRC}/src
|
|
|
|
${GUNZIP_CMD} ${WRKSRC}/src/${DJ970_SRCS}
|
2001-12-27 17:45:47 +01:00
|
|
|
# for Gimp-Print driver
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> extracting ${GPRINT_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GPRINT_SRCS}
|
|
|
|
# for MD2K driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${MD2K_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${MD2K_SRCS}
|
|
|
|
${LN} -sf ${MD2K_NAME} ${WRKSRC}/${MD2K}
|
|
|
|
# for ALPS driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${ALPS_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${ALPS_SRCS}
|
|
|
|
${LN} -sf ${ALPS_NAME} ${WRKSRC}/${ALPS}
|
|
|
|
# for BJ10V driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${BJ10V_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${BJ10V_SRCS}
|
|
|
|
# for LIPS driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${LIPS_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${LIPS_SRCS}
|
|
|
|
${LN} -sf ${LIPS_NAME} ${WRKSRC}/${LIPS}
|
|
|
|
# for DMPRT driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${DMPRT_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${DMPRT_SRCS}
|
|
|
|
# for EPAG driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${EPAG_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPAG_SRCS}
|
|
|
|
# for EPLASER driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${EPLASER_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${EPLASER_SRCS}
|
|
|
|
${LN} -sf ${EPLASER_NAME} ${WRKSRC}/${EPLASER}
|
|
|
|
# for MJC driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${MJC_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${MJC_SRCS}
|
|
|
|
${LN} -sf ${MJC_NAME} ${WRKSRC}/${MJC}
|
|
|
|
# for NPDL driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${NPDL_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC} -xzf ${DISTDIR}/${DIST_SUBDIR}/${NPDL_SRCS}
|
|
|
|
# for GDI driver
|
|
|
|
${ECHO_MSG} ">>> extracting ${GDI_SRCS} ..."
|
|
|
|
${TAR} -C ${WRKSRC}/src -xzf ${DISTDIR}/${DIST_SUBDIR}/${GDI_SRCS}
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
|
|
|
|
post-patch:
|
2001-09-11 21:24:31 +02:00
|
|
|
${PERL} -pi -e 's|^DEVICE_DEVS|#DEVICE_DEVS|g' \
|
|
|
|
${WRKSRC}/src/unix-gcc.mak
|
2001-11-01 22:15:32 +01:00
|
|
|
${PERL} -pi -e 's|\. de|\.|g' \
|
|
|
|
${WRKSRC}/src/unixinst.mak
|
2002-04-03 04:59:13 +02:00
|
|
|
${PERL} -pi -e 's|%%DATADIR%%|${DATADIR}|g' \
|
|
|
|
${WRKSRC}/lib/gs_res.ps
|
|
|
|
# for DMPRT driver
|
|
|
|
${PERL} -pi -e 's|%%DATADIR%%|${DATADIR}|g ; \
|
|
|
|
s|%%GS_VERSION%%|${PORTVERSION}|g' \
|
|
|
|
${WRKSRC}/src/dmp_site.ps
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
|
|
|
|
# here we apply the modifications necessary to build the 3rd party drivers
|
|
|
|
# advantage: you see unmodified makefiles after a pure make extract
|
|
|
|
pre-configure:
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> in pre-configure ..."
|
2001-04-01 17:55:32 +02:00
|
|
|
# for HP8XX driver
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> adding ${HP8XX} driver to contrib.mak ..."
|
|
|
|
${CAT} ${FILESDIR}/cdj850.contrib.mak \
|
2001-04-01 17:55:32 +02:00
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# for HPDJ driver
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> adding ${HPDJ} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/src/contrib.mak-5.94.add \
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for PCL3 driver
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> adding ${PCL3} driver to contrib.mak ..."
|
2001-11-04 08:32:00 +01:00
|
|
|
${CAT} ${WRKSRC}/${PCL3_NAME}/src/contrib.mak-7.00.add \
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
2002-04-03 04:59:13 +02:00
|
|
|
# for DJ970 driver
|
|
|
|
${ECHO_MSG} ">>> adding ${DJ970} driver to contrib.mak ..."
|
2001-09-11 21:24:31 +02:00
|
|
|
${CAT} ${FILESDIR}/dj970.contrib.mak \
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
2001-12-27 17:45:47 +01:00
|
|
|
# for Gimp-Print driver
|
|
|
|
${ECHO_MSG} ">>> adding ${GPRINT} driver to contrib.mak ..."
|
|
|
|
${CAT} ${FILESDIR}/stp.contrib.mak \
|
2001-01-17 21:19:03 +01:00
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
2002-04-03 04:59:13 +02:00
|
|
|
# for MD2K driver
|
|
|
|
${ECHO_MSG} ">>> adding ${MD2K} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${MD2K_NAME}/gdevmd2k.mak-5.50 \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for ALPS driver
|
|
|
|
${ECHO_MSG} ">>> adding ${ALPS} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${ALPS_NAME}/gdevalps.mak-5.50 \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for BJ10V driver
|
|
|
|
${ECHO_MSG} ">>> adding ${BJ10V} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${BJ10V_NAME}/gdev10v.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for LIPS driver
|
|
|
|
${ECHO_MSG} ">>> adding ${LIPS} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${LIPS_NAME}/gdevlips.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for DMPRT driver
|
|
|
|
${ECHO_MSG} ">>> adding ${DMPRT} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/src/gdevdmpr.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for EPAG driver
|
|
|
|
${ECHO_MSG} ">>> adding ${EPAG} driver to contrib.mak ..."
|
|
|
|
${SED} -e 's:npdl:epag:g' ${WRKSRC}/${NPDL_NAME}/gdevnpdl.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for EPLASER driver
|
|
|
|
${ECHO_MSG} ">>> adding ${EPLASER} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${EPLASER_NAME}/gdevescv6.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
${CAT} ${WRKSRC}/${EPLASER_NAME}/gdevesmv6.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for MJC driver
|
|
|
|
${ECHO_MSG} ">>> adding ${MJC} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${MJC_NAME}/gdevmjc.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for NPDL driver
|
|
|
|
${ECHO_MSG} ">>> adding ${NPDL} driver to contrib.mak ..."
|
|
|
|
${CAT} ${WRKSRC}/${NPDL_NAME}/gdevnpdl.mak \
|
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
|
|
|
# for GDI driver
|
|
|
|
${ECHO_MSG} ">>> adding ${GDI} driver to contrib.mak ..."
|
|
|
|
${CAT} ${FILESDIR}/gdi.contrib.mak \
|
2001-01-17 21:19:03 +01:00
|
|
|
>> ${WRKSRC}/src/contrib.mak
|
1997-06-11 08:20:47 +02:00
|
|
|
|
|
|
|
do-configure:
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> in do-configure ..."
|
2001-10-04 03:55:49 +02:00
|
|
|
.if defined(BATCH) || defined(PACKAGE_BUILDING)
|
2001-09-11 21:24:31 +02:00
|
|
|
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.batch
|
1997-06-11 08:20:47 +02:00
|
|
|
.else
|
2001-09-11 21:24:31 +02:00
|
|
|
${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure
|
1997-06-11 08:20:47 +02:00
|
|
|
.endif
|
|
|
|
|
2001-12-27 17:45:47 +01:00
|
|
|
post-configure:
|
|
|
|
${ECHO_MSG} ">>> in post-configure ..."
|
|
|
|
# for Gimp-Print driver
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> running configure script for ${GPRINT} library ..."
|
2001-12-27 17:45:47 +01:00
|
|
|
cd ${WRKSRC}/${GPRINT_NAME} ; \
|
|
|
|
${SETENV} ${MAKE_ENV} ${SH} ./configure \
|
2002-04-27 20:21:21 +02:00
|
|
|
--without-translated-ppds --with-ghost \
|
2001-12-27 17:45:47 +01:00
|
|
|
--without-gimp --without-samples \
|
|
|
|
--without-user-guide --disable-escputil \
|
|
|
|
--disable-nls --disable-shared \
|
|
|
|
--prefix=${PREFIX}
|
|
|
|
|
1998-12-03 09:24:21 +01:00
|
|
|
pre-build:
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> in pre-build ..."
|
|
|
|
${ECHO_MSG} ">>> creating directories for compilation ..."
|
|
|
|
${MKDIR} ${WRKSRC}/obj
|
|
|
|
${MKDIR} ${WRKSRC}/bin
|
2002-04-03 04:59:13 +02:00
|
|
|
${LN} -sf ${WRKSRC}/src/unix-gcc.mak ${WRKSRC}/Makefile
|
2001-12-27 17:45:47 +01:00
|
|
|
# for Gimp-Print driver
|
|
|
|
${ECHO_MSG} ">>> building ${GPRINT} library ..."
|
|
|
|
cd ${WRKSRC}/${GPRINT_NAME} ; \
|
|
|
|
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${GPRINT} ..."
|
|
|
|
${LN} -sf ${WRKSRC}/${GPRINT_NAME}/src/ghost/*.[ch] \
|
|
|
|
${WRKSRC}/src
|
2002-04-03 04:59:13 +02:00
|
|
|
${MKDIR} ${WRKSRC}/${GPRINT}
|
|
|
|
${LN} -sf ${WRKSRC}/${GPRINT_NAME}/include/gimp-print \
|
|
|
|
${WRKSRC}/${GPRINT}/gimp-print
|
2001-12-27 17:45:47 +01:00
|
|
|
${LN} -sf ${WRKSRC}/${GPRINT_NAME}/src/main/.libs/libgimpprint.a \
|
2002-04-03 04:59:13 +02:00
|
|
|
${WRKSRC}/${GPRINT}/libgimpprint.a
|
|
|
|
# for MD2K driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${MD2K} ..."
|
|
|
|
.for i in gdevmd2k.c
|
|
|
|
${LN} -sf ${WRKSRC}/${MD2K_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for ALPS driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${ALPS} ..."
|
|
|
|
.for i in gdevalps.c
|
|
|
|
${LN} -sf ${WRKSRC}/${ALPS_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for BJ10V driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${BJ10V} ..."
|
|
|
|
.for i in gdev10v.c
|
|
|
|
${LN} -sf ${WRKSRC}/${BJ10V_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for LIPS driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${LIPS} ..."
|
|
|
|
.for i in gdevlips.[ch] gdevlprn.[ch] gdevl4r.c gdevl4v.c gdevespg.c gdevrpdl.c
|
|
|
|
${LN} -sf ${WRKSRC}/${LIPS_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for EPAG driver
|
|
|
|
${ECHO_MSG} ">>> building ${EPAG} utility ..."
|
|
|
|
cd ${WRKSRC}/${EPAG_NAME} ; \
|
|
|
|
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${EPAG} ..."
|
|
|
|
.for i in gdevepag.c
|
|
|
|
${LN} -sf ${WRKSRC}/${EPAG_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for EPLASER driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${EPLASER} ..."
|
|
|
|
.for i in gdevescv.[ch] gdevesmv.c
|
|
|
|
${LN} -sf ${WRKSRC}/${EPLASER_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for MJC driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${MJC} ..."
|
|
|
|
.for i in gdevmjc.c mjbarrie.c mjbksep.c mjespdtc.c mjespdtm.c mjespdty.c \
|
|
|
|
mjgrnsp.c mjgrnsp2.c mjhtocmy.c mjmtx2.c mjvtbl.c
|
|
|
|
${LN} -sf ${WRKSRC}/${MJC_NAME}/${i} ${WRKSRC}/src
|
|
|
|
.endfor
|
|
|
|
# for NPDL driver
|
|
|
|
${ECHO_MSG} ">>> creating symlinks for ${NPDL} ..."
|
|
|
|
.for i in gdevnpdl.c
|
|
|
|
${LN} -sf ${WRKSRC}/${NPDL_NAME}/${i} ${WRKSRC}/src
|
2001-12-27 17:45:47 +01:00
|
|
|
.endfor
|
1998-12-03 09:24:21 +01:00
|
|
|
|
1997-06-11 08:20:47 +02:00
|
|
|
pre-install:
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> in pre-install ..."
|
|
|
|
${ECHO_MSG} ">>> creating ghostscript destdir ..."
|
2001-10-06 19:16:21 +02:00
|
|
|
${MKDIR} ${DATADIR}
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> extracting ghostscript fonts ..."
|
2001-10-12 06:02:59 +02:00
|
|
|
${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_STD}
|
|
|
|
${TAR} -C ${DATADIR} -xzf ${DISTDIR}/${DIST_SUBDIR}/${GS_FONTS_OTHER}
|
1997-06-11 08:20:47 +02:00
|
|
|
|
|
|
|
post-install:
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> in post-install ..."
|
|
|
|
${ECHO_MSG} ">>> stripping gs ..."
|
2002-04-03 04:59:13 +02:00
|
|
|
.if defined(WITH_SHLIB)
|
|
|
|
${STRIP_CMD} ${PREFIX}/bin/gsc ${PREFIX}/bin/gsx
|
|
|
|
${LN} -sf gsc ${PREFIX}/bin/gs
|
|
|
|
.else
|
|
|
|
${STRIP_CMD} ${PREFIX}/bin/gs
|
|
|
|
.endif
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# for HPDJ driver
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> installing ${HPDJ} manpages ..."
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.for i in ${HPDJ_MAN1}
|
2002-04-03 04:59:13 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/src/${i} ${MANPREFIX}/man/man1
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.endfor
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> creating ${HPDJ} destdir ..."
|
2002-04-03 04:59:13 +02:00
|
|
|
${MKDIR} ${DATADIR}/${PORTVERSION}/${HPDJ}
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> installing files in ${HPDJ} destdir ..."
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.for i in README.hpdj example.mdf margins-A4.ps margins-A4Rotated.ps \
|
|
|
|
margins-Letter.ps margins-LetterRotated.ps
|
2001-09-11 21:24:31 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/${i} \
|
2002-04-03 04:59:13 +02:00
|
|
|
${DATADIR}/${PORTVERSION}/${HPDJ}
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.endfor
|
|
|
|
# for PCL3 driver
|
2002-04-03 04:59:13 +02:00
|
|
|
${ECHO_MSG} ">>> installing ${PCL3} utility in bindir ..."
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/pcl3opts ${PREFIX}/bin
|
2001-11-04 08:32:00 +01:00
|
|
|
${ECHO_MSG} ">>> installing ${PCL3} manpages ..."
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.for i in ${PCL3_MAN1}
|
2002-04-03 04:59:13 +02:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/${PCL3_NAME}/doc/${i} ${MANPREFIX}/man/man1
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.endfor
|
|
|
|
# other pcl3 stuff, which might be interesting for runtime
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> creating ${PCL3} destdir ..."
|
2002-04-03 04:59:13 +02:00
|
|
|
${MKDIR} ${DATADIR}/${PORTVERSION}/${PCL3}
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> installing files in ${PCL3} destdir ..."
|
2001-03-26 19:11:40 +02:00
|
|
|
.for i in NEWS BUGS README lib/example.mcf lib/if-pcl3 ps/calign.ps \
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
ps/dumppdd.ps ps/levels-test.ps ps/margins-A4.ps \
|
|
|
|
ps/margins-A4Rotated.ps ps/margins-Env10Rotated.ps \
|
|
|
|
ps/margins-EnvDLRotated.ps ps/margins-Letter.ps \
|
|
|
|
ps/margins-LetterRotated.ps
|
2001-09-11 21:24:31 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \
|
2002-04-03 04:59:13 +02:00
|
|
|
${DATADIR}/${PORTVERSION}/${PCL3}
|
2001-01-17 21:19:03 +01:00
|
|
|
.endfor
|
2002-04-03 04:59:13 +02:00
|
|
|
# for DMPRT driver
|
|
|
|
${ECHO_MSG} ">>> installing ${DMPRT} resources ..."
|
|
|
|
.for i in dmp_init.ps dmp_site.ps escp_24.src
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/${i} \
|
|
|
|
${DATADIR}/${PORTVERSION}/lib
|
2001-09-11 21:24:31 +02:00
|
|
|
.endfor
|
2002-04-03 04:59:13 +02:00
|
|
|
# for EPAG driver
|
|
|
|
${ECHO_MSG} ">>> installing ${EPAG} utility in bindir ..."
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${EPAG_NAME}/ert ${PREFIX}/bin
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
# contributed UPP driver
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> installing contributed UPP profiles ..."
|
new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
printer: Epson Stylus Color 740
mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
#
printer: Epson LQ-1170
mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
release
- apsfilter will be updated later
Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 13:27:38 +01:00
|
|
|
.for i in ${CONTRIB_UPP}
|
2001-09-11 21:24:31 +02:00
|
|
|
${INSTALL_DATA} ${FILESDIR}/${i} \
|
2001-10-06 19:16:21 +02:00
|
|
|
${DATADIR}/${PORTVERSION}/lib
|
new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
reviewed all informations in makefiles and driver docu
to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
Driver is still in developement. There is a newer 1.4 beta version
available, but this version is recommended by the author.
http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
Supported are the following models:
HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
printer: Epson Stylus Color 740
mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
#
printer: Epson LQ-1170
mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
release
- apsfilter will be updated later
Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 13:27:38 +01:00
|
|
|
.endfor
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
#
|
|
|
|
# now NOPORTDOCS dependend stuff
|
|
|
|
#
|
2000-09-11 21:06:16 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} ">>> installing PORTDOC stuff ..."
|
2002-04-03 04:59:13 +02:00
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}
|
|
|
|
# for HPDJ driver
|
|
|
|
${ECHO_MSG} ">>> installing ${HPDJ} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${HPDJ}
|
2001-09-11 21:24:31 +02:00
|
|
|
.for i in NEWS hpdj.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/${i} \
|
2002-04-03 04:59:13 +02:00
|
|
|
${DOCSDIR}/${PORTVERSION}/${HPDJ}
|
update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
*both* driver, HPDJ and PCL3, are now compiled in
reason: PCL3 is still flagged as BETA and author didn't get much response
Although Martin says, its definitively not ALPHA, its safer to have the
old drivers around, if things fail for some reason.
Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
- added mirrors
- add a note, that russion mirror isn't up to date, so don't add it
- optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
- put only ${GS_SOURCES} into EXTRACT_ONLY variable
unpacking other 3rd party src's is handled in post-extract target
- directory creating, patching, unpacking and install actions are
now handeled within the proper make target. This makes port maintenance
much easier, i.e.: if you enter make extract, then only extraction
of things happen, but makefiles are still not patched. Before this
cleanup, things were not so structured and not easy to maintain.
Maybe we get a configure script later, to choose between different
3rd party driver options, then this "sorting" and documenting
will support the migration process...
- silence port by hiding actions with "@"
- insert many informational echoes. This makes port maintenance and
troubleshooting easier
- put more unique comments in front of the different 3rd party modules
- document things better
- use as many environment variables as necessary, so that "numerical"
changes only have to happen on some places and not withing make targets
- use gs version number also in docu directory
- properly install runtime, info and doc files from 3rd party drivers
- put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
new port passes all disciplines ;-)
2001-01-16 23:57:24 +01:00
|
|
|
.endfor
|
2002-04-03 04:59:13 +02:00
|
|
|
# for PCL3 driver
|
|
|
|
${ECHO_MSG} ">>> installing ${PCL3} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${PCL3}
|
2001-09-11 21:24:31 +02:00
|
|
|
.for i in NEWS doc/gs-pcl3.html doc/how-to-report.txt doc/pcl3opts.html
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PCL3_NAME}/${i} \
|
2002-04-03 04:59:13 +02:00
|
|
|
${DOCSDIR}/${PORTVERSION}/${PCL3}
|
|
|
|
.endfor
|
|
|
|
# for Gimp-Print driver
|
|
|
|
${ECHO_MSG} ">>> installing ${GPRINT} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${GPRINT}
|
|
|
|
.for i in README
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${GPRINT_NAME}/src/ghost/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${GPRINT}
|
|
|
|
.endfor
|
|
|
|
# for MD2K driver
|
|
|
|
${ECHO_MSG} ">>> installing ${MD2K} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${MD2K}
|
|
|
|
.for i in README.jis
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${MD2K_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${MD2K}
|
|
|
|
.endfor
|
|
|
|
# for ALPS driver
|
|
|
|
${ECHO_MSG} ">>> installing ${ALPS} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${ALPS}
|
|
|
|
.for i in README.gdevalps
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${ALPS_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${ALPS}
|
|
|
|
.endfor
|
|
|
|
# for BJ10V driver
|
|
|
|
${ECHO_MSG} ">>> installing ${BJ10V} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${BJ10V}
|
|
|
|
.for i in gdev10v.jis
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${BJ10V_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${BJ10V}
|
|
|
|
.endfor
|
|
|
|
# for LIPS driver
|
|
|
|
${ECHO_MSG} ">>> installing ${LIPS} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${LIPS}
|
|
|
|
.for i in Gdevlips.htm
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${LIPS_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${LIPS}
|
|
|
|
.endfor
|
|
|
|
# for DMPRT driver
|
|
|
|
${ECHO_MSG} ">>> installing ${DMPRT} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${DMPRT}
|
|
|
|
.for i in gdevdmpr.sj
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/src/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${DMPRT}
|
|
|
|
.endfor
|
|
|
|
# for EPAG driver
|
|
|
|
${ECHO_MSG} ">>> installing ${EPAG} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${EPAG}
|
|
|
|
.for i in ert.txt gdevepag.txt ChangeLog
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${EPAG_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${EPAG}
|
|
|
|
.endfor
|
|
|
|
.for i in psprint gsepagif.sh
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${EPAG_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${EPAG}
|
|
|
|
.endfor
|
|
|
|
# for EPLASER driver
|
|
|
|
${ECHO_MSG} ">>> installing ${EPLASER} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${EPLASER}
|
|
|
|
.for i in readme-eplaser-651.euc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${EPLASER_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${EPLASER}
|
|
|
|
.endfor
|
|
|
|
# for MJC driver
|
|
|
|
${ECHO_MSG} ">>> installing ${MJC} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${MJC}
|
|
|
|
.for i in MJ700V2C.FAQ README.mjc README.mje README.noz cpem.doc
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${MJC_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${MJC}
|
|
|
|
.endfor
|
|
|
|
# for NPDL driver
|
|
|
|
${ECHO_MSG} ">>> installing ${NPDL} docs ..."
|
|
|
|
${MKDIR} ${DOCSDIR}/${PORTVERSION}/${NPDL}
|
|
|
|
.for i in gdevnpdl.jis
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${NPDL_NAME}/${i} \
|
|
|
|
${DOCSDIR}/${PORTVERSION}/${NPDL}
|
2000-04-20 19:31:44 +02:00
|
|
|
.endfor
|
|
|
|
.endif
|
2001-09-11 21:24:31 +02:00
|
|
|
${ECHO_MSG} "> post-installation tasks completed."
|
1997-06-11 08:20:47 +02:00
|
|
|
|
2001-10-06 19:16:21 +02:00
|
|
|
.include <bsd.port.mk>
|