aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* - Pass $LDFLAGS with explicit $PREFIX to linker and configure.Jun Kuriyama2009-06-151-0/+2
| | | | Notes: svn path=/head/; revision=235836
* Bump PORTREVISION to force Python users to upgrade.Joe Marcus Clarke2009-06-141-0/+1
| | | | Notes: svn path=/head/; revision=235804
* - Update to 1.0.1.12Martin Wilke2009-06-135-33/+28
| | | | | | | | | | - Connect py-markdown2 to the build PR: 135247 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) Notes: svn path=/head/; revision=235796
* - Mark as MAKE_JOBS_UNSAFEGabor Kovesdan2009-06-131-0/+1
| | | | | | | | PR: ports/135359, ports/135535 Submitted by: pgollucci Notes: svn path=/head/; revision=235711
* Upgrade to 1.9.Vanilla I. Shu2009-06-132-4/+4
| | | | Notes: svn path=/head/; revision=235687
* Upgrade to 0.95.Vanilla I. Shu2009-06-133-17/+16
| | | | Notes: svn path=/head/; revision=235686
* Atom takes in plain text with simple layout hints and outputs as HTMLSteven Kreuzer2009-06-124-0/+46
| | | | | | | | | | | or LaTeX. PR: ports/135424 Submitted by: Chris Rees <chris@bayofrum.net> Approved by: wxs (mentor) Notes: svn path=/head/; revision=235643
* - Update to 1.72aCheng-Lung Sung2009-06-112-4/+5
| | | | | | | | PR: ports/135244 Submitted by: Wen Heping <wenheping_AT_gmail dot com> Notes: svn path=/head/; revision=235572
* - Update to 1.3.1Philip M. Gollucci2009-06-102-4/+4
| | | | Notes: svn path=/head/; revision=235524
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-092-2/+3
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* - Update lang/python26 and make Python 2.6.2 to the default Python versionMartin Wilke2009-06-085-6/+13
| | | | | | | | Tested by: 3 pointyhat runs Thanks to: pav, gahr, lwhsu, mva, amdmi3 Notes: svn path=/head/; revision=235453
* - Update to 1.3.0Philip M. Gollucci2009-06-082-4/+6
| | | | Notes: svn path=/head/; revision=235401
* - Update maintainer mail adresseMartin Wilke2009-06-072-2/+2
| | | | | | | Submitted by: "b. f." <bf1783@gmail.com> (maintainer via private mail) Notes: svn path=/head/; revision=235373
* - Update to 1.05Philip M. Gollucci2009-06-052-4/+4
| | | | | | | | | PR: ports/134845 Approved by: maintainer timeout (skv; 15 days) Submitted by: me Notes: svn path=/head/; revision=235285
* - Update to 0.35Philip M. Gollucci2009-06-052-4/+4
| | | | | | | | | PR: ports/134844 Approved by: maintainer timeout (clsung; 15 days) Submitted by: me Notes: svn path=/head/; revision=235284
* - Update to 2.002Philip M. Gollucci2009-06-052-4/+4
| | | | | | | | | PR: ports/134843 Approved by: maintainer timeout (clsung; 15 days) Submitted by: me Notes: svn path=/head/; revision=235283
* - Update to 0.11Philip M. Gollucci2009-06-052-4/+4
| | | | | | | | | PR: ports/134842 Approved by: maintainer timeout (clsung; 15 days) Submitted by: me Notes: svn path=/head/; revision=235282
* - Update to 0.25Philip M. Gollucci2009-06-053-6/+10
| | | | | | | | | PR: ports/134841 Approved by: maintainer timeout (skv; 15 days) Submitted by: me Notes: svn path=/head/; revision=235281
* - Update to 0.0900Philip M. Gollucci2009-06-052-4/+4
| | | | | | | | | PR: ports/134796 Approved by: maintainer timeout (skv; 15 days) Submitted by: me Notes: svn path=/head/; revision=235255
* This module supports multipage tables via the xtab and the longtableMartin Wilke2009-06-055-0/+84
| | | | | | | | | | | | | | | | | | package. For publication quality tables it utilizes the booktabs package. It also supports the tabularx and tabulary packages for nicer fixed-width tables. Furthermore, it supports the colortbl package for colored tables optimized for presentations. The powerful new ctable package is supported and especially recommended when footnotes are needed. LaTeX::Table ships with some predefined, good looking themes. WWW: http://search.cpan.org/dist/LaTeX-Table/ PR: ports/135243 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=235247
* The LaTeX::Driver module encapsulates the details of invoking theMartin Wilke2009-06-055-0/+58
| | | | | | | | | | | | | | | 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
* p5::LaTeX::Encode provides a function to encode text that is toMartin Wilke2009-06-055-0/+37
| | | | | | | | | | | | | be formatted with LaTeX. It encodes characters that are special to LaTeX or that are represented in LaTeX by LaTeX commands. WWW: http://search.cpan.org/dist/LaTeX-Encode/ PR: ports/135171 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=235245
* This module provides a parser which parses and interprets (thoughMartin Wilke2009-06-055-0/+45
| | | | | | | | | | | | | not fully) LaTeX documents and returns a tree-based representation of what it finds. This tree is a LaTeX::TOM::Tree. The tree contains LaTeX::TOM::Node nodes. WWW: http://search.cpan.org/dist/LaTeX-TOM/ PR: ports/135245 Submitted by: Wen Heping <wenheping at gmail.com> Notes: svn path=/head/; revision=235244
* - Update to 2.5.3Martin Wilke2009-06-052-5/+5
| | | | | | | | PR: 135173 Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=235237
* - Update to 2.5.5Martin Wilke2009-06-053-5/+5
| | | | | | | | PR: 135172 Submitted by: "Andrei V. Shetuhin" <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=235236
* 2009-05-31 biology/p5-bioperl-devel: no longer under developmentMartin Wilke2009-06-0510-1032/+0
| | | | | | | | | 2009-05-31 biology/p5-bioperl-run-devel: no longer under development 2009-06-01 net-p2p/deluge05: use net-p2p/deluge instead 2009-06-03 textproc/gmat: failed to build for a long time, no maintainer and apparently no users either Notes: svn path=/head/; revision=235227
* PDF-Table is intended for table generation using PDF::API2.Gabor Kovesdan2009-06-055-0/+36
| | | | | | | | | | WWW: http://search.cpan.org/~omega/ PR: ports/134965 Submitted by: scheidell at secnap.net Notes: svn path=/head/; revision=235215
* - Update to 1.4.1Wesley Shields2009-06-052-4/+4
| | | | | | | | PR: ports/135260 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=235207
* . add linux-f10 ports to the rank of CONFLICTS for linux-fc4 ports;Boris Samorodov2009-06-026-12/+12
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235056
* . add CONFLICTS to linux-f8 infrastructure ports;Boris Samorodov2009-06-026-0/+18
| | | | | | | . bump PORTREVISIONs. Notes: svn path=/head/; revision=235052
* Fix PKGNAMEPREFIX.Boris Samorodov2009-06-011-1/+2
| | | | | | | Pointed out by: Manfred Lotz <manfred.lotz at yahoo.de> by email Notes: svn path=/head/; revision=234992
* - Update to 0.50.2Dennis Herrmann2009-06-012-5/+4
| | | | Notes: svn path=/head/; revision=234985
* Here are new Linux Fedora 10 infrastructure ports.Boris Samorodov2009-06-0114-77/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | Those ports are intended to be used with 8-CURRENT at least with SVN r192206. If you want to switch to linux-f10 ports, please define at /etc/make.conf: OVERRIDE_LINUX_BASE_PORT=f10 OVERRIDE_LINUX_NONBASE_PORTS=f10 An upgrading procedure is shown at /usr/ports/UPDATING, entries 20090401 and 20070327. For the first time all tested linux ports work as expected(!): . acroread8; . google-earth; . skype; . seamonkey. Many thanks for kernel folks who really did the main work (and I wrote only some lines of ports). There is a good chance that those ports may become a default for 8.0-RELEASE. Please, test and report back to emulation@ ML. Notes: svn path=/head/; revision=234983
* - Update to 1.5.3Nicola Vitale2009-05-302-4/+4
| | | | Notes: svn path=/head/; revision=234861
* - Update to 0.92Martin Wilke2009-05-302-4/+4
| | | | | | | Approved by: maintainer implicit Notes: svn path=/head/; revision=234842
* - Use SF macroPhilip M. Gollucci2009-05-291-9/+3
| | | | | | | | | | | | | - USE_APACHE=yes is deprecated - Remove apache from RUN_DEPENDS - Style nit PR: ports/134446 Approved by: maintainer Submitted by: me Notes: svn path=/head/; revision=234753
* Change MAINTAINER on my ports to my FreeBSD email addressAlexander Logvinov2009-05-285-5/+5
| | | | | | | Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=234716
* upgrade to 0.3.2Ying-Chieh Liao2009-05-282-8/+9
| | | | | | | drop maintainership Notes: svn path=/head/; revision=234697
* - Update to 2008.10.28Gabor Kovesdan2009-05-274-26/+34
| | | | | | | | | | - Requires Java >= 1.5 this is what documentation guarantees to work - Add shell script for easy invocation - Fix NOPORTEXAMPLES behaviour - Take maintainership Notes: svn path=/head/; revision=234675
* - Update to 1.4.23Philip M. Gollucci2009-05-271-1/+1
| | | | | | | | | | - Chase shlib bump PR: ports/134960 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=234673
* Fix scim-helper-manager segfaults.David Thiel2009-05-241-4/+4
| | | | | | | Submitted by: Takahashi Yoshihiro <nyan@FreeBSD.org> Notes: svn path=/head/; revision=234469
* Updated to 0.49Sergey Skvortsov2009-05-233-50/+70
| | | | | | | Changes: http://cpansearch.perl.org/src/JMCNAMARA/Spreadsheet-ParseExcel-0.49/Changes Notes: svn path=/head/; revision=234434
* - Update to 2.5.1Martin Wilke2009-05-222-4/+4
| | | | | | | | PR: 134754 Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=234413
* - Update to 2.5.4Martin Wilke2009-05-223-7/+10
| | | | | | | | PR: 134753 Submitted by: "Andrei V. Shetukhin" <reki@reki.ru> (maintainer) Notes: svn path=/head/; revision=234412
* Change LATEST_LINK to stardict2 to avoid conflict with stardict3Xin LI2009-05-201-1/+2
| | | | Notes: svn path=/head/; revision=234302
* - Really fix LATEST_LINKS...Gabor Kovesdan2009-05-202-5/+1
| | | | | | | | Reported by: pav Pointy hat to: gabor Notes: svn path=/head/; revision=234301
* - Fix duplicate LATEST_LINKSGabor Kovesdan2009-05-202-0/+4
| | | | | | | Reported by: pav Notes: svn path=/head/; revision=234300
* - Update to 1.4.0Dennis Herrmann2009-05-202-15/+20
| | | | | | | | | | - Mark MAKE_JOBS_SAFE for parallel building. PR: ports/134713 Submitted by: Julien Laffaye <kimelto@gmail.com> (maintainer) Notes: svn path=/head/; revision=234287
* Fix pkg-plist.Vanilla I. Shu2009-05-201-0/+1
| | | | | | | Obtained from: QAT Notes: svn path=/head/; revision=234253
* Upgrade to 1.8.Vanilla I. Shu2009-05-202-4/+4
| | | | Notes: svn path=/head/; revision=234247