aboutsummaryrefslogtreecommitdiffstats
path: root/print/ghostscript7-jpnfont
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.mat2016-04-011-2/+2
| | | | | With hat: portmgr Sponsored by: Absolight
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-231-10/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages.
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-1/+1
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.hrs2014-11-232-0/+27
|
* Remove 5 unstaged print/ghostscript7* portsmarino2014-09-072-28/+0
|
* Reset maintainership for ports not staged with no pending PRbapt2014-07-251-1/+1
| | | | With hat: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | print)
* Bump PORTREVISION.hrs2013-05-011-1/+1
|
* Set CATEGORIES back to values prior to port removal.gjb2013-05-011-1/+1
| | | | | Submitted by: portmgr (erwin) Approved by: doceng (implicit)
* Use an old version of IPA fonts as Ryumin-Light and GothicBBB-Medium forhrs2013-05-011-2/+2
| | | | | | Ghostscript 7. This is because the latest version is not compatible with .optnttcidfont directive. The other versions of Ghostscript use the new version.
* Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.xhrs2013-04-302-0/+27
| | | | | | | | | | | and 9.x in terms of CJK character support and they are still in demand. While I am here, the following changes have been added: - Add LICENSE. - Use OPTIONS_DEFINE for ghostscript drivers. - Add MAKE_JOBS_SAFE=yes. Discussed with: bapt
* ghostscript7 is very very outdated consider using newer version like ↵bapt2013-03-262-30/+0
| | | | | | print/ghostscript9 Approved by: doceng (gjb)
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* japanese/font-std, chinese/font-std, and dependency fixups duehrs2009-05-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | to it have been added. These are to install standard fonts used in the Ports Collection. Currently they contain: std.ja_JP/Mincho std.ja_JP/Gothic std.ja_JP/Ryumin-Light std.ja_JP/GothicBBB-Medium std.zh_CN/STHeiti-Regular std.zh_CN/STSong-Light std.zh_CN/MSung-Light std.zh_CN/MHei-Medium under ${PREFIX}/share/fonts/. They are just symlinks to corresponding font files. The symlink names are based on popular PostScript font names. Applications should refer the font files via XLFD or fontconfig first. If they need a direct reference to the font file, please use files in std.*/*. This is because direct reference to a specific font name in an application configuration file makes the maintenance difficult when the font file name is changed, for example.
* Add accidentally-removed PORTREVISION in the previous commit.hrs2008-06-011-0/+1
|
* Fix CATEGORIES.hrs2008-06-011-1/+1
|
* The following repocopies have been done for print/ghostscript-*hrs2008-06-012-10/+8
| | | | | | | | | | | | | | | | | | | | reorganization: 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 and clean up Makefile of each port for the changes, and assign the maintainers to doceng@. Not hooked up to the build yet because it needs more fixes in dependent ports and bsd.port.mk. PR: ports/124157
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Cleanup ghostscript-gnu-commfont and related CJK font support meta ports.hrs2007-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).
* Bump PORTREVISION because of print/ghostscript-gnu-commfont update.hrs2006-02-211-1/+1
|
* change PORTREVISION much betterdaichi2005-02-171-1/+1
| | | | | Submitted by: KOMATSU Shinichiro <koma2@ms.u-tokyo.ac.jp> Pointy hat to: myself
* Bump PORTREVISION by previous commit.nork2003-07-271-0/+1
|
* Fix dependency on japanese/kochi-ttfonts.nork2003-07-271-1/+0
|
* BROKEN: Broken dependencykris2003-07-251-0/+1
|
* Obsoleted by japanese/ghostscript-gnu-jpnfont.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)
* Refine path description for README.jp.kuriyama2002-02-111-1/+1
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-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.
* An effort to solve building problem at bento.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.
* ghostscript-gnu-cjk Japanese resource installation port.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.