aboutsummaryrefslogtreecommitdiffstats
path: root/print/latex-logpap
Commit message (Collapse)AuthorAgeFilesLines
* Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1
| | | | | | | | | 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.
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-5/+1
| | | | instead to make migration to TeXLive easier.
* - update png to 1.5.10dinoex2012-06-011-1/+1
|
* - Kick MD5 Supportmiwi2011-07-031-4/+0
|
* - update to 1.4.1dinoex2010-03-281-1/+1
| | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi
* - update to jpeg-8dinoex2010-02-051-1/+1
|
* - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-311-1/+1
| | | | | | bumped or updated Requested by: edwin
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyedwin2006-01-241-0/+4
| | | | Approved by: krion@
* Add teTeX-3.0 support and mark IGNORE in ones which are already includedhrs2005-02-061-1/+2
| | | | in the new teTeX distribution.
* - Fix dependencies. LaTeX packages now need to depend onhrs2004-08-201-6/+6
| | | | | | | | | | print/teTeX-base, not print/teTeX. - Use share/texmf-local instead of share/texmf. - Some style fixes. Approved by: linimon (mentor)
* Add latex-logpap 0.6.20040201,krion2004-02-144-0/+79
The logpap package provides four macros for drawing logarithmic-logarithmic, logarithmic-linear, linear-logarithmic and (because it was easy to implement) linear-linear graph paper with LaTeX. PR: ports/62805 Submitted by: hrs@FreeBSD.org