summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-04-11Import ninvaders-0.1.1, a curses space invaders clone.snj7-0/+72
2009-04-11Updated sysutils/mklivecd to 0.17wiz1-1/+2
2009-04-11Avoid null mounting /dev (it needs to be layer-free).wiz2-4/+7
Otherwise, random panics may occur. Explanation from ad@, patch from Zafer. Bump to 0.17.
2009-04-11Drop maintainershit of the Nagios packages. I cannot maintain a packagetonnerre3-6/+6
containing PHP code in good conscience.
2009-04-11Needs newer gtk2+ to build. (uses GDK_TYPE_APP_LAUNCH_CONTEXT.)reed1-1/+2
2009-04-11clutter needs newer MesaLib headers.reed1-1/+2
The clutter build failed because GLX_FRONT_LEFT_EXT and GLX_BIND_TO_TEXTURE_RGBA_EXT were not defined. (I had MesaLib-6.4.2nb3 installed.) So add BUILDLINK_API_DEPENDS.MesaLib+= MesaLib>=7.0
2009-04-11Need newer gst-plugins0.10-base to buildreed1-1/+2
(to provide GST_TYPE_BASE_AUDIO_SINK_SLAVE_METHOD, gst_ring_buffer_activate, etc.)
2009-04-11Note updated of www/squid30 pacakge to 3.0.14.taca1-1/+2
2009-04-11Update squid30 package to 3.0.14 (3.0.STABLE14).taca11-30/+51
* Add LICENSE. * ADd some comments to patch files. Changes to squid-3.0.STABLE14 (11 Apr 2009): - Regression Fix: HTTP/0.9 in accelerator mode - Bug 1232: cache_dir parameter limited to only 63 entries - Bug 1868: support HTTP 207 status - Bug 2518: assertion failure on restart/reconfigure - Bug 2588: coredump in rDNS lookup - Bug 2595: Out of bounds memory write in squid_kerb_auth - Bug 2599: Idempotent start - Bug 2605: Prevent setsid() on helpers in daemon mode - Fix external_acl_type option parsing - Fix delay pools counters on FTP - Fix several issues with ident (some remain) - Fix performance issues with persistent connections - Fix performance issues with delay pools - Fix forwarding of OPTIONS requests - Add support for HTTP 1.1 Content-Disposition header - Add support for Windows 7, Windows Server 2008 R2 and later - ... and many small documentation updates
2009-04-11Updated x11/libxcb to 1.2wiz1-1/+2
2009-04-11Update to 1.2:wiz2-6/+6
Julien Danjou (2): Stop providing autogenerated files in tarball Release libxcb 1.2
2009-04-11Fix MASTER_SITEmarkd1-2/+2
2009-04-11Updated www/seamonkey, www/seamonkey-bin and www/seamonkey-gtk1 to 1.1.16.ghen1-1/+4
2009-04-11Update seamonkey, seamonkey-bin and seamonkey-gtk1 to Seamonkey 1.1.16.ghen4-12/+12
Security fixes in this version: MFSA 2009-12 XSL Transformation vulnerability For more info, see http://www.seamonkey-project.org/releases/seamonkey1.1.16/
2009-04-11+ bacula-3.0.0, fotoxx-6.4.2, glib2-2.20.1, gmime-2.4.6, highlight-2.8,wiz1-7/+16
libdrm-2.4.9, libsoup24-2.26.0.9, soprano-2.2.3, sound-juicer-2.26.1, subversion-1.6.1, wireshark-1.0.7, xf86-video-intel-2.6.99.903, xf86-video-radeonhd-1.2.5, yasm-0.8.0, zile-2.3.6.
2009-04-10Make FAM support optional (enabled by default).asau2-6/+10
Per request in PR pkg/41025
2009-04-10Note PKGREVISION bump of ja-ptex-bin.minskim1-1/+2
2009-04-10Adapt the dependencies of ja-ptex-bin to the recent teTeX changes.minskim2-49/+43
- Use print/kpathsea/texmf.mk to update ls-R. - Depend on tex-bin-dvipsk for pdvips config files. Bump PKGREVISION.
2009-04-10Fix pulseaudio for Linux. From Aleksey Cheusov in PR 41184.wiz2-3/+9
2009-04-10Updated audio/timidity to 2.13.2nb11wiz1-1/+2
2009-04-10Fix acnlt() return value handling for NetBSD sound device.wiz4-18/+20
From John E. Krokes in PR 41171. Bump PKGREVISION.
2009-04-10Note PKGREVISION bump of ja-ptex-share.minskim1-1/+2
2009-04-10- Remove unnecessary dependencies.minskim2-469/+429
- Support user-destdir. Bump PKGREVISION because of the dependency change.
2009-04-10Updated lang/smalltalk to 3.1asau2-3/+3
2009-04-10Update to GNU Smalltalk 3.1.asau6-337/+152
There're numerous changes, which include various improvements, new features and bug fixes. Most notable changes include async. signal safety, threads support, remote control of Smalltalk VM via TCP socket, DBI improvements, bindings to Cairo, LibSDL, OpenGL and GLUT, Swazoo web server, newer Seaside application server and web framework.
2009-04-10Update HOMEPAGE to point to the 'new' sourceforge project page.abs1-2/+2
The previous HOMEPAGE linked to the older 0.14 homepage and sourceforge project
2009-04-10Updated multimedia/dvdrip to 0.98.10abs2-3/+3
2009-04-10Updated multimedia/dvdrip to 0.98.10abs2-11/+9
0.98.10 - [stable branch] - Sun Feb 22 2009, joern Features: - transcode 1.1 compatibility improved, warning about experimental dvd::rip support removed; there are still issues with some filters in the filter preview dialog; your mileage may vary. - Workaround for transcode h264 two-pass problem, so dvd::rip now supports h264 two-pass encoding. - Applied patch from Jussi Judin <jjudin+dvdrip AT iki.fi> to detect GraphicMagicks as an ImageMagick replacement. - No files will be placed in /tmp anymore, instead all temporary files will go to PROJECT_DIR/tmp. Thanks for the hint to Michael Renner <michael.renner AT gmx.de>. - dvdrip-master doesn't throw warnings on unneeded missing binaries anymore, if installed alone without the full (anyway on the master unneeded) packages. Suggested by Nicolas Chauvet <kwizart AT gmail.com>. - Added .ogv extension for OGG files as another option. Suggested by Nicolas Chauvet. Bugfixes: - Fixed cluster mode audio processing with transcode 1.1.x. Thanks for the report to Samuele Giovanni Tonon <samu AT linuxasylum.net>. - Fixed race condition which could result in a missing audio merge in cluster mode when title has one track. Based on a patch from Matt Lawrence <m3lawren AT uwaterloo.ca>. - Fixed wrong progress information (not taking chunks into account) in cluster mode. - Added a patch from Nicolas Chauvet to fix a problem with Fedora's Perl (setlocale).
2009-04-10Updated devel/p5-Class-C3-Componentised to 1.0004abs1-1/+5
Updated databases/p5-SQL-Abstract to 1.51 Updated devel/p5-Class-Accessor-Grouped to 0.08003 Updated databases/p5-DBIx-Class to 0.08013
2009-04-10Updated databases/p5-DBIx-Class to 0.08013abs2-10/+12
0.08013 2009-04-05 14:50:00 (UTC) - Version dumps on dependancies: + SQL::Abstract 1.51 + Class::Accessor::Grouped 0.08003 + Class::C3::Componentised 1.0004 - Fix test in t/91debug.t for less ambigious SQL bracketing - Removed TODO on some passing tests
2009-04-10Updated devel/p5-Class-Accessor-Grouped to 0.08003abs2-8/+8
0.08003 Sat Mar 21 9:27:24 2009 - Fixed set_inherited under C3::Componentised: RT#43702, RIBASUSHI
2009-04-10Updated databases/p5-SQL-Abstract to 1.51abs2-10/+9
revision 1.51 2009-03-28 10:00 (UTC) - fixed behavior of [-and => ... ] depending on the current condition scope. This introduces backwards comp with 1.24
2009-04-10Updated devel/p5-Class-C3-Componentised to 1.0004abs2-8/+8
1.0004 18 Mar 2009 Port to use MRO::Compat (rafl)
2009-04-10Add a buildlink file for the java vm frameworkabs1-0/+16
2009-04-10Add two patches taken from "xnet.fi" to fix the build under SunOS 5.11tron6-4/+42
(and eventually older versions). Problem reported by Tom Hensel in private e-mail.
2009-04-10Add openjdk7-bin to the list of valid JVMs and use as a default onabs1-11/+24
NetBSD/i386 5.x The previous default - the linux sun-jre6 - would randomly crash under load for at least tomcat and jboss
2009-04-10Updated databases/sqlite3; fonts/fontforgeadam1-1/+3
2009-04-10Changes 20090408:adam4-28/+8
* Support composites (references) in bitmap fonts. * Support for the JSTF table (sfd extension). * Added a set of new python functions for manipulating CID keyed fonts. * Added support for reading/writing version 1.8 of Adobe's feature file format.
2009-04-10Changes 3.6.12:adam3-29/+10
* Fixed a bug that caused database corruption when an incremental vacuum is rolled back in an in-memory database. * Added the sqlite3_unlock_notify() interface. * Added the reverse unordered selects pragma. * The default page size on windows is automatically adjusted to match the capabilities of the underlying filesystem. * Add the new ".genfkey" command in the CLI for generating triggers to implement foreign key constraints. * Performance improvements for "count(*)" queries. * Reduce the amount of heap memory used, especially by TRIGGERs.
2009-04-10Fix problem with scanning RAR archivesadam3-36/+1
2009-04-10Note update of the "wireshark" package to version 1.0.7.tron1-1/+2
2009-04-10Update "wireshark" package to version 1.0.7. Changes since version 1.0.6:tron2-6/+8
- Security-related bugs in the Profinet, LDAP, and CPHAP dissectors and the Tektronix K12 file format have been fixed. - Many other bugs have been fixed.
2009-04-10mention webmin update and delete it from TODO listkefren2-3/+3
2009-04-10Updated math/openaxiom to 1.2.1.asau1-1/+2
2009-04-10Update to OpenAxiom 1.2.1.asau3-10/+374
This is a minor bug fix and cleanup release. pkgsrc changes: don't require gawk, add Dragonfly support.
2009-04-10Install net modules alsokefren2-3/+134
Bump PKGREVISION
2009-04-10Remove mention to install security/audit-packages (which no longerreed3-12/+12
exists) and suggest audit capabilities of pkg_admin instead. Update version. Regeneration of cat page also caught up with some previous cleanups.
2009-04-09blind update to 1.470kefren15-220/+235
Changelist since 1.370 is too large to be included in this message so please consult: http://www.webmin.com/changes-1.380.html http://www.webmin.com/changes-1.390.html http://www.webmin.com/changes-1.400.html http://www.webmin.com/changes-1.410.html http://www.webmin.com/changes-1.420.html http://www.webmin.com/changes-1.430.html http://www.webmin.com/changes-1.440.html http://www.webmin.com/changes-1.450.html http://www.webmin.com/changes-1.460.html http://www.webmin.com/changes-1.470.html
2009-04-09Regenerated.martti1-3/+4
2009-04-09Activated LICENSEmartti1-2/+2