Commit graph

15 commits

Author SHA1 Message Date
Hiroki Sato
118978bf4c Resurrect print/ghostscript7{,-commfont,-jpnfont,-korfont,-nox11}. 2014-11-23 06:14:21 +00:00
John Marino
64b8301fc7 Remove 5 unstaged print/ghostscript7* ports 2014-09-06 20:30:48 +00:00
Baptiste Daroussin
4a4ec28d37 Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
2014-05-05 09:45:36 +00:00
Hiroki Sato
b09df65fb5 Add a workaround to unbreak the build. 2013-06-09 21:16:24 +00:00
Hiroki Sato
c5045d2bd1 Use an old version of IPA fonts as Ryumin-Light and GothicBBB-Medium for
Ghostscript 7.  This is because the latest version is not compatible with
.optnttcidfont directive.  The other versions of Ghostscript use the new
version.
2013-05-01 02:55:55 +00:00
Hiroki Sato
045633a1b8 Resurrect print/ghostscript7*. Ghostscript 7.x is incompatible with 8.x
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
2013-04-29 20:12:16 +00:00
Baptiste Daroussin
39eb1ba22b ghostscript7 is very very outdated consider using newer version like print/ghostscript9
Approved by:	doceng (gjb)
2013-03-26 15:55:59 +00:00
Hiroki Sato
d83170403e japanese/font-std, chinese/font-std, and dependency fixups due
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.
2009-05-31 09:19:10 +00:00
Hiroki Sato
4046a765ca Cleanup ghostscript-gnu-commfont and related CJK font support meta ports.
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).
2007-04-28 13:03:16 +00:00
Hiroki Sato
e5744e5e01 - Create symlinks to CMap files instead of installing them.
- Use SUB_FILES for CIDFnmap.*.
- Some style fixes.
- Reset maintainership.

Approved by:	maintainer timeout (3 months)
2006-02-20 20:36:01 +00:00
Daichi GOTO
095a7f5df2 Change dependency for default Japanese font from Kochi to Sazanami
Approved by:	mita
2005-02-15 08:01:46 +00:00
Norikatsu Shigemura
909896952a Fix dependency on japanese/kochi-ttfonts. 2003-07-26 22:55:28 +00:00
Yoshio MITA
f79066d12d Obsoleted by japanese/ghostscript-gnu-jpnfont.
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)
2002-05-15 01:17:59 +00:00
Yoshio MITA
5f3dc715b1 A few hours later the import I received patch to ameriolate ports.
Since this is rather minor change and it is too short (8 hours)
between last and this commit, I don't bump PORTREVISION for this time.

Submitted by:	KATO Tsuguru <dai_fugo@geocities.co.jp> to ports-jp@jp ML
2002-01-19 00:38:53 +00:00
Yoshio MITA
979ed31b76 Add ghostscript-gnu-cjk 6.52,
gNU Postscript interpreter CJK fonts
adding port.

This is a GNU version of ghostscript with features below:

1. CJK internationalization ready.
2. Depends on print/ghostscript-gnu and replace only necessary files.
3. -DA4 default as is standard in CJK countries.
4. Includes many additional printer drivers sold in japan.

PR:		ports/33116
Submitted by:	Tomokatsu SAITO <saito@a2z.co.jp>
2002-01-18 15:23:54 +00:00