Commit graph

200206 commits

Author SHA1 Message Date
ryoon
b680f0c0c3 Updated www/p5-HTML-RewriteAttributes to 0.05 2013-04-21 12:02:38 +00:00
ryoon
7562edb821 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
50089879d9 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
77a0f8e3ec Updated www/p5-CGI-Emulate-PSGI to 0.15 2013-04-21 11:59:47 +00:00
ryoon
eebbc65c2f Updated www/p5-Test-WWW-Mechanize to 1.44 2013-04-21 11:58:05 +00:00
ryoon
c56b986a00 Update to 1.44
Changelog:
1.44    Sat Jun 30 20:32:04 CDT 2012
------------------------------------
There is no new functionality in this release.

[FIXES]
Fixed test failures on Win32.  Thanks, Jerry Gay.


1.42    Thu May 31 11:35:26 CDT 2012
------------------------------------
If you want to use the autolint functionality, you'll have to have
HTML::Lint 2.20.

[FIXES]
Custom lint objects don't get reset before they get used, making
autolint with a custom lint object practically useless.
https://github.com/petdance/test-www-mechanize/issues/25



1.40    Fri Apr 13 15:14:39 CDT 2012
------------------------------------
[ENHANCEMENTS]
Added a $mech->autolint() method so you can turn autolinting on and off
in mid-program.  Thanks, Mike O'Regan.

New functions $mech->scrape_text_by_id() and $mech->scrape_text_by_attr()
let you extract text from your pages.  Convenience function
$mech->scraped_id_is() makes it easy to scrape and compare in one
function.

    <h1 id="pagetitle">My Awesome Page!</h1>

    # Verify that HTML is there with:
    $mech->scraped_id_is( 'pagetitle', 'My Awesome Page!' );

[FIXES]
$mech->has_tag() now handles nested tags more sensibly.  This fixes
Google Code ticket #1.


[INTERNALS]
Explicitly requires Test::Simple 0.94 or higher.

Brought over t/TestServer.pm from WWW::Mechanize which fixes a number
of problems.
2013-04-21 11:57:43 +00:00
ryoon
aa8501e040 Updated www/p5-libwww to 6.05 2013-04-21 11:56:02 +00:00
ryoon
83652c139f Update to 6.05
Changelog:
_______________________________________________________________________________
2013-03-11  Release 6.05

Karen Etheridge (3):
      Derive message from status code if it was not provided
      Merge pull request #33 from tomhukins/fix-readme
      fix typo in comment

Ville Skyttä (3):
      Spelling fixes.
      Spelling fix.
      Merge pull request #34 from berekuk/fix-github-path

Gisle Aas (3):
      Update repo URL
      With Net::HTTP 6.04 we don't need our own can_read() and sysread override
      $ENV{HTTP_PROXY} might override our test setup [RT#81381]

Vyacheslav Matyukhin (1):
      fix github url in perldoc

Slaven Rezic (1):
      * Pod is utf-8

Peter Rabbitson (1):
      Match required perl in Makefile.PL

Tom Hukins (1):
      Fix Github URLs
2013-04-21 11:55:38 +00:00
wiz
458c1cae82 Updated devel/reposurgeon to 2.35 2013-04-21 11:52:00 +00:00
wiz
814c6fc744 Update to 2.35:
2.35: 2013-04:20
     New "manifest" command.
     Path-matching now has @ to require all paths in a commit to match.
2013-04-21 11:51:52 +00:00
ryoon
21ae16535b Added devel/p5-Log-Dispatch-Perl version 0.04 2013-04-21 11:50:38 +00:00
ryoon
e7b855bae5 Add p5-Log-Dispatch-Perl 2013-04-21 11:50:02 +00:00
ryoon
88fda9d281 Import p5-Log-Dispatch-Perl-0.04 as devel/p5-Log-Dispatch-Perl.
The "Log::Dispatch::Perl" module offers a logging alternative using
standard Perl core functions.  It allows you to fall back to the
common Perl alternatives for logging, such as "warn" and "cluck".
It also adds the possibility for a logging action to halt the
current environment, such as with "die" and "croak".
2013-04-21 11:49:07 +00:00
ryoon
7e29d92784 Added devel/p5-Pod-Usage version 1.61 2013-04-21 11:46:25 +00:00
ryoon
cb398f1e68 Add p5-Pod-Usage. 2013-04-21 11:45:50 +00:00
ryoon
a873705369 Import p5-Pod-Usage-1.61 as devel/p5-Pod-Usage.
The Perl5 module "Pod::Usage" which provides the function "pod2usage()"
to print usage messages for a Perl script based on its embedded
pod documentation. Pod::Usage is a subclass of Pod::PlainText.
Please see the POD documentation for this module (embedded in the
file "Usage.pm") for more details. The pod2usage() function is
probably the most generally useful function in this entire distribution
since it is useful to just about any Perl5 script that is invoked
from the command-line.
2013-04-21 11:44:54 +00:00
ryoon
25304a3842 Updated devel/p5-Getopt-Long to 2.39 2013-04-21 11:42:25 +00:00
ryoon
25b2ecf6e0 Update to 2.39
Changelog:
Changes in version 2.39
-----------------------

* Fix unneccessary warnings when @ARGV contains undefs (yes, it
  happens).

* Passing an object as first argument to the callback handler for <>
  turned out to be a problem in cases where the argument was passed to
  other modules, e.g., Archive::Tar. Revert the change since the added
  functionality of the object is not really relevant for the <>
  callback function.

* Silence the deprecation warnings from newgetopt.pl for the purpose
  of testing. These tests will be removed along with newgetopt.pl in
  the next major release of perl.
  http://perl5.git.perl.org/perl.git/commit/b814bbfa9a2087bc

* Eliminiate spurious warning.

* Retain taintedness of command line option values.

* Document that you need to check GetOptions return value :).

* Several other minor documentation fixes and enhancements.

* Fix bug  #67577 Parsing of type 'o' not correct for multiple values
2013-04-21 11:42:01 +00:00
ryoon
da6d5353bd Updated devel/p5-IPC-Run to 0.92 2013-04-21 11:40:23 +00:00
ryoon
091df5e73d Update to 0.92
Changelog:
0.92 Thu Aug 30 2012
 - Tests are good in dev version. Releasing to stable.

0.92_01 Wed 22 Aug 2012
 - RT 59775 - Catching a signal during select() can lock up IPC::Run

0.91 Tue 14 Feb 2012
 - Tests are good in dev version. Releasing to stable.

0.91_01 Mon 16 Jan 2012
 - RT 57277 - Apply suggested 1 line fix for dev release to public.

0.90 Wed 29 Jun 2011
 - RT 57277 - Add breaking test. No solution at present.
 - RT 68623 - disable parallel tests on windows
 - RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
 - RT 14078 - run() miscalculates length of UTF-8 strings
 - RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
 - RT 38193 - Fix error detection on non-English operating systems
 - Add a blank doc entry for IPC::Run::Win32IO::poll to quiet windows pod parser errors
 - RT 57190 - handle PATH environment variable not being defined. WILL NOT default to '.' since UNIX would not do this and the program has been behaving the UNIX way to date.
2013-04-21 11:39:57 +00:00
ryoon
7fe3b71786 Updated security/p5-Mozilla-CA to 20130114 2013-04-21 11:37:25 +00:00
rodent
f1047bcb1f regen 2013-04-21 11:37:11 +00:00
ryoon
5a6b4a564e Update to 20130114
Changelog:
20130114
  - New certificate: "T-TeleSec GlobalRoot Class 3"
2013-04-21 11:36:38 +00:00
rodent
a7b168149d Clarified "Handling licenses", so gdt@ doesn't have to make the same post
on tech-pkg@ every month when people ask about adding licenses.
2013-04-21 11:33:55 +00:00
rodent
96b0f80d01 Updated devel/ctemplate to 2.2 2013-04-21 11:23:57 +00:00
rodent
47f4bd9f83 Update ctemplate to version 2.2. Add pthread in buildlink3.mk. Set self
as MAINTAINER, since I originally packaged this and no one seems to have cared
to touch it since. The only dependency, mysql-workbench, builds fine with this
version of ctemplate.

Since version 0.99 (from ChangeLog):
	* Fixed several issues reported by G++ 4.7
	* Added operator[] to TemplateDictionary
	* Added begin(), end(), data() and size() to TemplateString
	* Refactored code
	* Changed the 'official' ctemplate email in setup.py/etc
	* Rewrote docs to refer to Ctemplate, not Google Template
	* Renamed google-ctemplate.sln to ctemplate.sln
	* Changed copyright text to reflect Google's relinquished ownership
	* Make reloads always prefer files earlier on the search patch (ssas)
	* PORTING: Add a default BSWAP32, needed for AIX (csilvers)
	* Die at configure-time when g++ isn't installed
	* BUGFIX: removed #includes of non-installed headers from installed ones
	* BUGFIX: Make compile-test test against an install
	* BUGFIX: Dumpers were ignoring a tpl-string 'length' (csilvers)
	* BUGFIX: Add a needed $(top_srcdir) to Makefile.am
	* Replace 0x00-0x1F with space in xml_escape (alexvod)
	* Fix xml encoding to handle form-feed properly (ghurley)
	* DOCUMENTATION: Wer missing some docs in the tarball (csilvers)
	* BUILD: Update acx_pthread.m4 for nostdlib (Kacper)
	* BUGFIX: Make CreateSectionIterator check tpl-globals (williasr)
	* PORTING: Fix solaris build by getting rid of PATH_MAX (csilvers)
2013-04-21 11:23:38 +00:00
sbd
af861853c1 Bump PKGREVISION because of lang/gcc48 revbump. 2013-04-21 09:09:51 +00:00
sbd
6210014a2a Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.in
Bump PKGREVISION
2013-04-21 09:09:06 +00:00
sbd
6886a998c2 In some cases LINKER_RPATH_FLAG needs a trailing space so that there will be
a space between the flag and its argument.
2013-04-21 09:05:01 +00:00
sbd
7765f10b66 In LINK_LIBGCC_SPEC remove the space between LINKER_RPATH_FLAG and its
argument.
2013-04-21 09:04:09 +00:00
sbd
66b67e72fa In some cases LINKER_RPATH_FLAG needs a trailing space so that there will be
a space between the flag and its argument.
2013-04-21 08:56:34 +00:00
sbd
678e6177db In LINK_LIBGCC_SPEC remove the space between LINKER_RPATH_FLAG and its
argument.
2013-04-21 08:55:19 +00:00
obache
9c745e8d0b tell location of builtin curses.h for Haiku. 2013-04-21 07:53:14 +00:00
hiramatsu
dad550715d Updated www/p5-CGI-Application to 4.50nb2. 2013-04-21 07:19:49 +00:00
hiramatsu
a651a4fdfd DEPENDS on devel/p5-Class-ISA.
Increment PKGREVISION.
2013-04-21 07:18:47 +00:00
hiramatsu
459248abf9 Updated devel/p5-Module-Build to 0.40040. 2013-04-21 05:29:02 +00:00
hiramatsu
7a6095b519 Update p5-Module-Build to 0.40040.
Changes from previous:
----------------------
0.4004 - Fri Mar 29 15:05:00 CET 2013

  [BUG FIXES]

  - Minor VMS fix for @INC [Craig Berry]

  [ENHANCEMENTS]

  - test_requires support has been added [Matsuno Tokuhiro]

0.4003 - Sat Aug 18 11:17:49 CEST 2012

  [BUG FIXES]

  - Get rid of outdated metadata tests [Steve Hay]

0.4002 - Fri Jul 27 20:04:09 EEST 2012

  [BUG FIXES]

  - Test for TAP::Harness version properly [Leon Timmermans]

  - Install to 'site' on 5.12+ [Leon Timmermans]

  [DOCUMENTATION]

  - Document extra_{compiler|linker}_flags accessors [Nick Wellnhofer]
2013-04-21 05:27:12 +00:00
obache
b4d6cb601e Updated math/ruby-spreadsheet to 0.8.4 2013-04-21 04:09:51 +00:00
obache
fffe326c37 Update ruby-spreadsheet to 0.8.4.
=== 0.8.4 / 20.04.2013

* Applied Patch by boss@airbladesoftware.com
* https://groups.google.com/d/msg/rubyspreadsheet/73IoEwSx69w/barE7uVnIzwJ
  fix a problem where a cell whose format is set to datetime actually contains
  a string.
2013-04-21 04:09:33 +00:00
uebayasi
86615a3bb5 Fix a harmless typo. 2013-04-21 03:51:27 +00:00
mspo
dc9dfa7adc Updated www/varnish to 3.0.3 2013-04-21 03:14:43 +00:00
mspo
190500867e Upgrade to 3.0.3
Multiple crasher bugs in streaming and the regular expression code have been fixed
    Better handling of timeouts
    Minor performance optimisations
    The ban lurker now works correctly again
    ESI and compression would sometimes deliver garbled data, this has been fixed
2013-04-21 03:14:15 +00:00
rodent
ccfeb0a5ed Sorted to reflect reality. Removed libnotify from TODO. 2013-04-21 01:04:11 +00:00
rodent
87f807e8cb Updated net/transmission-gtk to 2.77nb1 2013-04-21 01:03:17 +00:00
rodent
6d407f4a90 Updated net/avahi to 0.6.31nb7 2013-04-21 01:02:23 +00:00
rodent
ef27438346 Added sysutils/libnotify07 version 0.7.5 2013-04-21 01:01:57 +00:00
rodent
d1079112d5 Support more PKG_OPTIONS for the net/avahi package. This enables the user
to build the avahi UI with GTK3, which is required for some packages like
libepc. Commented patches. Removed dependency on desktop.mk, as the file
doesn't have a MimeType key. Only PKG_OPTION enabled by default is gtk2.
Thus, you will notice no difference in this version and the last (unless
you start enabling options). Bump PKGREVISION. Resolves PR pkg/47483
2013-04-21 00:58:46 +00:00
rodent
085c41cfe5 Have transmission-gtk depend on sysutils/libnotify07 instead of older
sysutils/libnotify. Bump PKGREVISION.
2013-04-21 00:52:22 +00:00
rodent
437957c978 Adding latest version of libnotify as libnotify07. Setting libnotify and
libnotify07 to conflict with each other. Resolves PR pkg/47441
2013-04-21 00:50:03 +00:00
rodent
a36231ceb0 Adding buildlink3.mk file for electric-fence. Yes, some packages actually
use this.
2013-04-20 23:25:52 +00:00