summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-07-06Reset package revision.tron1-2/+1
2013-07-06Fix build under Mac OS X (Lion).tron2-1/+18
2013-07-06Updated devel/jenkins to 1.509.2ryoon1-1/+2
2013-07-06Update to 1.509.2ryoon2-6/+6
Changelog: What's new in 1.509.2 (2013/06/27) Quoting Issue with JDK Installer with Windows Slave (issue 5408) /about no longer shows third-party licenses (issue 17724) Failed to instantiate class hudson.plugins.copyartifact.CopyArtifact (issue 17402) ArrayIndexOutOfBoundsException from AbstractLazyLoadRunMap.search (issue 15652) Dashboard web pages don't render correctly in Chrome because of bad cache/session (issue 17684) NPE from MatrixConfiguration.newBuild (issue 17728)
2013-07-06Fix build with giflib-5.0.4.ryoon2-1/+154
Noticed by wiz@, thank you.
2013-07-06Fix build with giflib-5.0.4.ryoon5-3/+120
Noticed by wiz@, thank you.
2013-07-06Update mplayer{,-share} to 1.1.1ryoon1-1/+3
2013-07-06Update to 1.1.1ryoon6-10/+170
* Fix build with giflib 5.0.4. Changelog: * Security update. I cannot find detail.
2013-07-06Fix build with giflib 5.0, PR pkg/48021.ryoon2-1/+17
2013-07-06Take maintainership.rodent1-2/+2
2013-07-06symbolic link for native libraries is not required for solaris.obache1-2/+2
2013-07-06+p5-HTML-FormatText-WithLinks-AndTables +p5-HTML-FormatText-WithLinksrodent1-1/+4
+p5-Locale-Maketext-Gettext
2013-07-06Added textproc/p5-HTML-FormatText-WithLinks-AndTables version 0.02rodent1-1/+2
2013-07-06Import p5-HTML-FormatText-WithLinks-AndTables-0.02 as ↵rodent4-0/+31
textproc/p5-HTML-FormatText-WithLinks-AndTables. Converts HTML to Text with tables in tact.
2013-07-06Added textproc/p5-HTML-FormatText-WithLinks version 0.14rodent1-1/+2
2013-07-06Import p5-HTML-FormatText-WithLinks-0.14 as ↵rodent4-0/+32
textproc/p5-HTML-FormatText-WithLinks. HTML to text conversion with links as footnotes.
2013-07-06Added textproc/p5-Locale-Maketext-Gettext version 1.28rodent1-1/+2
2013-07-06Import p5-Locale-Maketext-Gettext-1.28 as textproc/p5-Locale-Maketext-Gettext.rodent4-0/+34
Joins the gettext and Maketext frameworks.
2013-07-06+p5-File-Inplacerodent1-1/+2
2013-07-06Added sysutils/p5-File-Inplace version 0.20rodent1-1/+2
2013-07-06Import p5-File-Inplace-0.20 as sysutils/p5-File-Inplace.rodent4-0/+28
Perl module for in-place editing of files.
2013-07-06+p5-Class-DBI-BaseDSNrodent1-1/+2
2013-07-06Added databases/p5-Class-DBI-BaseDSN version 1.22rodent1-1/+2
2013-07-06Import p5-Class-DBI-BaseDSN-1.22 as databases/p5-Class-DBI-BaseDSN.rodent4-0/+35
Class::DBI::BaseDSN acts as a placeholder for a base class which will be switched for a specific Class::DBI extension when you specify the dsn of the database to connect to. For example in this case, the Class::DBI::BaseDSN will replace itself with Class::DBI::mysql when the set_db call is executed.
2013-07-06+p5-Apache-Session-SharedMemrodent1-1/+2
2013-07-06Added www/p5-Apache-Session-SharedMem version 0.6rodent1-1/+2
2013-07-06Import p5-Apache-Session-SharedMem-0.6 as www/p5-Apache-Session-SharedMem.rodent4-0/+34
This module is an implementation of Apache::Session. It uses IPC::Cache to store session variables in shared memory.
2013-07-06+p5-Mail-DeliveryStatus-BounceParserrodent1-1/+2
2013-07-06Added mail/p5-Mail-DeliveryStatus-BounceParser version 1.532rodent1-1/+2
2013-07-06Import p5-Mail-DeliveryStatus-BounceParser-1.532 as ↵rodent4-0/+34
mail/p5-Mail-DeliveryStatus-BounceParser. Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a structured description of the addresses that bounced and the reason they bounced; it also returns information about the original returned message including the Message-ID. It works best with RFC1892 delivery reports, but will gamely attempt to understand any bounce message no matter what MTA generated it.
2013-07-06+p5-File-Binary +p5-IPC-Cache +p5-Python-Serialise-Marshalrodent1-1/+6
+p5-accessors-fast +p5-constant-def
2013-07-06Added devel/p5-accessors-fast version 0.03rodent1-1/+2
2013-07-06Import p5-accessors-fast-0.03 as devel/p5-accessors-fast.rodent4-0/+37
This module was created as an alternative to use fields, and uses Class::Accessor::Fast as a base. Creates accessors at compiletime.
2013-07-06Added devel/p5-constant-def version 0.01rodent1-1/+2
2013-07-06Import p5-constant-def-0.01 as devel/p5-constant-def.rodent4-0/+33
Define compile-time constant only if it wasn't previously defined elsewhere. The main reason is to use for debugging constants, since there is no way to change the value, except by editing the source.
2013-07-06Added devel/p5-Python-Serialise-Marshal version 0.02rodent1-1/+2
2013-07-06Import p5-Python-Serialise-Marshal-0.02 as devel/p5-Python-Serialise-Marshal.rodent4-0/+36
Marshalling is a method of serialising files in Python (another method, Pickling, is also available). It is the method that Mailman uses to store its config files. This module is an attempt to write a pure Perl implementation of the algorithm.
2013-07-06+p5-Math-Complexrodent1-1/+2
2013-07-06Added math/p5-Math-Complex version 1.59rodent1-1/+2
2013-07-06Import p5-Math-Complex-1.59 as math/p5-Math-Complex.rodent4-0/+32
This package lets you create and manipulate complex numbers. By default, Perl limits itself to real numbers, but an extra use statement brings full complex support, along with a full set of mathematical functions typically associated with and/or extended to complex numbers.
2013-07-06Added devel/p5-IPC-Cache version 0.02rodent1-1/+2
2013-07-06Import p5-IPC-Cache-0.02 as devel/p5-IPC-Cache.rodent4-0/+33
IPC::Cache is a perl module that implements an object storage space where data is persisted across process boundaries.
2013-07-06Added devel/p5-File-Binary version 1.7rodent1-1/+2
2013-07-06Import p5-File-Binary-1.7 as devel/p5-File-Binary.rodent4-0/+36
File::Binary is a Binary file reading module, hence the name, and was originally used to write a suite of modules for manipulating Macromedia SWF files.
2013-07-05Updated www/py-webpy to 0.37rodent1-1/+2
2013-07-05Update to latest release. Include lang/python/application.mk torodent2-7/+9
REPLACE_PYTHON in two files. From ChangeLog.txt: ## 2012-06-26 0.37 * Fixed datestr issue on Windows -- #155 * Fixed Python 2.4 compatability issues (tx fredludlow) * Fixed error in utils.safewrite (tx shuge) -- #95 * Allow use of web.data() with app.request() -- #105 * Fixed an issue with session initializaton (tx beardedprojamz) -- #109 * Allow custom message on 400 Bad Request (tx patryk) -- #121 * Made djangoerror work on GAE. -- #80 * Handle malformatted data in the urls. -- #117 * Made it easier to stop the dev server -- #100, #122 * Added support fot customizing cookie_path in session (tx larsga) -- #89 * Added exception for "415 Unsupported Media" (tx JirkaChadima) -- #145 * Added GroupedDropdown to support `<optgroup>` tag (tx jzellman) -- #152 * Fixed failure in embedded interpreter - #87 * Optimized web.cookies (tx benhoyt) - #148
2013-07-05operator bool doesn't equal good(), but !bad(). This makes a differencejoerg9-18/+19
when it comes to handling EOF. Adjust.
2013-07-05Needs pkg-config.joerg1-2/+2
2013-07-05Update to Podofo 0.9.2 for various bug fixes and improved encryptionjoerg5-22/+22
support. Additionally, build shared libraries.
2013-07-05Add some explicit library dependencies to fix build on recent Linux.joerg3-11/+45