Satoshi Taoka
1be90d606d
added and updated printer drivers.
...
PR: ports/10498
Submitted by: Maintainer = MITA Yoshio <mita@jp.FreeBSD.org>
1999-03-15 12:37:44 +00:00
Satoshi Asami
652bc7e593
Use fonts-std-5.50 from all gs5* ports. Judging from the checksum, they
...
are all the same anyway.
1999-02-13 00:34:48 +00:00
Steve Price
d3590277d2
Update to version 5.50 after repository copy.
...
PR: 9100
Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>
1998-12-23 18:51:37 +00:00
Satoshi Asami
0d87ebaff6
Mark broken while Steve Price works on an upgrade after repository copy.
1998-12-23 04:12:03 +00:00
Steve Price
1dbc8ce413
Update to use new version of vflib (2.24).
...
PR: 9101
Submitted by: maintainer
1998-12-23 01:30:41 +00:00
SADA Kenji
3f45e8b7e0
Remove BROKEN_ELF by adding ``-lICE -lSM'' to link options when
...
PORTOBJFORMAT = elf.
1998-12-09 15:43:47 +00:00
Justin M. Seger
c61d39b218
Mark BROKEn ELF: standard libICe and Sm breakage
1998-10-16 05:27:15 +00:00
Satoshi Asami
04fe917269
japanese/vflib has been ELFized.
1998-10-07 06:11:42 +00:00
Steve Price
e98c663745
Update to use the new VFlib port.
...
PR: 7292 (2 of 4)
Submitted by: maintainer
1998-07-20 03:32:07 +00:00
Steve Price
0382111cd7
Correct a URL.
...
PR: 6620
Submitted by: maintainer
1998-05-24 03:45:26 +00:00
Steve Price
c3648cc92e
Update to include a bunch of new patches among other things.
...
PR: 6477
Submitted by: maintainer
1998-05-10 23:50:43 +00:00
Satoshi Asami
6ca97f3113
Remove BROKEN. Sorry, pilot error.
1998-03-31 00:17:02 +00:00
Satoshi Asami
b9935f1fc2
Doesn't build.
1998-03-28 19:33:07 +00:00
Jun-ichiro itojun Hagino
18f0b98813
japanizatino patches are updated.
...
PR: 6083
1998-03-26 02:18:59 +00:00
Jun-ichiro itojun Hagino
8feb07cabe
- japanese pdf support patch
...
- pdf encryption support patch (make PDFENCRYPT=yes)
Submitted by: mita@jp.freebsd.org , itojun
1998-03-16 07:33:51 +00:00
Jun-ichiro itojun Hagino
cc64002a70
original distribution updated (5.03 -> 5.10)
1998-01-23 00:44:47 +00:00
Masafumi Max NAKANE
0a839e7821
Gdevnpdl, one of the printer drivers, has been updated from 1.3 to 1.4.
...
Submitted by: maintainer
PR: 5017
Note that I haven't tested this except that it fetches ok and checksums
are correct.
1997-11-16 19:58:36 +00:00
Masafumi Max NAKANE
ee2a29dd7b
One of the drivers, gdevnpdl updated from 1.2 to 1.3.
...
PR: 4651
Submitted by: maintainer
1997-09-29 11:42:33 +00:00
Masafumi Max NAKANE
cf3929db5b
Initial commit of vfghostscript5, ghostscript with Japanese support
...
using VFlib.
Note: this commit is done over vfghostscript (4.x) which has been repository-
copied.
Submitted by: mita@jp.freebsd.org
PR: 4400
1997-09-20 20:37:30 +00:00
Masafumi Max NAKANE
474b385af1
Use ISO639 language abbreviation instead of ISO3166 country abbreviation
...
for PKGNAME. (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00
Satoshi Asami
53e0732cbc
Oops, forgot to take off "-p" when I changed "mkdir" to "${MKDIR}".
1997-07-14 06:25:59 +00:00
Satoshi Asami
6508ab3b3e
Make this port compile again (was broken by libpng upgrade). The
...
solution is to "disconnect" this from the libpng and libjpeg ports,
and fetch and extract them inside this port's own WRKDIR.
Note there are no shared library version problems because this port
doesn't link those libraries dynamically -- it just reaches into their
sources to compile some of its stuff. It is my belief that we
shouldn't have tried to share the WRKDIR with those two ports, as this
thing just too deeply depends on what's in their sources and the
relationship is thus not really a "dependency" in the regular sense.
Submitted by: mita@jp.freebsd.org (MITA Yoshio)
1997-07-12 10:53:51 +00:00
Masafumi Max NAKANE
e04515f662
Update:
...
1. Added new driver for Cannon bubblejet BJ-10V
2. Update to Cannon lips printer driver.
3. Typo fix.
4. Integrate scripts/configure.batch into scripts/configure.
1997-04-30 16:03:04 +00:00
Satoshi Asami
bada70ab1f
Use new MASTER_SITE_LOCAL variable from bsd.port.mk.
1997-04-30 03:18:09 +00:00
Satoshi Asami
2894454617
Make installation directory first so "tar -C" won't fail mysteriously
...
(by extracting the files in the current directory). Closes PR
ports/2878.
Submitted by: mita@jp.FreeBSD.org (MITA Yoshio)
1997-03-05 09:20:07 +00:00
Satoshi Asami
44e1a65425
Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>
...
1. Added RPDL (Ricoh Printer Description Language) 600dpi drivers.
2. Removed gdevbitps driver which is obsoleted by psmono driver.
3. Fixed typo (X Windows -> X)
1997-03-03 06:37:58 +00:00
Masafumi Max NAKANE
55f96bbeb9
Added comment about font files.
...
Stolen from: print/ghostscript4/Makefile
1997-01-03 01:38:33 +00:00
Torsten Blum
960bb642a3
Fix MASTER_SITES by moving "\" to the 3rd line
...
Forgotten-by: max ;-)
1997-01-01 15:40:14 +00:00
Masafumi Max NAKANE
e82ac17d58
Put files that cannot be found on any ftp site to LOCAL_PORTS and add
...
LOCAL_PORTS to MASTER_SITES.
Requested by: mita@jp.freebsd.org
(Closing PR #2310.)
Modify MASTER_SITES to list correct sites.
Instead of fetching ghostscript-fonts-*-4.01.tar.gz, which are symlinks
to ghostscript-fonts-std-4.0.tar.gz & *-other-3.0, fetch the real files.
(This elminates need for updating fontfile names when gs is upgraded.)
Standardize variables order.
1996-12-30 21:12:52 +00:00
Satoshi Asami
0e2ba3e54e
Japanese gs4 using the vector font library. The submitter claims it's
...
highly addictive.
Submitted by: mita@jp.freebsd.org
1996-12-06 11:27:34 +00:00