aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.tex.mk
Commit message (Collapse)AuthorAgeFilesLines
* - Update ls-R after fmtutil.Hiroki Sato2013-06-081-1/+2
| | | | | | | | | - Fix a typo. Reported by: stephen Notes: svn path=/head/; revision=320243
* Eliminate ${SITE_PERL}.Hiroki Sato2013-06-071-1/+1
| | | | | | | | Submitted by: az PR: ports/178992 Notes: svn path=/head/; revision=320180
* Fix build.Hiroki Sato2013-06-021-0/+2
| | | | | | | Spotted by: Stephen Montgomery-Smith Notes: svn path=/head/; revision=319645
* Fix pkg-plist.Hiroki Sato2013-06-011-4/+1
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=319561
* - Fix duplicated pkg-plist entries.Hiroki Sato2013-05-221-6/+11
| | | | | | | | | | - 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
* Eliminate duplicated entries in PLIST_FILES and PLIST_DIRSTRY.Hiroki Sato2013-05-221-3/+5
| | | | Notes: svn path=/head/; revision=318743
* Add USE_TEX=texhash-bootstrap to fix initial ls-R file catalog generation.Hiroki Sato2013-05-211-1/+14
| | | | Notes: svn path=/head/; revision=318651
* - Fix LIB_DEPENDS when USE_TEX=full.Hiroki Sato2013-05-151-25/+39
| | | | | | | | - Add pdftex keyword. - Use tetex or texlive keyword to override TEX_DEFAULT. Notes: svn path=/head/; revision=318244
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-111/+90
| | | | | | | | | | | | 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. Notes: svn path=/head/; revision=317899
* Add dvips dependency to teTeX to fix some broken ports. tetex-dvipsk andHiroki Sato2013-05-101-3/+8
| | | | | | | dvipsk will be merged later. Notes: svn path=/head/; revision=317777
* Split off print/tex-dvipsk from print/texlive-base. libpaper supportHiroki Sato2013-05-091-4/+3
| | | | | | | will be added later. Notes: svn path=/head/; revision=317747
* Allow USE_TEX=yes.Hiroki Sato2013-05-091-0/+9
| | | | Notes: svn path=/head/; revision=317744
* - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperHiroki Sato2013-05-071-10/+9
| | | | | | | | | | | | | | | | | | | 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
* - Fix DIST_SUBDIR.Hiroki Sato2013-05-061-1/+11
| | | | | | | - Add a stub of DVIPDFMx. Notes: svn path=/head/; revision=317476
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-1/+2
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* TeXLive mega commit. The following ports have been added:Hiroki Sato2013-05-061-0/+508
* 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