Commit graph

153622 commits

Author SHA1 Message Date
sno
3fd0802df6 Updating www/p5-Rose-HTMLx-Form-Related from 0.17 to 0.19
pkgsrc changes:
- Adding license definition
- Adjusting dependencies

Upstream changes:
0.19    19 Jan 2009
        * add dep on MRO::Compat. Use it in show_related_field_using() in RDBO and DBIC Metadata subclasses.
        * show_related_field_using() will now return 'unique_value' if the foreign class implements that method.

0.18    1 Dec 2009
        * fix failing dbic test
2010-02-02 12:11:12 +00:00
sno
ef40ea6e89 Updated www/p5-Rose-HTML-Objects to 0.606.1 2010-02-02 11:58:25 +00:00
sno
9594728327 Updating www/p5-Rose-HTML-Objects from 0.604 to 0.606.1
pkgsrc changes:
- Adjusting dependencies

Upstream changes:
0.6061 (11.19.2009) - John Siracusa <siracusa@gmail.com>
    * Altered tests to work around strange UTF-8 errors in some installations
      of perl.  (Thanks to Michael Lackhoff for help debugging.)

0.606 (11.16.2009) - John Siracusa <siracusa@gmail.com>
    * Overhauled inheritance to fix "Inconsistent hierarchy" mro c3 errors
      (RT 51168)
    * Added "use utf8" statements to ensure proper treatment of UTF-8 text
      stored in the __DATA__ sections of various modules (RT 29131)

0.605 (10.16.2009) - John Siracusa <siracusa@gmail.com>
    * Updated eval blocks to avoid stomping on $@ from an outer scope.
2010-02-02 11:58:15 +00:00
sno
4a018af8aa Updated www/p5-Catalyst-Plugin-Static-Simple to 0.29 2010-02-02 11:46:54 +00:00
sno
bc1a81b7aa Updating www/p5-Catalyst-Plugin-Static-Simple from 0.28 to 0.29
Upstream changes:
0.29   2010-02-01 18:45:00
        - Switch from override to around, because really, wtf
2010-02-02 11:46:44 +00:00
sno
2375d16773 Updated www/p5-Catalyst-Action-REST to 0.81 2010-02-02 11:43:25 +00:00
sno
2a8ddece40 Updating www/p5-Catalyst-Action-REST from 0.78 to 0.81
pkgsrc changes:
- Adjusting dependencies
- Adjust module type

Upstream changes:
Thu 14 Jan 20:56:00 GMT 2010 - Release 0.81
  Add a JSONP serialization type.

Sat 19 Dec 14:54:00 GMT 2009 - Release 0.80
  Convert all classes to Moose

  Change Catalyst::Request::REST to be a mostly empty class, with
  all the functionality in Catalyst::TraitFor::Request::REST

  Simplify _get_allowed_methods method (aristotle)

  Rework serializer return so that serializers throw an exception in
  the case of issues serializing the data (hobbs).

Fri 11 Dec 01:08:00 GMT 2009 - Release 0.79
  Cope with invalid (missing required q parameter) header like:
  application/json; charset="utf-8"

  Fix documentation to not mention deprecated things and generally be
  in better style.

  Make author information consistant and only in one module.
2010-02-02 11:43:13 +00:00
obache
4e31c19c39 Updated net/py-IP to 0.70 2010-02-02 11:35:15 +00:00
tron
1c1348d522 Correct package list for systems with OSS support e.g. Mac OS X. 2010-02-02 11:35:11 +00:00
obache
b2f3306500 Update py-IP to 0.70.
Based on PR#42669 by Wen Heping (and take maintainership).

Version 0.70 (2009-10-29)
	* New "major" version because it may break compatibility
	* Fix __cmp__(): IP('0.0.0.0/0') and IP('0.0.0.0') are not equal
	* Fix IP.net() of the network "::/0": "::" instead of "0.0.0.0".
	  IPy 0.63 should fix this bug, but it wasn't.

Version 0.64 (2009-08-19)
	* Create MANIFEST.in to fix setup.py bdist_rpm, fix by Robert Nickel

Version 0.63 (2009-06-23)
	* Fix formatting of "IPv4 in IPv6" network, eg. IP('::ffff:192.168.10.0/120'),
	  the netmask ("/120" in the example) was missing!

Version 0.62 (2008-07-15)
	* Fix reverse DNS of IPv6 address: use ".ip6.arpa." suffix instead of
	  deprecated ".ip6.int." suffix

Version 0.61 (2008-06-12)
	* Patch from Aras Vaichas allowing the [-1] operator
	  to work with an IP object of size 1.

Version 0.60 (2008-05-16)
	* strCompressed() formats '::ffff:a.b.c.d' correctly
	* Use strCompressed() instead of strFullsize() to format IP addresses,
	  ouput is smarter with IPv6 address
	* Remove check_addr_prefixlen because it generates invalid IP address

2008-02-05
	* Release IPy 0.56
	* Fix IPv6 parser for unit tests: reject
	  '1111::2222:3333:4444:5555:6666:7777:8888' address since '::' is
	  useless

2007-08-16
	* Release IPy 0.55
	* Rewrite IPv6 parser to allow address "1:2:3:4:5:6::"

2007-06-22
	* Release IPy 0.54
	* make_net() match from James Teh: transform an IP address into a network
	  address by applying the given netmask

2007-02-28
	* Release IPy 0.53
	* Reject '0.0.0.0-0.0.0.4' if check_addr_prefixlen is enable
	* Fix many english spelling mistakes

2006-11-06
	* Release IPy 0.52
	* Fix strCompressed() for IPv6 "ffff:ffff:ffff:ffff:ffff:f:f:fffc/127"

2006-11-02
	* Release IPy 0.51
	* Write real name of IPy author (Maximillian Dornseif)
	* Use version "0.51" to help packaging since 0.5 was smaller than 0.42
	* Fix unit test for Python 2.3 (don't use doctest.testfile) and 2.5
	  (problem of hex() lower case)
	* "make test" also check IPy documentation
	* IPy now works on Python 2.2 to 2.5

2006-10-26
	* Release IPy 0.5
	* Apply Jean Gillaux patch for netmask "/0.0.0.0" bug
	* Apply William McVey patch for __nonzero__() bug
	* Apply Victor Stinner patch: setup.py can use setuptools and fix URLs
	* Allow "172.30.1.0/22" with new option IPy.check_addr_prefixlen=False
	* Add regression tests
	* Create AUTHORS file

2004-08-22
	* IPy 0.42 works on Python 2.3 without warnings

2002-01-16
	* IPy 0.41 has Python < 2.2 compatible unit tests and a README file
2010-02-02 11:34:52 +00:00
sno
daac5b72d8 Updated www/p5-Catalyst-Plugin-AutoRestart to 0.93 2010-02-02 11:28:11 +00:00
sno
4026a1061b Updating www/p5-Catalyst-Plugin-AutoRestart from 0.92nb1 to 0.93
pkgsrc changes:
- Adding license definition
- Adjust dependencies
- Apply correct module type

Upstream changes:
0.93	2010-01-29
	- Changing Class::C3 to MRO::Compat
2010-02-02 11:28:01 +00:00
sno
6f696c1138 Mark as BROKEN 2010-02-02 11:23:12 +00:00
fhajny
78566a0732 awstats updated to 6.95 2010-02-02 11:21:12 +00:00
fhajny
afc08b62b3 Updated awstats to 6.96.
New features/improvements:
* Fix security in awredir.pl script by adding a security key required by
  default.
* Enhance security of parameter sanitizing function.
* Add name of config file used to build data files inside data files header.
* Added details of version for Chrome, Opera, Safari and Konqueror browsers.
* Add AdobeAir detection.
* Major update of browsers, robots and search_engines databases (among them,
  the Bing search engine).
* Increase seriously bot detection.
* Add Brezhoneg language.
* Add a better way to detect Safari versions.
* Added subpages for geoip maxmind modules in awstats_buildstaticpages.

Fixes:
* Fix typo in polish language file
* awstats emmits ton of warnings with new geoipfree - ID: 2794728
* Fix: can detect robots with robots.txt url even if file is not root.
* Other minor fixes.

pkgsrc changes:
* Patch XML encoding problem when the AT&T searchbot is encountered.
2010-02-02 11:20:29 +00:00
obache
274707c1cb Fix a pkglint waring, force to exactly defined as "yes". 2010-02-02 11:17:52 +00:00
sno
82769a2f05 Updated www/p5-Catalyst-Model-Adaptor to 0.06 2010-02-02 11:17:18 +00:00
sno
dc21a59bfb Updating www/p5-Catalyst-Model-Adaptor from 0.05nb1 to 0.06
Upstream changes:
0.06   3 January 2010
       - Fix a minor documentation problem. Reported by Cory Watson.
2010-02-02 11:17:08 +00:00
obache
64e920af39 Update HOMEPAGE and MASTER_SITES. 2010-02-02 11:16:43 +00:00
sno
904c742cba Updated www/p5-Catalyst-Runtime to 5.80019 2010-02-02 11:11:40 +00:00
sno
9ee8494fdc Updating www/p5-Catalyst-Runtime from 5.80018 to 5.80019
Upstream changes:
5.80019 2010-01-29 01:04:09
  Bug fixed:
   - Calls to $c->uri_for with private paths as strings (e.g.
     $c->uri_for('controller/action', 'arg1', 'arg2') ) no longer have
     / encoded to %2F. This is due to $c->uri_for('static', 'css/foo', $bar)
     which should not be encoded.
     Calls with an action object (rather than a string), or uri_for action
     will still encode / in args and captures to %2F

   - The above noted / => %2F encoding in uri_for_action or uri_for with
     an action object has been fixed to not just encode the first slash in
     any set of args/captures.

   - nginx and lighttpd FCGI requests with URI encoded sections as the first
     path part have been fixed to operate correctly.

   - A source of bogus warnings in Catalyst::Component::BUILDARGS has been
     removed.

  Documentation:
   - Improve the documentation about -Home and how Catalyst finds the home path
     for applications.
   - Various minor typo fixes.

  New features:
   - Allow passing additional arguments to action constructors.
2010-02-02 11:11:30 +00:00
obache
aaea49ff56 Honor MANINSTALL.
fixes PR#42715.
2010-02-02 10:45:59 +00:00
jmmv
a8a5402060 Fix build in OS X. 2010-02-02 10:45:17 +00:00
jmmv
434b67deb3 s/unionfs/nullfs/ as reported by David Holland. 2010-02-02 09:41:19 +00:00
he
f200a48f16 Remove entry for parrot-2.0.0. 2010-02-02 09:02:02 +00:00
he
9b8b9a2b58 Note update of parrot to 2.0.0. 2010-02-02 09:01:50 +00:00
he
3d3c8b6d89 Update from version 1.9.0 to 2.0.0.
Pkgsrc changes:
 o Adjust PLIST to fit with new contents.

Upstream changes:

Parrot 2.0.0 News:

    * Features
       o Context PMCs now support attribute-based introspection
       o Context and CallSignature PMCs merged into CallContext
       o .lex directive throws exceptions when used with incorrect
         register types

    * Platforms
       o Packaging improved for free OS distributions
       o PPC, PPC64, and ARM now tested when running Linux

    * Performance
       o Minor improvements to the profiling runcore
       o Improvements from the CallContext PMC merge

    * New deprecations
       o In/out parameters in STRING modification functions
       o Void handling in NCI signatures
       o Parameter passing opcodes order in PBC

    * Tests
       o Continued migration of core tests from Perl 5 to PIR

    * Tools
       o dependency checker improved

    * Miscellaneous
       o Deprecation cycle length changed to three months from six
       o GC accuracy improved
       o PMC freeze improvements; much more reliable
       o Makefile improvements for dependency handling
2010-02-02 09:01:09 +00:00
dmcmahill
0a12ba0213 Change some functions from 'inline' to 'static inline' to avoid multiply
defined symbols with gcc-4.1.3.  Problem noted by Joerg@.
2010-02-02 07:14:29 +00:00
taca
0395a7a5bc Note update of devel/ruby-gettext package to 2.1.0nb1. 2010-02-02 02:19:24 +00:00
taca
58d5e88ab3 Remove an emacs's temporary file.
Bump PKGREVISION.
2010-02-02 02:18:38 +00:00
snj
f5a15b1c84 Updated wm/obconf to 2.0.3nb3. 2010-02-01 22:44:48 +00:00
snj
19ab90db3a I've spoken with upstream and the original distfile has been restored.
Adjust distinfo, change DIST_SUBDIR, fix MASTER_SITES and HOMEPAGE,
correct desktop-file-utils include, and bump PKGREVISION.
2010-02-01 22:44:23 +00:00
jmmv
a837a7aec4 Add support for MacFUSE, which is installed outside of pkgsrc.
Tested on Mac OS X 10.5.8 with the fuse-bindfs package.
2010-02-01 21:51:55 +00:00
sno
3c042674c8 Updated pkgtools/pkg_rolling-replace to 0.20 2010-02-01 19:06:54 +00:00
sno
4225841e3c Updating pkgtools/pkg_rolling-replace/ from 0.19nb1 to 0.20
Improving the variable passing to make by allowing any, not just
MAKE_JOBS and USE_DESTDIR.
2010-02-01 19:06:42 +00:00
minskim
af4af6a71f Note update of tex-latex. 2010-02-01 17:46:25 +00:00
minskim
c7b2520c25 Update tex-latex to the version in TeX Live 2009.
- Core packages were updated via latex-tds as of 2009-09-25.
2010-02-01 17:46:02 +00:00
tnn
06a401f03b Add missing buildlinkry to fix modular X.org build.
Bump PKGREVISION.
2010-02-01 17:38:07 +00:00
jmcneill
b5787d3149 gc old patches, no longer necessary for pa 0.9.21 2010-02-01 15:05:58 +00:00
jmcneill
5d7c285dfa - pulseaudio 2010-02-01 15:01:28 +00:00
jmcneill
944df4266c Updated audio/pulseaudio to 0.9.21 2010-02-01 15:01:01 +00:00
jmcneill
0dedecc112 Update pulseaudio to 0.9.21.
Too many changes to list here:

  http://pulseaudio.org/milestone/0.9.15
  http://pulseaudio.org/milestone/0.9.16
  http://pulseaudio.org/milestone/0.9.17
  http://pulseaudio.org/milestone/0.9.18
  http://pulseaudio.org/milestone/0.9.19
  http://pulseaudio.org/milestone/0.9.20
  http://pulseaudio.org/milestone/0.9.21
2010-02-01 15:00:20 +00:00
tnn
6e81e35459 fix mis-merge 2010-02-01 14:39:20 +00:00
tnn
8595a87484 patch-ab: merge fix for upstream bug 3285.
Closes our PR pkg/42713 (obconf segfaults on startup)
Ride previous bump.
2010-02-01 14:29:43 +00:00
tnn
973844fe26 Distfile has changed on master site. The only actual change is that
some files have been regenerated with newer autotools.
Bump REVISION and set DIST_SUBDIR.
2010-02-01 14:11:38 +00:00
jmmv
bb54b153e5 Note addition of filesystems/fuse-bindfs 2010-02-01 13:38:11 +00:00
jmmv
150c48fdc7 Add and enable fuse-bindfs. 2010-02-01 13:37:15 +00:00
jmmv
600d835a19 Initial import of fuse-bindfs-1.8.4:
bindfs is a FUSE filesystem for mounting a directory to another location,
similar to 'mount --bind' in Linux or unionfs in BSD.  The permissions in
the mountpoint can be altered through various rules.
2010-02-01 13:36:43 +00:00
joerg
e45acc3540 Fix version number. Just assume that -P always should be translated to
pl.
2010-02-01 12:56:28 +00:00
wiz
5109a3db59 + dbus-glib-0.84, echinus-0.4.0, etm-516, links-2.3pre1,
p5-Net-SSLeay-1.36, py-pytz-2010b, tkcvs-8.2.1, xdelta-3.0w.
2010-02-01 12:40:11 +00:00