Commit graph

197306 commits

Author SHA1 Message Date
fhajny
8cbd540b41 Update maven to 3.0.4.
Too many changes since 2.2.1.

Apache Maven 3.0.4 should be backwards compatibility with 2.x. For
compatibility issues, see

https://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html
2013-02-17 17:37:41 +00:00
dholland
b05712be4d Oops, forgot these. 2013-02-17 17:35:44 +00:00
spz
1fb9f3c02e note the emulators/compat[56]* additions 2013-02-17 17:33:10 +00:00
spz
eab7e7786b make emulators/compat50, emulators/compat50-x11, emulators/compat51,
emulators/compat51-x11 and emulators/compat60 known
2013-02-17 17:28:42 +00:00
spz
2263a6dd41 NetBSD compat packages. They chain each other so if you're on NetBSD-6.0
and want NetBSD-5.0 compatibility, compat50 will depend on compat51 to
bridge the gap. There is currently no need for a compat52, nor for a
compat60-x11.

The compat tarballs may be larger than strictly necessary.
Testing was 'lightly', so there's probably Room for Improvement (tm).
2013-02-17 17:24:07 +00:00
fhajny
8ee3891e65 cfengine3 updated to 3.4.2 2013-02-17 16:19:17 +00:00
fhajny
2c977caa40 Update cfengine to 3.4.2, fixes PR/47249
Too many changes, see changelog upstream:

https://github.com/cfengine/core/blob/master/ChangeLog

New dependencies - tokyocabinet *or* qdbm, support for optional
MySQL or PostgreSQL bindings.
2013-02-17 16:15:42 +00:00
wiz
58550f51f5 Updated time/py-icalendar to 3.3nb2 2013-02-17 16:10:12 +00:00
wiz
a15adf1ba3 Bump PKGREVISION for readded py-pytz dependency. 2013-02-17 16:10:04 +00:00
asau
dce1ddf9e6 Add test target. 2013-02-17 16:05:27 +00:00
kleink
b3e3eddcf4 Put back the dependency on py-pytz which is still used by py-icalendar;
apparently the previous tests-only dependency on py-dateutil has
crept into the library sources but install_requires wasn't updated
to reflect this.

Per discussion with wiz.
2013-02-17 15:58:56 +00:00
gdt
b0072fea8e Fix py-twisted update lines; second one should have been -docs. 2013-02-17 15:31:07 +00:00
wen
026134ce7b Updated net/p5-Geo-IPfree to 1.130450 2013-02-17 15:24:04 +00:00
wen
1c366fc9aa Update to 1.130450
Upstream changes:
1.130450 2013-02-14
    - Updated database: Thu Feb 14 06:40:01 2013 UTC.

1.130110 2013-01-11
    - Added Sint Maarten country code: SX
    - Updated database: Fri Jan 11 06:40:01 2013 UTC.
2013-02-17 15:23:10 +00:00
wen
d7ace4d25a Updated www/p5-Dancer to 1.3110 2013-02-17 15:12:52 +00:00
wen
acd7b57a76 Update to 1.3110
Upstream changes:
1.3110      06.10.2012

    [ BUG FIXES ]
    * GH #817, #823, #825: Removing Clone from core. Pure-perl environments
      supported again (Sawyer X).
    * GH #755, #819, #827, #828: HTTP::Headers accepted by dancer_response
      (Roberto Patriarca, Dagfinn Ilmari Mannsåker, draxil, perlpong).

    [ ENHANCEMENTS ]
    * GH #826: The version of wallflower shipped with Dancer has been removed.
      It was well out of date.  BooK is now maintaining it as a more general
      solution under the name App::Wallflower. (BooK)
    * GH #834: Provide empty Headers object if not defined (Yanick Champoux).
    * GH #840, #841: Dancer::Plugin::Ajax now has content_type (Lee Carmichael).

    [ DOCUMENTATION ]
    * GH #821: Pointing to new homepage (alfie).
    * GH #822: Typos in documentation (Stefan Hornburg - racke).
    * GH #824: Fix in Dancer/Session.pm (pdl).
    * GH #830: Fix Github links to https:// (Olivier Mengué).
    * GH #838: Error in Dancer::Plugin::Ajax Documentation (Lee Carmichael).
    * GH #839: Typo (goblin).
2013-02-17 15:10:59 +00:00
prlw1
cb743bc1b0 Starting with libpng-1.6.0 string.h is not longer included in png.h 2013-02-17 15:03:01 +00:00
gdt
36e7d2b6f6 Updated net/py-twisted to 12.3.0 2013-02-17 14:53:46 +00:00
gdt
411bd7762c Updated net/py-twisted to 12.3.0 2013-02-17 14:53:37 +00:00
gdt
7107043960 Update to 12.3.0. Upstream NEWS, less bugfixes and "other", follows:
Twisted Core 12.3.0 (2012-12-20)
================================

Features
--------
 - The new -j flag to trial provides a trial runner supporting
   multiple worker processes on the local machine, for parallel
   testing. (#1784)
 - twisted.internet.task.react, a new function, provides a simple API
   for running the reactor until a single asynchronous function
   completes. (#3270)
 - twisted.protocols.ftp.FTP now handles FEAT and OPTS commands.
   (#4515)
 - trial now supports specifying a debugger other than pdb with the
   --debugger command line flag. (#5794)
 - twisted.python.util.runWithWarningsSuppressed has been added; it
   runs a function with specified warning filters. (#5950)
 - trial's skipping feature is now implemented in a way compatible with the
   standard library unittest's runner. (#6006)
 - The setup3.py script is now provided to provisionally support
   building and installing an experimental, incomplete version of
   Twisted in a Python 3 environment. (#6040)
 - twisted.python.util.FancyStrMixin now supports arbitrary callables
   to format attribute values. (#6063)
 - Several new methods of twisted.trial.unittest.SynchronousTestCase
   - `successResultOf`, `failureResultOf`, and `assertNoResult` -
   have been added to make testing `Deferred`-using code easier.
   (#6105)

Deprecations and Removals
-------------------------
 - The minimum required version of zope.interface is now 3.6.0.
   (#5683)
 - twisted.internet.interfaces.IReactorArbitrary and
   twisted.application.internet.GenericServer and GenericClient,
   deprecated since Twisted 10.1, have been removed. (#5943)
 - twisted.internet.interfaces.IFinishableConsumer, deprecated since
   Twisted 11.1, has been removed. (#5944)
 - twisted.python.failure has removed all support for string
   exceptions. (#5948)
 - assertTrue, assertEqual, and the other free-functions in
   twisted.trial.unittest for writing assertions, deprecated since
   prior to Twisted 2.3, have been removed. (#5963)
 - Ports, connectors, wakers and other reactor-related types no longer
   log a nice warning when they are erroneously pickled. Pickling of
   such objects continues to be unsupported. (#5979)
 - twisted.python.components.Componentized no longer inherits from
   Versioned. (#5983)
 - twisted.protocols.basic.NetstringReceiver.sendString no longer
   accepts objects other than bytes; the removed behavior was
   deprecated in Twisted 10.0. (#6025)
 - The lookupRecord method of twisted.internet.interfaces.IResolver,
   never implemented or called by Twisted, has been removed. (#6091)


Twisted Names 12.3.0 (2012-12-20)
=================================

Deprecations and Removals
-------------------------
 - The `protocol` attribute of twisted.names.client.Resolver,
   deprecated since Twisted 8.2, has been removed. (#6045)
 - twisted.names.hosts.Resolver is no longer a
   `twisted.persisted.styles.Versioned` subclass. (#6092)


Twisted Web 12.3.0 (2012-12-20)
===============================

Features
--------
 - twisted.web.server.Site now supports an encoders argument to encode
   request content, twisted.web.server.GzipEncoderFactory being the
   first one provided. (#104)


Twisted Core 12.2.0 (2012-08-26)
================================

Features
--------
 - twisted.protocols.sip.MessageParser now handles multiline headers.
   (#2198)
 - twisted.internet.endpoints now provides StandardIOEndpoint, a
   Standard I/O endpoint. (#4697)
 - If a FTPCmdError occurs during twisted.protocols.ftp.FTP.ftp_RETR
   sending the file (i.e. it is raised by the IReadFile.send method it
   invokes), then it will use that to return an error to the client
   rather than necessarily sending a 426 CNX_CLOSED_TXFR_ABORTED
   error. (#4913)
 - twisted.internet.interfaces.IReactorSocket.adoptStreamConnection is
   implemented by some reactors as a way to add an existing
   established connection to them. (#5570)
 - twisted.internet.endpoints now provides TCP6ServerEndpoint, an IPv6
   TCP server endpoint. (#5694)
 - twisted.internet.endpoints now provides TCP6ClientEndpoint, an IPv6
   TCP client endpoint. (#5695)
 - twisted.internet.endpoints.serverFromString, the endpoint string
   description feature, can now be used to create IPv6 TCP servers.
   (#5699)
 - twisted.internet.endpoints.serverFromString, the endpoint string
   description feature, can now be used to create servers that run on
   Standard I/O. (#5729)
 - twisted.trial.unittest now offers SynchronousTestCase, a test case
   base class that provides usability improvements but not reactor-
   based testing features. (#5853)


Twisted Conch 12.2.0 (2012-08-26)
=================================

Features
--------
 - twisted.conch.ssh.transport.SSHTransport now returns an
   SSHTransportAddress from the getPeer() and getHost() methods.
   (#2997)


Twisted Mail 12.2.0 (2012-08-26)
================================

Deprecations and Removals
-------------------------
 - twisted.mail.protocols.SSLContextFactory is now deprecated. (#4963)
 - The --passwordfile option to twistd mail is now removed. (#5541)


Twisted Names 12.2.0 (2012-08-26)
=================================

Features
--------
 - twisted.names.srvconnect.SRVConnector now takes a default port to
   use when SRV lookup fails. (#3456)


Twisted Web 12.2.0 (2012-08-26)
===============================

Deprecations and Removals
-------------------------
 - twisted.web.static.FileTransfer, deprecated since 9.0, is removed
   now. Use a subclass of StaticProducer instead. (#5651)
 - ErrorPage, NoResource and ForbiddenResource in twisted.web.error
   were deprecated since 9.0 and are removed now. (#5659)
 - twisted.web.google, deprecated since Twisted 11.1, is removed now.
   (#5768)


Twisted Core 12.1.0 (2012-06-02)
================================

Features
--------
 - The kqueue reactor has been revived. (#1918)
 - twisted.python.filepath now provides IFilePath, an interface for
   file path objects. (#2176)
 - New gtk3 and gobject-introspection reactors have been added.
   (#4558)
 - gtk and glib reactors now run I/O and scheduled events with lower
   priority, to ensure the UI stays responsive. (#5067)
 - IReactorTCP.connectTCP() can now accept IPv6 address literals
   (although not hostnames) in order to support connecting to IPv6
   hosts. (#5085)
 - twisted.internet.interfaces.IReactorSocket, a new interface, is now
   supported by some reactors to listen on sockets set up by external
   software (eg systemd or launchd). (#5248)
 - twisted.internet.endpoints.clientFromString now also supports
   strings in the form of tcp:example.com:80 and ssl:example.com:4321
   (#5358)
 - twisted.python.constants.Flags now provides a way to define
   collections of flags for bitvector-type uses. (#5384)
 - The epoll(7)-based reactor is now the default reactor on Linux.
   (#5478)
 - twisted.python.runtime.platform.isLinux can be used to check if
   Twisted is running on Linux. (#5491)
 - twisted.internet.endpoints.serverFromString now recognizes a
   "systemd" endpoint type, for listening on a server port inherited
   from systemd. (#5575)
 - Connections created using twisted.internet.interfaces.IReactorUNIX
   now support sending and receiving file descriptors between
   different processes. (#5615)
 - twisted.internet.endpoints.clientFromString now supports UNIX
   client endpoint strings with the path argument specified like
   "unix:/foo/bar" in addition to the old style, "unix:path=/foo/bar".
   (#5640)
 - twisted.protocols.amp.Descriptor is a new AMP argument type which
   supports passing file descriptors as AMP command arguments over
   UNIX connections. (#5650)

Deprecations and Removals
-------------------------
 - The 'unsigned' flag to twisted.scripts.tap2rpm.MyOptions is now
   deprecated.  (#4086)
 - Removed the unreachable _fileUrandom method from
   twisted.python.randbytes.RandomFactory. (#4530)
 - twisted.persisted.journal is removed, deprecated since Twisted
   11.0. (#4805)
 - Support for pyOpenSSL 0.9 and older is now deprecated.  pyOpenSSL
   0.10 or newer will soon be required in order to use Twisted's SSL
   features. (#4974)
 - backwardsCompatImplements and fixClassImplements are removed from
   twisted.python.components, deprecated in 2006. (#5034)
 - twisted.python.reflect.macro was removed, deprecated since Twisted
   8.2. (#5035)
 - twisted.python.text.docstringLStrip, deprecated since Twisted
   10.2.0, has been removed (#5036)
 - Removed the deprecated dispatch and dispatchWithCallback methods
   from twisted.python.threadpool.ThreadPool (deprecated since 8.0)
   (#5037)
 - twisted.scripts.tapconvert is now deprecated. (#5038)
 - twisted.python.reflect's Settable, AccessorType, PropertyAccessor,
   Accessor, OriginalAccessor and Summer are now deprecated.  (#5451)
 - twisted.python.threadpool.ThreadSafeList (deprecated in 10.1) is
   removed. (#5473)
 - twisted.application.app.initialLog, deprecated since Twisted 8.2.0,
   has been removed. (#5480)
 - twisted.spread.refpath was deleted, deprecated since Twisted 9.0.
   (#5482)
 - twisted.python.otp, deprecated since 9.0, is removed. (#5493)
 - Removed `dsu`, `moduleMovedForSplit`, and `dict` from
   twisted.python.util (deprecated since 10.2) (#5516)


Twisted Conch 12.1.0 (2012-06-02)
=================================

Features
--------
 - twisted.conch.tap now supports cred plugins (#4753)


Twisted Names 12.1.0 (2012-06-02)
=================================

Features
--------
 - "twistd dns" secondary server functionality and
   twisted.names.secondary now support retrieving zone information
   from a master running on a non-standard DNS port. (#5468)


Twisted News 12.1.0 (2012-06-02)
================================

Deprecations and Removals
-------------------------
 - The ability to pass a string article to NNTPServer._gotBody and
   NNTPServer._gotArticle in t.news.nntp has been deprecated for years
   and is now removed. (#4548)


Twisted Runner 12.1.0 (2012-06-02)
==================================

Deprecations and Removals
-------------------------
 - ProcessMonitor.active, consistencyDelay, and consistency in
   twisted.runner.procmon were deprecated since 10.1 have been
   removed. (#5517)


Twisted Web 12.1.0 (2012-06-02)
===============================

Features
--------
 - twisted.web.client.Agent and ProxyAgent now support persistent
   connections. (#3420)
 - Added twisted.web.template.renderElement, a function which renders
   an Element to a response. (#5395)
 - twisted.web.client.HTTPConnectionPool now ensures that failed
   queries on persistent connections are retried, when possible.
   (#5479)
 - twisted.web.template.XMLFile now supports FilePath objects. (#5509)
 - twisted.web.template.renderElement takes a doctype keyword
   argument, which will be written as the first line of the response,
   defaulting to the HTML5 doctype. (#5560)

Deprecations and Removals
-------------------------
 - PHP3Script and PHPScript were removed from twisted.web.twcgi,
   deprecated since 10.1. Use twcgi.FilteredScript instead. (#5456)
 - twisted.web.template.XMLFile's support for file objects and
   filenames is now deprecated.  Use the new support for FilePath
   objects. (#5509)
 - twisted.web.server.date_time_string and
   twisted.web.server.string_date_time are now deprecated in favor of
   twisted.web.http.datetimeToString and twisted.web.
   http.stringToDatetime (#5535)
2013-02-17 14:53:13 +00:00
wen
46fdda459f Updated devel/p5-Path-Class to 0.31 2013-02-17 14:13:44 +00:00
wen
db4222e212 Update to 0.31
Upstream changes:
0.31  Tue Feb  5 11:51:59 CST 2013

 - Optimization: stringify variables passed to canonpath [David Golden]

 - Optimization: Use internal guts when constructing Dirs from
   Dirs, instead of concatenating and splitting them again with
   File::Spec. [David Golden]

 - Fix grammar error in docs. [Karen Etheridge]

 - Implement a 'split' parameter for the slurp() method [suggested by Yanick Champoux]

 - In docs, replace unicode MINUS SIGN with ascii HYPHEN-MINUS [Randy Stauner]

0.29  Mon Dec 17 23:55:07 CST 2012

 - Add components() method, which returns directory names (and
   filename, if this is a File object) as a list.

 - Fix a test failure on non-Unix platforms, the 07-recurseprune.t
   test was written in a Unix-specific way.

0.28  Sat Dec 15 21:40:17 CST 2012

 - Fix test failures when run as root - they were relying on
   permissions failures, but permissions never fail as root. [Spotted
   by AAR and Chris Williams]

 - Add links in docs to the other modules we rely on & talk about in
   the docs.  Makes for easier viewing through search.cpan.org /
   MetaCPAN. [David Precious]

 - Fixed some misleading variable names in docs. [RT#81795] [Pau Amma]

0.27  Sat Dec  8 19:24:15 CST 2012

 - Added pruning support in dir->recurse(). If recurse callback
   returns $item->PRUNE, no children of this item will be
   analyzed. [Marcin Kasperski]

 - Documented 'basename' method for directories. [Fabrice Gabolde]

 - Added traverse_if() function, which allows one to filter children
   before processing them. [Marcin Kasperski]

 - Added tempdir() function. [cho45]
2013-02-17 14:12:51 +00:00
wen
d8418dc34d Updated devel/p5-IO-Digest to 0.11 2013-02-17 14:02:11 +00:00
wen
35a370acd1 Update to 0.11
Upstream changes:
[Changes for 0.11 - 16 Feb, 2013]

Modernize dist.
2013-02-17 14:00:41 +00:00
taca
f06824ef00 Fix build problem of graphics/php-gd with png 1.6.0. 2013-02-17 13:10:13 +00:00
wen
90a7f10c82 Updated textproc/p5-Pod-Simple to 3.25 2013-02-17 12:58:12 +00:00
obache
9cf1d430b2 Clean up tools for Cygwin:
* expect all packages in Base category are installed
* try to detect tools in optional packages
2013-02-17 12:57:51 +00:00
wen
1c2b481aca Update to 3.25
Upstream changes:
2013-02-16   David E. Wheeler <david@justatheory.org>
	* Release 3.25

	Improved the warning when "=item" types mismatch within one
	"=over"/"=back" block.

2013-02-14   David E. Wheeler <david@justatheory.org>
	* Release 3.24

	Fixed corner case bug for unlikely scenario in which non-UTF-8
	text could be parsed as UTF-8. Grant McLean.

	XHTML IDs can no longer end with punctuation. Thanks to Smylers
	for the patch.

	Fixed test failure on Perl 5.6.2.

	Changed the default installation location from "perl" to "site" on
	5.12 and higher, since as of that version of Perl, dual-life
	modules no longer need to be installed in "perl" to replace
	in-core versions. Patch from tzccinct.

	Fixed hash order dependency test failures on Perl 5.17. Thanks to
	Yves Orton for the patch.

	Inlined the code that tries to guess a Pod file's encoding. This
	reduces the time Pod::Simple takes to build the core Perl
	documentation by 15-20%. Thanks to Dagfinn Ilmari Mannsåker for
	the patch!

	Added a warning when "=item" types mismatch within one
	"=over"/"=back" block. Marc Green/Google Summer of Code, with
	assist from RJBS.

	Fixed regression introduced in 3.22 in which "C< >" tags were
	incorrectly treated as verbatim text in table of contents items
	emitted by Pod::Simple::XHTML. Thanks to Randy Stauner for the
	report and to Thomas Sibley for the fix!

	Loosened up the matching of "L< >" tags for man pages so that they
	allow names with dots, underscores, and any other chararacters
	other than "/", just so long as they end in '[(][-a-zA-Z0-9]+[)]'.
	Thanks to Dave Rolsky and Kevin Ryde for the reports (RT #82975 &
	RT #82972).

	Fixed inverted mapping of "keyboard" to "kbd" in
	Pod::Simple::HTML. Thanks to Robert Boisvert for the bug report
	(RT #79201).

	Added two new Tagmap entries to Pod::Simple::HTML: "preformat"
	maps to "pre", and "teletype" maps to "tt". Suggested by Robert
	Boisvert (RT #79201).

	"X< >" tags are now ignored by the pull parser when it searches
	for titles, as is any trailing whitespace. Thanks to Patrice Dumas
	for the report (RT #74389).
2013-02-17 12:57:07 +00:00
shattered
6aab61a8f4 Add 'debug' option. 2013-02-17 12:21:34 +00:00
shattered
987d9be48a Set license. 2013-02-17 12:19:11 +00:00
jperkin
fcc6cea52e Remove libboost_locale from the generic PLIST, it is handled in the
OPSYS-specific files.

This is now the third time I have had to apply this identical fix,
please can package updaters be more careful in the future so I don't
have to do it a fourth time.  Alternatively, cookies are available to
anyone who comes up with a programatic fix for print-PLIST or whatever
is causing this to happen each time.
2013-02-17 11:21:11 +00:00
ryoon
ca12059c9c Fix typo.
Pointed out by tsutsui@.
2013-02-17 11:20:14 +00:00
jperkin
27e778cfcb Need -lsocket on Solaris. 2013-02-17 11:16:56 +00:00
spz
56e296d18f make it set links to the full path of the shared libs, not to a path
starting with emul/
2013-02-17 10:34:31 +00:00
wiz
79c26b5cc6 Remove sap packages. Not automatically fetchable, no maintainer.
[Per section 19.1.5 of the pkgsrc guide.]
2013-02-17 10:29:00 +00:00
wiz
59c37d929e Updated net/p5-Net-GitHub to 0.50 2013-02-17 10:21:30 +00:00
wiz
be49eca69f Update to 0.50, 0.49 wasn't fetchable for me.
0.50    2012.11.28
        - repos merging and statuses
        - fix gist comments changes
        - # TODO. Repos Contents, Activity Notifications
2013-02-17 10:21:21 +00:00
wiz
f615f6187a ftp master site doesn't work, use http one. 2013-02-17 10:14:11 +00:00
dholland
f84f8c9e20 Fix build with png 1.6. 2013-02-17 09:39:09 +00:00
taca
52cbf5f07b Drop support for Ruby on Rails 3.0. 2013-02-17 09:16:53 +00:00
markd
4fab2390cf Work around moc inability to parse a boost macro. Fixes PR pkg/47561 2013-02-17 09:14:44 +00:00
taca
1c3b0ecf5f Note remove of www/ruby-erubis26 package. 2013-02-17 09:10:59 +00:00
taca
fa8c200637 Remove ruby-erubis26 which was required by actionpack3. 2013-02-17 09:10:40 +00:00
taca
8433ba5590 Remove ruby-erubis26. 2013-02-17 09:10:07 +00:00
dholland
9a451c7f41 Drop ruby-rails3 and ruby-rails31, which are going away. 2013-02-17 09:09:28 +00:00
taca
1a6385502c Note remove of devel/ruby-i18n_05 package. 2013-02-17 09:09:04 +00:00
taca
fed0937226 Remove ruby-i18n_05 which was required by devel/ruby-activemodel. 2013-02-17 09:08:47 +00:00
taca
f3b74989fc Remove ruby-i18n_05. 2013-02-17 09:08:21 +00:00
taca
6c3872b179 Note remove of www/ruby-rack-test05, www/ruby-rack-mount06 and
www/ruby-rack12 packages.
2013-02-17 09:06:22 +00:00
taca
c3378c95c5 Remove ruby-rack12 which was required by www/ruby-actionpack3. 2013-02-17 09:05:46 +00:00