summaryrefslogtreecommitdiff
path: root/print/latex-cjk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update port: chinese/CJKEdwin Groothuis2003-09-241-0/+1
| | | | | | | | | | add WWW location. PR: ports/56687 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=89161
* Take MAINTAINER to submitter.Norikatsu Shigemura2003-06-261-1/+1
| | | | | | | | | PR: ports/53750 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer no response (a long time) Notes: svn path=/head/; revision=83638
* Update to 4.5.2Yen-Ming Lee2003-04-143-2/+5
| | | | | | | | | PR: 50493 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Approved by: maintainer timeout Notes: svn path=/head/; revision=78971
* pkg-comment police: Purge them in this category while I'm here.Foxfair Hu2003-02-262-1/+1
| | | | Notes: svn path=/head/; revision=76493
* make it work with teTeX 2.0.1Ying-Chieh Liao2003-02-201-7/+7
| | | | Notes: svn path=/head/; revision=75948
* remove extra fileYing-Chieh Liao2002-11-071-1/+4
| | | | Notes: svn path=/head/; revision=69673
* make it build againYing-Chieh Liao2002-11-072-4/+4
| | | | Notes: svn path=/head/; revision=69671
* Upgrade to 3.5.1Clive Lin2002-08-034-5/+24
| | | | | | | | PR: ports/40983 Submitted by: Statue <statue@freebsd.sinica.edu.tw> Notes: svn path=/head/; revision=63936
* upgrade to 20011008Ying-Chieh Liao2001-12-142-3/+3
| | | | | | | | PR: 32814 Submitted by: Statue <statue@softwareliberty.org> Notes: svn path=/head/; revision=51521
* chown user:group, not user.groupYing-Chieh Liao2001-11-151-1/+1
| | | | Notes: svn path=/head/; revision=50066
* Add NOPORTDOCS support to pkg-plistYing-Chieh Liao2001-10-152-36/+36
| | | | | | | | | PR: 29745 Submitted by: Patrick Li <pat@databits.net> Approved by: MAINTAINER Notes: svn path=/head/; revision=48773
* Fix Arphic fonts location.Jing-Tang Keith Jang2001-03-021-5/+5
| | | | | | | | Reported by: Kang-Ming Liu <gugod@gugod.org> "Michael C . Wu" <keichii@iteration.net> Notes: svn path=/head/; revision=38992
* Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.orgJing-Tang Keith Jang2000-11-062-3/+3
| | | | Notes: svn path=/head/; revision=34848
* Update to the lastest version.Kevin Lo2000-10-047-45/+60
| | | | | | | | PR: 21733 Submitted by: MAINTAINER Notes: svn path=/head/; revision=33407
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-08-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm Notes: svn path=/head/; revision=31272
* Upgrade to 20000418.Vanilla I. Shu2000-04-243-2/+4
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=27948
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-131-2/+2
| | | | | | | | | | | | | Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional). Notes: svn path=/head/; revision=27479
* PR: 16433Foxfair Hu2000-02-015-2/+36
| | | | | | | | Submitted by: The maintainer(Keith Jang <keith@freebsd.sinica.edu.tw>) Update CJK to the version of 2000/01/27. Notes: svn path=/head/; revision=25392
* Fromm maintainer:Steve Price2000-01-249-160/+522
| | | | | | | | | | | | | | | 1. Change freetype-1.2 to freetype-1.3 in post-install, so it can find freetype sources to build ttf2pk & ttf2tfm. 2. It no longer uses moettf, but Arphic ttf instead, which has no character loss and IMHO much more beautiful. :) 3. Generates GB tfms from Arphic fonts. 4. Update maintainer's address. PR: 16042 Submitted by: maintainer Notes: svn path=/head/; revision=25023
* Bump freetype's lib numberJustin M. Seger1999-11-251-1/+1
| | | | Notes: svn path=/head/; revision=23312
* Update to CJK v4.3.0.Foxfair Hu1999-09-106-279/+174
| | | | | | | Submitted by:maintainer. Notes: svn path=/head/; revision=21558
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* Not a good idea to depend on non-existent teTeX-beta.Satoshi Asami1999-08-201-3/+3
| | | | Notes: svn path=/head/; revision=20826
* As threatened, enforce the "Capital, no period" rule. Ellipses areTim Vanderhoek1999-06-261-1/+1
| | | | | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each. Notes: svn path=/head/; revision=19799
* Correct typo of MASTERSITE.Foxfair Hu1999-03-091-2/+2
| | | | | | | Submitted by: MAINTAINER. Notes: svn path=/head/; revision=17108
* Update to version 4.2.0.Steve Price1999-03-0810-311/+624
| | | | | | | | PR: 10406 Submitted by: Keith Jang <keith@gcn.net.tw> Notes: svn path=/head/; revision=17087
* It works fine on maintainer and my box.Vanilla I. Shu1998-11-171-3/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=14611
* Mark BROKEN:Justin M. Seger1998-10-151-1/+3
| | | | | | | | | | | | | | | | | | | | | | | gmake[1]: Entering directory `/usr/ports/chinese/CJK/work/CJK/4_1.3' (mkdir -p /usr/local/share/texmf/tex/latex/CJK); && \ (/bin/cp -R texinput/* /usr/local/share/texmf/tex/latex/CJK); && \ (/usr/sbin/chown -R . /usr/local/share/texmf/tex/latex/CJK); gmake -C doc/teTeX patch gmake[2]: Entering directory `/usr/ports/chinese/CJK/work/CJK/4_1.3/doc/teTeX' patch /usr/local/bin/MakeTeXPK < MakeTeXPK.diff Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** MakeTeXPK.teTeX Fri Aug 22 05:45:35 1997 |--- MakeTeXPK Fri Jun 12 03:52:38 1998 -------------------------- Patching file /usr/local/bin/MakeTeXPK using Plan A... Hunk #1 failed at 80. Hunk #2 failed at 142. Hunk #3 failed at 173. Notes: svn path=/head/; revision=14026
* Correct pkg/COMMENT.Vanilla I. Shu1998-10-121-1/+1
| | | | | | | Remind by: asami Notes: svn path=/head/; revision=13892
* Remove the entry of MASTER_SITE_CTAN.Vanilla I. Shu1998-10-101-4/+2
| | | | | | | Reviewed by: maintainer. Notes: svn path=/head/; revision=13854
* Chinese/Japanese/Korean support to LaTeX2e/teTeXVanilla I. Shu1998-10-089-0/+397
PR: ports/6954 Submitted by: J.T. Jang <keith@email.gcn.net.tw> Notes: svn path=/head/; revision=13744