Commit graph

152533 commits

Author SHA1 Message Date
sno
e75f5a9cae Added textproc/p5-Syntax-Highlight-Engine-Kate version 0.06 2010-01-16 16:21:33 +00:00
sno
a4fc00680d Importing textproc/p5-Syntax-Highlight-Engine-Kate v0.06 as dependency
of upcoming import of Padre::Plugin::Kate.

Syntax::Highlight::Engine::Kate is a port to perl of the syntax highlight
engine of the Kate text editor.

The language xml files of kate have been rewritten to perl modules using a
script. These modules function as plugins to this module.
2010-01-16 16:21:22 +00:00
sno
c322af0875 Added textproc/p5-Text-FindIndent version 0.07 2010-01-16 16:15:31 +00:00
sno
5801472f38 Importing textproc/p5-Text-FindIndent version 0.07 as dependency of Padre.
This is a module that attempts to intuit the underlying indent "policy" for
a text file (most likely a source code file).
2010-01-16 16:15:21 +00:00
sno
c87deebbfe Added textproc/p5-Template-Tiny version 0.09 2010-01-16 16:13:24 +00:00
sno
31ae1c3320 Importing textproc/p5-Template-Tiny 0.09 as dependency of scheduled Padre
import.

Template::Tiny is a reimplementation of a partial subset of the Template
Toolkit, in as few lines of code as possible.

It is intended for use in light-usage, low-memory, or low-cpu templating
situations, where you may need to upgrade to the full feature set in the
future, or if you want the familiarity of TT-style templates.

It is intended to have fully-compatible template and stash usage, with a
limited by similar Perl API.

Unlike Template Toolkit, Template::Tiny will process templates without a
compile phase (but despite this is still quicker, owing to heavy use of
the Perl regular expression engine.
2010-01-16 16:13:12 +00:00
sno
2a1c7da393 Added textproc/p5-Pod-Abstract version 0.20 2010-01-16 16:11:50 +00:00
sno
2a3053f67a Importing textproc/p5-Pod-Abstract as dependency of upcoming Padre
import.

POD::Abstract provides a means to load a POD (or POD compatible) document
without direct reference to it's syntax, and perform manipulations on the
abstract syntax tree.

This can be used to support additional features for POD, to format output,
to compile into alternative formats, etc.

WHY?
====

If you've ever asked yourself "What does Pod do for me?", this module is
intended to answer that question.

While Pod looks like a simple format, the specification calls for a number
of special cases to be handled, and that makes any software that works on
Pod as text more complex than it needs to be.

In addition to this, Pod does not lend itself to a natural structured model.
This makes it difficult to manipulate without damaging the validity of the
document.

Pod::Abstract solves these problems by loading the document into a structured
tree, and providing consistent traversal, searching, manpulation and
re-serialisation. Pod related utilities are easy to write using Pod::Abstract.
2010-01-16 16:11:39 +00:00
sno
714fae6aca Added devel/p5-Acme-PlayCode version 0.11 2010-01-16 16:09:38 +00:00
sno
c0895faf31 Importing devel/p5-Acme-PlayCode 0.11 as dependency of Padre play code
plugin.

Acme::PlayCode provides some code transformations via plugins to convert
existing code into code with lesser risk of typing errors, e.g.
'if($a == 5)' -> 'if(5 == $a)' to avoid typo like 'if($a = 5)'.
2010-01-16 16:08:32 +00:00
sno
5517f7cc50 Adding SUBDIR for currently imported new packages 2010-01-16 16:06:42 +00:00
sno
dad3fb1a0e Added www/p5-LWP-Online version 1.07 2010-01-16 16:02:40 +00:00
sno
b5c39d01c7 Added devel/p5-pip version 1.16 2010-01-16 16:02:25 +00:00
sno
32adc61713 Importing devel/p5-pip 1.16 as dependency of import of Perl Application
Development and Refactoring Environment.

The pip ("Perl Installation Program") console application is used to install
Perl distributions in a wide variety of formats, both from CPAN and from
external third-party locations, while supporting module dependencies that go
across the boundary from third-party to CPAN.

Using pip you can install CPAN modules, arbitrary tarballs from both the
local file-system or across the internet from arbitrary URIs.
2010-01-16 16:01:58 +00:00
sno
6c0e4ff766 Importing www/p5-LWP-Online 1.07 as indirect dependency of upcoming
Padre import.

This module attempts to answer, as accurately as it can, one of the nastiest
technical questions there is.

Am I on the internet?

That is, it's a problem that had no clean permanent solution, and for which
you could just keep writing more and more functionality indefinitely,
asymtopically approaching 100% correctness but never reaching it.

And so this module is intended to do as good a job as possible, without
having to resort to asking any human questions (who may well get it wrong
anyway), and limiting itself to a finite amount of programming work and a
reasonable level of memory overhead to load the code.
2010-01-16 15:58:53 +00:00
sno
9200283871 Remove duplicated entries due local conflict 2010-01-16 15:56:51 +00:00
sno
404197ed01 Added devel/p5-Wx-Perl-DataWalker version 0.02 2010-01-16 15:55:33 +00:00
sno
11320c04e7 Added devel/p5-Module-Install-PadrePlugin version 0.01 2010-01-16 15:54:50 +00:00
sno
eb1c4ca4c7 Added devel/p5-Parse-ExuberantCTags version 1.01 2010-01-16 15:54:29 +00:00
sno
db68d21ed0 Added devel/p5-Perl-APIReference version 0.03 2010-01-16 15:54:13 +00:00
sno
d865c07afd Added devel/p5-Perl-APIReference version 0.03 2010-01-16 15:52:45 +00:00
sno
75fae19217 Importing devel/p5-Perl-APIReference 0.03 as dependency of Padre.
This module allows accessing the perlapi documentation for multiple
releases of perl as an index (a hash).
2010-01-16 15:52:30 +00:00
sno
3923032610 Added devel/p5-Parse-ExuberantCTags version 1.01 2010-01-16 15:50:04 +00:00
sno
172cec54de Importing devel/p5-Parse-ExuberantCTags version 1.01 as dependency
of scheduled import of editors/p5-Padre.

This Perl module parses ctags files and handles both traditional ctags as
well as extended ctags files such as produced with Exuberant ctags.
2010-01-16 15:49:53 +00:00
sno
7cd86e297a Added devel/p5-Module-Install-PadrePlugin version 0.01 2010-01-16 15:47:09 +00:00
sno
c53b9b9d92 Importing devel/p5-Module-Install-PadrePlugin version 0.01.
This module adds one directive to Module::Install related to creating and
installing Padre plugins as .par files and two make targets: is_padre_plugin.
If this directive is added to Makefile.PL, two new make targets become
available: plugin and installplugin.
2010-01-16 15:46:59 +00:00
sno
8b9058a913 Added devel/p5-Wx-Perl-DataWalker version 0.02 2010-01-16 15:45:22 +00:00
sno
83905fe839 Importing devel/p5-Wx-Perl-DataWalker version 0.02 as dependency for
Padre.

Wx::Perl::DataWalker implements a Wx::Frame subclass that shows a relatively
simple Perl data structure browser. After opening such a frame and supplying
it with a reference to an essentially arbitrary data structure, it can be
visually browsed by double-clicking references.
2010-01-16 15:45:11 +00:00
sno
b274b3bd60 DBI meanwhile has 3 digit minor version - adjust buildlink3.mk 2010-01-16 15:42:12 +00:00
sno
d546f9afe5 Add SUBDIR for newly imported modules 2010-01-16 15:38:40 +00:00
sno
253871656d Updated net/p5-RPC-XML to 0.72 2010-01-16 15:33:08 +00:00
sno
daa0b6d2aa Updating net/p5-RPC-XML from 0.69 to 0.72
pkgsrc changes:
- Adding dependency to p5-XML-LibXML>=1.70

Upstream changes:
0.72	Sunday December 13, 2009, 09:45:00 PM -0700
	* Makefile.PL
	* t/40_server_xmllibxml.t
	RT #52662: Fix requirement specification for XML::LibXML.

	* lib/RPC/XML.pm
	Some more clean-up of the docs, removing a redundant section.

0.71	Monday December  7, 2009, 08:00:00 PM -0700
	* MANIFEST
	* t/01_pod.t (deleted)
	* t/02_pod_coverage.t (deleted)
	* t/03_meta.t (deleted)
	* t/04_minimumversion.t (deleted)
	* t/05_critic.t (deleted)
	* xt/01_pod.t (added)
	* xt/02_pod_coverage.t (added)
	* xt/03_meta.t (added)
	* xt/04_minimumversion.t (added)
	* xt/05_critic.t (added)
	Moved author-only tests to xt/, updated MANIFEST.

	* MANIFEST
	Add test suite 28_parser_bugs_50013.t, which was omitted from
	last release.

	* xt/01_pod.t
	* xt/02_pod_coverage.t
	* xt/03_meta.t
	* xt/04_minimumversion.t
	* xt/05_critic.t
	Re-engineered the author-only/release tests, since they're no
	longer in the t/ directory and thus should not interfere.

0.70	Sunday December  6, 2009, 10:00:00 PM -0700
	* lib/RPC/XML.pm
	* t/10_data.t
	RT #49406: Make Base64 data-type allow zero-length data.

	* lib/RPC/XML.pm
	* t/10_data.t
	Hand-applied a patch (most likely from Bill Moseley) to extend
	the construction of dateTime.iso8601 data-types.

	* t/40_server.t
	Fixed another corner-case for the url() test.

	* lib/RPC/XML.pm
	Fixed a case from previous work that caused "undef" warnings.

	* lib/RPC/XML.pm
	* lib/RPC/XML/Parser.pm
	* t/28_parser_bugs_50013.t
	RT #50013: Restore backwards-compatibility for projects that
	use RPC::XML::Parser directly.

	* lib/RPC/XML/Procedure.pm
	RT #50143: Incorrectly called server_fault() as if it were a
	coderef.

	* lib/Apache/RPC/Server.pm
	Applied patch from Frank Wiegand to fix a POD problem.

	* lib/RPC/XML.pm
	Some additional regexp issues on dateTime.iso8601, to handle
	backwards-compatibility.

	* lib/RPC/XML/ParserFactory.pm
	Fixed some minor doc errors.

	* lib/RPC/XML/Parser/XMLParser.pm
	Moved the 'require' of some libraries to the point where they
	are first needed, to delay loading until/unless necessary.

	* lib/RPC/XML/Parser/XMLLibXML.pm (added)
	* t/21_xml_libxml.t (added)
	* t/29_parserfactory.t
	* t/40_server_xmllibxml.t (added)
	Implement support for XML::LibXML in the parser-factory.
2010-01-16 15:32:58 +00:00
sno
cbb8a01b73 Updated sysutils/pstree to 2.33 2010-01-16 15:29:22 +00:00
sno
f098211042 Updating sysutils/pstree from 2.32nb1 to 2.33.
Upstream changes:
 * Revision 2.33  2009-11-10 22:12:39+01  fred
 * Added UTF8, enlarged MAXLINE
2010-01-16 15:28:57 +00:00
sno
d4e2c4c860 Updated www/p5-URI to 1.52 2010-01-16 15:25:34 +00:00
sno
518275f848 Updating www/p5-URI from 1.51 to 1.52.
pkgsrc changes:
- Adjusting dependency of core modules

Upstream changes:
2009-12-30 Release 1.52 - Gisle Aas <gisle@ActiveState.com>
   Gisle Aas (7):
      Encode::decode('UTF-8',...) with callback implemented in 2.39
      %%host%% hack can be removed when URI::_server::as_iri works
      Don't croak on IRIs that can't be IDNA encoded
      IDNA roundtrip test on wrong variable
      Check behaviour when feeded URI constructor Latin-1 chars
      Add some test examples from draft-duerst-iri-bis.txt
      Need to recognize lower case hex digits as well
2010-01-16 15:25:23 +00:00
sno
386cd0b360 Updated devel/p5-Path-Class to 0.18 2010-01-16 15:16:48 +00:00
sno
b7d8c0b001 Updating devel/p5-Path-Class from 0.17 to 0.18.
pkgsrc changes:
- Adjusting HOMEPAGE URI and dependencies

Upstream changes:
0.18 - Sun Dec 20 10:11:02 CST 2009
 - Similar to the next() bug for files/directories named "0" or "0.0"
   in the previous release, the children() and recurse() methods have
   now been fixed in the same way. [spotted by ARTHAS, MSISK]
2010-01-16 15:16:37 +00:00
sno
2563936f8f Updated devel/p5-ExtUtils-ParseXS to 2.22 2010-01-16 15:14:39 +00:00
sno
f5d36572c9 Updating devel/p5-ExtUtils-ParseXS from 2.21 to 2.22.
Upstream changes:
2.22 - Mon Jan 11 15:00:07 EST 2010
 No changes from 2.21_02

2.21_02 - Sat Dec 19 10:55:41 EST 2009
Bug fixes:
 - fixed bugs and added tests for INCLUDE_COMMAND [Steffen Mueller]

2.21_01 - Sat Dec 19 07:22:44 EST 2009
Enhancements:
 - New 'INCLUDE_COMMAND' directive [Steffen Mueller]

Bug fixes:
 - Workaround for empty newXS macro found in P5NCI [Goro Fuji]
2010-01-16 15:14:28 +00:00
sno
96390f33bb Updated devel/p5-ExtUtils-Manifest to 1.58 2010-01-16 15:13:13 +00:00
sno
086a049580 Updating devel/p5-ExtUtils-Manifest from 1.57 to 1.58.
Upstream changes:
1.58  Sun, Nov 21, 2009
  - add MYMETA files to default skip list:
     http://rt.cpan.org/Ticket/Display.html?id=50923
    (suggested by DAGOLDEN)
  - Avoid Devel::Cover and Devel::CoverX::Covered files
    (suggested by daxim)
2010-01-16 15:13:02 +00:00
sno
2d2a86dd00 Updated devel/p5-ExtUtils-MakeMaker to 6.56 2010-01-16 15:11:32 +00:00
sno
e01a8b5387 Updating devel/p5-ExtUtils-MakeMaker from 6.54 to 6.56.
Upstream changes:
6.56  Thu Dec 17 14:02:14 PST 2009
    * Stable release of 6.55_03


6.55_03  Fri Dec  4 23:08:02 PDT 2009
    Bug Fixes
    * BUILD_REQUIRES will not be used when generating ppd, PRINT_PREREQ and
    'requires' section of META.yml (Alexandr Ciornii)

    OS/2
    * Better compatibility with miniperl [rt.cpan.org 48534] (Ilya Zakharevich)

    Win32
    * mingw64 support (Sisyphus)
    * Fixed a typo causing bad Makefiles for Visual C++ users (Steve Hay)

    New Features
    * The new "package NAME VERSION" syntax from 5.11 is now supported by
      parse_version() and thus VERSION_FROM.  The first version declaration,
      package or $VERSION, is used. (David Golden)


6.55_02  Wed Aug  5 00:36:36 PDT 2009
    Feature Changes
    * PREFIX now applies to relative directories.  This is a change since
      6.20 when they were ignored.  Its necessary for relocatable Perls.

    VMS
    * Refactoring of "MakeMaker Parameters" section in 6.55_01 broke VMS.
      (Craig Berry)


6.55_01  Tue Jul 14 15:53:30 PDT 2009
    Test Fixes
    * The tests got a bit overzealous and removed the LIB environment variable
      while is necessary for some compilers to work. [rt.cpan.org 47722]
      (Jan Dubois)
    * Another fix for arch_check() on Windows changing how we normalize
      long and short filenames. [rt.cpan.org 47723] (Jan Dubois)

    New Features
    * BUILD_REQUIRES is added, similar to PREREQ_PM but for modules which
      are necessary to build, but not run, your module. (Alexandr Ciornii)
2010-01-16 15:11:22 +00:00
sno
b6b41efd34 Updated databases/p5-DBD-SQLite to 1.29 2010-01-16 15:08:34 +00:00
sno
6fd5c26547 Updating databases/p5-DBD-SQLite from 1.25 to 1.29.
pkgsrc changes:
- Correcting license to ${PERL5_LICENSE}
- Updating dependencies
- database/sqlite3 isn't used anymore - only the bundled sqlite

Upstream changes:
1.29 Fri  8 Jan 2010
    - Updated to SQLite 3.6.22 (DUNCAND)

1.28_02 Sun  3 Jan 2010
    - Now empty (or comment only) statements won't cause segv
      or "not an error" errors. Spotted by TOKUHIROM. (ISHIGAKI)
    - Resolved #52573: previous fix always turned on the AutoCommit
      flag; it goes along with the behavior of the internal library
      but broke compat. (ISHIGAKI)
    - Removed the SQLITE_CORE and SQLITE_PRT_SZ flags at the recommendation
      of the SQLite mailing list. (ADAMK)

1.28_01 Tue 22 Dec 2009
    - Updated to SQLite 3.6.21 (ISHIGAKI)
    - silence warnings on HP-UX (HMBRAND)
    - Resolved #52573: Manual Transaction handling seems to be
      broken (hopefully) (ISHIGAKI)

1.27 Mon 23 Nov 2009
    - Switching to a production version

1.26_07 Sun 15 Nov 2009
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Foreign keys support is once again disabled by default.
      It seems to have a greater impact than we expected and
      it actually broke things. This feature probably will be
      enabled by default by the sqlite team in the future, and
      eventually you'll need to cope with it, but right now we
      agreed with some discussion to give you more time to be
      prepared. If you use referential stuff in your schema
      (which sqlite ignores now) should do extensive testing
      to ensure that they will work when you issue "PRAGMA
      foreign_keys = ON". (ISHIGAKI)

    - Updated to SQLite 3.6.20 (DUNCAND)
    - Resolved #50935: there remained old "unicode" attribute usage
      in the pod, spotted by ASHLEY. (ISHIGAKI)

1.26_06 Wed 28 Oct 2009
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Removed undocumented (and most probably unused) reset method
      from a statement handle (which was only accessible via func().)
      Simply use "$sth->finish" instead. (ISHIGAKI)
    - Now DBD::SQLite supports foreign key constraints by default.
      Long-ignored foreign keys (typically written for other DB
      engines) will start working. If you don't want this feature,
      issue a pragma to disable foreign keys. (ISHIGAKI)
    - Renamed "unicode" attribute to "sqlite_unicode" for integrity.
      Old "unicode" attribute is still accessible but will be
      deprecated in the near future. (ISHIGAKI)

    - You can see file/line info while tracing even if you compile
      with a non-gcc compiler. (ISHIGAKI)
    - Major code refactoring. (ISHIGAKI)
    - Pod reorganized, and some of the missing bits (including
      pragma) are added. (ISHIGAKI)

1.26_05 Thu 15 Oct 2009
    - Updated to SQLite 3.6.19 (ISHIGAKI)

1.26_04 Tue 6 Oct 2009
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Resolved #49716: Fixed $dbh->column_info to work according to
      the spec in DBI and added support for attached databases. (VLYON)
    - Fixed $sth->primary_key_info to work according to the spec in DBI
      and changed the tests in t/27_metadata.t to reflect this. (VLYON)
    - Tweaked not to hide a real error by a "not an error" issued
      by another sqlite3 function between the failed sqlite3 function
      and the sqlite_error to report. Note that this change makes
      some failures issue two relevant errors at a time. (ISHIGAKI)

    - Updated to SQLite 3.6.18 (DUNCAND)
    - Resolved #48393: previous effort was not enough; BegunWork
      should also be handled properly (ISHIGAKI)
    - Replaced last DBILOGFP with DBIc_LOGPIO(imp_xxh) (ISHIGAKI)
    - Tweaked t/08_busy.t not to fail just because it is tested
      under a very, very slow (virtual) machine. (ISHIGAKI)
    - Added a code to look for a compiler from Module::Install::Can.
      (ISHIGAKI)
    - Added documentation and an 'Escape' attribute for $sth->table_info.
      (VLYON)

1.26_03 Wed 12 Aug 2009
    - Updated to SQLite 3.6.17 (ISHIGAKI)
    - Switched to use :memory: for most of the tests (ISHIGAKI)
    - Fixed a memory leak when prepare should fail (ISHIGAKI)
    - Added support for commit/rollback/update hooks (DAMI)
    - Added support for set_authorizer (DAMI)
    - Added support for collation_needed(), and reorganised driver API
      for user-defined collations (DAMI)
    - Exported constants from sqlite3.h into DBD::SQLite namespace (DAMI)
    - Added support in t/lib/Test.pm for checking both versions of
      driver-private methods ("func" / "sqlite_*") (DAMI)
    - Removed unused and obsolete "list_tables" from SQLite.xs (DAMI)
    - Added a default implementation for the REGEXP infix operator (DAMI)
    - Renamed several internal sqlite3_ functions to sqlite_
      for clarity (ISHIGAKI)
    - Accept empty filename at connect (sqlite will open a tempfile) (DAMI)
    - Documented the connect() method (DAMI)
    - Replaced imp_dbh->in_tran with sqlite3_get_autocommit(), hoping
      this would fix the annoying rollback issues, including #48393
      (ISHIGAKI)
    - META.yml requires is now generated instead of being derived from the
      (incorrect) PREREQ_PM values by ExtUtils::MakeMaker (ADAMK)

1.26_02 Fri 19 Jun 2009
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Resolved #46831: table_info schema is incorrect and doesn't
      work with attached databases (VLYON/ISHIGAKI)

    - Updated to SQLite 3.6.15 (DUNCAND)
    - Resolved #44882: Use of $h->func() should be deprecated and
      replaced with calls to driver-private 'installed methods'
      (ISHIGAKI)
    - Added access to Online Backup functionality. (TJC)
    - Added enable_load_extension pod (ISHIGAKI)
    - Now private methods/functions return true after successful
      calls (#44871) (ISHIGAKI)
    - Removed all of the "croak"s (#44871) (ISHIGAKI)

1.26_01 Tue  5 May 2009
    - Added ORDINAL_POSITION support for $dbh->column_info (ADAMK)
    - Applied several fixes from GFUJI to clean up code (#45578)
      (ISHIGAKI)
    - Skipped some of the unicode path tests under cygwin (#45166)
      (JDHEDDEN)
    - Added some explanation and workarounds for a SQL that
      compares a return value of a function with a numeric bind
      value (ISHIGAKI)
2010-01-16 15:08:21 +00:00
tnn
14d17b01b7 note nss and epiphany updates 2010-01-16 15:06:41 +00:00
tnn
001f4cd548 use pkg-config to locate nspr 2010-01-16 15:04:32 +00:00
sno
36d46cc5d9 Added devel/p5-Debug-Client version 0.11 2010-01-16 15:04:08 +00:00
sno
2dc4a61d77 Importing devel/p5-Debug-Client version 0.11 as dependency of upcoming
import of the Perl IDE Padre.

Provides client side code for perl debugger.
2010-01-16 15:03:57 +00:00