summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-16Update php4-imap to the version from the php-4.0.6 distribution. There isjlam5-0/+72
no list of changes from version 4.0.5. Also move from the www category.
2001-10-16Note addition of php4-gd.jlam1-1/+2
2001-10-16Update php4-gd to the version from the php-4.0.6 distribution. Changesjlam3-0/+28
from version 4.0.5 include moving from the www category, and: - Added GD 2.0.1 support for truecolor and alpha channels, plus some other gd functions, both old and new - see docs for more info. (Wez)
2001-10-16Remove php4-* extension module packages that are moved to new categories.jlam1-9/+1
2001-10-16PHP4 extensions modules will be updated and dispersed from the wwwjlam18-178/+0
directory into more descriptive categories: php4-gd --> graphics php4-imap --> mail php4-ldap --> databases php4-mcrypt --> security php4-mysql --> databases php4-pcre --> devel php4-pgsql --> databases php4-sablot --> textproc
2001-10-16Update ap-php and php to 4.0.6. Changes from version 4.0.5 include:jlam20-261/+371
- Bug fixes (memory leaks and other errors) - Made $HTTP_SESSION_VARS['foo'] and $foo be references to the same value when register_globals is on. (Andrei) - Added is_callable() function that can be used to find out whether its argument is a valid callable construct. (Andrei) - Added pg_last_notice() function. (Rasmus from suggestion by Dirk@rackspace.com) - Added support to getimagesize to return dimensions of BMP and PSD files. (Derick) - Added Japanese multibyte string functions support. (Rui) - Added key_exists() to check if a given key or index exists in an array or object. (David Croft) - Added -C command-line option to avoid chdir to the script's directory. (Stig) - printf argnum (parameter swapping) support. (Morten Poulsen, Rasmus) - Modified get_parent_class() and get_class_methods() to accept a class name as well as a class instance. (Andrei, Zend Engine) - Added array_map() function that applies a callback to the elements of given arrays and returns the result. It can also be used with a null callback to transpose arrays. (Andrei) - Added array_filter(), which allows filtering of array elements via the specified callback. (Andrei)
2001-10-16Use --whole-archive, not -whole-archive, as the latter isn't recognized byjlam1-2/+2
a.out ld.
2001-10-16Update apache{,6} to 1.3.20nb1. Changes from version 1.3.20 are:jlam7-5/+88
On NetBSD, we need to link libgcc.a whole-archive so that certain symbols from the C++ implementation (__get_eh_context, etc.) referenced by DSOs written in C++ will resolve correctly. This makes php4-sablot work with mod_php4.so (from ap-php4) on ELF platforms when loaded by Apache's httpd.
2001-10-16 * use PKGSRCDIR to get to pkgsrc/math/pari if you want to build something!hubertf1-4/+7
when WRKOBJDIR is set, BUILD_ROOT points somewhere into the obj dir * clean up litter in pre-clean XXX is there a good reason we don't support a post-clean?
2001-10-16Fix previous problem (libexpat looked for in libpth dir, and of coursehubertf3-5/+18
not found if pth is not installed) differently: look in $Config{prefix}/lib first. Patch mailed to the perl folks (perl-xml@lyris.activestate.com)
2001-10-16Makefile.PL looks for libpth when it really wants to look for libexpat.hubertf1-2/+4
Seems that's not set in %Config either, though (esp. when you don't have pth installed 8-). Fix path to expat by passing EXPATLIBPATH and EXPATINCPATH to the Makefile.PL.
2001-10-15Change alignment of "Broken" column to right-justified - this makeshubertf1-2/+2
the (colored) numbers stand out better, visually.
2001-10-15Narrow doen the "Pkgs broken by" column by renaming it to "Breaks"hubertf1-4/+4
This gives this a bit of a chance to fit into 80 columns.
2001-10-15At the end of the build, remove the contents of the "perl" packagehubertf1-2/+2
from the leftovers list - "perl-base" is long gone.
2001-10-15Update to KDE 2.2.1skrll241-5797/+11947
With apologies to Al I wouldn't know where to start with a summary of the changes between 2.1 and 2.2.1 - there are just too many. A couple of hopefully static URLS that contain useful information are http://www.kde.org/announcements/changelog2_1to2_2.html http://www.kde.org/announcements/changelog2_2to2_2_1.html Support for a.out for kde{libs,base} added by me. The libtool/a.out combination doesn't like the linking of modules into binaries. A better way of doing this will appear in future versions of KDE/pkgsrc.
2001-10-15Doesn't depend on automake anymore, so it doesn't BUILD_USE_GETTEXT_M4wiz1-2/+1
anymore either.
2001-10-15Rename the manpages {deliver,imapd,master,pop3d}.8 to cyrus-*.8 as well asjlam5-34/+24
changing all cross-references to them. This prevents name collisions with other packages' manpages. This addresses pkg/14245 by Kimmo Suominen <kim@tac.nyc.ny.us> (cyrus: master(8) conflicts).
2001-10-15Update xsane to 0.80.veego3-7/+14
Change the Makefile to use the x11/gtk buildlink.mk. xsane-0.79 -> 0.80: ------------------- - moved setting of medium gamma correction values from xsane_set_medium_callback in xsane.c to xsane_set_medium in xsane-gamma.c - xsane_set_medium is called in xsane_scan_dialog and in preview_scan - replaced predefined areas 10x14 cm and 14x10 cm by 10x15 cm and 15x10 cm - updated documentation (partly) - correcting image height when canceling conversion to jpeg format, program does not crash any more - added russian translation - thanks to John Profic <profic@lrn.ru> - solved problem with lineart image saved as png (wrong byte width) - moved medium selection menue from preferences menu to xsane main dialog - inactive backend options are not saved to the device-rc file - added progress_bar to the paramter list of xsane_save_* - added xsane-viewer.c and xsane-viewer.h to the src directory - added fflush(outfile); to end of rotation routine, this seems to solve a problem of incomplete files when rotating the image file - added routine xsane_read_pnm_header to get correct header offset and read geometrie values - for saving routines now the header offset and geometrie values of xsane_load_pnm_header are used instead of xsane´s internal values - changed handling of color identification: old: xsane_color == 0 => grayscale/lineart new: xsane_colors == 1 => grayscale/lineart - when image is saved as postscript file (not copy mode etc) then the bounding box exactly surrounds the image now. Removed psfile parts from setup and preferences. - xsane_widget_test_uposition(gtk_window) does wait now until gtk_window is realized before gtk_widget_set/get_uposition test is done - for hpux added include of alloca.h to sane.h - added function xsane_debug_message that is used for DBG when gcc is not used because defines with variable arguments is not ANSI. - updated translations: cs, de, fr, ja, ru, tr
2001-10-15Update sane-frontends to 1.0.5.veego2-6/+6
Change the Makefile to use the x11/gtk buildlink.mk. I found nothing in particular in the changelog. - synchronize with the sane-backends
2001-10-15Update sane-backends to 1.0.5.veego7-122/+145
New with 1.0.5, released 2001-07-01: * New backends: bh (Bell+Howell Copiscan II series), dc240 (Kodak DC240 Digital Camera), sm3600 (Microtek ScanMaker 3600), umax_pp (Umax paralell port scanners). * Updated backends: artec (v0.5.16), dc25 (v1.2), dll (v1.0.3), epson (v0.2.08), hp (v0.94), microtek (v0.12.3), microtek2(v0.9), mustek (v1.0-107), nec (v0.12), net (v1.0.3), plustek (v0.39), pnm (v1.0.1), snapscan (v1.2), tamarack (v0.5), umax (v1.0-28). * Fixed security bug in saned.c that allowed access to scanner without password. * pnm isn't installed by default anymore due to security risks * Linux-part of sanei_scsi.c was updated concerning buffersizes, devfs, and kernel 2.4. More debug output. * sanei_scsi_find_devices works on FreeBSD now. * Added support for Solaris sgen SCSI driver. * find-scanner was renamed to sane-find-scanner and is installed now. Further more it has a man page now. * There is a testsuite for sane, but only one test is implemented yet. * Better output about versions of backends and frontends. * There is a man page for SANE now (sane(7)). * Install all available documentation. * Bugfixes.
2001-10-15Fix build problem when new toolchain is.tron2-1/+15
2001-10-15Updated cvsweb to version 1.112. Changes since 1.93:martti3-19/+10
- Fixed all prototypes - Add prototypes to work with newer perl version - By default, thwart access to files named 'passwd' and '.cvspass' (configurable in cvsweb.conf). This avoids security problems with naive configuration - diff "Attic" redirect bugfix - Preset the global variable the stores the per file cvs info to avoid accumulating cruft under modperl - Avoid warning about uninitialized value if displaying a particular branch only - Allow for 0.X versions - Fix the PRINTF tie method, this messed up the annotate display - Implement gzip compressed output by using the Compress::Zlib module - View Adobe Acrobat .pdf files embedded in the cvs markup view
2001-10-15Set ressource limits as high as possible before we'll start compilinghubertf1-1/+6
2001-10-15Fix build problem on system where "xpkgwedge" is installed.tron2-5/+5
2001-10-15Update this to the version of the jdbc driver which ships with postgresql-7.1.3.jwise2-7/+7
No documented code changes since the version which shipped with 7.1.2. Build infrastructure now allows the default port to use to access the postmaster to be changed.
2001-10-15Fix build problem when new toolchain is used.tron3-1/+149
2001-10-15Don't overwrite "java/bin/java" which is installed by the "sun-jre"tron1-2/+2
package.
2001-10-15updated wv package to 0.6.7 which is compatible with libwmf-0.2.1. nokei4-19/+38
functionality changes.
2001-10-15updated libwmf package to latest version 0.2.1. The author says that 0.1.xkei5-179/+303
series is no longer in active development. Please take a look at release note for more info of this version. http://www.alinameridon.com/libwmf/Readme.html converters/wv package will also be updated to latest version soon.
2001-10-15Add and enable dircproxy.agc1-1/+2
2001-10-15Initial import of dircproxy-1.0.1 into the NetBSD Packages Collection.agc5-0/+37
dircproxy is an IRC proxy server ("bouncer") designed for people who use IRC from lots of different workstations or clients, but wish to remain connected and see what they missed while they were away. You connect to IRC through dircproxy, and it keeps you connected to the server, even after you detach your client from it. While you're detached, it logs channel and private messages as well as important events, and when you re-attach it'll let you know what you missed. This can be used to give you roughly the same functionality as using ircII and screen together, except you can use whatever IRC client you like, including X ones! Package provided in PR 14250 by Scott Barron (sb125499@ohiou.edu), cleaned up by myself.
2001-10-15Add a section, for developers' benefit mainly, related to updatingagc1-1/+29
packages in pkgsrc.
2001-10-15Add and enable spiffagc1-1/+2
2001-10-15Initial import of spiff-1.0 into the Packages Collection.agc7-0/+139
Spiff compares the contents of file1 and file2 and prints a description of the important differences between the files. White space is ignored except to separate other objects. Spiff maintains tolerances below which differences between two floating point numbers are ignored. Differences in floating point notation (such as 3.4 3.40 and 3.4e01) are treated as unimportant. User specified delimited strings (i.e. comments) can also be ignored. Inside other user specified delimited strings (i.e. quoted strings) whitespace can be significant. Taken from a hint by Alan Barrett.
2001-10-15Updated samba to the latest stable version (2.2.2). A complete list of changesmartti3-40/+42
is available at http://www.samba.org/samba/whatsnew/samba-2.2.2.html
2001-10-15Update the gnome meta package to 1.4.0.4 tracking the latest updates torh1-9/+9
the various GNOME packages.
2001-10-15Update pan to 0.10.0.92. Changes are too many to list in detail, butrh10-41/+103
include tons of bugfixes and feature updates. For a detailled list, please see http://pan.rebelbase.com/#010092
2001-10-15Fix build problems when the new toolchain is used.tron2-1/+15
2001-10-15added a new patch forgot in previous commit.kei1-0/+13
2001-10-15updated sylpheed package to 0.6.3. Based on patches for 0.6.2 fromkei4-35/+90
oishi@ims.ac.jp who is maintainer of this package; applied to 0.6.3 by me.
2001-10-14add some more failure checks for robustness.dmcmahill3-18/+63
- if something fails while extracting the DEPENDS for a particular package, mark that package as broken and drop the DEPENDS info for it. This allows the build to continue and properly marks the package as broken. - if something fails while extracting the PKGNAME, also mark the pkg as broken. - be more careful about seeing if directories exist before cd'ing to them. Lack of such a test has caused problems elsewhere, so hopefully this will make the system more robust.
2001-10-14Add a patch to the perl package that causes perl modules from CPAN to linkjlam3-3/+44
directly against -lperl when built. Combined with the previous update of perl to add ${LOCALBASE}/lib to the rpath when creating shared libraries/modules, these two changes make using mod_perl.so (ap-perl) more painless. All perl shared modules now contain interlibrary dependencies to the shared libraries they need. Instead of needing (at least on ELF): LoadFile !/usr/lib/libm.so LoadFile lib/perl5/5.6.1/i386-netbsd/CORE/libperl.so ... # Any other libraries needed by perl shared modules need to listed # with LoadFile here. ... LoadModule perl_module lib/httpd/mod_perl.so AddModule mod_perl.c you'd need only the last two lines as the mod_perl authors intended. I've tested this patch for many weeks now, successfully loading and using the p5-Apache-ASP module as my test bed, and I haven't noticed any problems with normal perl usage. Also comment the Makefile slightly better.
2001-10-14Fix build problems when the new toolchain is used.tron7-6/+79
2001-10-14Create links for X11 font tools so that packages building own fonts e.g.tron2-4/+9
the "xjewel" will build again. Bump version number to 1.7.
2001-10-14Readd "post-install" target mistakenly removed by last commit.tron1-1/+4
2001-10-14Fix installation problem on system where "xpkgwedge" is installed.tron4-15/+11
2001-10-14Fix build failure on systems where "xpkgwedge" is installed.tron5-18/+32
2001-10-14Add a mixture of Debian, FreeBSD and self made patches to make thistron6-13/+66
package build with the new toolchain. Bump the version number to 1.2.1nb4.
2001-10-14Update jhead to 1.4, and change the DIST_SUBDIR from DISTNAME to PKGNAME:veego2-6/+6
* Fixed saving of thumbnails for big-endian format cameras * Wen renaming files to date based scheme, avoid changing names of files with correct name already. * Added '-de' option to remove exif header * Added '-ts' option to set exif timestamp absolutely
2001-10-13Update to 4.15. Changes are mostly bugfixes and small enhancements.mjl5-51/+34