aboutsummaryrefslogtreecommitdiff
path: root/japanese/ghostscript-gnu-jpnfont
Commit message (Collapse)AuthorAgeFilesLines
* * print/ghostscript-* and related ports have been renamed in theHiroki Sato2008-09-052-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | | following way: print/ghostscript-gnu -> print/ghostscript7 print/ghostscript-gnu-nox11 -> print/ghostscript7-nox11 print/ghostscript-gnu-commfont -> print/ghostscript7-commfont print/ghostscript-gpl -> print/ghostscript8 print/ghostscript-gpl-nox11 -> print/ghostscript8-nox11 japanese/ghostscript-gnu-jpnfont -> print/ghostscript7-jpnfont korean/ghostscript-gnu-korfont -> print/ghostscript7-korfont * USE_GHOSTSCRIPT now supports a version number which the port requires. The valid value is "7" or "8". If other value is specified, value of WITH_GHOSTSCRIPT_VER is used. * WITH_GHOSTSCRIPT_GNU has been removed in favor of WITH_GHOSTSCRIPT_VER. The valid value of WITH_GHOSTSCRIPT_VER is "7" or "8", and the default value is "8". Approved by: portmgr (pav) Notes: svn path=/head/; revision=219946
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Cleanup ghostscript-gnu-commfont and related CJK font support meta ports.Hiroki Sato2007-04-282-5/+21
| | | | | | | | | | | | | | | | | | | | | | | | Changes include: - Set WITH_GHOSTSCRIPT_GNU forcibly. - Use PostScript virtual fonts to handle CJK CID/TT-CID emulated fonts. CIDFnmap still works but when a font is both in Resource/Font or Resource/CIDFont and in CIDFnmap, the former entry will be used. For the actual font mapping, see files in Resource/CIDFont/*. So, note that you need to remove (or rename) the virtual font if you use CIDFnmap for the moment. This is still a transitional measure and more consistent font management thoughout the ports collection should be added later. This is just an internal structural change; default font mapping has not been changed. - Add Chinese font support to print/gsfonts (but no dependency added). Notes: svn path=/head/; revision=191064
* Bump PORTREVISION because of print/ghostscript-gnu-commfont update.Hiroki Sato2006-02-201-1/+1
| | | | Notes: svn path=/head/; revision=156530
* change PORTREVISION much betterDaichi GOTO2005-02-171-1/+1
| | | | | | | | Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Pointy hat to: myself Notes: svn path=/head/; revision=129090
* Bump PORTREVISION by previous commit.Norikatsu Shigemura2003-07-261-0/+1
| | | | Notes: svn path=/head/; revision=85644
* Fix dependency on japanese/kochi-ttfonts.Norikatsu Shigemura2003-07-261-1/+0
| | | | Notes: svn path=/head/; revision=85642
* BROKEN: Broken dependencyKris Kennaway2003-07-241-0/+1
| | | | Notes: svn path=/head/; revision=85554
* Obsoleted by japanese/ghostscript-gnu-jpnfont.Yoshio MITA2002-05-155-62/+4
| | | | | | | | | | I mark this port BROKEN with message `Please use ghostscript-gnu-jpnfont'. I will completely remove this port after a while. (MAINTAINER's change after long discussions in ports-jp) Notes: svn path=/head/; revision=59128
* Refine path description for README.jp.Jun Kuriyama2002-02-111-1/+1
| | | | Notes: svn path=/head/; revision=54549
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;Akinori MUSHA2002-01-291-1/+1
| | | | | | | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command. Use command macros where appropriate. Notes: svn path=/head/; revision=53956
* An effort to solve building problem at bento.Yoshio MITA2002-01-221-1/+1
| | | | | | | | | | | | | | Only the reason I can suspect for failure of getting correct dependency (to print/ghostscript-gnu-cjk) is missing white space after port directory.. http://bento.freebsd.org/errorlogs/4-latest/ja-ghostscript-gnu-cjk-6.52.log http://bento.freebsd.org/errorlogs/4-latest/ko-ghostscript-gnu-cjk-6.52.log Submitted by: bento error log. Notes: svn path=/head/; revision=53505
* ghostscript-gnu-cjk Japanese resource installation port.Yoshio MITA2002-01-185-0/+72
After long discussions in ports-jp@jp.FreeBSD.org ML, we concluded having print/ghostscript-gnu-cjk port and resource installation port. Notes: svn path=/head/; revision=53302