summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-05-09Include sys/time.h for timeval. Uses C++.joerg3-2/+17
2006-05-09Make PHP version 5.x the default. Security updates for PHP 4.x aretron1-2/+2
simply releasted much too slow these days.
2006-05-09Make the "apache2" package the default. Apache 1.3.x is very outdated.tron1-2/+2
2006-05-09use ${SUSE_DIR_PREFIX} appropriatelyabs1-6/+6
2006-05-09Fixed pkglint warnings.rillig3-7/+7
2006-05-09vim 7.0.0martti1-1/+2
2006-05-09Update vim to 7.0.0martti12-84/+321
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
2006-05-09Add missing USE_LANGUAGES.hira1-1/+2
2006-05-09Took maintainership.rillig1-2/+2
2006-05-09Add missing USE_LANGUAGES. Reported and fix tested by smb@.hira1-1/+2
2006-05-09Add missing USE_LANGUAGES.hira1-1/+2
2006-05-09Fix filename of pkg-config file.reed1-2/+2
This fixes problem when using USE_BUILTIN.Xft2=yes. This is to close PR #32316 from Rui-Xiang Guo.
2006-05-08Add missing USE_LANGUAGES.hira2-2/+4
2006-05-08Updated graphics/optipng to 0.5.2adam1-1/+2
2006-05-08Changes 0.5.2:adam4-41/+20
* Improved handling of inexact PNM-to-PNG conversions. * Fixed a typo that was breaking the build on some Unix platforms.
2006-05-08musicbrainz detection works better, when linking with pthread.joerg2-26/+35
2006-05-08Add missing USE_LANGUAGES.hira1-1/+2
2006-05-08Added mail/up-imapproxy version 1.2.4adrianp2-2/+4
2006-05-08Proxies IMAP transactions between an IMAP client and an IMAP server. Theadrianp7-0/+108
general idea is that the client should never know that it's not talking to the real IMAP server. The only thing that makes this a slightly unique Imap Proxy server is that it caches server connections.
2006-05-08Fix use of g_list_remove_link. Bump revision.joerg5-3/+45
2006-05-08CHECK_FILES is now active by default for PKG_DEVELOPER.joerg1-1/+2
"Just commit it whenever you want" -- jlam
2006-05-08Don't depend on ldconfig to manage soname link. Bump revision.joerg2-2/+4
2006-05-08Patch configure to allow build with apr >= 0.9.10 (along withepg2-1/+18
versions < 0.9.5 which should not be allowed, but we address that with BUILDLINK_API_DEPENDS.apr). Closes PR 33439.
2006-05-08add "-c99" to the CFLAGS if using MIPSProjschauma1-1/+7
2006-05-08add '-c99' to the CFLAGS when using MIPSProjschauma1-1/+7
2006-05-08Update to xlockmore{,lite} 5.22. Changes:hubertf4-9/+10
* fiberlamp fix for array bounds read and leak fix for deluxe + magick and raster file (ras) fixes for True Color by Jouk Jansen Removed some compiler/lint warnings. deluxe mode ported from xscreensaver by Jouk Jansen. anemone mode ported from xscreensaver by Jouk Jansen win32 changes from Petey Leinonen: added XPutPixel() pacman now works by changing the initialization and now can create a 1 bit depth bitmap when asked for. * new since BETA + update since BETA
2006-05-08Move definition of USE_LANGUAGES before inclusion of mk/compiler.mk.hira1-3/+3
2006-05-08Add missing USE_LANGUAGES.hira1-1/+3
2006-05-08note update of p5-HTML-TableExtract to 2.08gson1-1/+2
2006-05-08Update to 2.08:gson2-6/+6
2.08 Wed May 3 17:17:33 EDT 2006 - Implemented new rasterizer for grid mapping. Thanks to Roland Schar for a tortuous example of span issues. - Regular extraction and TREE mode are using the same rasterizer now. - Fixed HTML stripping for a header matching bug on single word text in keep_html mode (thanks to Michael S. Muegel for pointing the bug out) 2.07 Sun Feb 19 13:40:44 EST 2006 - Fixed subtable slicing bug - Fixed hrow() attachment bug - Added tests
2006-05-08fix some path substitution so that that thing finally works,drochner4-16/+27
and update to 0.6 which brings some UI fixes and improvents
2006-05-08this needs C++drochner1-1/+2
2006-05-08explicitely depend on py-xml, as suggested by Jon Voris on pkgsrc-usersdrochner1-1/+2
2006-05-08Updated graphics/ImageMagick to 6.2.7.4adam1-1/+2
2006-05-08Changes 6.2.7.3:adam6-42/+19
* Add -adaptive-sharpen to the convert and mogrify programs. Changes 6.2.7.2: * Generate proper image filenames when filename has more than one embedded period (e.g. image.gif.eps becomes image.gif-0.eps, image.gif-1.eps, etc.). * CompositeImage() is now thread-safe.
2006-05-08Uses C++, noted by <smb> on pkgsrc-users.salo1-1/+2
2006-05-08Drop maintainership.snj1-2/+2
2006-05-08Updated textproc/diffstat to 1.41.snj2-3/+3
2006-05-08Update to 1.41. Selected changes:snj3-21/+6
* add options -l, -r and -t. add to -f option * improve I/O on Linux using fgetc_locked(). * improve searching of long sorted lists using tsearch() * change order of merging and prefix-stripping so stripping all prefixes, e.g., with -p9, will be sorted as expected * correct a reference to freed memory after merging found with valgrind. * fix a different case for data beginning with "--" which was treated as a header line. * Fix allocation problems. Open files in binary mode for reading. Getopt returns -1, not necessarily EOF. Add const where useful. Use NO_IDENT where necessary. malloc() comes from <stdlib.h> in standard systems * minor fix for resync of unified diffs checks for range (line beginning with '@' without header lines (successive lines beginning with "---" and "+++")
2006-05-07Add ruby-gnuplot.minskim2-2/+4
2006-05-07Import ruby-gnuplot.minskim4-0/+38
Ruby Gnuplot is a pipe-based interface to the gnuplot package. It provides the full capabilities of the gnuplot package to Ruby programs.
2006-05-07Apply patch PR pkg/33437: mouse pointer "invisible wall" with qemu 8.1.xtraeme3-2/+32
More info: http://lists.gnu.org/archive/html/qemu-devel/2006-05/msg00112.html Bump PKGREVISION.
2006-05-07gmime 2.1.19, cyrus imapd 2.2.12nb5recht2-3/+4
2006-05-07Update to gmime 2.1.19 and drop maintainership.recht6-41/+31
Based upon the 2.1.17 update by Fredrik Carlsson in PR 32487 Changes: The usual: fixes, new features.
2006-05-07Adapt the db_err function to bdb 4.4.recht3-3/+17
Addresses PR 32739 by John Kohl. Bump PKGREVISION.
2006-05-07Add http access to distfile as with python24. (At this moment, ftp.python.orgtv1-2/+3
is refusing connections....)
2006-05-07Allow use of C++ support on all platforms for consistency, by settingtv1-2/+4
USE_LANGUAGES. Fixes PR pkg/33430.
2006-05-07+ apache-1.3.35, gst-plugins0.10-good-0.10.3,wiz1-5/+13
p5-HTML-Element-Extended-1.17, p5-HTML-TableExtract-2.08, p5-Image-Info-1.21, p5-Locale-Maketext-Lexicon-0.61, tailor-0.9.22. Add Apache 2.2.x, the latest stable version, to suggested packages.
2006-05-07Add missing translation to PLIST. Bump revision.joerg2-3/+4
2006-05-07Uses libtool and C++, patch awayjoerg3-2/+61