summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-21use vala020drochner1-2/+2
2013-04-21add pkg for the newest vala release branchdrochner7-1/+378
2013-04-21Updated www/p5-Starlet to 0.18ryoon1-1/+2
2013-04-21Update to 0.18ryoon2-7/+6
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-21Updated www/p5-HTML-RewriteAttributes to 0.05ryoon1-1/+2
2013-04-21Update to 0.05ryoon2-7/+6
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-21Update to 0.15ryoon2-7/+6
Changelog: 0.15 Fri Oct 19 15:09:17 PDT 2012 - Repackage with the latest Module::Install
2013-04-21Updated www/p5-CGI-Emulate-PSGI to 0.15ryoon1-1/+2
2013-04-21Updated www/p5-Test-WWW-Mechanize to 1.44ryoon1-1/+2
2013-04-21Update to 1.44ryoon2-7/+6
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-21Updated www/p5-libwww to 6.05ryoon1-1/+2
2013-04-21Update to 6.05ryoon2-7/+6
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-21Updated devel/reposurgeon to 2.35wiz1-1/+2
2013-04-21Update to 2.35:wiz3-35/+6
2.35: 2013-04:20 New "manifest" command. Path-matching now has @ to require all paths in a commit to match.
2013-04-21Added devel/p5-Log-Dispatch-Perl version 0.04ryoon1-1/+2
2013-04-21Add p5-Log-Dispatch-Perlryoon1-1/+2
2013-04-21Import p5-Log-Dispatch-Perl-0.04 as devel/p5-Log-Dispatch-Perl.ryoon3-0/+30
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-21Added devel/p5-Pod-Usage version 1.61ryoon1-1/+2
2013-04-21Add p5-Pod-Usage.ryoon1-1/+2
2013-04-21Import p5-Pod-Usage-1.61 as devel/p5-Pod-Usage.ryoon3-0/+33
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-21Updated devel/p5-Getopt-Long to 2.39ryoon1-1/+2
2013-04-21Update to 2.39ryoon2-7/+6
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-21Updated devel/p5-IPC-Run to 0.92ryoon1-1/+2
2013-04-21Update to 0.92ryoon3-12/+11
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-21Updated security/p5-Mozilla-CA to 20130114ryoon1-1/+2
2013-04-21regenrodent2-69/+103
2013-04-21Update to 20130114ryoon2-6/+6
Changelog: 20130114 - New certificate: "T-TeleSec GlobalRoot Class 3"
2013-04-21Clarified "Handling licenses", so gdt@ doesn't have to make the same postrodent1-34/+46
on tech-pkg@ every month when people ask about adding licenses.
2013-04-21Updated devel/ctemplate to 2.2rodent1-1/+2
2013-04-21Update ctemplate to version 2.2. Add pthread in buildlink3.mk. Set selfrodent4-10/+15
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-21Bump PKGREVISION because of lang/gcc48 revbump.sbd1-2/+2
2013-04-21Add substitution variable for @GCC_TARGET_MACHINE@ in gcc/Makefile.insbd1-2/+8
Bump PKGREVISION
2013-04-21In some cases LINKER_RPATH_FLAG needs a trailing space so that there will besbd1-1/+4
a space between the flag and its argument.
2013-04-21In LINK_LIBGCC_SPEC remove the space between LINKER_RPATH_FLAG and itssbd2-4/+4
argument.
2013-04-21In some cases LINKER_RPATH_FLAG needs a trailing space so that there will besbd1-1/+4
a space between the flag and its argument.
2013-04-21In LINK_LIBGCC_SPEC remove the space between LINKER_RPATH_FLAG and itssbd2-4/+4
argument.
2013-04-21tell location of builtin curses.h for Haiku.obache1-1/+2
2013-04-21Updated www/p5-CGI-Application to 4.50nb2.hiramatsu1-1/+2
2013-04-21DEPENDS on devel/p5-Class-ISA.hiramatsu1-2/+3
Increment PKGREVISION.
2013-04-21Updated devel/p5-Module-Build to 0.40040.hiramatsu1-1/+2
2013-04-21Update p5-Module-Build to 0.40040.hiramatsu2-7/+6
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-21Updated math/ruby-spreadsheet to 0.8.4obache1-1/+2
2013-04-21Update ruby-spreadsheet to 0.8.4.obache2-6/+6
=== 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-21Fix a harmless typo.uebayasi1-2/+2
2013-04-21Updated www/varnish to 3.0.3mspo1-1/+2
2013-04-21Upgrade to 3.0.3mspo3-58/+7
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-21Sorted to reflect reality. Removed libnotify from TODO.rodent2-4/+3
2013-04-21Updated net/transmission-gtk to 2.77nb1rodent1-1/+2
2013-04-21Updated net/avahi to 0.6.31nb7rodent1-1/+2
2013-04-21Added sysutils/libnotify07 version 0.7.5rodent1-1/+2