summaryrefslogtreecommitdiff
path: root/textproc
AgeCommit message (Collapse)AuthorFilesLines
2010-04-11Import py-cElementTree-0 as textproc/py-cElementTree.obache4-0/+69
The cElementTree module is a C implementation of the ElementTree API, optimized for fast parsing and low memory use. On typical documents, cElementTree is 15-20 times faster than the Python version of ElementTree, and uses 2-5 times less memory. On modern hardware, that means that documents in the 50-100 megabyte range can be manipulated in memory, and that documents in the 0-1 megabyte range load in zero time (0.0 seconds). This allows you to drastically simplify many kinds of XML applications.
2010-04-10Update to soprano 2.4.1markd5-43/+19
2.4.0 * New methods Client::SparqlModel::listStatementsAsync and Client::SparqlModel::listContextsAsync * Automatic query prefix expansion in NRLModel * Automatic NRL metadata graph removal in NRLModel * sopranocmd: - New paramter --nrl for sopranocmd which will trigger automatic query prefix expansion based on prefixes stored in the underlying model, automatic context creation for imported statements that do not have one set, and automatic metad ata graph removal on removeContext calls. - New parameter --graphselect which allows to convert SPARQL select query results into a graph result. This is very usable since SPARQL construct queries do not support contexts/named graphs. - New command 'rmgraph' which allows to delete a list of graphs/contexts. - New parameter --foo which enables scriptable binding results without variable names. * ServerCore is now fully multithreaded allowing two clients perform read-only commands simultaneously. * New Virtuoso storage backend which can either connect to a running Virtuoso instance or spawn one locally. * New convenience methods to handle BackendSettings. * New class AsyncQuery which will spawn a new thread for real asnycroneous query execution (in contrast to AsyncModel which only performs the actual query call in another thread while the iteration is syncroneous.) * Removed redland/librdf dependancy from raptor parser. 2.3.2 * Do not fail when trying to index empty strings, but ignore them. * Fixed parsing of plain literals with language code in sopranocmd. * Make onto2vocabularyclass work with the redland backend (not using graph SPARQL queries anymore) 2.3.1 * Changed installation path of cmake modules (SopranoAppOntology.cmake) to <prefix/share/soprano/cmake * Prevent the redland backend to add one statement multiple times. * Properly handle class names containing a dash '-' in onto2vocabularyclass * sopranocmd: Fail if trying to export a non-graph query
2010-04-09add shared-desktop-ontologiesmarkd1-1/+2
2010-04-09Initial import shared-desktop-ontologies-0.3markd5-0/+83
The shared-desktop-ontologies package brings the semantic web to the desktop in terms of vocabulary. It contains the well known core ontologies such as RDF and RDFS as well as the Nepomuk ontologies which are used by projects like KDE or Strigi.
2010-04-09Update json-glib to 0.10.4.obache2-6/+6
Overview of changes for 0.10.4 ============================== • Improve the strictness of the JsonParser code by refactoring a large chunk of it • Fix JsonGenerator when dumping nodes with a floating point value • Add negative conformance test cases
2010-04-07Needs py-expat for buildjoerg1-1/+3
2010-03-22Fix previous (hi joerg!).wiz2-4/+4
Bump version.
2010-03-21include gettext-lib buildlink; necessary to compile dependant packagesjdolecek1-1/+3
(such as php-pspell) on Mac OS X 10.6.2 - without that the compile fails as libintl is not found
2010-03-21add php-intljdolecek1-1/+2
2010-03-21Add php-intl package, using PECL version 1.1.1, modified to compile withjdolecek12-0/+386
both PHP 5.3.2 and PHP 5.3.12 compile tested on Mac OS X 10.6.2 and NetBSD 5.0.1 This module is an internationalization extension, enabling PHP programmers to perform UCA-conformant collation and date/time/number/currency formatting in their scripts. It tends to closely follow ICU APIs, so that people having experience working with ICU in either C/C++ or Java could easily use the PHP API. Also, this way ICU documentation would be useful to understand various ICU functions. Intl consists of several modules, each of them exposes the corresponding ICU API: * Collator: provides string comparison capability with support for appropriate locale-sensitive sort orderings. * Number Formatter: allows to display number according to the localized format or given pattern or set of rules, and to parse strings into numbers. * Message Formatter: allows to create messages incorporating data (such as numbers or dates) formatted according to given pattern and locale rules, and parse messages extracting data from them. * Normalizer: provides a function to transform text into one of the Unicode normalization forms, and provides a routine to test if a given string is already normalized. * Locale: provides interaction with locale identifiers in the form of functions to get subtags from locale identifier; parse, compose, match(lookup and filter) locale identifiers.
2010-03-21Reset maintainer, developer lost his commit bit.wiz1-2/+2
2010-03-21switch php-enchant to use PECL module (version 1.1.0), so that it's also ↵jdolecek2-3/+9
usable with PHP 5.2.* compilation tested with PHP 5.2.13 and 5.3.2 on Mac OS X 10.6.2, NetBSD 5.0.1 slightly adjust COMMENT
2010-03-17Doesn't support Python 2.4.joerg1-1/+3
2010-03-16Updating textproc/p5-Text-DHCPLeases from 0.8 to 0.9sno2-7/+8
pkgsrc changes: - Add license definition Upstream changes: 0.9 2009/08/10 - Added License text in all files - Removed requirement for version.pm
2010-03-16+ py-4Suitepettai1-1/+2
2010-03-164Suite allows users to take advantage of standard XML technologies rapidlypettai4-0/+1374
and to develop and integrate Web-based applications. It also puts practical technologies for knowledge management projects in the hands of developers. It is implemented in Python with C extensions.
2010-03-16Updating textproc/p5-Text-BibTeX from 0.41 to 0.42sno2-6/+6
Upstream changes: Release 0.42 - 16 March, 2010 ----------------------------- * names with more than two commas are left untouched if protected by braces. * can now deal with names with hyphens and generate the correct BibTeX compatible abbreviations. * can generate initials for protected name parts, like BibTeX can. * can deal with generating initials for names which contains Unicode characters. * fixed compilation on machines needing alloca.h * added new README file with more up-to-date information.
2010-03-16Updating textproc/p5-XML-NamespaceSupport from 1.10 to 1.11sno2-7/+7
pkgsrc changes: - Changing module type to use bundled Module::Install Upstream changes: 1.11 tues20100316 15:17 - re-generate the META.yml and remove the stale one from git
2010-03-16Updating textproc/p5-Text-CSV_XS from 0.71 to 0.72sno2-6/+6
Upstream changes: 2010-03-16 0.72 - H.Merijn Brand <h.m.brand@xs4all.nl> * Introduce quote_null attribute (RT#55200) * examples/csv-check can be used for Text::CSV_PP * examples/csv-check more options for sep_, escape_ and quote_char * examples/csv2xls more options for sep_, escape_ and quote_char * examples/csv2xls added auto_diag and verbosity * Dropped YAML spec to 1.0
2010-03-16Added textproc/p5-Text-Trac version 0.15sno1-1/+2
2010-03-16Updating textproc/p5-Text-Trac version 0.15 as dependency for scheduledsno3-0/+37
update of devel/p5-SVN-Notify Text::Trac parses text with Trac WikiFormatting and convert it to html format.
2010-03-16php5-xsl has moved to php-xsl.taca3-34/+0
2010-03-16php5-dom has moved to php-dom.taca2-22/+0
2010-03-16Add and enable php-enchant.taca1-1/+2
2010-03-16Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successortaca2-0/+29
of php-pspell. PHP is a programming language designed to be embedded into web pages. This module provides support for enchant support. Enchant is a binder for libenchant. Libenchant provides a common API for many spell libraries: - aspell/pspell (intended to replace ispell) - hspell (hebrew) - ispell - myspell/hunspell (OpenOffice project, mozilla) - uspell (primarily Yiddish, Hebrew, and Eastern European languages) A plugin system allows to add custom spell support, see http://www.abisource.com/enchant/.
2010-03-16Remove entry for php5-dom and php5-xsl.taca1-3/+1
2010-03-16Add and enable php-dom and php-xsl.taca1-1/+3
2010-03-16Re-import textproc/php5-xsl as textproc/php-xsl.taca3-0/+34
textproc/php5-xsl package will be deleted later.
2010-03-16Re-import textproc/php5-dom as textproc/php-dom.taca2-0/+21
textproc/php5-dom package will be deleted later.
2010-03-16Restrict to php5 with PHP_VERSION_REQD.taca1-1/+3
These packages are dropped on PHP 5.3 or has build problem. No functional change.
2010-03-16Updating textproc/p5-Text-BibTeX from 0.40 to 0.41sno3-51/+45
pkgsrc changes: - Adjust patch to build-script to ensure rpath set Upstream changes: Release 0.41 - 14 March, 2010 ----------------------------- * tested under Solaris and FreeBSD. * fixed compilation/installation under Mac OS X. * fixed some C code on format-security (thanks to Jerome Quelin). * fixed build system to check for dependencies. * added patch from Philip Kime to fix names with commas handling.
2010-03-16Updating textproc/p5-Text-SimpleTable from 2.02 to 2.03sno2-6/+6
Upstream changes: 2.03 2010-03-11 11:38:00 - New maintainer.
2010-03-16Updating textproc/p5-Text-Quoted from 2.05nb1 to 2.06sno2-9/+11
pkgsrc changes: - Add license definition - Update module type Upstream changes: 2.06 Mon Mar 15 2010 - make extracting more effective - line with only '=' characters is not treated as quoter anymore, but separator - mark separating lines with "separator => 1" hash entry - don't return "empty => ''" hash key - update tests
2010-03-15Add destdir supporttonio3-6/+10
2010-03-15+ xmltoolingpettai1-1/+2
2010-03-15OpenSAML requires this lower-level library that provides a higher levelpettai5-0/+948
interface to XML processing, particularly in light of signing and encryption. This package includes two alternate library versions, one with security support, and one so-called "lite" version without that support.
2010-03-15Remove the case of PKG_PHP_VERSION is 4.taca1-10/+2
No functional change.
2010-03-15Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any moretaca2-4/+2
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now. No functional change.
2010-03-12Enable destdir, and some cleanuptonio5-8/+27
2010-03-11Updating textproc/p5-Text-SimpleTable from 2.01 to 2.02sno2-6/+6
Upstream changes: 2.02 2010-03-09 00:00:00 - Cleaned up tests.
2010-03-10Added LICENSEpettai1-1/+2
2010-03-10Update pygments to 1.3.1.obache3-8/+9
While here, fixes(?) LICENSE from modified-bsd to 2-clause-bsd. Version 1.3.1 ------------- (bugfix release, released Mar 05, 2010) - The ``pygmentize`` script was missing from the distribution. Version 1.3 ----------- (codename Schneeglöckchen, released Mar 01, 2010) - Added the ``ensurenl`` lexer option, which can be used to suppress the automatic addition of a newline to the lexer input. - Lexers added: * Ada * Coldfusion * Modula-2 * haXe * R console * Objective-J * Haml and Sass * CoffeeScript - Enhanced reStructuredText highlighting. - Added support for PHP 5.3 namespaces in the PHP lexer. - Added a bash completion script for `pygmentize`, to the external/ directory (#466). - Fixed a bug in `do_insertions()` used for multi-lexer languages. - Fixed a Ruby regex highlighting bug (#476). - Fixed regex highlighting bugs in Perl lexer (#258). - Add small enhancements to the C lexer (#467) and Bash lexer (#469). - Small fixes for the Tcl, Debian control file, Nginx config, Smalltalk, Objective-C, Clojure, Lua lexers. - Gherkin lexer: Fixed single apostrophe bug and added new i18n keywords.
2010-03-09Updating textproc/p5-Text-BibTeX from 0.38 to 0.40sno3-6/+89
pkgsrc changes: - Add license definition - Adjust dependencies - Add module type Upstream changes: Release 0.40 - 7 March, 2010 ---------------------------- * this release is very similar to 0.40_3, but now indexable by cpan. Release 0.40_3 - 18 February, 2010 ---------------------------------- * fixed Build.PL with correct build_requirements; * fixed test to use still not installed library; Release 0.40_2 - 15 February, 2010 ---------------------------------- * merged btparse library into Text::BibTeX code. I am sorry for all other languages that might be using this library. For them my suggestion is that they make Text::BibTeX as a dependency. * ported compilation and configuration tools from ExtUtils::MakeMaker to Module::Build. * back on track, trying to make Text::BibTeX work and compile easily on main platforms (sorry, for main platforms I assume Linux, Mac OS X and Windows running Strawberry Perl). * Thanks to Philip Kime for continuous poke so I work on this!! Created a THANKS file for this purpose.
2010-03-09+ p5-List-Comparepettai1-1/+2
2010-03-09Compare elements of two or more listspettai3-0/+24
(Imported from pkgsrc-wip)
2010-03-08Updating textproc/p5-Text-SimpleTable from 2.0 to 2.0.1 (upstream 2.01)sno2-7/+7
Upstream changes: 2.01 2010-03-01 00:00:00 - Removed .perltidyrc.
2010-03-03Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71sno2-6/+6
Upstream changes: 2010-02-15 0.71 - H.Merijn Brand <h.m.brand@xs4all.nl> * Upped copyright to 2010 * Prevent double encoding: make Text::CSV_XS streams behave just like perl would (thanks ikegami for the test cases) * Text::CSV_XS->error_diag () in void context now warns instead of doing nothing * auto_diag also used for new () itself
2010-03-02Update json-glib to 0.10.2.obache2-6/+6
Overview of changes for 0.10.2 ============================== * Documentation fixes for GBoxed transformation functions * Zero all fields of JsonObject on creation
2010-03-01Updating textproc/p5-Data-FormValidator from 4.65 to 4.66sno2-6/+6
Upstream changes: 4.66 Wed Feb 24 09:30:17 EST 2010 [DOCUMENTATION] - Typo fixes (Jonathan Yu) [INTERNALS] - Test suite fix for 5.11.1 and newer.
2010-02-27Switch to use json extension bundlede with php-5.2.13, fixing PR pkg/42869.taca2-8/+2