summaryrefslogtreecommitdiff
path: root/japanese/tex-ptex (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Separate libsynctex from tex-web2c to devel/tex-synctex.Hiroki Sato2015-07-262-10/+584
| | | | | | | | | | | - Separate basic TeX engines from tex-web2c to print/tex-basic-engines. - Add CTAN mirrors to MASTER_SITES. - Drop gmake where not required. - Remove extra dependencies in print/tex-aleph, print/tex-dvipdfmx, print/tex-luatex, print/tex-xetex, and japanese/tex-ptex. Notes: svn path=/head/; revision=392909
* Add missing dependency.Hiroki Sato2015-07-201-1/+2
| | | | Notes: svn path=/head/; revision=392593
* Update TeXLive to TL2015.Hiroki Sato2015-07-194-66/+97
| | | | | | | | | | | | | | | | | | | - print/texlive-infra was renamed with print/texlive-tlmgr. Note that currently tlmgr(1) does not work because of lack of TLPDB. This will be fixed. - Lua libraries used in LuaTeX are separated into devel/tex-libtexlua and devel/texlibtexluajit. USE_TEX supports them via keywords "texlua" and "texluajit". - libsynctex is currently installed by devel/tex-web2c. This will be separated into a single port. - Add graphics/libpotrace and use installed libpotrace and libharfbuzz. Notes: svn path=/head/; revision=392534
* Cleanup plistAntoine Brodin2014-11-121-113/+0
| | | | Notes: svn path=/head/; revision=372492
* Update TeXLive to 2014.Hiroki Sato2014-08-225-3569/+4069
| | | | | | | | | | | | | | | - Note that full support of configuration tools such as tlmgr and texconfig is not ready yet. - Most of dviware now supports libpaper to choose the default papersize. Use paperconfig(8) utility or print/papersize-default-* packages. - Some quite old macros of the age of latex209 have been removed, and there are user-visible/invisible incompatibilities. Please send a report to freebsd-tex@FreeBSD.org or file a PR if you have trouble. Notes: svn path=/head/; revision=365637
* - Drop .la files for print/tex-ptexencDmitry Marakasov2014-08-151-1/+1
| | | | | | | | | | - Bump dependent ports as .so version has changed - Also fix upgrade of dependent ports, as portrevision was not bumped after previous change Approved by: portmgr blanket Notes: svn path=/head/; revision=364954
* Support stage for texlive, given it is impossible to rebuild the fmt files intoBaptiste Daroussin2014-07-041-4/+3
| | | | | | | | the stage then they are now rebuild in post-installation, like it is done in other package system Notes: svn path=/head/; revision=360642
* Resetting maintainership on ports that have not been staged and without anyAntoine Brodin2014-07-021-1/+1
| | | | | | | | | pending PR With hat: portmgr Notes: svn path=/head/; revision=360246
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355318
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* Fix build on 10.X.Hiroki Sato2013-09-181-1/+0
| | | | Notes: svn path=/head/; revision=327514
* Fix pkg-plist.Hiroki Sato2013-05-272-1/+5
| | | | | | | Spotted by: QAT Notes: svn path=/head/; revision=319152
* - Fix PKGNAMEPREFIX.Hiroki Sato2013-05-271-3/+3
| | | | | | | | | - Mark USE_TEX=texlive. Spotted by: nyan Notes: svn path=/head/; revision=319147
* - Fix duplicated pkg-plist entries.Hiroki Sato2013-05-222-0/+3
| | | | | | | | | | - Split off documentation to print/texlive-docs from print/texlive-texmf. The document part was 1.3GB (30k files). Now the size of texlive-texmf package is 557MB (this was 1.5GB before the split). - do-texhash, do-fmtutil, do-updmap targets now run after post-install. Notes: svn path=/head/; revision=318747
* - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperHiroki Sato2013-05-071-5/+6
| | | | | | | | | | | | | | | | | | | 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] Notes: svn path=/head/; revision=317588
* TeXLive mega commit. The following ports have been added:Hiroki Sato2013-05-066-0/+3908
* 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] Notes: svn path=/head/; revision=317452