Commit graph

39 commits

Author SHA1 Message Date
minskim
995c3485c0 Let ja-ptex-bin depend on tex-dvips instead of tex-bin-dvipsk.
The former provides configuration files in TeX Live 2009.
2010-01-16 03:45:08 +00:00
wiz
5ce5fb991e Remove kei as maintainer, he resigned. 2009-09-02 08:34:13 +00:00
minskim
aee96a1047 Adapt the dependencies of ja-ptex-bin to the recent teTeX changes.
- Use print/kpathsea/texmf.mk to update ls-R.
- Depend on tex-bin-dvipsk for pdvips config files.

Bump PKGREVISION.
2009-04-10 20:07:28 +00:00
minskim
5d8db9a70a Sync with the VARTEXFONTS change in teTeX-bin.
Bump PKGREVISION.
2008-12-09 19:49:22 +00:00
wiz
285b7dd776 Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
joerg
d26cf36e57 - fine grained X11 dependencies for packages which have either USE_IMAKE
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or
  via buildlink3.mks
- introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm
  in the !modular case
- fix some cases where the check for libX11 couldn't work at all by using
  C++ for compilation without including the proper headers

Verified using a full X11_TYPE=xorg bulk build without additional
breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27 13:37:35 +00:00
jlam
ccdf6dbe01 Rename "SITES_* to "SITES.*" for file-specific lists of sites from which
to fetch the file.  This completes the renaming described in revision
1.1799 of bsd.pkg.mk.
2006-07-27 18:48:02 +00:00
hira
19f3110cab Update MASTER_SITES. Found by bulk-build. 2006-07-11 16:29:49 +00:00
minskim
b4be389969 Explicitly depend on texmf-dirs. No functional changes since it was
previously pulled in by ja-ptex-share.
2006-06-26 22:51:35 +00:00
minskim
9a2f040665 Add TRUE to MAKE_ENV so that it can be used in Makefile.
This fixes PR pkg/29037.
2006-06-26 22:46:38 +00:00
hira
e245704359 Update ja-ptex-bin to 3.1.9. It's mostly a bug fix release.
- Use teTeX3.
  - Use print/teTeX/module.mk framework.
  - Don't modify installed teTeX-texmf files.
  - Remove INSTALL and DEINSTALL (no longer needed).
  - Make pjbibtex work (patch-al).

Some fixes and improvements were submitted by minskim@ on tech-pkg-ja
mailing list.  This should fix PR pkg/32592.

Changes from 3.1.8 to 3.1.9

2005/10/17:
        mkconf: Don't add tex/platex to search path of platex.
        ptex: Fix bug with TFM that uses LIG/ at begining of word.

Changes from 3.1.7 to 3.1.8

2005/03/07:
        Makefile.in: Do run mktexlsr in `make install'.
        Makefile.in: INSTALL.txt: Adapt changes of teTeX-3.0's TEXMF directory.

2004/12/14:
        ptex: Fix handle of control sequence name.
        ptex: Fix recognition of ^^ after control sequence.
        ptex: Fix line feed position in terminal/log.

Changes from 3.1.6 to 3.1.7

2004/12/09:
        ptex: Fix control sequence name that includes ^^ format.
        ptex: Sync a range of non-printable characters to 3.1.4.
        mkconf: Create TEXINPUTS for sjis, jis and euc encodings.

Changes from 3.1.5 to 3.1.6

2004/12/02:
        ptex: Adapt tetex-2.99.4.20041128-beta.
        INSTALL.txt: Add comments for filename and TDS.

Changes from 3.1.4 to 3.1.5

2004/11/29:
        ptex: Don't recognize ^^ format control sequence and next character
          as kanji.
        ptex: Output non-printable messages as ^^ format.

2004/11/08:
        ptex: After reading JIS encoded files, disable `kanjiin' state at end
          of file.

2004/10/12:
        pltotf: Fix build of TFM files from SJIS coded PL files.

Changes from 3.1.3 to 3.1.4

2004/09/02:
        ptex: Don't recognize as kanji in following case:
          - Charactor of the end of line is a first byte of kanji.
          - ^^ format control sequence is a first byte of kanji.
          - Use \char in equation.
        ptex: Don't recognize as invalid character if a single byte character
          is a first byte of kanji.
        ptex: Make strict kanji recognition in \string.
        jbibtex: Dealing with CR.
        Correct Japaense translation of the contract.

Changes from 3.1.2 to 3.1.3:

2003/10/07:
        ptex: Fix \kansujichar doesn't set a expected character with
          -kanji=sjis.

2003/09/30:
        ptex: Don't print non-printable characters to terminal/log.

2003/08/05:
        pconvert: Change usage message.  Add $target option to fixwrites
          if it's pltotf, tftopl and pdvitype.
2006-06-24 10:52:23 +00:00
wiz
375b5e4933 More PKGREVISION bumps for png-1.2.9nb2 update. 2006-04-17 14:52:10 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
hira
917011e836 Adapt to recent bsd.pkg.extract.mk changes. 2006-01-22 08:45:05 +00:00
tonio
86bcf2de00 Make ja-ptex-bin explicitly include print/teTeX-bin/buildlink3.mk instead of
using tex.buildlink3.mk, as it requires teTeX2
Fixes PR pkg/32582
2006-01-20 14:20:59 +00:00
tonio
56edd1a62d Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary

Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
2006-01-08 14:00:11 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
tonio
d80abf03d3 convert to use tex.buildlink3.mk 2005-11-08 23:03:10 +00:00
jlam
4d2fb797db Use EXTRACT_CMD_OPTS.tar.gz and EXTRACT_CMD.tar.gz instead of figuring
out the whole command line necessary to extract a .tar.gz file.
2005-05-17 22:00:13 +00:00
jlam
2338cbae27 Change the EXTRACT_USING_PAX defined/undefined option into a EXTRACT_USING
which can take multiple values -- "pax" or "gtar".  The default value
of EXTRACT_USING is "pax", which more closely matches reality since
before, we were using bootstrap "tar" for ${GTAR} and it was actually
pax-as-tar.  Also, stop pretending pax-as-tar from the bootstrap kit
or on NetBSD is GNU tar.  Lastly, in bsd.pkg.extract.mk, note whether
we need "pax" or "gtar" depending on what we need to extract the
distfiles.
2005-05-16 03:04:44 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
hubertf
813ee9201b Give this pkg a chance to determine teTeX(s)'s work dir in a
read-only pkgsrc environment (pkg_comp), where no "work"-dir/symlink
will be created.
2005-04-02 19:35:48 +00:00
jlam
17c3aafac1 * Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,
as it's only used internally by bsd.prefs.mk.

* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
  Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
  than the old method of stripping off the last two components of
  ${.CURDIR}.  PKGSRCDIR may now be used after bsd.prefs.mk is defined.

* Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-07 02:01:37 +00:00
heinz
ab369beb4f Use option "-r" instead of "-e" for the '[' command since this is not
portable to some operating systems (eg UnixWare or IRIX 5).
2004-05-23 15:09:06 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
minskim
3f10520a81 Add kpathsea.buildlink3.mk, which is required by ja-ptex-bin. Reported
by Kouichirou Hiratsuka in PR pkg/24706.
2004-03-11 20:29:58 +00:00
wiz
589c2d29fc Refer to teTeX instead of teTeX2; from ORI Manabu in PR 23942. 2004-01-01 15:16:49 +00:00
jmmv
eeee7fac9f Adjust dependancies and bump PKGREVISION due to:
- teTeX 1.0.x packages have been moved to teTeX1* directories.
- teTeX 2.0.x packages have been moved to teTeX* directories and their base
  name has been changed to teTeX (instead of teTeX2).
2003-12-24 13:02:00 +00:00
wiz
4f0409e096 Add {DE,}INSTALL_EXTRA_TMPL. Noted missing in PR 22743 by
Kouichirou Hiratsuka.
2003-09-19 09:38:03 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
agc
102b883333 Fix typo in COMMENT 2003-04-24 14:04:14 +00:00
grant
dc40bcec01 make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.

some whitespace cleanup.
2003-04-10 20:10:15 +00:00
kei
0d1979f120 initial import of ja-ptex-bin-3.1.2.
pTeX/pLaTeX (Publishing TeX/LaTeX) are Japanese-support versions of
TeX/LaTeX in respectively and have the following new/improved features
as well as the one TeX has:

  o it can layout text lines in vertically as well as horizontally, it
    can even be mixed in the same page.
  o it supports Japanese line-layout rules (kinsoku).
  o it generates high quality page by adjusting the spacing between
    Japanese-Japanese characters, or Japanese-Latin characters.
  o it layout lines of the Japanese characters by JFM.

pTeX is developed by ASCII Corp. and now distributed under the BSD style
license.

This package contains executables and few configuration files.
2003-03-15 20:00:27 +00:00