Commit graph

161224 commits

Author SHA1 Message Date
seb
f53565fdf7 Add & enable p5-Net-Trac 2010-07-30 13:20:10 +00:00
seb
5865d438c4 Initial import of p5-Net-Trac version 0.15 in the NetBSD Packages
Collection.

The Perl 5 module Net::Trac is simple client library for a remote
Trac instance. Because Trac doesn't provide a web services API,
this module currently "fakes" an RPC interface around Trac's webforms
and the feeds it exports. Because of this, it's somewhat more brittle
than a true RPC client would be.
2010-07-30 13:19:54 +00:00
seb
3f22accd1b Add devel CATEGORY 2010-07-30 13:01:24 +00:00
seb
e2141ad0c0 Note initial addition of p5-Net-Google-Code version 0.19 as
net/p5-Net-Google-Code into The NetBSD Packages Collection.

The Perl 5 module Net::Google::Code is a simple client library for
projects hosted in Google Code. It uses Google's official API and
web scrapping techniques.
2010-07-30 12:59:22 +00:00
seb
ffd161e3fc Add & enable p5-Net-Google-Code 2010-07-30 12:58:41 +00:00
seb
8b91430617 Initial import of p5-Net-Google-Code version 0.19 in the NetBSD
Packages Collection.

The Perl 5 module Net::Google::Code is a simple client library for
projects hosted in Google Code. It uses Google's official API and
web scrapping techniques.
2010-07-30 12:58:27 +00:00
adam
fe337d80ae Updated geography/mapserver to 5.6.5 2010-07-30 12:52:48 +00:00
adam
68f74d78d3 Changes 5.6.5:
* Fixed scale calculation problem caused by mapscale.c's inchesPerUnits
  array being out of synch with MS_UNITS enum
* Fixed bitmap text font rendering (tiny was not working)

Changes 5.6.4:
IMPORTANT SECURITY FIXES:
* Disabled some insecure (and potentially exploitable) mapserv command-line
  debug arguments.
* Fixed possible buffer overflow in msTmpFile()

Other fixes:
* Fixed possible race condition with connectiontype WFS layers
* Modified mapserver units enum order to fix some problems with external
  packages
* fix blending of transparent layers with AGG on MSB archs
* Fixed imageObj->saveImage() sends unnecessary headers
* Correct PropertyName parsing for wfs post requests
* Ensure mapwmslayer.c does not unlink file before closing connection on it
* Fix security exception issue in C# with MSVC2010
* Write out join CONNECTIONTYPE when saving a mapfile.
* Fixed attribute queries to use an extent stored (and cached) as part of
  the queryObj rather than the map->extent.
* Reverted msLayerWhichItems() to 5.4-like behavior although still supporting
  retrieving all items
* Grid layer: remove drawing of unnecessary gird lines
* OGC Filters for spatial dbs should be enclosed in parentheses
* Improve the handling of simple string comparisons for raster classified
  values
* Add the ogc namspace to filters generated by Mapserver
* Fix MS_NONSQUARE to work in mode=map
* Improve error message when loadQuery() filename extension check fails
* Fix GetLegendGraphic using keyimages
* Fix getFeatureInfo queries on WFS layers
* Fixed mapstring.c build problem related to errno
* Correct ungeoreferenced defaults via GetExtent() on raster layer
* More adjustments to how TLOCK_GDAL held around msGetGDALGeoTransform
2010-07-30 12:51:22 +00:00
seb
f3c1422ebc Note initial addition of p5-XML-FeedPP version 0.41 as
textproc/p5-XML-FeedPP into The NetBSD Packages Collection.

The Perl 5 module XML::FeedPP is an all-purpose syndication utility
that parses and publishes RSS 2.0, RSS 1.0 (RDF), Atom 0.3 and 1.0
feeds. It allows you to add new content, merge feeds, and convert
among these various formats. It is a pure Perl implementation and
does not require any other module except for XML::TreePP.
2010-07-30 12:24:34 +00:00
seb
c0fc5ba9e7 Add & enable p5-XML-FeedPP 2010-07-30 12:23:59 +00:00
seb
0a5c0c566c Initial import of p5-XML-FeedPP version 0.41 in the NetBSD Packages
Collection.

The Perl 5 module XML::FeedPP is an all-purpose syndication utility
that parses and publishes RSS 2.0, RSS 1.0 (RDF), Atom 0.3 and 1.0
feeds. It allows you to add new content, merge feeds, and convert
among these various formats. It is a pure Perl implementation and
does not require any other module except for XML::TreePP.
2010-07-30 12:23:09 +00:00
gdt
49f8ad5ff8 Add patch from Taylor R Campbell to choose a working way to re-enable
TLS renegotiation.
2010-07-30 12:11:51 +00:00
asau
37aec3c020 Remove extraneous definitions. 2010-07-30 11:03:27 +00:00
asau
8756d19398 "fortran" -> "fortran77" except where it is clear that it isn't F77.
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30 10:36:22 +00:00
seb
de169f8ca1 Note initial addition of p5-XML-TreePP version 0.39 as
textproc/p5-XML-TreePP into The NetBSD Packages Collection.

The Perl 5 module XML::TreePP module parses an XML document and
expands it for a hash tree. This generates an XML document from a
hash tree as the opposite way around. It is a pure Perl implementation.
It can also fetch and parse an XML document from remote web server
like JavaScript's XMLHttpRequest object.
2010-07-30 10:30:27 +00:00
seb
88e214d981 Add & enable p5-XML-TreePP 2010-07-30 10:30:02 +00:00
seb
798854778a Initial import of p5-XML-TreePP version 0.39 in the NetBSD Packages
Collection.

The Perl 5 module XML::TreePP module parses an XML document and
expands it for a hash tree. This generates an XML document from a
hash tree as the opposite way around. It is a pure Perl implementation.
It can also fetch and parse an XML document from remote web server
like JavaScript's XMLHttpRequest object.
2010-07-30 10:29:30 +00:00
seb
f854a247bb Note initial addition of p5-Net-GitHub version 0.22 as net/p5-Net-GitHub
into The NetBSD Packages Collection.

The Perl 5 module Net::GitHub provides an interface to the popular
git host http://github.com.
2010-07-30 08:27:04 +00:00
seb
99f9b708bb Add & enable p5-Net-GitHub 2010-07-30 08:26:27 +00:00
seb
4862276b07 Initial import of p5-Net-GitHub version 0.22 in the NetBSD Packages
Collection.

The Perl 5 module Net::GitHub provides an interface to the popular
git host http://github.com.
2010-07-30 08:26:10 +00:00
asau
6a9ed37cc2 Implement "fortran77" as alias for "fortran". 2010-07-30 07:58:58 +00:00
dholland
7b4ac052d9 Work around namespace pollution breaking the build on OpenSolaris.
From Aleksey Cheusov in PR 43638.
2010-07-30 07:10:50 +00:00
dholland
b05116a642 Recognize dfly, from Antonio Huete Jimenez in PR 43685. 2010-07-30 07:02:36 +00:00
dholland
96d1c222be Don't accept python24; uses py-cairo, which itself doesn't. From
Aleksey Cheusov in PR 43662.
2010-07-30 06:55:04 +00:00
seb
132a9746bc Note initial addition of p5-WWW-Mechanize-GZip version 0.12 as
www/p5-WWW-Mechanize-GZip into The NetBSD Packages Collection.

The Perl 5 module WWW::Mechanize::GZip tries to fetch a URL by
requesting gzip-compression from the webserver. If the response
contains a header with 'Content-Encoding: gzip', it decompresses
the response in order to get the original (uncompressed) content.
2010-07-29 21:43:24 +00:00
seb
1b66e4e0f0 Add & enable p5-WWW-Mechanize-GZip 2010-07-29 21:42:55 +00:00
seb
3770c9577b Initial import of p5-WWW-Mechanize-GZip version 0.12 in the NetBSD
Packages Collection.

The Perl 5 module WWW::Mechanize::GZip tries to fetch a URL by
requesting gzip-compression from the webserver. If the response
contains a header with 'Content-Encoding: gzip', it decompresses
the response in order to get the original (uncompressed) content.
2010-07-29 21:42:43 +00:00
seb
67f6c4fe30 Updated devel/p5-App-cpanoutdated to 0.11 2010-07-29 21:29:21 +00:00
seb
f55c88fd1e Update p5-App-cpanoutdated from version 0.10 to version 0.11.
Upstream changes:
0.11
    - removed -I option(sorry, It's my misstake.)
    - added -l and -L option for local::lib support.
      Option meaning is same as cpanm.
      suggested by Sebastian Willert [RT#59454]
2010-07-29 21:29:11 +00:00
seb
f37c955517 Note initial addition of p5-Test-Script-Run version 0.04 as
devel/p5-Test-Script-Run into The NetBSD Packages Collection.

The Perl 5 module Test::Script::Run exports some subs to help test
and run scripts in your dist's bin/ directory.
2010-07-29 21:08:54 +00:00
seb
7e0e6269a0 Add & enable p5-Test-Script-Run 2010-07-29 21:08:34 +00:00
seb
16aae6e252 Initial import of p5-Test-Script-Run version 0.04 in the NetBSD
Packages Collection.

The Perl 5 module Test::Script::Run exports some subs to help test
and run scripts in your dist's bin/ directory.
2010-07-29 21:08:20 +00:00
seb
062d2be487 Updated devel/p5-Any-Moose to 0.13 2010-07-29 19:03:36 +00:00
seb
c395680498 Update from version 0.11 to version 0.13.
Approved by MAINTAINER.

Pkgsrc changes:
- adjust dependencies

Upstream changes:
0.13  Wed 19 May 2010
  * Add load_first_existing_class (gfx)

0.12  Fri 02 Apr 2010
  * t/000-version.t for better diagnostics (tokuhirom)
  * Slight performance improvements for is_class_loaded,
      lazily loading Carp, etc (Sartak)
  * Start some real documentation (Sartak)
  * Document $ENV{ANY_MOOSE} (Sartak)
    - fixes [rt.cpan.org #52339]
  * Test that Moose is loaded, not CMOP (Sartak)
    - fixes [rt.cpan.org #56093]
  * Alias class_of and more functions (Sartak)
    - requested by [rt.cpan.org #52275]
2010-07-29 19:03:25 +00:00
joerg
d8a1b65b91 AC_FUNC_ALLOCA should never define a prototype on the BSDs. Bump revision. 2010-07-29 15:49:36 +00:00
seb
2775bb500a Updated devel/p5-Mouse to 0.64 2010-07-29 14:31:26 +00:00
seb
a47717c83c Update from version 0.63 to version 0.64
Upstream changes:
0.64 Mon Jul 26 20:48:13 2010
    [BUG FIXES]
    * Build failure on 5.13.3

    [CHANGES]
    * Illegal inheritance options for clone_and_inherit_options()
      is now a black list, not a white list (Moose 1.09 feature)
    * Remove long deprecated methods in Mouse::Meta::Attribute:
        clone_parent, get_parent_args, canonicalize_args, create
2010-07-29 14:31:16 +00:00
seb
1b5359c9c3 Updated devel/p5-Proc-InvokeEditor to 1.03 2010-07-29 14:19:00 +00:00
seb
062ba4942e Update p5-Proc-InvokeEditor from version 1.02 to version 1.03.
Upstream changes (from diffs inspection):
- Meta data update
2010-07-29 14:18:49 +00:00
rafal
71661ec22f Regen patch checksums for patch-ac. 2010-07-29 11:04:31 +00:00
rafal
4e4dddd58b Add patch from https://www.conserver.com/pipermail/users/2004-June/msg00001.html
to make network consoles work on LP64 platforms.
2010-07-29 11:02:38 +00:00
jnemeth
4ab8825bc3 add and enable dnssec-tools 2010-07-29 04:59:33 +00:00
jnemeth
38f84be606 sort 2010-07-29 04:49:01 +00:00
taca
0d2106e4a0 Note remove of www/squid30 package. 2010-07-29 03:04:58 +00:00
taca
b42e99cadb Remove "used by www/squid30/Makefile" comment line. 2010-07-29 03:04:16 +00:00
taca
e351d00dc8 Since Squid 3.0.x retired, please use www/squid31 package now. 2010-07-29 03:03:28 +00:00
taca
91a489176e Remove squid30. 2010-07-29 03:02:16 +00:00
taca
1db7ec8571 Note update of www/squid27 pacakge to 2.7.9. 2010-07-29 03:01:43 +00:00
taca
f0885be48f Update squid27 package to 2.7.9 (2.7.STABLE9).
(CVE-2010-0308 is http://www.squid-cache.org/Advisories/SQUID-2010_1.txt.)


Changes to squid-2.7.STABLE9 (15 March 2010)

	- 2.7.STABLE8 failed to compile with OpenSSL 0.9.8 on some systems
	- failure to detect certain system libraries on some systems
	  resulting in compilation errors

Changes to squid-2.7.STABLE8 (10 March 2010)

	- Bug #2458: reply_body_max_size incorrectly documented
	- Bug #2858: Segment violation in HTCP
	- Bug #2773: Segfault in RFC2069 Digest authantication
	- 64-bit filesize issue in squidclient if trying to post a file > 2GB
	- Improve %nn parser to better deal with certain odd %nn sequences
	- Segmentation fault if failed to open cache.log
	- Bug #2819: const correctness errors in dns_internal.c
	- Handle DNS header-only packets as invalid. (CVE-2010-0308)
	- Windows port: Updated mswin_ad_group native helper to version 2.1
	- Cosmetic change to keep GCC happy
	- Bug #2678 - storeurl_rewrite does not play nicely with vary
	- Bug #2861 - only-if-cached request blocks if it collapsed into
	  another request
	- Use libcap functions instead of raw kernel interface
	- No need to sync the store on -k rotate, but instead it needs to be
	  done in reconfigure
	- const correctness in OpenSSL initialization
	- Rework the http digest auth parser
2010-07-29 03:00:46 +00:00
taca
58eff281db --enable-underscores option had gone. 2010-07-29 02:59:20 +00:00