summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-09-27Changes 3.3.5:adam6-15/+19
* Over 200 bug-fixes were incorporated * Platform support was added for Mac OS X 10.4 (Tiger), VS2005, and GCC 4.
2005-09-27add -c99 to CFLAGS for IRIX' MIPSPro compilers.jschauma1-1/+7
2005-09-27note update of gimp-ufraw to 0.5gdt1-1/+2
2005-09-27update to 0.5:gdt7-89/+38
25/09/2005 - UFRaw-0.5 released, based on DCRaw v7.65. * Read support for Nikon Tone Curve (NTC/NCV) files. * Added a curve editor. * Added control on the base curve (see the user guide for more information). * Support the new DCRaw color matrices for better color rendering. * More controls can be set from the command-line. * Preliminary EXIF support. * New UFRaw ID files contain all the conversion parameters and allow for batch conversion. * New 'ufraw-batch' replaces 'ufraw --batch'. * Numerous other changes. * Notice that the new Adaptive Homogeneity-Directed interpolation is still not enabled. Also, adds desktop file, and standalone nikon curve program. The standalone dcraw that can be built with ufraw is not installed.
2005-09-27Updated databases/mysql-* to 4.0.26xtraeme2-3/+4
2005-09-27Update mysql-* to 4.0.26:xtraeme7-54/+27
Functionality added or changed: * Added the mysql_get_client_version C API function to the embedded server library. (It was present in the regular client library but inadvertently omitted from the embedded library.) Please see http://dev.mysql.com/doc/mysql/en/news-4-0-26.html for more information.
2005-09-26Enable devel/acr.xtraeme2-2/+4
2005-09-26Initial import of acr-0.4, created by pancake.xtraeme4-0/+71
ACR tries to replace autoconf functionality generating a full-compatible 'configure' script (runtime flags). But using shell-script instead of m4. This means that ACR is faster, smaller and easy to use.
2005-09-26Even if the program name is "mesure", the verb is still "measure".wiz1-5/+6
2005-09-26Enable sysutils/mesure.xtraeme2-2/+4
2005-09-26Initial import of mesure-0.5, created by pancake.xtraeme4-0/+35
This tool is to be used to mesure different kinds of streams, the idea is to create a good source to get concepts and resources for other tools that mesure system usage. You can mesure how KB/s grows a file received by FTP or NetCat for example. How fast processes eat memory, stream usage (pipe like), etc.
2005-09-26Enable audio/moc.xtraeme2-2/+4
2005-09-26Initial import of moc-2.3.2 from pkgsrc-wip, packaged by Petterxtraeme5-0/+123
Schuller. MOC (music on console) is a console audio player for LINUX/UNIX designed to be powerful and easy to use. Noteworthy features include: * By default, files are decoded and played in a background process. This allows the user to quit the interface (e.g., if one needs to close the xterm) without affecting playback. It also allows attaching multiple interfaces (e.g. in multiple xterms) to the same player. * Playback should be smooth even under high cpu or I/O load, due to the use of output buffering in a separate thread. * There are no sound gaps in between files, because the next file to be played is precached while playing the current file. Note: To avoid conflicts with Qt's 'moc', the moc binary is called 'mocp'.
2005-09-26Updated databases/mysql4* to 4.1.14xtraeme2-4/+5
2005-09-26Update mysql4* to 4.1.14:xtraeme7-43/+37
Lots of changes, please see http://dev.mysql.com/doc/mysql/en/news-4-1-14.html for more information.
2005-09-26Allow platform-specific overrides for creating new users and groups.jlam3-29/+86
There is a default implementation of the shell functions adduser() and addgroup() used by the +USERGROUP script that uses NetBSD/Solaris-style useradd(8) and groupadd(8) commands. A platform may override those functions by creating pkgsrc/mk/install/usergroupfuncs.${OPSYS}. This fixes PR pkg/23061.
2005-09-26Note update of mathomatic.minskim2-3/+3
2005-09-26Update mathomatic to 12.4.11.minskim2-6/+6
Changes: - The C complex number library was finished and perfected (complex_lib.c). - Yet another code cleanup. - Added "UNIX" compile-time define to the Prime Number Tools. - Some improvements to the Mathomatic documentation.
2005-09-26Updated net/pen to 0.15.0xtraeme2-3/+3
2005-09-26Update to 0.15.0xtraeme2-6/+8
* Servers can be assigned different weights to account for differing capacity. New -W command-line option. New penctl commands: server S weight W (assign weight to server) weight (use weight for server selection) no weight (do not use weight for server selection) Cleaned up the logic in add_client so the weighted server selection can be used without client tracking. * Some performance enhancing changes: New variable connections_used remembers the number of used slots in conns[]. It is incremented by store_conn and decremented by close_conn. This allows the main loop to only accept new connections if there are empty slots in conns[], which is much better than accepting the connection only to immediately close it because we can't handle it. New variable connections_last remembers the last used slot in conns[]. This allows us to scan for empty slots much faster in store_conn when there are many simultaneous connections. * Documented the procedure to change FD_SETSIZE on Linux in INSTALL. * Documented the include command in the penctl manpage. * Fixed SSL so it works in nonblocking mode, except that it doesn't work anyway. Moved listenfd and ctrlfd out of main. * Highly experimental SSL code in pen.c. Updated manpage with the new options. Added https example to HOWTO.
2005-09-26Note the end of the freeze for the pkgsrc-2005Q3 branchagc1-1/+2
2005-09-26Note update of "mozilla-bin" package to version 1.7.12.tron1-1/+2
2005-09-26Update "mozilla-bin" package to version 1.7.12. Changes since 1.7.10:tron2-6/+6
- Fix for a potential buffer overflow vulnerability when loading a hostname with all soft-hyphens - Fix to prevent URLs passed from external programs from being parsed by the shell - Fix to prevent a crash when loading a Proxy Auto-Config (PAC) script that uses an "eval" statement - Fix to restore InstallTrigger.getVersion() for Extension authors - Fix a crash in mail when stopping a search and then searching again - Other stability and security fixes
2005-09-26Note openttd pkgrevision bump.rpaulo1-1/+2
2005-09-26Remove old 2003 patch that is actually no longer used. apr is its owntv2-15/+1
package now, and this header file is only directly used by apr itself, hidden from httpd. (Clarifies bug 36750 that I have on file with Apache Bugzilla.)
2005-09-26Note update of p5-HTML-Mason to version 1.31.1.cube1-1/+2
2005-09-26Update to version 1.3101. Yes, this is just before the branch, but thecube2-7/+7
diff between 1.31 and 1.3101 is minimal, yet it fixes important issues people have been reporting on e.g. the rt-users mailing list. 1.1301 August 23, 2005 - One last fix for CGIHandler. If you provided your own out_method it was ignoring it and using its own. Reported by David Glasser.
2005-09-26Bump PKGREVISION as pointed out by Thomas Klausner.rpaulo1-2/+2
2005-09-26Add missing share/games/openttd/data/dosdummy.grf.rpaulo1-1/+2
2005-09-26Updated ham/grig to 0.4.3nb1wiz1-1/+2
2005-09-26Add missing files to PLIST, bump PKGREVISION.wiz2-2/+5
2005-09-26Updated lang/awka to 0.7.5nb1wiz1-1/+2
2005-09-26Add missing file to PLIST. Bump PKGREVISION.wiz2-2/+4
2005-09-26Updated ham/xdx to 1.2nb1wiz1-1/+2
2005-09-26Add missing file to PLIST, sort. Bump PKGREVISION.wiz2-7/+9
2005-09-26Updated graphics/g2 to 0.49anb5wiz1-1/+2
2005-09-26Add missing file. Bump PKGREVISION.wiz2-4/+5
2005-09-26fix entry for a directory.bad2-4/+4
2005-09-26Updated devel/elfsh to 0.51b3nb2wiz1-1/+2
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-4/+7
2005-09-26Updated comms/minicom to 2.1nb1wiz1-1/+2
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-2/+5
2005-09-26Updated comms/gscmxx to 0.4.1nb2wiz1-1/+2
2005-09-26Add missing files to PLIST. Bump PKGREVISION.wiz2-3/+37
2005-09-26Updated chat/xaric to 0.12.1nb1wiz1-1/+2
2005-09-26Add docs to PLIST. Bump PKGREVISION.wiz2-2/+8
2005-09-26Updated chat/ninja to 1.5.8.1nb1wiz1-1/+2
2005-09-26Add help files to PLIST. Bump PKGREVISION.wiz2-2/+505
2005-09-26Updated audio/xmms-bump-scope to 0.0.3nb4wiz1-1/+2
2005-09-26Populate PLIST. Bump PKGREVISION.wiz2-3/+4