Commit graph

154064 commits

Author SHA1 Message Date
wiz
caba367d80 Update to 0.3.17:
liboil-0.3.17
=============

New release of liboil out.  Fixes a bunch of compile bugs.

***** WARNING *****

Liboil is now in maintenence-only mode.  No new features will
be added, and bugs will be fixed according to their severity and
availablility of patches.

Users of liboil are recommended to switch to Orc
(http://code.entropywave.com/projects/orc/).  Please contact
David Schleef <ds at schleef.org> about converting liboil functions
to Orc code -- in many cases this work has already been done.
2010-02-07 16:10:02 +00:00
wiz
57310d8f1f Updated databases/shared-mime-info to 0.71 2010-02-07 16:08:11 +00:00
wiz
472e999620 Update to 0.71:
shared-mime-info 0.71 (2010-02-01)
* Mime-type Changes:
- Add magic for FLAC files
- Add ICC profiles
- Remove duplicate XUL definition
- Add IT8.7/2 profiles
- Add Apple's HTTP Live Streaming playlists
- Add application/pkix-crl
- Match *xsl and *xslt to application/xslt+xml
- Add *.eml glob for message/rfc822 messages
- Add application/vnd.openxmlformats-officedocument.presentationml.slideshow
- Update MathML definition
- Add application/x-java-keystore and application/x-java-jce-keystore
- Add OpenDocument test cases, flat XML file definitions
- Make D sources a sub-class of C sources

* Specification:
- Update version to 0.19

* Other:
- Move to git for VCS
- Use transifex for translations
2010-02-07 16:08:02 +00:00
wiz
b6bdc35203 Updated devel/p5-Mouse to 0.49 2010-02-07 16:07:10 +00:00
wiz
e0b9785554 Update to 0.49:
0.49 Tue Feb  2 12:58:45 2010
    * MouseAccessor.xs
        - Fix RT #54203 that writers might return undef in setting values
            reported by chocolateboy (gfx)

0.48 Sun Jan 31 17:53:31 2010
    * MouseTypeConstraints.xs
        - Fix magic handling in type constraints reported by sunnavy (gfx)
2010-02-07 16:07:01 +00:00
wiz
6fc86b30a8 Updated devel/p5-Module-Install to 0.93 2010-02-07 16:05:50 +00:00
wiz
cbb50e3bb0 Update to 0.93:
0.93 Sun  7 Feb 2010
	- Better search for 'Perl' license (CHORNY)
	- Added automatic executing of xt tests during either author()
	  mode or when RELEASE_TESTING is enabled (ADAMK)
2010-02-07 16:05:41 +00:00
wiz
e6426bead5 Updated devel/p5-Date-Manip to 6.07 2010-02-07 16:04:28 +00:00
wiz
8b3c370d37 Update to 6.07:
Version 6.06    2010-02-05
   Added dm_zdump example script.
   Minor bug where %Z printf format didn't always work.
   Improved TZ::periods functionality
   Fixed bug in Date_ConvTZ where empty values weren't defaulting to local timezone.
      Robert Eden
   Fixed a couple of problems in the generated timezones for some odd cases
      (America/Resolute and Asia/Tehran).
   Added support for 5pm back in (it was omitted accidentally).  Mark Kennedy
   Fixed a minor warning.  Morten Bjoernsvik
   Some additional speedups.
   Newest zoneinfo data.

Version 6.07    2010-02-05
   Fixed bug in Date_TimeZone where it wasn't returning the timezone.  Robert Eden
2010-02-07 16:04:17 +00:00
wiz
05626f6b9a Updated www/p5-CGI to 3.49 2010-02-07 16:02:30 +00:00
wiz
947d14adb7 Update to 3.49:
Version 3.49

  [BUG FIXES]
  1. Fix a regression since 3.44 involving a case when the header includes "Content-Length: 0".
     Thanks to Alex Vandiver (RT#51109)
  2. Suppress uninitialized warnings under -w. Thanks to burak.  (RT#50301)
  3. url() now uses virtual_port() instead of server_port(). Thanks to MKANAT and Yanick Champoux. (RT#51562)

  [SECURITY]
  1. embedded newlines are now filtered out of header values in header().
     Thanks to Mark Stosberg and Yanick Champoux.

  [DOCUMENTATION]
  1. README was updated to reflect that CGI.pm was moved under ./lib.
     Thanks to Alex Vandiver.

  [INTERNALS]
  1. More tests were added for autoescape, thanks to Bob Kuo. (RT#25485)
  2. Attempt to avoid test failures with t/fast, thanks to Steve Hay. (RT#49599)
2010-02-07 16:02:20 +00:00
wiz
154bffb8b3 Updated archivers/p5-Archive-Tar to 1.56 2010-02-07 16:01:40 +00:00
wiz
7e48238bba Update to 1.56:
* important changes in version 1.56 03/02/2010
- Apply a patch from Mark Swayne that addresses RT #50471;

  Archive::Tar generates file headers with space padded numbers for size,
  mtime and checksum. This format is incompatible with some versions of
  the busybox implementation of tar (I am using 1.13.2), which requires 0
  padded numbers (despite comments in the source that say otherwise).

  I've included a patch that adds a control flag that enables zero padded
  numbers in the header. It passes all tests with ActiveState Perl 5.8.8
  on WinXP.
2010-02-07 16:01:30 +00:00
wiz
786e82481f Updated devel/libidn to 1.17 2010-02-07 16:00:23 +00:00
wiz
e9b6602e19 Update to 1.17:
* Version 1.17 (released 2010-02-05)

** Fix symbol export problem for a few variables.
Applications (that use these rarely used variables) built against
versions before 1.13 did not work with libidn versions 1.13 to 1.16.

Symbol versioning was introduced in version 1.13 but by accident some
symbols that were visible before that release were not exported, and
the consequence was that those symbols were not available in version
1.13 to 1.16.  This release fixes the problem, so the symbols are
visible again, making this release backwards compatible with all
earlier releases.

The affected symbols are the following variables:
stringprep_iscsi_prohibit, stringprep_rfc3454_A_1,
stringprep_rfc3454_B_1, stringprep_rfc3454_B_2,
stringprep_rfc3454_B_3, stringprep_rfc3454_C_1_1,
stringprep_rfc3454_C_1_2, stringprep_rfc3454_C_2_1,
stringprep_rfc3454_C_2_2, stringprep_rfc3454_C_3,
stringprep_rfc3454_C_4, stringprep_rfc3454_C_5,
stringprep_rfc3454_C_6, stringprep_rfc3454_C_7,
stringprep_rfc3454_C_8, stringprep_rfc3454_C_9,
stringprep_rfc3454_D_1, stringprep_rfc3454_D_2,
stringprep_saslprep_space_map.

Thanks to Marco d'Itri <md@linux.it> for reporting
<http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561291> that led to
discovering this problem.

** Really fix the link error of self-tests on MinGW.

** API and ABI is backwards compatible with the previous version.
2010-02-07 16:00:12 +00:00
gdt
4cd9291287 Updated geography/viking to 0.9.91 2010-02-07 15:54:55 +00:00
wiz
d8cec434f4 + asterisk16-1.6.2.2, eric3-4.4.1 [now called eric4], etm-522,
gmp-5.0.1, guile-www-2.25, jhead-2.90, libidn-1.17, liboil-0.3.17,
  moserial-2.28.2 [GNOME 2.28], mysql-5.1.43, p5-Archive-Tar-1.56,
  p5-CGI-3.49, p5-Date-Manip-6.07, p5-Module-Install-0.93,
  p5-Mouse-0.49, pilot-link-libs-0.12.5, py-mpmath-0.14 [pkg/42755],
  shared-mime-info-0.71, tinc-1.0.12, wine-devel-1.1.38,
  x264-devel-20100206.
2010-02-07 15:54:47 +00:00
gdt
79b6967134 Viking 0.9.91 (2010-02-06)
New features since 0.9.9
* Interpolation for maps: use less precise images when wanted image is not prese
nt
* GObjectify maps
** Add compatibility facilities
* GObjectify go-to/search feature
** Add Name finder search engine
** Add Nominatim search engine
** Add Geonames search engine
** Add generic XML search code
* Add configuration file for map sources, goto and external tool
  (See examples in distribution)
* Add option to download only maps that are more recent on server
** Try to download newer tiles when autodownload is set and server supports such
 check
** Tiles must be older than a specified age before checking server
* Add support for recently used files
* Add DEM Gradient
* Add DOAP file
2010-02-07 15:54:33 +00:00
drochner
3ef73591a9 put the pinentry variants which depend on a toolkit into seperate
pkgs rather than having their build controlled by options
(no change in the default case)
2010-02-07 15:36:58 +00:00
wiz
6d2b93c2f3 Use a simpler patch from KDE's svn. 2010-02-07 15:26:40 +00:00
wiz
28cd05826f Updated x11/kdebindings4-python to 4.3.5nb1 2010-02-07 15:14:20 +00:00
wiz
47f45374b1 Make build with py-sip-4.10, and depend on it.
Patch from gentoo bug #301106 via drochner.
2010-02-07 15:14:10 +00:00
obache
6257dac2ed wordpress-2.9.1 is in pkg/42765. 2010-02-07 14:59:01 +00:00
tnn
bfc1bed8d6 add patch for previous. 2010-02-07 14:36:40 +00:00
tnn
564fa5d9b5 You are in a maze of twisty little #ifdefs, all alike.
(Fix "error: 'tgetstr' was not declared in this scope" on -current.)
2010-02-07 14:33:30 +00:00
obache
e439cf1125 Updated converters/skf to 1.97.0 2010-02-07 13:18:08 +00:00
obache
ca2ba87796 Update skf to 1.97.0.
skf (1.97.0) experimental; urgency=low

  * Re-enabled MIME encoding
  * nkf compatibility mode further fix and support added.
  * various bug fix from 1.96 series.

 -- Seiji Kaneko <efialtes@sourceforge.jp>  Sat, 06 Feb 2010 23:24:54 +0900
2010-02-07 13:17:55 +00:00
obache
d816ddc918 + ming-0.4.3 skf-1.97.0 2010-02-07 13:02:26 +00:00
obache
5db066ec36 + ocamlduce-3.11.2.0 2010-02-07 12:56:23 +00:00
obache
04a30d0908 Update HOMEPAGE. 2010-02-07 12:55:29 +00:00
obache
29d48c451c Also add missing buildlinkfy to buildlink3.mk. 2010-02-07 12:46:29 +00:00
obache
3513079ada Fixes to build with qt-4.6.
remove files generated with moc in 4.5.
2010-02-07 12:29:18 +00:00
sborrill
0213bb4ca1 Change MASTER_SITES at request of author.
Take on MAINTAINERship.
Bump PKGREVISION
2010-02-07 11:40:22 +00:00
seb
466c3fdce0 Note initial addition of p5-XML-XPathEngine version 0.12 as
textproc/p5-XML-XPathEngine into The NetBSD Packages Collection.

The Perl 5 module XML::XPathEngine provides an XPath engine, that
can be re-used by other module/classes that implement trees.
2010-02-07 11:29:36 +00:00
seb
3c5ea510a9 Add & enable p5-XML-XPathEngine 2010-02-07 11:29:08 +00:00
seb
fb9f4f22d6 Initial import of p5-XML-XPathEngine version 0.12 in the NetBSD
Packages Collection.

The Perl 5 module XML::XPathEngine provides an XPath engine, that
can be re-used by other module/classes that implement trees.
2010-02-07 11:28:43 +00:00
roy
5117ae56ae Fix another silly typo. 2010-02-07 10:28:13 +00:00
roy
010ce0fdf9 Remove typo. 2010-02-07 10:20:37 +00:00
roy
cae8761d03 Add patches to fix building on NetBSD with terminfo, fixes PR pkg/42761. 2010-02-07 10:07:10 +00:00
roy
c8acc7c688 Fix compile on NetBSD with terminfo, pkg/42762. 2010-02-07 09:53:20 +00:00
roy
86613d2e29 Add builtin for working out if we have terminfo installed natively. 2010-02-07 09:46:13 +00:00
obache
e3a0abe8a5 tools definition of bzcat may have option (ex. bzip2 -cd), allow it. 2010-02-07 08:00:51 +00:00
obache
e80109867c Change HOMEPAGE to sourceforge's one (old one had been retired). 2010-02-07 07:22:08 +00:00
seb
29d1c3aabc Note initial addition of p5-HTML-Selector-XPath version 0.03 as
www/p5-HTML-Selector-XPath into The NetBSD Packages Collection.

The Perl 5 module HTML::Selector::XPath is a utility function to
compile CSS2 selector to the equivalent XPath expression.
2010-02-07 06:05:36 +00:00
seb
63c734d225 Add & enable p5-HTML-Selector-XPath 2010-02-07 06:05:03 +00:00
seb
91c502cf9a Initial import of p5-HTML-Selector-XPath version 0.03 in the NetBSD
Packages Collection.

The Perl 5 module HTML::Selector::XPath is a utility function to
compile CSS2 selector to the equivalent XPath expression.
2010-02-07 06:04:23 +00:00
asau
bc75c75f49 Updated lang/smlnj to 110.72 2010-02-07 03:15:18 +00:00
asau
620ac47d34 Update to SML/NJ 110.72, bug fix release. 2010-02-07 03:14:36 +00:00
gdt
e5f99909bd PKGREVISION++, should have been on previous commit 2010-02-06 22:19:38 +00:00
gdt
80d84da8a4 Disable szip by default, because it's non-free, following the general
pkgsrc notion that free software should not depend on non-free
software (because that results in not having distributable binary
packages, and makes the build fail) unless skipping the dependency
renders the software non-useful.

(The hdf web page says that the default binary builds of hdf include
szip support, but then go on about how users that don't qualify for
the no-cost license have to install a different version.)

If someone who grasps hdf5 can say that hdf5 w/o szip is generally not
useful, we can turn this back on and disable by default the hdf5
option in octave.
2010-02-06 22:19:00 +00:00