aboutsummaryrefslogtreecommitdiff
path: root/textproc
Commit message (Collapse)AuthorAgeFilesLines
* Fix buildBaptiste Daroussin2014-03-311-2/+2
| | | | | | | Reported by: marino Notes: svn path=/head/; revision=349813
* Update to 2.1.7Matthew Seaman2014-03-312-3/+3
| | | | | | | Change Log: http://sphinxsearch.com/docs/2.1.7/rel217.html Notes: svn path=/head/; revision=349809
* - Update to 2014.03.30Sunpoet Po-Chuan Hsieh2014-03-312-3/+3
| | | | Notes: svn path=/head/; revision=349785
* UnbreakAntoine Brodin2014-03-311-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=349773
* - update to 2.2.12Dirk Meyer2014-03-312-9/+9
| | | | | | | | - better fetch from github - add USES=zip Notes: svn path=/head/; revision=349765
* - Update to 2014.03.30Sunpoet Po-Chuan Hsieh2014-03-312-3/+3
| | | | Notes: svn path=/head/; revision=349752
* - Update to 2014.03.30Sunpoet Po-Chuan Hsieh2014-03-312-3/+3
| | | | Notes: svn path=/head/; revision=349751
* - Add stage supportRene Ladan2014-03-312-8/+56
| | | | | | | | | | | | - Convert to USES=tar:bzip2 - Bump PORTREVISION Allthough not strictly necessary, rename the now non-magic variable "MAN1" to "GEN_MAN" to avoid confusion with its non-staged meaning. Approved by: portmgr (infrastructure blanket) Notes: svn path=/head/; revision=349735
* - Use rubygem-sass32Steve Wills2014-03-311-1/+2
| | | | | | | | | PR: ports/188101 Reported by: Robbert Klarenbeek <robbertkl@renbeek.nl> Pointyhat to: swills Notes: svn path=/head/; revision=349697
* Sass is an extension of CSS3, adding nested rules, variables, mixins, selectorSteve Wills2014-03-314-0/+29
| | | | | | | | | | | | inheritance, and more. It's translated to well-formatted, standard CSS using the command line tool or a web-framework plugin. This older version will be used by rubygem-compass. WWW: http://sass-lang.com/ Notes: svn path=/head/; revision=349696
* Use c++11 shared pointers when possibleBaptiste Daroussin2014-03-301-3/+11
| | | | Notes: svn path=/head/; revision=349688
* When STL is libc++ use shared pointer from C++11 instead of boost oneBaptiste Daroussin2014-03-301-4/+11
| | | | Notes: svn path=/head/; revision=349687
* - fix build on FreeBSD10Dirk Meyer2014-03-301-0/+2
| | | | Notes: svn path=/head/; revision=349667
* - Update to 2.100Sunpoet Po-Chuan Hsieh2014-03-302-5/+3
| | | | | | | | | Changes: http://search.cpan.org/dist/Net-IDN-Encode/Changes PR: ports/188073 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Notes: svn path=/head/; revision=349659
* - Update to 3.47Sunpoet Po-Chuan Hsieh2014-03-302-3/+3
| | | | | | | Changes: http://search.cpan.org/dist/XML-Twig/Changes Notes: svn path=/head/; revision=349652
* Graphical Diff for XDirk Meyer2014-03-304-0/+28
| | | | | | | | | LICENSE: GPL2 or later WWW: http://www.lurklurk.org/xwindiff.html Notes: svn path=/head/; revision=349647
* - update to 0.2.7 from githubDirk Meyer2014-03-303-39/+27
| | | | | | | - use STAGEDIR Notes: svn path=/head/; revision=349621
* - Update to 1.3.3Steve Wills2014-03-292-3/+3
| | | | | | | | PR: ports/187999 Submitted by: Michael Moll <kvedulv@kvedulv.de> Notes: svn path=/head/; revision=349548
* - Fix build with newer clangDanilo Egea Gondolfo2014-03-291-0/+5
| | | | Notes: svn path=/head/; revision=349511
* - Reroll and update bootstrap Haskell compilers to GHC 7.6.3 on 8.x andGabor Pali2014-03-2944-44/+44
| | | | | | | | | | | 9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=349475
* Fix build on FreeBSD 10+ (version without gcc)Dmitry Sivachenko2014-03-281-0/+3
| | | | Notes: svn path=/head/; revision=349397
* Update to flex 2.5.39Johan van Selst2014-03-283-9/+11
| | | | Notes: svn path=/head/; revision=349396
* Stagify;Dmitry Sivachenko2014-03-285-30/+50
| | | | | | | | | Use new LIB_DEPENDS format; USE_GMAKE --> USES=gmake; update to 1.5.12 (the only fetchable version in 1.5.x branch). Notes: svn path=/head/; revision=349394
* textproc/ocaml-tyxml: Upgrade 2.0.1 -> 2.2.0 and support stageJohn Marino2014-03-275-31/+54
| | | | | | | | | | | | | | The implements the referenced PR and then stage support was added. The latter largely came from the pkgsrc version of this port which has the same maintainer. The modified LGPL license (with an OpenSSL exception) was annotated as well. PR: ports/176065 Submitted by: maintainer (Jaap Boender) Stage support: Taken from pkgsrc Notes: svn path=/head/; revision=349310
* textproc/ocaml-text: Use ldconfig and autogen plistJohn Marino2014-03-262-42/+3
| | | | | | | | | Neither USE_OCAML_LDCONFIG nor USE_OCAMLFIND_PLIST were working properly earlier. Now that they are, come back to this port and use those facilities, then bump it. Notes: svn path=/head/; revision=349305
* Stage supportAntoine Brodin2014-03-261-2/+1
| | | | Notes: svn path=/head/; revision=349293
* textproc/ocaml-text: Update version 0.5 -> 0.6 and stageJohn Marino2014-03-263-38/+62
| | | | | | | | | | | | | | | | Since the maintainer also maintains the pkgsrc version of ocaml-text, I used their methods for implementing stage. I am perplexed about the change in the pkg-plist because no documents were generated and there were no documents on pkgsrc plist either. As with other recent ocaml changes, ldconf changes were inhibited. ldconf probably needs a new global policy (e.g. apply in a post-install script) PR: ports/176060 Submitted by: maintainer (Jaap Boender) Stage support: Taken from pkgsrc Notes: svn path=/head/; revision=349291
* Add missing dependencyRenato Botelho2014-03-261-0/+2
| | | | Notes: svn path=/head/; revision=349242
* Update to 1.8.5Antoine Brodin2014-03-262-3/+3
| | | | Notes: svn path=/head/; revision=349238
* textproc/xmlada, www/aws: Hack to fix build on FreeBSD 8John Marino2014-03-261-0/+5
| | | | | | | | | | | | | | | | | | For an unknown reason, the shared version of the xmlada library fails to link on FreeBSD 8. To at least get it building, only the static version is built on that platform. As a consequence, www/aws had to have a similar FreeBSD8-only instruction. Neither requires plist adjustments because they both have generated plists. No bump is required because neither have been building on FreeBSD 8. xmlada is due to be updated anyway. Most Ada libraries are static and I very well just convert xmlada to be a static-only library without condition. While here, fix a check-orphans failure due to licensing on aws. Notes: svn path=/head/; revision=349237
* Fix MASTER_SITESRenato Botelho2014-03-251-2/+1
| | | | Notes: svn path=/head/; revision=349195
* - Stage supportRoman Bogorodskiy2014-03-251-4/+3
| | | | | | | | - Convert to the new LIB_DEPENDS syntax - Convert to USES=pathfix from using gnomehack Notes: svn path=/head/; revision=349159
* Support staging.Mathieu Arnold2014-03-253-37/+22
| | | | | | | | Poked by: bapt Sponsored by: Absolight Notes: svn path=/head/; revision=349153
* - Update to 0.45Renato Botelho2014-03-254-45/+430
| | | | | | | | - Support STAGE - Add LICENSE Notes: svn path=/head/; revision=349146
* textproc/stardict3:Max Brazhnikov2014-03-253-5/+22
| | | | | | | | | - Switch off GMOME 2 support by default - Covert to USES= tar:bzip2 - Add patches to fix gnome-free build with clang Notes: svn path=/head/; revision=349116
* Fix a typoAntoine Brodin2014-03-241-1/+1
| | | | Notes: svn path=/head/; revision=349079
* RDF Framework for PerlTom Judge2014-03-245-0/+202
| | | | | | | WWW: http://search.cpan.org/dist/RDF-Trine/ Notes: svn path=/head/; revision=349069
* - Change files/patch-setup.py [1]Rusmir Dusko2014-03-241-4/+10
| | | | | | | Reported by: antoine@ [1] Notes: svn path=/head/; revision=349063
* Simple support for XML Namespaces.Tom Judge2014-03-245-0/+31
| | | | | | | WWW: http://search.cpan.org/dist/XML-Namespace/ Notes: svn path=/head/; revision=349044
* Fix categoriesTom Judge2014-03-241-1/+2
| | | | Notes: svn path=/head/; revision=349042
* Fix categoriesTom Judge2014-03-241-1/+2
| | | | Notes: svn path=/head/; revision=349041
* A list of commonly used namespaces.Tom Judge2014-03-245-0/+34
| | | | | | | WWW: http://search.cpan.org/dist/XML-CommonNS/ Notes: svn path=/head/; revision=349040
* Simple factory objects for SAX namespaced names.Tom Judge2014-03-245-0/+31
| | | | | | | WWW: http://search.cpan.org/dist/XML-NamespaceFactory/ Notes: svn path=/head/; revision=349038
* This is a small package containing a Sphinx theme named "Cloud",Steve Wills2014-03-244-0/+61
| | | | | | | | | | | | | along with some related Sphinx extensions. To see an example of the theme in action, check out it's documentation. WWW: https://pypi.python.org/pypi/cloud_sptheme/ PR: ports/187893 Submitted by: Horia Racoviceanu <horia@racoviceanu.com> Notes: svn path=/head/; revision=349026
* - Update to 1.2.0Steve Wills2014-03-243-5/+15
| | | | | | | | | | | - Strip shared libs - Pet portlint PR: ports/187850 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=349012
* - Update to 0.09Sunpoet Po-Chuan Hsieh2014-03-243-7/+6
| | | | | | | | | - Add LICENSE Changes: http://search.cpan.org/dist/LaTeX-Encode/Changes Notes: svn path=/head/; revision=348977
* - Update to 20140323Sunpoet Po-Chuan Hsieh2014-03-242-3/+3
| | | | Notes: svn path=/head/; revision=348970
* - Update to 2014.03.23Sunpoet Po-Chuan Hsieh2014-03-242-3/+3
| | | | Notes: svn path=/head/; revision=348969
* - Update to 2014.03.23Sunpoet Po-Chuan Hsieh2014-03-242-3/+3
| | | | Notes: svn path=/head/; revision=348968
* - Update to 2014.03.23Sunpoet Po-Chuan Hsieh2014-03-242-3/+3
| | | | Notes: svn path=/head/; revision=348967