aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* coccigrep is a semantic grep for the C language based on coccinelle. It canPawel Pekala2012-04-141-0/+1
| | | | | | | | | | be used to find where a given structure is used in code files. coccigrep depends on the spatch program which comes with coccinelle. WWW: https://home.regit.org/software/coccigrep/ Notes: svn path=/head/; revision=294834
* Perl module to generate arbitrary sized bollocks straight from middleSteve Wills2012-04-081-0/+1
| | | | | | | | | | | management WWW: http://search.cpan.org/dist/Dev-Bollocks/ Feature safe: yes Notes: svn path=/head/; revision=294396
* KinoSearch is a loose port of the Java search engine library Apache Lucene,Steve Wills2012-04-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | written in Perl and C. The archetypal application is website search, but it can be put to many different uses. KinoSearch1 is a fork of KinoSearch version 0.165 intended to provide stability and backwards compatibility. For the latest features, see the main branch. Features * Extremely fast and scalable - can handle millions of documents * Full support for 12 Indo-European languages. * Support for boolean operators AND, OR, and AND NOT; parenthetical groupings, and prepended +plus and -minus * Algorithmic selection of relevant excerpts and highlighting of search terms within excerpts * Highly customizable query and indexing APIs * Phrase matching * Stemming * Stoplists WWW: http://search.cpan.org/dist/KinoSearch1/ Feature safe: yes Notes: svn path=/head/; revision=294165
* Pystache is a Python implementation of Mustache.Ruslan Makhmatkhanov2012-03-251-0/+1
| | | | | | | | | | | | | | Inspired by ctemplate and et, Mustache is a framework-agnostic way to render logic-free views. WWW: https://github.com/defunkt/pystache PR: 166314 Submitted by: Grzegorz Blach <magik@roorback.net> Feature safe: yes Notes: svn path=/head/; revision=293813
* Generate random Latin looking textSteve Wills2012-02-231-0/+1
| | | | | | | WWW: http://search.cpan.org/dist/Text-Lorem/ Notes: svn path=/head/; revision=292135
* Provides support for parsing and emitting Yaml documents.Gabor Pali2012-02-181-0/+1
| | | | | | | | | | | | | This package includes the full libyaml C library version 0.1.2 by Kirill Simonov in the package so you don't need to worry about any non-Haskell dependencies. WWW: http://github.com/snoyberg/yaml/ Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291705
* This package provides parsing and rendering functions for XML. It isGabor Pali2012-02-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | based on the datatypes found in the xml-types package. This package is broken up into the following modules: * Text.XML: DOM-based parsing and rendering. This is the most commonly used module. * Text.XML.Cursor: A wrapper around Text.XML which allows bidirectional traversing of the DOM, similar to XPath. * Text.XML.Unresolved: A slight modification to Text.XML which does not require all entities to be resolved at parsing. The datatypes are slightly more complicated here, and therefore this module is only recommended when you need to deal directly with raw entities. * Text.XML.Stream.Parse: Streaming parser, including some streaming parser combinators. * Text.XML.Stream.Render: Streaming renderer. WWW: http://github.com/snoyberg/xml Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291698
* The xml-types package.Gabor Pali2012-02-181-0/+1
| | | | | | | | | WWW: http://hackage.haskell.org/package/xml-type Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291697
* A port of the Java library by Terrence Parr.Gabor Pali2012-02-181-0/+1
| | | | | | | | | WWW: http://hackage.haskell.org/package/HStringTemplate Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291654
* The main function of wiggle is to apply a patch to a file in a similarMatthias Andree2012-02-151-0/+1
| | | | | | | | | | | | | | manner to the patch(1) program. The distinctive difference of wiggle is that it will attempt to apply a patch even if the before part of the patch doesn't match the target file perfectly. This is achieved by breaking the file and patch into words and finding the best alignment of words in the file with words in the patch. Once this alignment has been found, any differences (word- wise) in the patch are applied to the file as best as possible. Notes: svn path=/head/; revision=291490
* - Remove textproc/hs-attoparsec-text: The package has been deprecated. NowGabor Pali2012-02-131-1/+0
| | | | | | | | | the attoparsec includes all functionality from this library. Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=291260
* Re-add fcitx-keyboard - X keyboard integration to textproc category.Xin LI2012-02-081-0/+1
| | | | Notes: svn path=/head/; revision=290707
* - Add a new port: textproc/R-cran-stringrTAKATSU Tomonari2012-02-071-0/+1
| | | | | | | | | | | | | | stringr is a set of simple wrappers that make R's string functions more consistent, simpler and easier to use. It does this by ensuring that: function and argument names (and positions) are consistent, all functions deal with NA's and zero length character appropriately, and the output data structures from each function matches the input data structures of other functions. WWW: http://cran.r-project.org/web/packages/stringr/ Notes: svn path=/head/; revision=290592
* - Add nl-hunspell 2.10Sunpoet Po-Chuan Hsieh2012-02-061-0/+1
| | | | | | | | | | | Dutch hunspell dictionaries WWW: http://www.opentaal.org/bestanden Requested by: kwm Notes: svn path=/head/; revision=290458
* Add the last two ports I added to buildEitan Adler2012-02-041-0/+1
| | | | | | | Pointyhat to: me Notes: svn path=/head/; revision=290374
* TyXML is an OCaml library that allows you to build XML trees whose validity isMartin Wilke2012-01-281-0/+1
| | | | | | | | | | | | | insured by the typechecker. It supports XHTML 1.0 and 1.1, HTML5 and SVG (partial). WWW: http://ocsigen.org/tyxml/ PR: ports/163313 Submitted by: Jaap Boender <jaapb@kerguelen.org> Notes: svn path=/head/; revision=289928
* Add libexttextcat 3.2.0, language guessing by N-Gram-Based TextBaptiste Daroussin2012-01-211-0/+1
| | | | | | | | | Categorization. libexttextcat is a fork of textproc/libtextcat and though conflict with it, it is a dependency of upcoming libreoffice 3.5.0 Notes: svn path=/head/; revision=289575
* Remove expired port:Rene Ladan2012-01-201-1/+0
| | | | | | | 2012-01-20 textproc/qgoogletranslator: Runtime is broken because Google close free usage of API. Project closed. Notes: svn path=/head/; revision=289550
* Add reflex 20100906, relocalizable fast lexical scanner.Brendan Fabeny2012-01-101-0/+1
| | | | Notes: svn path=/head/; revision=288918
* - remove apache13 and ports depending on apache13 from portstreeOlli Hauer2012-01-011-1/+0
| | | | | | | | | ( EXPIRATION_DATE=2012-01-01 ) with hat apache@ Notes: svn path=/head/; revision=288378
* Using output of /dev/urandom. Simply convert bytes into 8-bitJun Kuriyama2011-12-311-0/+1
| | | | | | | | | characters. WWW: http://search.cpan.org/dist/String-Urandom/ Notes: svn path=/head/; revision=288314
* Remove expired, unmaintained ports:Rene Ladan2011-12-281-1/+0
| | | | | | | | | | | | | | | | | | | | | 2011-11-30 textproc/skribe 2011-11-30 emulators/wahcade 2011-11-30 databases/keximdb: Depends on editors/koffice-kde3, which is scheduled for deletion 2011-11-30 editors/koffice-kde3 2011-11-30 net/keepalived: Depends on net/ipvs, which is scheduled for deletion 2011-11-30 net/ipvs: Designed for FreeBSD 5.x, which is no longer supported 2011-11-30 databases/fireprofile 2011-12-01 audio/gnowavcut: Abandonware 2011-12-01 mail/demime: No upstream development since 2007 2011-12-03 x11/wmmsg: No more public distfiles 2011-12-03 x11-toolkits/libgtkeditor: No more supported upstream, not depend on anymore. 2011-12-03 misc/demoniac: No more upstream, no more public distfiles 2011-12-03 cad/gtkwave: No more public distfiles, no more upstream 2011-12-07 databases/clip: No develop anymore for long 2011-12-09 x11-toolkits/gtkextra: no longer supported upstream, no more depend on Notes: svn path=/head/; revision=288196
* - Add p5-Text-Prefix-XS 0.15Sunpoet Po-Chuan Hsieh2011-12-281-0/+1
| | | | | | | | | | Text::Prefix::XS implements something of an trie algorithm for matching (and extracting) prefixes from text strings. WWW: http://search.cpan.org/dist/Text-Prefix-XS/ Notes: svn path=/head/; revision=288190
* - Add sixth portion of dependencies needed for Plone 4 import.Ruslan Makhmatkhanov2011-12-231-0/+1
| | | | | | | Approved by: novel (mentor) Notes: svn path=/head/; revision=287945
* - Add first portion of dependencies needed for Plone 4 import.Ruslan Makhmatkhanov2011-12-181-0/+2
| | | | | | | | Submitted by: rm (myself, via github) Approved by: novel (mentor) Notes: svn path=/head/; revision=287612
* rstyoutube is a package for embedding YouTube videos in reStructuredTextMartin Wilke2011-12-181-0/+1
| | | | | | | | | | | | documents. WWW: http://bitbucket.org/cliff/rstyoutube PR: ports/163343 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com> Notes: svn path=/head/; revision=287578
* fast_xs provides C extensions for escaping text.Philip M. Gollucci2011-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The original String#fast_xs method is based on the xchar code by Sam Ruby: o intertwingly.net/stories/2005/09/28/xchar.rb o intertwingly.net/blog/2005/09/28/XML-Cleansing _why also packages an older version with Hpricot (patches submitted). The version here should be compatible with the latest version of Hpricot code. Ruby on Rails will automatically use String#fast_xs from either Hpricot or this gem version with the bundled Builder package. String#fast_xs is an almost exact translation of Sam Ruby's original implementation (String#to_xs), but it does escape a " (which is an optional, but all parsers are able ot handle it. XML::Builder as packaged in Rails 2.0 will be automatically use String#fast_xs instead of String#to_xs available. WWW: http://fast-xs.rubyforge.org/ PR: ports/163362 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic Notes: svn path=/head/; revision=287508
* Async (EventMachine) HTTP client, with support for:Philip M. Gollucci2011-12-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | o Asynchronous HTTP API for single & parallel request execution o Keep-Alive and HTTP pipelining support o Auto-follow 3xx redirects with max depth o Automatic gzip & deflate decoding o Streaming response processing o Streaming file uploads o HTTP proxy and SOCKS5 support o Basic Auth & OAuth o Connection-level & Global middleware support o HTTP parser via http_parser.rb o Works wherever EventMachine runs: Rubinius, JRuby, MRI WWW: https://github.com/igrigorik/em-http-request PR: ports/163361 Submitted by: Scott Sanders <scott@jssjr.com> Sponsored by: RideCharge Inc. / Taxi Magic Notes: svn path=/head/; revision=287507
* - Add p5-String-ToIdentifier-EN 0.06Sunpoet Po-Chuan Hsieh2011-12-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | String::ToIdentifier::EN provides a utility method, "to_identifier" for converting an arbitrary string into a readable representation using the ASCII subset of \w for use as an identifier in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier. If you need the full set of \w including Unicode, see the subclass String::ToIdentifier::EN::Unicode. Currently, this process is one way only, and will likely remain this way. The default is to create camelCase identifiers, or you may pass in a separator char of your choice such as _. Binary char groups will be separated by _ even in camelCase identifiers to make them easier to read, e.g.: foo_2_0xFF_Bar. WWW: http://search.cpan.org/dist/String-ToIdentifier-EN/ Feature safe: yes Notes: svn path=/head/; revision=286917
* This module subclasses Pod::Parser and converts POD to Markdown.Cheng-Lung Sung2011-11-181-0/+1
| | | | | | | | | WWW: http://search.cpan.org/dist/Pod-Markdown/ Feature safe: yes Notes: svn path=/head/; revision=286007
* This package provides a parser and renderers for the classic ZopeWen Heping2011-11-141-0/+1
| | | | | | | | | | | | | "structured text" markup dialect (STX). STX is a plain text markup in which document structure is signalled primarily by identation. WWW: http://pypi.python.org/pypi/zope.structuredtext Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes Notes: svn path=/head/; revision=285758
* - Add p5-XML-LibXML-Cache 0.10Sunpoet Po-Chuan Hsieh2011-11-131-0/+1
| | | | | | | | | | | | | | | | | XML::LibXML::Cache is a cache for XML::LibXML documents loaded from files. It is useful to speed up loading of XML files in persistent web applications. This module caches the document object after the first load and returns the cached version on subsequent loads. Documents are reloaded whenever the document file changes. Changes to other files referenced during parsing also cause a reload. This includes external DTDs, external entities or XIncludes. WWW: http://search.cpan.org/dist/XML-LibXML-Cache/ Feature safe: yes Notes: svn path=/head/; revision=285708
* - Add p5-Marpa-HTML 0.102Sunpoet Po-Chuan Hsieh2011-11-131-0/+1
| | | | | | | | | | | | | | | Marpa::HTML does "high-level" parsing of HTML. It allows handlers to be specified for elements, terminals and other components in the hierarchical structure of an HTML document. Marpa::HTML is an extremely liberal HTML parser. Marpa::HTML does not reject any documents, no mater how poorly they fit the HTML standards. WWW: http://search.cpan.org/dist/Marpa-HTML/ Feature safe: yes Notes: svn path=/head/; revision=285700
* This implementation of Gettext for Python includes a Msgfmt classWen Heping2011-11-111-0/+1
| | | | | | | | | | | | | which can be used to generate compiled mo files from Gettext po files and includes support for the newer msgctxt keyword. WWW: http://pypi.python.org/pypi/python-gettext Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes Notes: svn path=/head/; revision=285545
* The Zope3 Template Attribute Languate (TAL) specifies the customWen Heping2011-11-111-0/+1
| | | | | | | | | | | | | | | namespace and attributes which are used by the Zope Page Templates renderer to inject dynamic markup into a page. It also includes the Macro Expansion for TAL (METAL) macro language used in page assembly. WWW: http://pypi.python.org/pypi/zope.tal Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via github) Feature safe: yes Notes: svn path=/head/; revision=285544
* - Add p5-XML-LibXML-PrettyPrint 0.002Sunpoet Po-Chuan Hsieh2011-11-051-0/+1
| | | | | | | | | | | | | | | | | | | | | Long XML files can be daunting for humans to read. Of course, XML is really designed for computers to read - not people - but there are times when mere mortals do need to read and edit XML by hand. For example, if your application stores its configuration in XML, or you need to dump some XML to STDOUT for debugging purposes. Syntax highlighting helps, but to really make sense of some XML, proper indentation can be vital. Hence XML::LibXML::PrettyPrint - it can be applied to an XML::LibXML DOM tree to reformat it into a more readable result. Pretty-printing XML is not as CPU-efficient as dumping it out sloppily, so unless you're pretty sure that a human is going to need to make sense of your XML, you should probably not use this module. WWW: http://search.cpan.org/dist/XML-LibXML-PrettyPrint/ Notes: svn path=/head/; revision=285103
* Remove ports@ ports that have been DEPRECATED for at least 1 monthDoug Barton2011-11-021-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/shoutcast Unfetchable; website rearranged audio/linux-shoutcast Unfetchable; website rearranged chinese/scim-chewing Does not configure converters/py-cjkcodecs Integrated into every python version in the tree databases/kpogre Does not compile deskutils/mhc Does not fetch deskutils/org-mode.el6 Does not fetch deskutils/gemcal Does not fetch devel/erlang-thrift Does not build dns/domtools Does not fetch editors/richtext Does not compile games/vultures-claw Does not fetch games/bomb Does not fetch games/lgeneral-data Bad plist games/linux-enemyterritory-jaymod Does not fetch games/xphotohunter Does not fetch graphics/gimpshop Fails to patch graphics/lightspark-devel Does not compile graphics/xmms-plazma Does not fetch graphics/py-cgkit Does not fetch, does not compile on ia64, powerpc, or sparc64 japanese/rxvt Does not fetch, fails to build with new utmpx japanese/epic4 Some distfiles do not fetch java/jde Does not fetch java/kaffe Does not fetch korean/gdick HTMLs from the Yahoo! Korea Dictionary cannot be parsed, other runtime problems korean/hanterm-xf86 Does not compile korean/stardict2-dict-kr Does not fetch lang/p5-JavaScript Does not fetch lang/TenDRA Website disappeared; last release 2006, Does not compile on recent FreeBSD-9 mail/freepops Does not build mail/itraxp Does not build misc/tellico Leaves file behind on deinstall net/gsambad Does not fetch net/nocatauth-gateway Uses a UID registered to another port net/nocatauth-server Uses a UID registered to another port net/libosip2 Does not fetch net/kmuddy Does not fetch net/netboot Does not build net-mgmt/jffnms Does not fetch net-p2p/frostwire Does not fetch net-p2p/azureus Does not fetch news/cleanscore Does not fetch news/nntpswitch Does not fetch news/p5-NewsLib Does not fetch russian/cyrproxy Does not fetch science/gerris Does not fetch security/opensaml Does not fetch sysutils/wmbattery Does not fetch sysutils/cpuburn No more public distfiles textproc/tei-guidelines-p4 Does not fetch textproc/tei-p4 Does not fetch textproc/py-hyperestraier Does not fetch textproc/tdtd.el Does not fetch textproc/tei-lite Does not fetch www/phpwiki13 Does not fetch www/p5-Apache-Scoreboard Depends on mod_perl www/p5-B-LexInfo Broken due the new mod_perl2 API www/phpwiki Does not fetch www/smb2www Apache13 is deprecated, migrate to 2.2.x+ now www/spip Checksum is changing daily www/monkey Does not fetch x11-toolkits/jdic Does not fetch x11-toolkits/py-kde Does not compile Notes: svn path=/head/; revision=284893
* x11-toolkits/gambas2-gb-qt has been broken for over a year.Doug Barton2011-11-011-1/+0
| | | | | | | Remove it, and the ports that depend on it. Notes: svn path=/head/; revision=284821
* audio/mp3butler Depends on audio/p5-MusicBrainz-Client which is DEPRECATEDDoug Barton2011-11-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | audio/p5-MusicBrainz-Client Disappeared from CPAN editors/doxymacs Depends on www/w3-4, which is DEPRECATED graphics/libart Does not fetch, no more public distfiles java/jboss4 Does not build with new ant korean/hanterm Depends on korean/johabfonts, which is DEPRECATED, fails to build with new utmpx korean/johabfonts No more public distfiles, installs into / korean/hlatex-psfonts-uhc-extra Depends on korean/hlatex, which is DEPRECATED korean/texinfo Depends on korean/hlatex, which is DEPRECATED korean/hlatex No more public distfiles mail/jboss-mailservices Depends on java/jboss4, which is DEPRECATED misc/p5-Geography-NationalGrid-TW Depends on misc/p5-Geography-NationalGrid, which is DEPRECATED misc/p5-Geography-NationalGrid Disappeared from CPAN multimedia/fxtv Depends on multimedia/mplex, which is DEPRECATED multimedia/mplex Upstream disapeared and distfile is not available net/py-timeoutsocket Upstream disapear and distfile is no more available textproc/p5-XML-LibRSVG Unmaintained and not used anymore textproc/javacc No more public distfiles www/w3-4/Makefile Upstream disapeared and distfile is not available www/commonist Depends on textproc/javacc, which is DEPRECATED www/newsfeed Depends on net/py-timeoutsocket, which is DEPRECATED x11/fbsd-icons Upstream disapear and distfile is no more available x11-themes/geramik Depends on x11-toolkits/qtpixmap, which is DEPRECATED x11-toolkits/qtpixmap No more public distfiles x11-wm/fvwm95-i18n Depends on x11/fbsd-icons, which is DEPRECATED x11-wm/fvwm95 Depends on x11/fbsd-icons, which is DEPRECATED Notes: svn path=/head/; revision=284820
* Ruby wrapper for pygmentize.Steve Wills2011-10-291-0/+1
| | | | | | | WWW: https://github.com/github/albino Notes: svn path=/head/; revision=284655
* kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strictSteve Wills2011-10-291-0/+1
| | | | | | | | | syntax definition and supporting several common extensions. WWW: http://kramdown.rubyforge.org/ Notes: svn path=/head/; revision=284646
* You can think of pss as an enhanced grep designed to searchCheng-Lung Sung2011-10-281-0/+1
| | | | | | | | | | inside source code files. pss is very similar to the Perl ack tool (see https://bitbucket.org/eliben/pss/wiki/PssAndAck). WWW: https://bitbucket.org/eliben/pss Notes: svn path=/head/; revision=284514
* MultiMarkdown, or MMD, is a tool to help turn minimally marked-up plainAdam Weinberger2011-10-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | text into well formatted documents, including HTML, PDF (by way of LaTeX), OPML, or OpenDocument (specifically, Flat OpenDocument or '.fodt', which can in turn be converted into RTF, Microsoft Word, or virtually any other word-processing format). MMD is a superset of the Markdown syntax, originally created by John Gruber. It adds multiple syntax features (tables, footnotes, and citations, to name a few), in addition to the various output formats listed above (Markdown only creates HTML). Additionally, it builds in 'smart' typography for various languages (proper left- and right-sided quotes, for example). MultiMarkdown was originally a fork of the Markdown Perl code, but as of version 3.0 has been rewritten as a fork of peg-markdown by John MacFarlane, written in C. It can be compiled for any major operating system, and as a native binary runs much faster than the Perl version it replaces. NOTE: To use the mmd2pdf script, you must install print/latexmk. WWW: http://www.fletcherpenney.net/multimarkdown/ Notes: svn path=/head/; revision=284483
* Sass adapter for the Rails asset pipeline.Steve Wills2011-10-271-0/+1
| | | | | | | WWW: http://rubygems.org/gems/sass-rails Notes: svn path=/head/; revision=284411
* itextomml provides native Ruby bindings to itex2MML, which convertsWen Heping2011-10-231-0/+1
| | | | | | | | | itex equations to MathML. WWW: http://golem.ph.utexas.edu/~distler/blog/itex2MML.html Notes: svn path=/head/; revision=284146
* - Add rubygem-yard 0.7.3Sunpoet Po-Chuan Hsieh2011-10-221-0/+1
| | | | | | | | | | | | | | YARD - Yay! A Ruby Documentation Tool YARD is a documentation generation tool for the Ruby programming language. It enables the user to generate consistent, usable documentation that can be exported to a number of formats very easily, and also supports extending for custom Ruby constructs such as custom class level definitions. WWW: http://yardoc.org/ Notes: svn path=/head/; revision=284096
* New port: textproc/fexRyan Steinmetz2011-10-181-0/+1
| | | | | | | | | | | | | | fex works like cut or awk in its field navigation, but allows you to specify token-based fields in a much more concise, flexible, and readable way. Due to the simplicity of fex's language, it can enable you to replace many common invocations of cut and awk with a single invocation of fex. WWW: http://semicomplete.com/projects/fex/ Notes: svn path=/head/; revision=283855
* Compass is a Sass-based Stylesheet Framework that streamlines the creation andSteve Wills2011-10-171-0/+1
| | | | | | | | | | | | maintainance of CSS. WWW: http://compass-style.org/ PR: ports/161469 Submitted by: Jason Helfman <jhelfman@experts-exchange.com> Notes: svn path=/head/; revision=283664
* - Stop installing the rapper binary with raptor and bump PORTREVISION.Alberto Villa2011-10-161-0/+1
| | | | | | | | | | | | | | | | - Update raptor2 to 2.0.4. - Update rasqal to 0.9.27. - Update redland to 1.0.14. - Update redland-bindings to 1.0.13.1. - Update shared-desktop-ontologies to 0.8.0. [1] - Update soprano to 2.7.0 and disable clucene indexer. - Update strigi to 0.7.6. PR: 157022 [1] Submitted by: rakuco [1] Notes: svn path=/head/; revision=283627
* Add ats-contrib-parcomb 0.2.5, parser combinators for ATS language.Li-Wen Hsu2011-10-141-0/+1
| | | | | | | | PR: ports/161577 Submitted by: Jyun-Yan You <jyyou@cs.nctu.edu.tw> Notes: svn path=/head/; revision=283529