summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* Commit #2/4 to enforce Caps, no period. I ran this oe asTim Vanderhoek1999-06-261-1/+1
| | | | | | | | | $ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab` Results to follow. :) Notes: svn path=/head/; revision=19801
* Make this build on alpha.Hidetoshi Shimokawa1999-05-312-47/+45
| | | | | | | | - Honor CFLAGS. - Use fpsetsticky instead of fpresetsticky. Notes: svn path=/head/; revision=19151
* Fix VFlib version number.Satoshi Asami1999-02-021-2/+2
| | | | Notes: svn path=/head/; revision=16488
* ${MASTER_SITE_GNU} got rearranged in December; let's catch up.Bill Fenner1999-01-271-1/+2
| | | | Notes: svn path=/head/; revision=16378
* Remove BROKEN_ELF by adding ``-lICE -lSM'' to link options whenSADA Kenji1998-12-093-37/+46
| | | | | | | PORTOBJFORMAT = elf. Notes: svn path=/head/; revision=15228
* Mark BROKEN for ELF:Justin M. Seger1998-10-161-1/+3
| | | | | | | | | | | | | | ./echogs -n - gcc -L/usr/local/lib -L/usr/X11R6/lib -o gs gs.o gsmain.o ialloc.o idebug.o idict.o idparam.o iinit.o iname.o interp.o isave.o iscan.o iutil.o sfilter.o stream.o zarith.o zarray.o zcontrol.o zdict.o zfile.o zfiledev.o zfileio.o zfilter.o zgeneric.o zmath.o zmisc.o zpacked.o zprops.o zrelbit.o zstack.o zstring.o ztype.o zvmem.o zchar.o zcolor.o zfont.o zfont1.o zfont2.o zdevice.o zgstate.o zht.o zmatrix.o zpaint.o zpath.o zpath2.o gschar.o gscolor.o gscoord.o gsdevice.o gsfile.o gsfont.o gsht.o gsimage.o gsimage1.o gsimage2.o gsimpath.o gsline.o gsmatrix.o gsmisc.o gspaint.o gspath.o gspath2.o gsstate.o gstdev.o gstype1.o gsutil.o gxccache.o gxccman.o gxclist.o gxclread.o gxcmap.o gxcpath.o gxdither.o gxdraw.o gxfill.o gxhint1.o gxhint2.o gxht.o gxpath.o gxpath2.o gxpcopy.o gxstroke.o gdevmem1.o gdevmem2.o gdevmem3.o gconfig.o >_temp_ ./echogs -x 205c >>_temp_ cat ld.tr >>_temp_ ./echogs - -lm >>_temp_ /bin/sh <_temp_ /usr/libexec/elf/ld: warning: libSM.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) /usr/libexec/elf/ld: warning: libICE.so.6, needed by /usr/X11R6/lib/libXt.so, not found (try using --rpath) /usr/X11R6/lib/libXt.so: undefined reference to `SmcSaveYourselfDone' Notes: svn path=/head/; revision=14059
* japanese/vflib has been ELFized.Satoshi Asami1998-10-071-2/+2
| | | | Notes: svn path=/head/; revision=13700
* Update to used the new VFlib port.Steve Price1998-07-203-2/+17
| | | | | | | | PR: 7292 (1 of 4) Submitted by: maintainer Notes: svn path=/head/; revision=11991
* Add some printer entries.Masafumi Max NAKANE1998-06-211-2/+2
| | | | | | | | PR: 5960 Submitted by: maintainer Notes: svn path=/head/; revision=11478
* Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn'tSatoshi Asami1998-04-041-1/+2
| | | | | | | | depend on ordering in the parent Makefiles for the links to be created correctly. Notes: svn path=/head/; revision=10410
* Fixed fatal error for a printer driver (Epson ESC/Page)Masafumi Max NAKANE1997-12-081-1/+1
| | | | | | | | | Closes 4/4 of PR: 5246 Submitted by: maintainer Notes: svn path=/head/; revision=9023
* Added a missing PLIST entry fonts/pzdr.gsfMasafumi Max NAKANE1997-12-081-0/+1
| | | | | | | | | Closes 3/4 of PR: 5246 Submitted by: maintainer Notes: svn path=/head/; revision=9022
* Added a printer entry tiffg3.Masafumi Max NAKANE1997-12-081-6/+11
| | | | | | | | | Closes 2/4 of PR: 5246 Submitted by: maintainer Notes: svn path=/head/; revision=9021
* Changed unfetchable distfile.Masafumi Max NAKANE1997-12-082-6/+6
| | | | | | | | | Closes 1/4 of PR: 5246 Submitted by: maintainer Notes: svn path=/head/; revision=9020
* 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
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-3/+3
| | | | Notes: svn path=/head/; revision=7303
* Use shared VFlib lib.Satoshi Asami1996-12-071-3/+2
| | | | Notes: svn path=/head/; revision=4852
* Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.Satoshi Asami1996-11-181-2/+3
| | | | Notes: svn path=/head/; revision=4571
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-2/+2
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* CATEGORIES+= -> CATEGORIES=Masafumi Max NAKANE1996-11-111-2/+2
| | | | | | | Inspired by: obrien Notes: svn path=/head/; revision=4399
* Add vfghostscript to RUN_DEPENDS too, I heard it's kinda needed.Satoshi Asami1996-11-041-1/+2
| | | | | | | Submitted by: mita@jp.FreeBSD.org Notes: svn path=/head/; revision=4291
* Use ${PREFIX} instead of /usr/local.Masafumi Max NAKANE1996-11-021-52/+51
| | | | | | | Use macros for cp, mkdir, rm, cat and gzip for compressing man page. Notes: svn path=/head/; revision=4259
* Japanese ghostscirpt with vector font support.Satoshi Asami1996-11-0215-0/+1358
Submitted by: Mita Yoshio <mita@jp.FreeBSD.org> Notes: svn path=/head/; revision=4254