aboutsummaryrefslogtreecommitdiff
path: root/print/ghostscript7-korfont
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Split ghostscript into X11-independent and -dependent parts:Hiroki Sato2015-08-221-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. Notes: svn path=/head/; revision=395047
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.Koop Mast2015-07-161-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 Notes: svn path=/head/; revision=392322
* Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}.Hiroki Sato2014-11-232-0/+27
| | | | Notes: svn path=/head/; revision=373122
* Remove 5 unstaged print/ghostscript7* portsJohn Marino2014-09-062-28/+0
| | | | Notes: svn path=/head/; revision=367470
* Reset maintainership for ports not staged with no pending PRBaptiste Daroussin2014-07-241-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362828
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Bump PORTREVISION.Hiroki Sato2013-05-011-1/+1
| | | | Notes: svn path=/head/; revision=317026
* Set CATEGORIES back to values prior to port removal.Glen Barber2013-05-011-1/+1
| | | | | | | | Submitted by: portmgr (erwin) Approved by: doceng (implicit) Notes: svn path=/head/; revision=317023
* Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.xHiroki Sato2013-04-292-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 Notes: svn path=/head/; revision=316845
* ghostscript7 is very very outdated consider using newer version like ↵Baptiste Daroussin2013-03-262-30/+0
| | | | | | | | | print/ghostscript9 Approved by: doceng (gjb) Notes: svn path=/head/; revision=315309
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Add accidentally-removed PORTREVISION in the previous commit.Hiroki Sato2008-06-011-0/+1
| | | | Notes: svn path=/head/; revision=214109
* Fix CATEGORIES.Hiroki Sato2008-06-011-1/+1
| | | | Notes: svn path=/head/; revision=214105
* The following repocopies have been done for print/ghostscript-*Hiroki Sato2008-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 Notes: svn path=/head/; revision=214093
* - 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/+20
| | | | | | | | | | | | | | | | | | | | | | | | 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-0/+1
| | | | Notes: svn path=/head/; revision=156530
* Obsoleted by japanese/ghostscript-gnu-jpnfont.Yoshio MITA2002-05-155-64/+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
* 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=53957
* 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
* This port installs Korean resources used with print/ghostscript-gnu-cjk.Yoshio MITA2002-01-185-0/+75
Notes: svn path=/head/; revision=53303