summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-07-30+urjtagdrochner1-1/+2
2010-07-30add urjtag-0.10, a command-line tool for JTAG testing, successordrochner8-0/+544
of the openwince-jtagtools (added features are ejtag support, bsdl file import and svf player, probably more) I've added a minimal driver for the "usbprog" adapter. It needs the "usbprogJTAG" firmware which is not distributed in binary by the developers but can be easily built with pkgsrc/cross/avr-gcc. (There is some "openocd" firmware which looks similar, it might be possible to make this work.) Caution: The usbprog adapter does no Vref sampling but drives always 5V. Make sure your taget device tolerates that. (I've tested with a PIC32 eval board.)
2010-07-30Note initial addition of p5-Net-Trac version 0.15 as net/p5-Net-Tracseb1-1/+2
into 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-30Add & enable p5-Net-Tracseb1-1/+2
2010-07-30Initial import of p5-Net-Trac version 0.15 in the NetBSD Packagesseb3-0/+40
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-30Add devel CATEGORYseb1-2/+2
2010-07-30Note initial addition of p5-Net-Google-Code version 0.19 asseb1-1/+2
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-30Add & enable p5-Net-Google-Codeseb1-1/+2
2010-07-30Initial import of p5-Net-Google-Code version 0.19 in the NetBSDseb3-0/+44
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-30Updated geography/mapserver to 5.6.5adam1-1/+2
2010-07-30Changes 5.6.5:adam2-7/+6
* 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-30Note initial addition of p5-XML-FeedPP version 0.41 asseb1-1/+2
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-30Add & enable p5-XML-FeedPPseb1-1/+2
2010-07-30Initial import of p5-XML-FeedPP version 0.41 in the NetBSD Packagesseb3-0/+33
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-30Add patch from Taylor R Campbell to choose a working way to re-enablegdt2-2/+4
TLS renegotiation.
2010-07-30Remove extraneous definitions.asau1-5/+1
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau51-102/+102
"fortran" is alias of "fortran77" for now, but it will change later.
2010-07-30Note initial addition of p5-XML-TreePP version 0.39 asseb1-1/+2
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-30Add & enable p5-XML-TreePPseb1-1/+2
2010-07-30Initial import of p5-XML-TreePP version 0.39 in the NetBSD Packagesseb3-0/+33
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-30Note initial addition of p5-Net-GitHub version 0.22 as net/p5-Net-GitHubseb1-1/+2
into The NetBSD Packages Collection. The Perl 5 module Net::GitHub provides an interface to the popular git host http://github.com.
2010-07-30Add & enable p5-Net-GitHubseb1-1/+2
2010-07-30Initial import of p5-Net-GitHub version 0.22 in the NetBSD Packagesseb3-0/+38
Collection. The Perl 5 module Net::GitHub provides an interface to the popular git host http://github.com.
2010-07-30Implement "fortran77" as alias for "fortran".asau6-19/+24
2010-07-30Work around namespace pollution breaking the build on OpenSolaris.dholland2-1/+19
From Aleksey Cheusov in PR 43638.
2010-07-30Recognize dfly, from Antonio Huete Jimenez in PR 43685.dholland3-1/+33
2010-07-30Don't accept python24; uses py-cairo, which itself doesn't. Fromdholland1-1/+2
Aleksey Cheusov in PR 43662.
2010-07-29Note initial addition of p5-WWW-Mechanize-GZip version 0.12 asseb1-1/+2
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-29Add & enable p5-WWW-Mechanize-GZipseb1-1/+2
2010-07-29Initial import of p5-WWW-Mechanize-GZip version 0.12 in the NetBSDseb3-0/+31
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-29Updated devel/p5-App-cpanoutdated to 0.11seb1-1/+2
2010-07-29Update p5-App-cpanoutdated from version 0.10 to version 0.11.seb2-6/+7
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-29Note initial addition of p5-Test-Script-Run version 0.04 asseb1-1/+2
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-29Add & enable p5-Test-Script-Runseb1-1/+2
2010-07-29Initial import of p5-Test-Script-Run version 0.04 in the NetBSDseb3-0/+31
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-29Updated devel/p5-Any-Moose to 0.13seb2-3/+3
2010-07-29Update from version 0.11 to version 0.13.seb2-7/+7
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-29AC_FUNC_ALLOCA should never define a prototype on the BSDs. Bump revision.joerg3-3/+20
2010-07-29Updated devel/p5-Mouse to 0.64seb1-1/+2
2010-07-29Update from version 0.63 to version 0.64seb2-6/+6
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-29Updated devel/p5-Proc-InvokeEditor to 1.03seb1-1/+2
2010-07-29Update p5-Proc-InvokeEditor from version 1.02 to version 1.03.seb2-6/+6
Upstream changes (from diffs inspection): - Meta data update
2010-07-29Regen patch checksums for patch-ac.rafal1-1/+2
2010-07-29Add patch from https://www.conserver.com/pipermail/users/2004-June/msg00001.htmlrafal1-0/+13
to make network consoles work on LP64 platforms.
2010-07-29add and enable dnssec-toolsjnemeth1-1/+2
2010-07-29sortjnemeth1-2/+2
2010-07-29Note remove of www/squid30 package.taca1-1/+2
2010-07-29Remove "used by www/squid30/Makefile" comment line.taca1-2/+1
2010-07-29Since Squid 3.0.x retired, please use www/squid31 package now.taca9-202/+0
2010-07-29Remove squid30.taca1-2/+1