Commit graph

200251 commits

Author SHA1 Message Date
ryoon
f1cfcdceed Import p5-Sys-Syslog-0.32 as sysutils/p5-Sys-Syslog.
Sys::Syslog is an interface to the UNIX syslog(3) program.

Call syslog() with a string priority and a list of printf() args just like
syslog(3).
2013-04-21 13:09:32 +00:00
ryoon
eb415da022 Updated textproc/p5-Pod-Parser to 1.60
Updated textproc/p5-Regexp-Common to 2013031301
2013-04-21 13:03:27 +00:00
ryoon
dfdae5d9bc Update to 2013031301
Changelog:
Version 2013031301 Wed Mar 13 12:03:41 CET 2013
+ Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
  RT 50693.

Version 2013031201 Tue Mar 12 15:44:48 CET 2013
+ Allow host/domain names to start with a digit, using
  $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others.
  RT 23626.

Version 2013031101 Mon Mar 11 21:02:45 CET 2013
+ For integers and decimal numbers (reals), allow the user to specify the
  pattern of the signs (leading sign, and for reals, the sign of the exponent).
  This gives the user the option to ask for a pattern that matches unsigned
  numbers (by specifying the empty string as the pattern).
  Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>.

Version 2013030901 Sat Mar  9 14:51:42 CET 2013
+ Use (?-1) instead of (??{ }) for the recursive balanced pattern.
  This makes the pattern unavailable for pre-5.010 perls.
2013-04-21 13:01:04 +00:00
ryoon
e29fac21bf Update to 1.60
Changelog:
 31-Jan-2013           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.60
 + removed Pod::Checker and Pod::Usage from this distribution - they are now
   separate distros and are subjects to be refactored, to be based upon
   Pod::Simple. Thanks to rjbs for reminding me of this.


 25-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.51
 + CPAN#74271: Pod::Parser should not flag L<text|hyperlink>
   undo change CPAN#47473: L<alt text|URL> _is_ allowed (see discussion on
   pod-people and p5p); confirmed by blead change; references:
   http://code.activestate.com/lists/perl-pod-people/1690/
   http://code.activestate.com/lists/perl-pod-people/1393/
   http://perl5.git.perl.org/perl.git/commit/f6e963e4dd62b8e3c01b31f4a4dd57e47e104997
 + bump all module versions (except Pod::PlainText) to 1.51
 + update META.yml (thanks rjbs for the hint)


 16-Jan-2012           Marek Rouchal                        <marekr@cpan.org>
 -----------------------------------------------------------------------------
 Version 1.50
 + fix whitespace (esp. CR [\r] related) issues with different Perl versions
   on Windows (with Perl 5.8.8 [Activestate], and 5.6.1 [SUA])
 + merge latest core (5.14.x) changes to this distro
 + CPAN#73446: fix minor POD error in InputObjects.pm
 + CPAN#43955: podchecker fails to detect superfluous =cut directive:
   implemented (and extended by a check for superfluous =pod commands) and
   documented in Pod::Checker; also added a note in the POD of all modules
   that they are part of the Pod::Parser distribution
 + CPAN#46695: use consistent version (1.50) for distribution and all Pod::
   modules in this distro (except for Pod::PlainText, which stays at 2.05)
 + CPAN#52086: mismatch between distro and module version:
   same as above
 + CPAN#55121: correction for Pod::Find and t/pod/find.t on VMS
 + CPAN#47473: podchecker on L<> url with alt text
   ... causes an error in Pod::Checker now
 + CPAN#57954: Pod::Usage does not find perldoc when perl is relocatable
   ... use $Config{scriptdirexp} instead of scriptdir
 + CPAN#61223: podchecker notice missing blank line before command
   implemented with more tests in poderrs.t and self test of all *.pms
 + CPAN#66614: parse of no final newline vs perl -w
   ... a rare case, but fixed nevertheless
 + CPAN#68157: Pod-Parser-1.38/lib/Pod/Usage.pm question/bug
   ... pass through formatting options to Pod::Text
 + CPAN#70771: mishandles symbolic links in @INC
   ... fixed by making the paths in @INC absolute, using Cwd::abs_path()
 + CPAN#71139: 3 possible optimisations
   ... applied
 + several other rt.cpan.org tickets processed and closed
2013-04-21 12:58:35 +00:00
obache
f47e0a5011 Updated devel/ruby-gettext to 2.3.9 2013-04-21 12:57:11 +00:00
ryoon
6fe7e078e9 Updated textproc/p5-XML-RSS to 1.50 2013-04-21 12:56:20 +00:00
obache
3aa517a156 Update ruby-gettext to 2.3.9.
## 2.3.9: 2013-04-21

This is a msgmerge updated release.

### Improvements

  * [tools] Used the more modern word "cannot" instead of "can
    not". [GitHub #15] [Patch by Benjamin Kerensa]
  * Cleared license descriptions. [Suggested by Jérémy Bobbio]

### Fixes

  * Avoided including native extentions in this gem for Windows users.

### Thanks

  * Benjamin Kerensa
  * Jérémy Bobbio

## 2.3.8: 2013-04-05

This is a msgmerge improved release.

### Improvements

  * Added licence information to the gemspec.
    [GitHub #13] [Patch by jordimassaguerpla]
  * Supported Ruby 2.0.0.
    [GitHub #14] [Reported by mtasaka]

### Fixes

  * [rxgettext] Fixed a bug that the comment for the previous message
    also exists in the current message.
    [Debian #684184] [Reported by Francesco Poli] [Patch by Jérémy Bobbio]

### Thanks

  * jordimassaguerpla
  * mtasaka
  * Francesco Poli
  * Jérémy Bobbio
2013-04-21 12:56:02 +00:00
ryoon
cfa8d45534 Update to 1.50
Changelog:
1.50 - April 7, 2013
    - Update the repository URL to its new location on GitHub.
2013-04-21 12:55:49 +00:00
ryoon
a65e9e0f32 Updated converters/p5-JSON to 2.57 2013-04-21 12:49:29 +00:00
ryoon
f2e11c3b43 Update to 2.57
Changelog:
2.57
	- t/x17_strage_overload.t didn't work correctly.

2.56  Sat Apr  6 09:58:32 2013
	- fixed t/x17_strage_overload.t (rt#84451 by Ricardo Signes)

2.55
	- update JSON::BackportPP version

2.54  Fri Apr  5 16:15:08 2013
	- fixed t/19_incr.t on perl >= 5.17.10 (wyant, rt#84154)
	    pathced by mbeijen and modified with demerphq's patch
	- Fixed some spelling (by briandfoy)
	- fixed sppeling (by Perlover)
	- enhanced documents (Thanks to Justin Hunter and Olof Johansson)
	- changed backend module loading for overloaded object behavior
	                                        (reported by tokuhirom)
2013-04-21 12:49:01 +00:00
ryoon
e10dbe8fea Added mail/p5-Test-Email version 0.07
Updated databases/p5-DBD-mysql to 4.023
2013-04-21 12:47:07 +00:00
ryoon
a598fea937 Update to 4.023
Changelog:
2013-04-12 Patrick Galbraith et open source community <patg at patg dot net> (4.023)
* Fix primary_key_info result ordering - https://github.com/CaptTofu/DBD-mysql/pull/39 - Dagfinn Ilmari Mannsåker
* allow compilation with msvc - https://github.com/CaptTofu/DBD-mysql/pull/37 - Walde Christian
* just to set MYSQL_OPT_WRITE_TIMEOUT and MYSQL_OPT_READ_TIMEOUT by dsn - https://github.com/CaptTofu/DBD-mysql/pull/36 - Naosuke Yokoe
* just remove unnecessary "my" - https://github.com/CaptTofu/DBD-mysql/pull/34 - Shoichi Kaji
* eval $ExtUtils::MakeMaker::VERSION requires for old ExtUtils::MakeMaker - https://github.com/CaptTofu/DBD-mysql/pull/32 - Daisuke Murase
* Updated documentation to reflect that bugs will be reported at rt.cpan.org
* Updated version
* Chased tail finding issue with -1 being converted to max unsigned int in PS mode
2013-04-21 12:46:29 +00:00
ryoon
f5fbf90797 Add p5-Mail-POP3Client 2013-04-21 12:44:52 +00:00
wiz
a27ff2ce9c regen 2013-04-21 12:44:35 +00:00
ryoon
c938815630 Import p5-Mail-POP3Client-2.18 as mail/p5-Mail-POP3Client.
This is a POP3 client module for perl5.  It provides an object-oriented
interface to a POP3 server.  It can be used to write perl-based
biff clients, mail readers, or whatever.  See the inline POD doco
for more details.  (perldoc Mail::POP3Client)
2013-04-21 12:44:07 +00:00
wiz
056ebba12b ldd is not reliable for when to include buildlink3.mk files in others.
Update paragraph. Based on discussion with rodent@.
2013-04-21 12:44:00 +00:00
ryoon
d74af54ab4 Add p5-Test-Email 2013-04-21 12:41:42 +00:00
ryoon
4932ab3a7a Import p5-Test-Email-0.07 as mail/p5-Test-Email.
This package contains the following modules.

Test::Email	Test Email Contents
Test::POP3	Automate Email Delivery Tests
2013-04-21 12:40:59 +00:00
ryoon
223be33b21 Updated mail/p5-MIME-tools to 5.504 2013-04-21 12:37:02 +00:00
ryoon
76d94bb554 Update to 5.504
Changelog:
5.504	  2013-01-30  David F. Skoll <dfs@roaringpenguin.com>

	* VERSION 5.504 RELEASED

	* Fix encoding of MIME parameters that contain a quoted
	  string:  "like \"this"
	  https://rt.cpan.org/Public/Bug/Display.html?id=80433

	* Suppress useless warnings from tests
	  https://rt.cpan.org/Public/Bug/Display.html?id=80679

	* Fix long-standing bug in encode_mimewords that can
	  break multibyte-encodings (eg, utf-8)
	  https://rt.cpan.org/Public/Bug/Display.html?id=5462

5.503	  2012-06-08  David F. Skoll <dfs@roaringpenguin.com>

	* VERSION 5.503 RELEASED

	* Avoid inappropriately untainting data
	  https://rt.cpan.org/Public/Bug/Display.html?id=67119

	* Localise $\ to avoid parsing problems if it's set elsewhere
	  https://rt.cpan.org/Public/Bug/Display.html?id=71041

	* Improve exorcising of filenames
	  https://rt.cpan.org/Public/Bug/Display.html?id=71677

	* Fix potential race condition in t/Smtpsend.t
	  https://rt.cpan.org/Public/Bug/Display.html?id=68879

	* Allow native I/O on File::Handle objects
	  https://rt.cpan.org/Public/Bug/Display.html?id=72538

	* Add "recommends Convert::BinHex" clause to Makefile.PL
	  https://rt.cpan.org/Public/Bug/Display.html?id=72223

	* Add module_name to Makefile.PL
	  https://rt.cpan.org/Public/Bug/Display.html?id=77138

	* Fix "Uninitialized value" warning
	  https://rt.cpan.org/Public/Bug/Display.html?id=77190

	* Don't run t/Smtpsend.t on systems that lack fork()
	  https://rt.cpan.org/Public/Bug/Display.html?id=77351

	* Add "use strict" everywhere
	  https://rt.cpan.org/Public/Bug/Display.html?id=77582
2013-04-21 12:36:39 +00:00
ryoon
45de148e64 Updated time/p5-Data-ICal to 0.19 2013-04-21 12:34:45 +00:00
ryoon
8c6fe4ba43 Update to 0.19
* New dependency.

Changelog:
0.19
    * Always output the VERSION property first

0.18
    * Spelling fixes from Debian (Salvatore Bonaccorso)

0.17
    * Allow chaining of methods (H.Merijn Brand)
    * Allow properties and entries in constructor (H.Merijn Brand)
2013-04-21 12:34:14 +00:00
obache
ce9ad741c6 + ruby-text 2013-04-21 12:33:34 +00:00
ryoon
d602ff2cf0 Added www/p5-Plack-Middleware-Test-StashWarnings version 0.07 2013-04-21 12:30:10 +00:00
ryoon
7638864591 Add p5-Plack-Middleware-Test-StashWarnings 2013-04-21 12:29:20 +00:00
ryoon
b07d73ba6b Import p5-Plack-Middleware-Test-StashWarnings-0.07 as www/p5-Plack-Middleware-Test-StashWarnings.
Plack::Middleware::Test::StashWarnings is a Plack middleware
component to record warnings generated by your application so that
you can test them to make sure your application complains about
the right things.
2013-04-21 12:28:33 +00:00
obache
ebeb225600 Added textproc/ruby-text version 1.2.1 2013-04-21 12:27:26 +00:00
obache
5d483ecfe3 Import ruby-text-1.2.1 as textproc/ruby-text.
A collection of text algorithms: Levenshtein, Soundex, Metaphone, Double
Metaphone, Porter Stemming
2013-04-21 12:27:11 +00:00
ryoon
48e1ac2da3 Added www/p5-HTML-Quoted version 0.03 2013-04-21 12:26:57 +00:00
ryoon
367ad83053 Add p5-HTML-Quoted 2013-04-21 12:26:02 +00:00
ryoon
40db63b5ea Import p5-HTML-Quoted-0.03 as www/p5-HTML-Quoted.
Parses and extracts quotation structure out of a HTML message.
Purpose and returned structures are very similar to Text::Quoted.
2013-04-21 12:25:24 +00:00
ryoon
45da1d8c3d Added www/p5-HTML-Mason-PSGIHandler version 0.52 2013-04-21 12:24:35 +00:00
ryoon
084c2a6b8b Add p5-HTML-Mason-PSGIHandler 2013-04-21 12:24:13 +00:00
ryoon
d0a79e9ed4 Import p5-HTML-Mason-PSGIHandler-0.52 as www/p5-HTML-Mason-PSGIHandler.
This package is PSGI handler for HTML::Mason.
2013-04-21 12:23:20 +00:00
ryoon
2752e64c6d Add p5-Apache-LogFormat-Compiler 2013-04-21 12:20:42 +00:00
ryoon
9128257a98 Added www/p5-Apache-LogFormat-Compiler version 0.12 2013-04-21 12:20:05 +00:00
ryoon
db1b89acd1 Import p5-Apache-LogFormat-Compiler-0.12 as www/p5-Apache-LogFormat-Compiler.
Apache::LogFormat::Compiler compiles a log format string to perl-code.
2013-04-21 12:19:39 +00:00
ryoon
66b7bf2903 Updated www/p5-Plack to 1.0023 2013-04-21 12:17:45 +00:00
ryoon
758bba7e2a Update to 1.0023
Changelog:
1.0023  2013-04-08 11:13:11 PDT
    [IMPROVEMENTS]
        - Use Apache::LogFormat::Compiler in AccessLog (kazeburo)
2013-04-21 12:17:10 +00:00
ryoon
1d6af6ffac Updated devel/p5-CPAN-Meta to 2.130880 2013-04-21 12:15:43 +00:00
ryoon
bc40f96395 Update to 2.130880
Changelog:
2.130880  2013-03-29 09:51:00 America/New_York

  [BUGFIX]

  - Fix provides 'version' bug introduced in the 2.130870 fix

2.130870  2013-03-28 11:08:50 America/New_York

  [BUGFIX]

  - Don't add 'version' to 'provides' during conversion if one didn't
    exist in the original [Reported by Miyagawa; fixed by David Golden]
2013-04-21 12:15:12 +00:00
drochner
6944fca2b5 use vala020 2013-04-21 12:06:27 +00:00
drochner
24d4a4569c add pkg for the newest vala release branch 2013-04-21 12:05:47 +00:00
ryoon
26d266c10e Updated www/p5-Starlet to 0.18 2013-04-21 12:04:14 +00:00
ryoon
bc03c965fa Update to 0.18
Changelog:
0.18
	- change threshold for combining headers and body from 1024 bytes to 8192

0.17_01
	- reduce rt_sig* syscalls (kazeburo)

0.16
	- Set REMOTE_PORT environment variable (kazeburo)

0.15
	- unbundle Plack::Standalone::Server::Prefork::Server::Starter (see `perldoc Starlet` to find out how to boot Starlet using Server::Starter)
2013-04-21 12:03:45 +00:00
ryoon
68bc493762 Updated www/p5-HTML-RewriteAttributes to 0.05 2013-04-21 12:02:38 +00:00
ryoon
6034dfce6c Update to 0.05
Changelog:
0.05    Mon Oct 22 2012
        Resources: Preserve the media attribute when inlining CSS
        Resources: Avoid uninitialized warnings by checking the attributes we expect
2013-04-21 12:02:09 +00:00
ryoon
ede5212f0c Update to 0.15
Changelog:
0.15 Fri Oct 19 15:09:17 PDT 2012
     - Repackage with the latest Module::Install
2013-04-21 12:00:52 +00:00
ryoon
1432bea5b5 Updated www/p5-CGI-Emulate-PSGI to 0.15 2013-04-21 11:59:47 +00:00
ryoon
feee474914 Updated www/p5-Test-WWW-Mechanize to 1.44 2013-04-21 11:58:05 +00:00