summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript5 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* original distribution updated (5.03 -> 5.10)Jun-ichiro itojun Hagino1998-01-237-366/+313
| | | | Notes: svn path=/head/; revision=9416
* Gdevnpdl, one of the printer drivers, has been updated from 1.3 to 1.4.Masafumi Max NAKANE1997-11-162-4/+4
| | | | | | | | | | | Submitted by: maintainer PR: 5017 Note that I haven't tested this except that it fetches ok and checksums are correct. Notes: svn path=/head/; revision=8668
* One of the drivers, gdevnpdl updated from 1.2 to 1.3.Masafumi Max NAKANE1997-09-292-5/+4
| | | | | | | | PR: 4651 Submitted by: maintainer Notes: svn path=/head/; revision=8053
* Initial commit of vfghostscript5, ghostscript with Japanese supportMasafumi Max NAKANE1997-09-208-344/+491
| | | | | | | | | | | using VFlib. Note: this commit is done over vfghostscript (4.x) which has been repository- copied. Submitted by: mita@jp.freebsd.org PR: 4400 Notes: svn path=/head/; revision=7972
* Use ISO639 language abbreviation instead of ISO3166 country abbreviationMasafumi Max NAKANE1997-09-141-2/+2
| | | | | | | for PKGNAME. (IE, jp-* to ja-*). Notes: svn path=/head/; revision=7911
* Oops, forgot to take off "-p" when I changed "mkdir" to "${MKDIR}".Satoshi Asami1997-07-141-2/+2
| | | | Notes: svn path=/head/; revision=7305
* Make this port compile again (was broken by libpng upgrade). TheSatoshi Asami1997-07-123-18/+14
| | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=7296
* Add lips3 printer driver to the list of default driver.Masafumi Max NAKANE1997-05-151-1/+1
| | | | | | | | PR: 3576 Submitted by: mita@jp.FreeBSD.ORG Notes: svn path=/head/; revision=6455
* Update:Masafumi Max NAKANE1997-04-306-34/+82
| | | | | | | | | | 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. Notes: svn path=/head/; revision=6373
* Use new MASTER_SITE_LOCAL variable from bsd.port.mk.Satoshi Asami1997-04-301-2/+2
| | | | Notes: svn path=/head/; revision=6369
* Make installation directory first so "tar -C" won't fail mysteriouslySatoshi Asami1997-03-051-1/+2
| | | | | | | | | | (by extracting the files in the current directory). Closes PR ports/2878. Submitted by: mita@jp.FreeBSD.org (MITA Yoshio) Notes: svn path=/head/; revision=5851
* Submitted by: MITA Yoshio <mita@jp.FreeBSD.org>Satoshi Asami1997-03-033-13/+16
| | | | | | | | | 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) Notes: svn path=/head/; revision=5803
* Added comment about font files.Masafumi Max NAKANE1997-01-031-1/+5
| | | | | | | Stolen from: print/ghostscript4/Makefile Notes: svn path=/head/; revision=5177
* Fix MASTER_SITES by moving "\" to the 3rd lineTorsten Blum1997-01-011-3/+3
| | | | | | | Forgotten-by: max ;-) Notes: svn path=/head/; revision=5151
* Put files that cannot be found on any ftp site to LOCAL_PORTS and addMasafumi Max NAKANE1996-12-302-24/+20
| | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=5137
* Japanese gs4 using the vector font library. The submitter claims it'sSatoshi Asami1996-12-0610-0/+1287
highly addictive. Submitted by: mita@jp.freebsd.org Notes: svn path=/head/; revision=4829