summaryrefslogtreecommitdiff
path: root/textproc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to version 2.0.4Pawel Pekala2013-03-134-15/+13
| | | | | | | | | | | | - Remove dead mirror site and add fossies.org to MASTER_SITES - Since 2.0 release, dwdiff is no longer a front-end for the diff program, so modify the description in pkg-descr PR: ports/175430 Submitted by: Po-Chien Lin <linpc@cs.nctu.edu.tw> Notes: svn path=/head/; revision=314110
* - Update to 4.2.0Marcus von Appen2013-03-132-4/+4
| | | | Notes: svn path=/head/; revision=314108
* - Update to 2.04Pietro Cerutti2013-03-133-9/+14
| | | | | | | | | | | | Changes: * added \addto command to augment macros * partial implementation of cleveref * implemented hyperef \autoref * added hidden labeltype package to specify label types in .haux files * implemented global options Notes: svn path=/head/; revision=314094
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-7/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314071
* Do not removed directories not owned by the portBaptiste Daroussin2013-03-132-7/+1
| | | | | | | Reported by: pkg DEVELOPER_MODE Notes: svn path=/head/; revision=314055
* This is Rick Jelliffe's implementation of ISO Schematron using XSLT.Gabor Kovesdan2013-03-135-0/+66
| | | | Notes: svn path=/head/; revision=314053
* Update to 2013031201.Anton Berezin2013-03-132-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Regexp-Common/Changes Notes: svn path=/head/; revision=314047
* Update to version 1.0.1.Dmitry Sivachenko2013-03-123-5/+4
| | | | Notes: svn path=/head/; revision=313973
* Update to version 2.0.5.Dmitry Sivachenko2013-03-122-3/+3
| | | | Notes: svn path=/head/; revision=313972
* Update to version 1.46.Dmitry Sivachenko2013-03-123-4/+6
| | | | Notes: svn path=/head/; revision=313971
* Update to 0.09(.)87.Anton Berezin2013-03-122-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/XML-MyXML/Changes Notes: svn path=/head/; revision=313964
* Update to 2013031101.Anton Berezin2013-03-122-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Regexp-Common/Changes Notes: svn path=/head/; revision=313963
* Fix jar file name introduced in update.Tom Judge2013-03-113-3/+6
| | | | | | | Submitted by: zi Notes: svn path=/head/; revision=313904
* Update to 1.25.Anton Berezin2013-03-112-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/YAML-Syck/Changes Notes: svn path=/head/; revision=313891
* Update to 2013030901.Anton Berezin2013-03-112-8/+4
| | | | | | | Changes: http://search.cpan.org/dist/Regexp-Common/Changes Notes: svn path=/head/; revision=313886
* English-Persian dictionaries for stardict2 and stardict3.Ruslan Makhmatkhanov2013-03-104-0/+35
| | | | | | | | | | WWW: http://pyglossary.sourceforge.net PR: 176798 Submitted by: Javad Kouhi <javad.kouhi@gmail.com> Notes: svn path=/head/; revision=313810
* - Update to 1.3.0Wen Heping2013-03-092-9/+5
| | | | | | | | - Trim Makefile headers - Reset maintainer to ports@ Notes: svn path=/head/; revision=313714
* Clean up my ports (and a couple of ports@ owned ones):Eitan Adler2013-03-081-0/+2
| | | | | | | | | | | | | - Fix COMMENT - Add MAKE_JOBS_SAFE where appropriate - Change ordering of LICENSE lines - Fix new header format - Etc. Reviewed by: drogoh (on irc) Notes: svn path=/head/; revision=313672
* Remove indefinite article from COMMENTEmanuel Haupt2013-03-083-8/+4
| | | | Notes: svn path=/head/; revision=313649
* - BROKEN does not build:Martin Wilke2013-03-081-0/+2
| | | | | | | | | | cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I.. -fPIC -O2 -pipe -fPIC -fno-strict-aliasing -MT gram.o -MD -MP -MF .deps/gram.Tpo -c -o gram.o gram.c In file included from sycklex.h:4, from gram.y:23: gram.h:107: error: conflicting types for 'syckparse' Notes: svn path=/head/; revision=313647
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-088-36/+14
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-0811-24/+66
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* - Tighten COMMENTEmanuel Haupt2013-03-081-2/+2
| | | | | | | | | | - Use MAN1PREFIX PR: 176739 Submitted by: jgh Notes: svn path=/head/; revision=313619
* - Update to 3.95-0.2TAKATSU Tomonari2013-03-072-4/+3
| | | | Notes: svn path=/head/; revision=313606
* - Update to 1.3Nicola Vitale2013-03-075-23/+18
| | | | | | | | | - Trim Makefile header - Remove any ABI version number from LIB_DEPENDS - Remove Author field in pkg-descr Notes: svn path=/head/; revision=313603
* Update to 0.20.5 and switch to useing OpenJDK 7.Tom Judge2013-03-072-4/+4
| | | | | | | Changes: http://www.elasticsearch.org/download/2013/02/14/0.20.5.html Notes: svn path=/head/; revision=313601
* update math/R to 2.15.3, and adjust dependent portsBrendan Fabeny2013-03-074-3/+4
| | | | Notes: svn path=/head/; revision=313562
* Remove expired, unmaintained ports:Rene Ladan2013-03-064-74/+0
| | | | | | | | | | | | | | | | | | | | | | | | 2013-03-01 sysutils/sge60: Ancient and unsupported release 2013-03-01 sysutils/sge61: Ancient and unsupported release 2013-03-05 x11-themes/sapphire-themes: Broken for more than 6 month 2013-03-05 misc/fep: Broken for more than 6 month 2013-03-05 devel/gauche-gaunit: Broken for more than 6 month 2013-03-05 games/tuxracer_golf: Broken for more than 6 month 2013-03-05 net/bfilter: Broken for more than 6 month 2013-03-05 graphics/fnlib: Broken for more than 6 month 2013-03-05 print/gfontview: Broken for more than 6 month 2013-03-05 print/hugelatex: Broken for more than 6 month 2013-03-05 misc/gtktalog: Broken for more than 6 month 2013-03-05 x11/wterm: Broken for more than 6 month 2013-03-05 databases/xapian-bindings10: Broken for more than 6 month 2013-03-05 databases/adstudio: Broken for more than 6 month 2013-03-05 misc/splitvt: Broken for more than 6 month 2013-03-05 sysutils/udesc_dump: Broken for more than 6 month 2013-03-05 textproc/gxditview: Broken for more than 6 month 2013-03-05 x11/powershell: Broken for more then 6 month Notes: svn path=/head/; revision=313519
* Update to 0.0.25.Jung-uk Kim2013-03-062-3/+3
| | | | Notes: svn path=/head/; revision=313489
* These tools are used to convert XML and HTML to and from a line-orientedPawel Pekala2013-03-054-0/+37
| | | | | | | | | | | | | | | | format more amenable to processing by classic Unix pipeline processing tools, like grep, sed, awk, cut, shell scripts, and so forth. The line-oriented format used by these tools looks very much like, but is not quite precisely the same as XPath. WWW: http://www.ofb.net/~egnor/xml2/ PR: ports/176670 Submitted by: Paul Chvostek <paul@it.ca> Notes: svn path=/head/; revision=313482
* Revert removal of textproc/linux-aspell, wait for the tree to be taggedRene Ladan2013-03-0448-0/+673
| | | | | | | | | | | for 7-EOL first. This should fix the portnap and index builds for 7.X again. Pointyhat: rene Notes: svn path=/head/; revision=313410
* Remove expired port:Rene Ladan2013-03-0448-673/+0
| | | | | | | | | 2013-02-28 textproc/linux-aspell: Has expired Approved by: office@ (bapt) Notes: svn path=/head/; revision=313406
* - Update *_DEPENDS on databases/py-sqlite3 after _sqlite3.so relocationLi-Wen Hsu2013-03-041-8/+4
| | | | Notes: svn path=/head/; revision=313402
* - Chase rpm4 shlib bumpMartin Wilke2013-03-041-2/+2
| | | | Notes: svn path=/head/; revision=313398
* - Update to 0.60Dmitry Marakasov2013-03-042-3/+3
| | | | Notes: svn path=/head/; revision=313389
* update lang/sbcl to 1.1.5+bugfixes, and adjust dependent portsBrendan Fabeny2013-03-032-2/+2
| | | | Notes: svn path=/head/; revision=313363
* - Fix EXPIRATION date, we are in 2013, not 2012Steve Wills2013-03-039-9/+9
| | | | | | | | Pointyhat to: swills Reported by: bapt Notes: svn path=/head/; revision=313317
* Teach portscout that 1.3.2 is not newer than 1.3.2a.Eitan Adler2013-03-031-7/+9
| | | | | | | | Pet portlint by using "fle" instead of "file" Mark port safe for use with MAKE_JOBS Notes: svn path=/head/; revision=313311
* - Deprecate ports which don't work with Ruby 1.9Steve Wills2013-03-029-41/+35
| | | | | | | | | | | - Set expiration to 2 months to give plenty of time to fix them to anyone who may be interested (patching rubygem- ports is possible now) - Trim headers while here With Hat: ruby@ Notes: svn path=/head/; revision=313298
* - Update to Maintainer e-mailMartin Wilke2013-03-021-6/+2
| | | | | | | | | | | - While here trim header PR: 176512 176513 176514 176515 176516 176518 176519 176520 176521 176517 Submitted by: maintainer Notes: svn path=/head/; revision=313266
* Fix sneaky spelling errorPawel Pekala2013-03-021-1/+1
| | | | | | | Reported by: jgh@ Notes: svn path=/head/; revision=313221
* Fix categories.Rui Paulo2013-03-021-1/+1
| | | | Notes: svn path=/head/; revision=313202
* Add rubygem-ri_cal.Rui Paulo2013-03-021-0/+1
| | | | Notes: svn path=/head/; revision=313201
* New port: rubygem-ri_cal. It's possible that 'devel' is the wrongRui Paulo2013-03-023-0/+38
| | | | | | | | | | | | | component, but I followed the status quo. The Ruby gems dealing with calendar files should probably be in textproc. RiCal is a new Ruby Library for parsing, generating, and using iCalendar (RFC 2445) format data. Reviewed by: jgh Notes: svn path=/head/; revision=313185
* Update to 0.52.Anton Berezin2013-03-022-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Feed/Changes Notes: svn path=/head/; revision=313179
* Silence REINPLACE_CMDsPawel Pekala2013-03-011-2/+2
| | | | Notes: svn path=/head/; revision=313171
* Update to version 1.7.1Pawel Pekala2013-03-015-29/+39
| | | | Notes: svn path=/head/; revision=313169
* Update to 3.26.Anton Berezin2013-03-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/Pod-Simple/ChangeLog Notes: svn path=/head/; revision=313146
* - Update to 2.5.1Frederic Culot2013-03-012-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/podlators/ChangeLog Notes: svn path=/head/; revision=313141
* - Update MASTER_SITESMartin Wilke2013-02-281-1/+2
| | | | | | | | PR: ports/176524 Submitted by: maintainer Notes: svn path=/head/; revision=313108