Commit graph

4903 commits

Author SHA1 Message Date
wiz
21173bea43 Fix previous (hi joerg!).
Bump version.
2010-03-22 09:18:40 +00:00
jdolecek
d660925353 include gettext-lib buildlink; necessary to compile dependant packages
(such as php-pspell) on Mac OS X 10.6.2 - without that the compile fails
as libintl is not found
2010-03-21 20:58:54 +00:00
jdolecek
44f88fb6ec add php-intl 2010-03-21 16:58:55 +00:00
jdolecek
ee86ff3b58 Add php-intl package, using PECL version 1.1.1, modified to compile with
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-21 16:57:13 +00:00
wiz
5a532b436c Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
jdolecek
5b1e0bfc2f switch php-enchant to use PECL module (version 1.1.0), so that it's also 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-21 12:42:08 +00:00
joerg
b0c6cc093f Doesn't support Python 2.4. 2010-03-17 19:51:50 +00:00
sno
aed35134df Updating textproc/p5-Text-DHCPLeases from 0.8 to 0.9
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 23:10:44 +00:00
pettai
318714ef59 + py-4Suite 2010-03-16 22:35:38 +00:00
pettai
266bd4a572 4Suite allows users to take advantage of standard XML technologies rapidly
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-16 22:31:03 +00:00
sno
39fe3ecc5a Updating textproc/p5-Text-BibTeX from 0.41 to 0.42
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-16 22:30:01 +00:00
sno
e7f39b58a9 Updating textproc/p5-XML-NamespaceSupport from 1.10 to 1.11
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-16 22:05:49 +00:00
sno
830174994d Updating textproc/p5-Text-CSV_XS from 0.71 to 0.72
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-16 21:59:02 +00:00
sno
bac66fe14a Added textproc/p5-Text-Trac version 0.15 2010-03-16 21:08:57 +00:00
sno
3c675ac1ba Updating textproc/p5-Text-Trac version 0.15 as dependency for scheduled
update of devel/p5-SVN-Notify

Text::Trac parses text with Trac WikiFormatting and convert it to html
format.
2010-03-16 21:08:22 +00:00
taca
e021f3327e php5-xsl has moved to php-xsl. 2010-03-16 16:12:45 +00:00
taca
14820d243c php5-dom has moved to php-dom. 2010-03-16 16:11:59 +00:00
taca
2e706be0ff Add and enable php-enchant. 2010-03-16 15:43:32 +00:00
taca
e81587a92b Importing textproc/php-enchant 5.3.2 which part of PHP 5.3.2 and successor
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-16 15:42:44 +00:00
taca
bed120f336 Remove entry for php5-dom and php5-xsl. 2010-03-16 15:22:10 +00:00
taca
19548dd20e Add and enable php-dom and php-xsl. 2010-03-16 15:17:04 +00:00
taca
075cd2e39c Re-import textproc/php5-xsl as textproc/php-xsl.
textproc/php5-xsl package will be deleted later.
2010-03-16 15:11:58 +00:00
taca
11bbecfd01 Re-import textproc/php5-dom as textproc/php-dom.
textproc/php5-dom package will be deleted later.
2010-03-16 15:10:49 +00:00
taca
3ae836be58 Restrict to php5 with PHP_VERSION_REQD.
These packages are dropped on PHP 5.3 or has build problem.

No functional change.
2010-03-16 11:56:22 +00:00
sno
fe0cb1e084 Updating textproc/p5-Text-BibTeX from 0.40 to 0.41
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-16 09:53:02 +00:00
sno
0ed56fdbd0 Updating textproc/p5-Text-SimpleTable from 2.02 to 2.03
Upstream changes:
2.03  2010-03-11 11:38:00
        - New maintainer.
2010-03-16 09:39:02 +00:00
sno
89da85c6fd Updating textproc/p5-Text-Quoted from 2.05nb1 to 2.06
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-16 09:06:46 +00:00
tonio
d6212f9828 Add destdir support 2010-03-15 21:00:56 +00:00
pettai
7484907859 + xmltooling 2010-03-15 18:48:52 +00:00
pettai
d795481389 OpenSAML requires this lower-level library that provides a higher level
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-15 18:45:36 +00:00
taca
0e9936fbee Remove the case of PKG_PHP_VERSION is 4.
No functional change.
2010-03-15 16:48:53 +00:00
taca
7e9290b8e5 Remove PHP_VERSIONS_ACCEPTED since we don't have php4 package any more
and no need to specify PHP_VERSIONS_ACCEPTED explicitly now.

No functional change.
2010-03-15 16:45:59 +00:00
tonio
e7a303cb32 Enable destdir, and some cleanup 2010-03-12 10:30:04 +00:00
sno
eaa175e425 Updating textproc/p5-Text-SimpleTable from 2.01 to 2.02
Upstream changes:
2.02  2010-03-09 00:00:00
        - Cleaned up tests.
2010-03-11 08:54:43 +00:00
pettai
6783d7e580 Added LICENSE 2010-03-10 15:55:38 +00:00
obache
c199c17cfb Update pygments to 1.3.1.
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-10 14:06:55 +00:00
sno
a1d6df8c77 Updating textproc/p5-Text-BibTeX from 0.38 to 0.40
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 21:54:01 +00:00
pettai
1afeb8b8a7 + p5-List-Compare 2010-03-09 19:44:52 +00:00
pettai
8521ceead6 Compare elements of two or more lists
(Imported from pkgsrc-wip)
2010-03-09 19:41:21 +00:00
sno
08d12bac39 Updating textproc/p5-Text-SimpleTable from 2.0 to 2.0.1 (upstream 2.01)
Upstream changes:
2.01  2010-03-01 00:00:00
        - Removed .perltidyrc.
2010-03-08 17:54:06 +00:00
sno
97cd9556d5 Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71
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-03 16:49:12 +00:00
obache
a9df2bfdf4 Update json-glib to 0.10.2.
Overview of changes for 0.10.2
==============================
* Documentation fixes for GBoxed transformation functions
* Zero all fields of JsonObject on creation
2010-03-02 11:13:26 +00:00
sno
f7b03268b3 Updating textproc/p5-Data-FormValidator from 4.65 to 4.66
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-03-01 06:09:55 +00:00
taca
1f6ec49886 Switch to use json extension bundlede with php-5.2.13, fixing PR pkg/42869. 2010-02-27 03:52:38 +00:00
wiz
5d112ff18a Update to 2.07. Set LICENSE.
2.06 Sun 24 Jan 2010 10:02:01 GMT
    - Doc typos (Philip A. Prindeville)
    - Add get_simple_type() and import_data() (Philip A. Prindeville)
    - Doc typos (Philip A. Prindeville)

2.05 Fri  8 Jan 2010 22:28:50 GMT
    - Put back changes which were missed out

2.04 Fri  8 Jan 2010 22:00:20 GMT
    - Improvements to Makefile.PL and require 5.6 - thanks cpanservice
    - Switch to git repo
    - Doc patch
2010-02-26 16:03:02 +00:00
wiz
e7e15ed647 Uppercase first letter of COMMENT. 2010-02-26 16:00:13 +00:00
wiz
2d5caecabb Reset maintainer for developers who gave back their commit bit. 2010-02-26 10:28:30 +00:00
joerg
561fefcbbf Escape RCS ID correctly, so that the +BUILD_INFO processing doesn't
pick it up.
2010-02-24 22:09:53 +00:00
sno
a084551901 Updating textproc/p5-XML-Twig from 3.32nb1 to 3.34
pkgsrc changes:
- Add license definition
- Change patches against PERL_MM_USE_DEFAULT environment variable for EU::MM

Upstream changes:
CHANGES
version: 3.34
date: 2010-01-18
# minor maintenance release, test suite fixes
fixed: tests failed when XML::XPath was used as the XPath engine
2010-02-22 16:24:04 +00:00
sno
dd96b079a7 Updating textproc/p5-XML-Stream from 1.22nb1 to 1.23
pkgsrc changes:
- Add license definition
- Adjust dependencies

Upstream changes:
1.23
====
  - RT#17484 Handle servers which re-use stream ID
  - RT#18711 Update link to XML Streams doc
  - RT#12977 Require perl >= 5.8.0
  - RT#19415 Use jabber.org for tests
  - RT#21932 Fix authname for Google Talk SASL auth
  - RT#39098 Make dependencies more explicit
  - RT#24817 Merge and massage of toddr's SASL fix
  - RT#36864 Fake select on filehandles on win32
  - RT#31215 Test and fix for XML node copying issue
  - RT#17325 Fix and test for infinite loop on quotes
2010-02-22 16:10:16 +00:00