summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-02-02Correct package list for systems with OSS support e.g. Mac OS X.tron1-4/+4
2010-02-02Update py-IP to 0.70.obache2-11/+11
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-02Updated www/p5-Catalyst-Plugin-AutoRestart to 0.93sno1-1/+2
2010-02-02Updating www/p5-Catalyst-Plugin-AutoRestart from 0.92nb1 to 0.93sno2-11/+13
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-02Mark as BROKENsno1-2/+5
2010-02-02awstats updated to 6.95fhajny1-2/+1
2010-02-02Updated awstats to 6.96.fhajny5-25/+49
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-02Fix a pkglint waring, force to exactly defined as "yes".obache1-2/+2
2010-02-02Updated www/p5-Catalyst-Model-Adaptor to 0.06sno1-1/+2
2010-02-02Updating www/p5-Catalyst-Model-Adaptor from 0.05nb1 to 0.06sno2-7/+7
Upstream changes: 0.06 3 January 2010 - Fix a minor documentation problem. Reported by Cory Watson.
2010-02-02Update HOMEPAGE and MASTER_SITES.obache1-3/+3
2010-02-02Updated www/p5-Catalyst-Runtime to 5.80019sno1-1/+2
2010-02-02Updating www/p5-Catalyst-Runtime from 5.80018 to 5.80019sno2-6/+6
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-02Honor MANINSTALL.obache1-1/+5
fixes PR#42715.
2010-02-02Fix build in OS X.jmmv4-7/+31
2010-02-02s/unionfs/nullfs/ as reported by David Holland.jmmv1-1/+1
2010-02-02Remove entry for parrot-2.0.0.he1-2/+1
2010-02-02Note update of parrot to 2.0.0.he1-1/+2
2010-02-02Update from version 1.9.0 to 2.0.0.he3-54/+16
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-02Change some functions from 'inline' to 'static inline' to avoid multiplydmcmahill2-6/+6
defined symbols with gcc-4.1.3. Problem noted by Joerg@.
2010-02-02Note update of devel/ruby-gettext package to 2.1.0nb1.taca1-1/+2
2010-02-02Remove an emacs's temporary file.taca4-4/+19
Bump PKGREVISION.
2010-02-01Updated wm/obconf to 2.0.3nb3.snj1-1/+2
2010-02-01I've spoken with upstream and the original distfile has been restored.snj2-12/+10
Adjust distinfo, change DIST_SUBDIR, fix MASTER_SITES and HOMEPAGE, correct desktop-file-utils include, and bump PKGREVISION.
2010-02-01Add support for MacFUSE, which is installed outside of pkgsrc.jmmv1-2/+22
Tested on Mac OS X 10.5.8 with the fuse-bindfs package.
2010-02-01Updated pkgtools/pkg_rolling-replace to 0.20sno1-1/+2
2010-02-01Updating pkgtools/pkg_rolling-replace/ from 0.19nb1 to 0.20sno3-62/+28
Improving the variable passing to make by allowing any, not just MAKE_JOBS and USE_DESTDIR.
2010-02-01Note update of tex-latex.minskim1-1/+2
2010-02-01Update tex-latex to the version in TeX Live 2009.minskim2-8/+11
- Core packages were updated via latex-tds as of 2009-09-25.
2010-02-01Add missing buildlinkry to fix modular X.org build.tnn1-1/+4
Bump PKGREVISION.
2010-02-01gc old patches, no longer necessary for pa 0.9.21jmcneill8-398/+0
2010-02-01- pulseaudiojmcneill1-2/+1
2010-02-01Updated audio/pulseaudio to 0.9.21jmcneill1-1/+2
2010-02-01Update pulseaudio to 0.9.21.jmcneill14-234/+374
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-01fix mis-mergetnn2-8/+13
2010-02-01patch-ab: merge fix for upstream bug 3285.tnn2-1/+32
Closes our PR pkg/42713 (obconf segfaults on startup) Ride previous bump.
2010-02-01Distfile has changed on master site. The only actual change is thattnn2-6/+7
some files have been regenerated with newer autotools. Bump REVISION and set DIST_SUBDIR.
2010-02-01Note addition of filesystems/fuse-bindfsjmmv1-1/+2
2010-02-01Add and enable fuse-bindfs.jmmv1-1/+2
2010-02-01Initial import of fuse-bindfs-1.8.4:jmmv5-0/+57
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-01Fix version number. Just assume that -P always should be translated tojoerg1-2/+2
pl.
2010-02-01+ dbus-glib-0.84, echinus-0.4.0, etm-516, links-2.3pre1,wiz1-4/+9
p5-Net-SSLeay-1.36, py-pytz-2010b, tkcvs-8.2.1, xdelta-3.0w.
2010-02-01Sort option descriptions, be more explicit in -D one.wiz1-27/+35
2010-02-01Updated pkgtools/pkg_rolling-replace to 0.19nb1sno1-1/+2
2010-02-01Fixing a typo and bumping revision (if anyone still had updated)sno2-3/+4
2010-02-01+ anjuta-2.28.2.0 [GNOME 2.28], balance-3.48,wiz1-21/+35
calibre-0.6.36, cdrtools-2.01.01alpha74, cherokee-0.99.42, coreutils-8.4, emacs-muse-3.20, etm-514, fbreader-0.12.2, file-5.04, gcc44-4.4.3, gmime-2.2.25, gmime24-2.4.14, gnome-screensaver-2.28.1, graphviz-2.26.3, mnemosyne-1.2.2, mp3diags-1.0.03, ocrad-0.19, octave-3.2.4, p5-ExtUtils-ParseXS-2.2202, p5-MailTools-2.06, p5-Mouse-0.48, poedit-1.4.4, puppet-0.25.4, pure-ftpd-1.0.27 [pkg/42711], raptor-1.4.21, t-prot-2.13, vlc-1.0.5, weechat-0.3.1.1, wwwoffle-2.9f, x264-devel-20100130, xmessage-1.0.3, yaz-4.0.1.
2010-02-01Updated pkgtools/pkg_rolling-replace to 0.19sno1-1/+2
2010-02-01Updating pkg_rolling-replace (set new version 0.19):sno3-27/+86
- Add option '-D' to tune "USE_DESTDIR=" and set this defaultly to 'NO' - Add option '-j' to tune "MAKE_JOBS=" (Default: unset) - Fix an issue with packages with missing origin
2010-02-01Forgotten patch for DESTDIR supportjoerg1-0/+21
2010-02-01DESTDIR supportjoerg2-4/+10