aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-LaTeX-Driver
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.2002Sunpoet Po-Chuan Hsieh2013-11-033-18/+18
| | | | | | | | | | | | | - Add LICENSE - Sort *_DEPENDS - Remove unnecessary post-extract: - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk - Support STAGEDIR Changes: http://search.cpan.org/dist/LaTeX-Driver/Changes Notes: svn path=/head/; revision=332605
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* Rectify USE_TEX to support both of teTeX and TeXLive.Hiroki Sato2013-05-111-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. Notes: svn path=/head/; revision=317899
* Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexHiroki Sato2013-05-061-2/+2
| | | | | | | instead to make migration to TeXLive easier. Notes: svn path=/head/; revision=317455
* - Update to 0.12Philippe Audeoud2013-02-012-9/+4
| | | | | | | - Changelog: http://cpansearch.perl.org/src/ANDREWF/LaTeX-Driver-0.12/Changes Notes: svn path=/head/; revision=311386
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Update to 0.10Wen Heping2011-12-112-6/+5
| | | | | | | | | - Reset maintainer to perl@ Feature safe: yes Notes: svn path=/head/; revision=287175
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-231-3/+1
| | | | | | | | | (part 3). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248395
* - Remove devel/p5-Cwd from dependency, because it removed from treeDennis Herrmann2009-09-301-2/+1
| | | | | | | - Bump PORTREVSION Notes: svn path=/head/; revision=242320
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Utilize %%SITE_PERL%% and %%PERL_ARCH%% in pkg-plistsPhilip M. Gollucci2009-07-301-2/+2
| | | | | | | | | PR: ports/136771 Exp Run by: pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=238688
* The LaTeX::Driver module encapsulates the details of invoking theMartin Wilke2009-06-054-0/+57
Latex programs to format a LaTeX document. Formatting with LaTeX is complicated; there are potentially many programs to run and the output of those programs must be monitored to determine whether further processing is required. WWW: http://search.cpan.org/dist/LaTeX-Driver/ PR: ports/135170 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=235246