aboutsummaryrefslogtreecommitdiff
path: root/print/tex-xmltex
Commit message (Collapse)AuthorAgeFilesLines
* print/texlive-full: Update maintainership of TeX Live universe portsTobias C. Berner2021-05-051-1/+1
| | | | | | | | | - Give the maintainership of the TeX-live related ports to the FreeBSD TeX group [1]. [1] https://wiki.freebsd.org/tex Approved by: hrs
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop nop NO_FETCH, NO_WRKSRC, NO_MAN, NOMANTobias Kortkamp2019-10-091-1/+0
| | | | Notes: svn path=/head/; revision=514157
* Update TeXLive to TL2015.Hiroki Sato2015-07-193-8/+8
| | | | | | | | | | | | | | | | | | | - 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-131-7/+0
| | | | Notes: svn path=/head/; revision=372510
* Update TeXLive to 2014.Hiroki Sato2014-08-223-14/+7
| | | | | | | | | | | | | | | - 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
* Support stage for texlive, given it is impossible to rebuild the fmt files intoBaptiste Daroussin2014-07-042-3/+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
* 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
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Add USE_TEX=texlive for TeXLive-specific ports.Hiroki Sato2013-05-181-1/+1
| | | | Notes: svn path=/head/; revision=318464
* - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperHiroki Sato2013-05-071-0/+1
| | | | | | | | | | | | | | | | | | | 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-064-0/+96
* 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