Commit graph

6822 commits

Author SHA1 Message Date
Hiroki Sato
4e09def2d4 Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
2013-05-11 17:58:55 +00:00
Hiroki Sato
df02a1b305 Add DIST_SUBDIR to fix a fetch error because the distfiles are often replaced
with the same names in every release.
2013-05-10 08:08:33 +00:00
Bryan Drewery
75e0a28623 - Fix extract on 9+ due to this picking up /usr/bin/unzip instead of
looking for the proper LOCALBASE/bin/unzip that UNZIP_CMD is set to.
  Will let maintainers decide if archivers/unzip is really still needed.
  Some of these ports/options remain broken due to other issues.

With hat:	portmgr
2013-05-10 01:46:52 +00:00
Jung-uk Kim
ea47cacd91 Update to 4.0.3. 2013-05-09 18:26:51 +00:00
MIHIRA Sanpei Yoshiro
1b3f6cc80c fix extract-error(GNU unshar changed behavior)
Submitted by:	hrs
Reviewed by:	nyan
2013-05-08 11:29:45 +00:00
Hiroki Sato
501d6ef8d7 - Rename japanese/jisx0213-fonts with japanese/font-jisx0213.
- Trim old-style header.
- Fix MASTER_SITES.
- Mark as MAKE_JOBS_SAFE=yes
- Remove no-op pkg-req.
2013-05-08 01:27:26 +00:00
Jun Kuriyama
b7347fc31b - Update to 20130430. 2013-05-07 14:33:14 +00:00
Baptiste Daroussin
53ad8315b0 Add some shebangfix to allow building most of the ports tree without /usr/bin/perl
Submitted by:	John Marino
Obtained from:	DPorts
2013-05-07 13:12:31 +00:00
Hiroki Sato
7148be76c6 - Separate print/tex-dvipdfmx from print/texlive-base and add libpaper
support.  dvipdfmx's default paper size can be set by
  ${LOCALBASE}/etc/papersize and/or PAPERSIZE environment variable as
  other programs like print/psutils do.

- Use absolute pathname in {fmtutil,texconfig,updmap}-sys programs because
  manually-installed and/or old TeXLive files can prevent them from
  working. [1]

- Fix pkg-plist in print/texlive-texmf.

- Remove DIST_SUBDIR from Mk/bsd.tex.mk.

Reported by:	bsam, Stephen Montgomery-Smith [1]
2013-05-07 08:44:32 +00:00
Baptiste Daroussin
46023dda78 Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS 2013-05-06 15:18:38 +00:00
Hiroki Sato
7dadfc8a88 Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
2013-05-06 02:00:40 +00:00
Hiroki Sato
139838ce1d TeXLive mega commit. The following ports have been added:
* Meta port
   - print/texlive-full: meta port to install all of the TeXLive components

  * Libraries
   - devel/tex-kpathsea: kpathsea library
   - devel/tex-web2c: WEB2C toolchain and TeX engines
   - print/tex-ptexenc: character code conversion library for pTeX

  * Base part of the TeXLive
   - print/texlive-base: binary programs in TeXLive
   - print/texlive-texmf: macro and font data in TeXLive
   - print/texlive-infra: tlmgr dependency (Perl modules)

  * TeX Formats
   - print/tex-formats: TeX, LaTeX, PDFTeX, AMSTeX, ConTeXT, CSLaTeX,
       EplainTeX, METAFONT, MLTeX, PDFTeX, TeXsis
   - print/tex-aleph: Aleph/Lambda
   - print/tex-xetex: XeTeX
   - print/tex-luatex: LuaTeX
   - print/tex-jadetex: JadeTeX
   - print/tex-xmltex: XMLTeX
   - japanese/tex-ptex: pTeX

  * DVI ware
   - print/tex-xdvik: XDvi

Mk/bsd.tex.mk is added for common part and USE_TEX knob [1].

Approved by:	portmgr (old version) [1]
PR:		ports/171571
PR:		ports/176399 [1]
2013-05-06 00:44:22 +00:00
Hiroki Sato
a0fe96a2e8 Use OPTIONS_DEFINE and add style clean-ups. 2013-05-05 16:12:13 +00:00
Hiroki Sato
3e43f147e3 - Fix fork() and select() in skkserv. It didn't work properly.
- Trim old-style header.
2013-05-05 15:53:04 +00:00
Jun Kuriyama
6fa036f189 - Ubreak.
PR:		ports/176926
Submitted by:	Hiroyuki Iwatsuki <don@na.rim.or.jp>
2013-05-04 10:48:54 +00:00
Hiroki Sato
7bf7b97124 Trim old-style header and add style clean-ups. 2013-05-04 08:11:13 +00:00
Hiroki Sato
b5e7f98a27 - Fix build after utmp->utmpx migration.
- Use OPTIONS_DEFINE.
- Use USERS and GROUPS for _sj3 user.
- Trim old-style header.
2013-05-04 08:07:59 +00:00
Hiroki Sato
cd7d8d3dc4 - Update to 3.0.j2.1b.
- Use OPTIONS_RADIO for Japanese FEP selection.
- Fix build when CC is defined.
- Respect CFLAGS.
- Rename MACHINE and TARGET in Makefile.
- Mark MAKE_JOBS_SAFE=yes.
2013-05-03 18:57:53 +00:00
Hiroki Sato
0b6d63fea9 - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-05-03 17:42:12 +00:00
Hajimu UMEMOTO
de860a2660 Unmark BROKEN. It seems buildable. 2013-05-03 16:48:29 +00:00
Emanuel Haupt
2898e3fa0c Chase security/libgcrypt update 2013-05-03 16:36:39 +00:00
Baptiste Daroussin
44a150712c Fix syntax error
Spotted by:	bmake exp-run
2013-05-03 08:13:43 +00:00
Hiroki Sato
a42c0444ff Trim old-style header. 2013-05-02 22:27:58 +00:00
Hiroki Sato
a60192a1d4 Fix pkg-plist.
Spotted by:	poyopoyo@puripuri.plala.or.jp
2013-05-02 22:16:02 +00:00
Hiroki Sato
c0f76ab2ec - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-05-02 22:13:01 +00:00
Hiroki Sato
461968d305 - Trim old-style header.
- Rename files/patch-aa.
2013-05-02 22:01:25 +00:00
Hiroki Sato
f8bac571ac - Rename files/patch-aa.
- Separate japanese/nkf and japanese/p5-nkf from each other.
2013-05-02 21:57:28 +00:00
Hiroki Sato
6685af89c2 - Trim old-style header.
- Add LICENSE.
- Use OPTIONS_DEFINE.
- Remove japanese/navi2ch-emacs21 and japanese/navi2ch-xemacs21-mule because
  they are obsolete.
2013-05-02 21:41:04 +00:00
Hiroki Sato
b048082003 - Add paperconf(1) support for the default paper size configuration.
- Fix pathname of perl(1).
- Trim old-style header.
- Add LICENSE.
2013-05-01 06:19:25 +00:00
Hiroki Sato
918595d207 Update to 3.03. 2013-05-01 04:46:29 +00:00
Hiroki Sato
8a1ab5c7cd - Trim old-style header.
- Style clean-ups.
2013-05-01 03:23:00 +00:00
Hiroki Sato
71b6c278d9 - Trim old-style header.
- Use OPTIONS_DEFINE.
- Style clean-ups.
2013-05-01 03:19:09 +00:00
Hiroki Sato
2a8f95f8be Fix DATADIR. 2013-05-01 03:12:55 +00:00
Hiroki Sato
26c2ab80fb Update to 20130430 and add style clean-ups. 2013-05-01 03:05:18 +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
41d078d158 - Trim old-style header.
- Use OPTIONS_DEFINE.
- Style clean-ups.
2013-05-01 02:47:02 +00:00
Hiroki Sato
9da9e7fce4 - Fix DATADIR.
- Style clean-ups.
2013-04-30 23:57:37 +00:00
Hiroki Sato
055d8bf3ff - Use OPTIONS_DEFINE.
- Fix DATADIR.
- Style clean-ups.
2013-04-30 23:55:58 +00:00
Hiroki Sato
d5e6d0d886 Fix DATADIR. 2013-04-30 23:53:03 +00:00
Hiroki Sato
1bc1e3a341 Fix DATADIR. 2013-04-30 23:51:33 +00:00
Hiroki Sato
191278d8ac - Trim old-style header.
- Use OPTIONS_DEFINE.
- Style clean-ups.
2013-04-30 23:49:46 +00:00
Hiroki Sato
f516df6e05 - Trim old-style header.
- Use OPTIONS_DEFINE.
- Style clean-ups.
2013-04-30 23:47:02 +00:00
Hiroki Sato
4b5d27750f Fix DATADIR. 2013-04-30 23:43:29 +00:00
Hiroki Sato
1662a44f30 Fix DATADIR. 2013-04-30 23:41:20 +00:00
Hiroki Sato
5d0edfc4f6 - Trim old-style header.
- Use OPTIONS_DEFINE.
- Style clean-ups.
2013-04-30 23:39:23 +00:00
Hiroki Sato
6389d74447 Update to 20130422 and add style clean-ups. 2013-04-30 20:56:58 +00:00
Hiroki Sato
c25e9122da - Trim old-style header.
- Use OPTIONS_DEFINE.
2013-04-30 20:53:25 +00:00
Hiroki Sato
90bc1dba15 Update to 20130430 and add style clean-ups. 2013-04-30 20:48:46 +00:00
Hiroki Sato
3a939cd983 Update to 450 and style clean-ups. 2013-04-30 07:48:19 +00:00
Hiroki Sato
63ce41949e Update to TESTFLIGHT-055 and add style clean-ups. 2013-04-30 07:45:02 +00:00