Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
version, and packages should switch to it as they are deemed compatible.
blurb:
S-Lang is a C programmer's library that includes routines for the rapid
development of sophisticated, user friendly, multi-platform applications.
The S-Lang library includes the following:
- Low level tty input routines for reading single characters at a
time, as well as low-level terminal-independent routines for
manipulating the display of a terminal.
- Keymap routines for defining keys and manipulating multiple
keymaps.
- High level screen management routines for manipulating both
monochrome and color terminals. These routines are very efficient.
- Routines for reading single line input with line editing and recall
capabilities.
- Searching functions: both ordinary searches and regular expression
searches.
- An embedded stack-based language interpreter with a C-like syntax.
- A malloc debugging package
|
|
|
|
Packaged by Jens Rehsack and provided via PR 39221.
Tie::File represents a regular text file as a Perl array. Each element in the
array corresponds to a record in the file. The first line of the file is
element 0 of the array; the second line is element 1, and so on.
The file is not loaded into memory, so this will work even for gigantic files.
Changes to the array are reflected in the file immediately.
|
|
|
|
Packaged by Jens Rehsack and provided via PR 39220.
This presents an ordinary array, but is kept sorted. All pushes and unshifts
cause the elements in question to be inserted in the appropriate location to
maintain order.
|
|
|
|
|
|
Mac::Carbon is a collection of perl modules for accessing the Carbon API under
Mac OS X. It is a port of the Toolbox modules written by Matthias Neeracher for
MacPerl.
|
|
Patch provided by Jens Rehsack in PR 39227.
0.80 Fri 27 Jun 2008
- All clear on the CPAN Testers front, flipping to production
0.71_03 Wed 25 Jun 2008
- Removing the Server 2003 and 2008 skips that should work
now that we create directories on demand.
- File::HomeDir should now support "Perl on a Stick"
0.71_02 Mon 28 Apr 2008
- Added `my_dot_config`.
- Adding a base driver class.
0.71_01 Fri 4 Apr 2008
- Converted from Registry checks to Win32 calls.
This includes giving it the "create directory" call.
- Removing the dependency on the registry modules.
0.70 Fri 28 Feb 2008
- Windows Server 2003 does not have Music/Pictures/etc directories
(correct the test to not expect them to exist)
- Make the same assumption about Windows Server 2008
|
|
Based on PR 39228 and update dependency pattern.
1.203 Wed 14 May 2008
Summary:
- No change, switching to production version
1.202_03 Wed 14 May 2008
Summary:
- Initial Perl 6 support
- Bug fixes and final 1.203 release candidate
- I finally catch up with all the failing test cases
that Chris Dolan keeps commiting :)
Details:
- Adding initial support for "use v6-alpha;"
- Adding new class Perl::Statement::Include::Perl6
- Adding a test on the KindaPerl6::Grammar,
which triggered a bug in the tokenizer during
CPAN::Metrics tinderboxing.
- All open() calls now use three-argument form
- Upgrading explicit Perl dependency to 5.006,
because of the previous item.
- Better support for labels, including tricky ones like "BEGIN : { ... }"
1.202_02 Wed 2 Jan 2008
Summary:
- Back-compatibility and 1.203 release candidate
Details:
- Removing the use of use base 'Exporter';
- Updating Test::SubCalls dep to 1.07 to get
the use base 'Exporter' fix for that too.
1.202_01 Tue 20 Nov 2007
Summary:
- Minor bug fix release
Details:
- RT #30469: calling length() on PPI::Token gives error
- 14_charsets.t was incorrectly skipping in situations
that it should have been running.
1.201 Mon 22 Oct 2007
Summary:
- Minor bug fix release
Details:
- The internal exception class PPI::Exception::ParserTimeout was
inheriting from itself.
1.200 Mon 15 Oct 2007
Summary:
- Production Release
Details:
- Zero changes from 1.199_07
- Updated version from 1.199_07 to 1.200
1.199_07 Fri 12 Oct 2007
Summary:
- This is the third release candidate for 1.200
- Minor tweak
Details:
- Changed the way to detect Perl 5.6 to ignore the 1_0e1_0 failure
1.199_06 Wed 10 Oct 2007
Summary:
- This is the second release candidate for 1.200
- Some small bug fixes
Details:
- Remove -w from test scripts to allow taint'enabled testing
- Skip the failing 1_0e1_0 test on Perl 5.6.2
1.199_05 Tue 9 Oct 2007
Summary:
- This is the first release candidate for 1.200
- Fix some parser corner cases
Details:
- Fixed parsing of %!, $^\w, and %^H
- Fixed parsing of @{$foo}-1
- Fixed parsing of <$fh1>, <$fh2>
1.199_04
Summary:
- Build tweaks
- More regression changes
Details:
- Increasing List::Util dependency to 1.19
(Removes a memory leak on Win32)
1.199_03 Thu 12 Jul 2007
Summary:
- Support for a few more rare/legacy Perl syntax
- Tokenizer simplification, optimization and exception'ification
Details:
- Added support for the <<\EOF heredoc style
- Always create ->{type} in full-quote sections
- Converted more of the Tokenizer to use exceptions
- Optimized away a bunch of now-unneeded "or return undef"
- Optimized _set_token_class down to a single statement
- Inlined _set_token_class out of existance
- Cache and fast-clone PPI::Token::Whitespace->null
- Removed some superfluous parameter checks on private methods,
for conditions that would cause explosions and be noticed anyway.
- Removed the fancy options from PPI::Token::new
- More consistent structure of incomplete quotes
1.199_02 Mon 5 Mar 2007
Summary:
- Added parser timeout support
- Fixing various regression cases
- Adding some housekeeping tweaks
Details:
- Created PPI::Exception with an eye to moving towards
using exceptions more for error handling (for speed).
The goal is to get rid of the "or return undef"s.
- Added the timeout param to the PPI::Document constructor
which uses alarm to implement basic timeout support.
This should help when parsing a large corpus on Unix.
(Not available on Win32)
- Fixed incorrect location() for PPI::Structure instances.
- Adding better parsing of hash constructors.
- Pushing Clone dependency to 0.22 to get closer to taint support)
- Pushing deps on bundled test modules to prevent accidentally
bundling old versions.
1.199_01 Tue 31 Oct 2006
Summary:
- Improved lexing correctness
- Partial implementation of literal
- Initial implementation of Number classes (Chris Dolan)
Details:
- Split out PPI::Token::Number subclasses
- Implement numbers with exponential notation
- Implement literal() for ::Number classes (except ::Version)
- Implement literal() for ::Token::Quote::Single
- Added -T for inline tests
- Add tests for nested statements and nested structures
- Fixed some bugs as a result
- Improved detection of the correct curly brace structure types
|
|
This is version update only, no functional change in this ruby extention.
|
|
|
|
* 0.28
- More information output in case mapping between C and Perl
fails.
- init_callbacks can take the object as a second argument
- Documenatations updates
|
|
0.44 Fri Jul 25 08:25:52 MDT 2008
-Patch from Tom Wyant <twyant3@comcast.net> for darwin issues
that didn't make it into 0.43.
0.43 Thu Jul 17 20:59:23 MDT 2008
-Changed 'my $TTYDEVSFILE;' to 'our' to permit multiple
versions of perl (rt.cpan.org bug ID 37722); fixed up include
file order in os/Linux.h so module will build on OpenSuse 11
per request of Steve Linn <steve@rhythm.com>; fixed warning
under perl 5,10 (rt.cpan.org bug ID 36666); fixes for numerous
problems on darwin from Tom Wyant <twyant3@comcast.net>
(rt.cpan.org bug IDs 24331, 32761, and 33698); fix for ARG_MAX
dynamic configuration in os/Linux.h (rt.cpan.org bug ID 36283).
0.42 Fri Jan 25 22:29:00 MST 2008
-Patch to fix PROC_FS define in Solaris 5.10 from jlv
<jloverso@mathworks.com>; patch to replace kinfo array and use
KINFO structure on darwin. Patch from Steve Linn
<steve@rhythm.com> for x86_64 linux. Shortened test code so it
only shows info for current process.
|
|
0.48_01 Wed Jul 30 10:42:52 GMT 2008
- Fixed bug when comparing AoH with non-scalar values. Reported (with
fix) by Mark Zealey
(http://rt.cpan.org/Public/Bug/Display.html?id=29732)
|
|
0.853 (07.30.2008) - John Siracusa <siracusa@gmail.com>
* Fixed a bug in the hash get_set_init method interface. (Reported
by Bill Moseley)
0.852 (06.25.2008) - John Siracusa <siracusa@gmail.com>
* Documented Rose::Object::MixIn->import()'s -target_class parameter.
0.851 (06.06.2008) - John Siracusa <siracusa@gmail.com>
* Corrected mistakes in the Rose::Class::MakeMethods::Generic POD.
|
|
|
|
Module::Load allows for generic loading of modules and files. Simply
give it the name of a module or file and it will Do What You Mean (tm).
|
|
|
|
This is a package comparing two perl data structures recursively.
|
|
Changes appear to be minor; Changes not updated or marked with
version numbers.
|
|
This switches to the gnome-2.22 branch.
pkgsrc change: explicitely disable building of the valgrind plugin,
so that it doesn't get picked up accidentaly, to fix PR pkg/37831
by Ondrej Tuma
|
|
Pkgsrc changes:
o Add HOMEPAGE using search.cpan.org.
Upstream changes:
2004-12-29 Sean M. Burke sburke@cpan.org
* Version 1.01 -- no code changes, just rebundling
|
|
|
|
Test::Output provides a simple interface for testing output sent
to STDOUT or STDERR. A number of different utilies are included to
try and be as flexible as possible to the tester.
Originally this module was designed not to have external requirements,
however, the features provided by Sub::Exporter over what Exporter
provides is just to great to pass up.
Test::Output ties STDOUT and STDERR using Test::Output::Tie.
|
|
Pkgsrc changes:
o Change HOMEPAGE to use dist/ instead of user name.
o Add USE_TOOLS+=perl for the tests
Upstream changes:
Version 0.1622: Wed Jul 16 2008
- Updated to the latest version of Module::Install
- Removed auto-install for better compatibility with CPAN and others
- Moved hosting to Google Code
|
|
(while here adjust MASTER_SITES).
Changes:
0.55 Sun August 3, 2008
* Moose::Meta::Attribute
- breaking down the way 'handles' methods are
created so that the process can be more easily
overridden by subclasses (stevan)
* Moose::Meta::TypeConstraint
- fixing what is passed into a ->message with
the type constraints (RT #37569)
- added tests for this (Charles Alderman)
* Moose::Util::TypeConstraints
- fix coerce to accept anon types like subtype can (mst)
* Moose::Cookbook
- reorganized the recipes into sections - Basics, Roles, Meta,
Extending - and wrote abstracts for each section (Dave Rolsky)
* Moose::Cookbook::Basics::Recipe10
- A new recipe that demonstrates operator overloading
in combination with Moose. (bluefeet)
* Moose::Cookbook::Meta::Recipe1
- an introduction to what meta is and why you'd want to make
your own metaclass extensions (Dave Rolsky)
* Moose::Cookbook::Meta::Recipe4
- a very simple metaclass example (Dave Rolsky)
* Moose::Cookbook::Extending::Recipe1
- how to write a Moose-alike module to use your own object base
class (Dave Rolsky)
* Moose::Cookbook::Extending::Recipe2
- how to write modules with an API just like C<Moose.pm> (Dave
Rolsky)
* all documentation
- Tons of fixes, both syntactical and grammatical (Dave
Rolsky, Paul Fenwick)
|
|
Changes:
0.64 Sun August 3, 2008
* Class::MOP::Immutable
- fixing subtle edge case in immutable when you
call ->meta (stevan)
- clean up option processing (nothingmuch)
* Class::MOP::Instance
- inlined initialize slot didn't match
non-inlined (nothingmuch)
|
|
Changes from web page:
- Add license file whihc wasn't included.
- Miscellaneous code clean up (constify).
|
|
Changes since 0.5.18a:
Fixed endianess issues in mp3 extractor.
Fixed build issues (need to link C++ code explicitly against
libstdc++ on BSD).
Releasing libextractor 0.5.20c.
Fixed concurrency issues in plugin (un-)loading by adding locking
around libltdl functions.
Added an FFmpeg-based thumbnail extractor plugin, initially
supporting only bmp and png files.
Fixed security issues in XPDF-based PDF extractor.
Added track number and ISRC for FLAC/mp3/ogg files.
Added a plugin for AppleSingle/AppleDouble files.
Various minor code cleanups.
Fixed security issues in XPDF-based PDF extractor.
Added a FLAC (.flac) plugin.
Added a Flash Video (.flv) plugin.
Add support for some common iTunes tags to qtextractor.
Disable libgsf logging (for corrupt files).
Added escape (\n) handling to split extractor.
Fixed problem with newer versions of libgsf.
Fixed problem with automake 1.10 not setting MKDIR_P.
Releasing libextractor 0.5.18a.
|
|
but it's a step.
|
|
|
|
NetBSD Packages Collection.
The Perl 5 module Data::Dump::Streamer provides functions to
accurately serialize a data structure as Perl code. Given a list
of scalars or reference variables their contents can be written
out in perl syntax. The references can also be objects. The contents
of each variable is output using the least number of Perl statements
as convenient, usually only one. Self-referential structures,
closures, and objects are output correctly.
|
|
|
|
Packages Collection.
The Perl 5 module Package::Generator lets you quickly and easily
construct new packages. It gives them unused names and sets up
their package data, if provided. Also included in this package is
the Perl 5 module Package::Reaper. This module allows you to create
simple objects which, when destroyed, delete a given package. This
lets you approximate lexically scoped packages
|
|
entries to handle that.
|
|
is given.
While here, add clean to PRIVILEGED_STATES; otherwise, an unprivileged
user cannot remove the Mac OS X GUI application with "make clean".
|
|
to PLIST.
Bump PKGREVISION.
|
|
|
|
Babel is a Python library that provides an integrated collection of
utilities that assist with internationalizing and localizing Python
applications (in particular web-based applications.)
|
|
(24 Jul 2008, from /branches/1.5.x)
http://svn.collab.net/repos/svn/tags/1.5.1
User-visible changes:
* mergeinfo on switched subtrees should elide in repos (issue #3188)
* Add support for --config-dir to svnmerge.py (r31727)
* improve performance of bdb post-commit deltification (r31820, -59)
* return faster when there is nothing to be merged (r30748)
* don't commit an add of a missing item (issue #3198)
* don't create unneeded self-referential mergeinfo (issue #3157)
* support 'http-library' (if --enable-runtime-module-search) (r31425, -722)
* support Berkeley DB 4.7 (r32017, -29)
* fixed: make serf usable with root-level authz (r31464)
* fixed: 'svndumpfilter' partial-path matching bug (r31833)
* fixed: crash on invalid dates in 'log' and 'blame' (issue #2721)
* fixed: 'svn status --xml' outputting invalid XML (issue #2887)
* fixed: 'svn merge' prints incorrect range (r30746, -47)
* fixed: using neon/serf, can not replace branch (issue #2939)
* fixed: 'file not found' error when merging to a broken symlink (r31159, -79)
* fixed: using serf, crash or endless loop fetching authn data (r31619)
* fixed: ArrayIndexOutOfBoundsException in JavaHL bindings (r31719, -806)
* fixed: authn password lookup used wrong username (issue #2242)
* fixed: unbounded memory usage in wc-to-wc copy and move (r31868)
* fixed: subtree merges broken for non-intersecting ranges (issue #3199)
* fixed: invalid XML from 'svn log --xml' against pre-1.2 servers (r31875)
* fixed: 'svnlook diff' ignores --diff-copy-from for properties (issue #3248)
* fixed: 'svnlook diff' doesn't report that binary files differ (issue #3249)
* fixed: bogus results from commits to subtrees added by merge (issue #3240)
* fixed: non-existent subtree in destination breaks the merge (issue #3067)
* fixed: serf merge bug too complex to describe here (r32056)
* fixed: 'svn log -g' correctness and speed (issue #3220, issue #3235)
* fixed: merge chokes on renamed subtrees (issue #3174)
Developer-visible changes:
* export svn_path_is_url() to the bindings (r31603)
* don't clobber LDFLAGS in configure when given '--with-zlib' (r31825)
* make libsvn_ra depend on libsvn_delta unconditionally (r31852)
* correctly set the peg revision for copy in JavaHL (r31994)
* 'svn mergeinfo' handles wc paths (r31023, -873, -874, -929, -930, -038)
* fixed: crash when when svn_ra_open3() is passed a bogus URL (r31223)
* fixed: JavaHL compilation on Windows (r31737)
* fixed: crash in calling apr_pstrcat (affects TortoiseSVN) (r32080)
|
|
|
|
0.074 2008-05-11
fix RT#35678 (thanks RJBS)
0.073 2008-04-04
packaging fix
0.072 2008-04-03
remove duplicate option name in test
0.071 2008-04-03
fix RT#34153 (bcbailey++)
0.070 2008-01-29
fix RT#32481 (nothingmuch++)
|
|
Pkgsrc changes:
o Change HOMEPAGE to use search.cpan.org instead of www.cpan.org.
o Remove .tgz as EXTRACT_SUFX
o Remove no-longer-needed dependency on p5-Getopt-Simple
Upstream changes:
1.11 This is a distribution maintenance release. No new
features or bugfixes were added, there is no need
to update from version 1.10.
There are two reasons for the changes: a new version
of CPAN.pm and the CPANTS code quality checks.
Adapted tests to run with CPAN.pm 1.90.
Moved change log from README section "What's new" to
this file.
Added META.yaml.
Added demos.
Added POD test scripts: t/pod.t and t/pod-coverage.t.
POD optimizations and fixes.
|
|
Pkgsrc changes:
o Canonicalize HOMEPAGE
o USE_TOOLS+=perl for the tests
o Convert to using Module::Build
Upstream changes:
1.49 Sat Mar 22 11:31:00 2008
- Patch from JJARVINEN for RT#33299 so that an option value of
zero overrides the default
|
|
Add a buildlink3.mk file. Bump PKGREVISION.
|
|
Add debug option.
|
|
0.06 Thu Jul 23 02:10:07 2008
* Deprecating before/after/around triggers! Switch back to coderef +
whatever you used to do. Moose is have it implemented it as an extension
trait.
* Mouse
- updated trigger doc (thanks perigrin)
- which will not see CPAN :( sorry perigrin!
* Mouse::Meta::Class
- add a make_immutable method which does nothing(!), for even more
Moose compat (nothingmuch's idea)
|
|
change: bugfix (affecting overwrite of existing files)
|