summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-11-14Remove need for "HAVE_OPENWINDOWS" by just testing whether X11BASE isjlam1-2/+2
*/openwin.
2002-11-14Comment out the X11BASE setting, which is set in bsd.prefs.mk conditionallyjlam1-3/+3
based on the value of OPSYS. This was breaking pkgsrc on Solaris.
2002-11-14add a 'SINGLEPKG' variable which can be set on the command line to thedmcmahill1-2/+12
directory of a single package (e.g. graphics/gimp) for which a README.html is to be generated. This provides the required hook to be able to use this script to generate a README.html file for a single package as well as for all packages.
2002-11-14Upgrade to tmda-0.64:kim3-7/+8
* New feature. TEMPLATE_DIR_MATCH_SENDER provides a way to further specialize the template selection process. When enabled, TMDA looks for templates in a subdirectory of TEMPLATE_DIR that matches the sender address, and then increasingly general portions of the domain part of the address. For more information and an example, see <URL:http://tmda.net/config-vars.html#TEMPLATE_DIR_MATCH_SENDER> * tmda-pending now allows messages to be specified on standard input instead of the command line by using `-' instead of a message list. See ``tmda-pending -h'' for an example. Thanks to Michael S. Fischer for the patch. Only accept Python 2.2, as the PLIST is incorrect for 2.1 (due to one file failing to compile).
2002-11-14net/bind[48]itojun1-1/+3
2002-11-14pull in http://www.isc.org/products/BIND/patches/bind833.patchitojun2-2/+8
bump PKGREVISION --- 1469. [bug] buffer length calculation for PX was wrong. 1468. [bug] ns_name_ntol() could overwite a zero length buffer. 1467. [bug] off by one bug in ns_makecannon(). 1466. [bug] large ENDS UDP buffer size could trigger a assertion. 1465. [bug] possible NULL pointer dereference in db_sec.c 1464. [bug] the buffer used to construct the -ve record was not big enough for all possible SOA records. use pointer arithmetic to calculate the remaining size in this buffer. 1463. [bug] use serial space arithmetic to determine if a SIG is too old, in the future or has internally constistant times. 1462. [bug] write buffer overflow in make_rr().
2002-11-14pull in http://www.isc.org/products/BIND/patches/bind4910.diff.itojun2-2/+8
bump PKGREVISION. -- 825. [bug] the buffer used to construct the -ve record was not big enough for all possible SOA records. use pointer arithmetic to calculate the remaining size in this buffer. 824. [bug] use serial space arithmetic to determine if a SIG is too old, in the future or has internally constistant times. 824. [bug] write buffer overflow in make_rr(). 823. [bug] getnetbyname() was broken. 822. [bug] write buffer overflows in getnetby{name,addr}().
2002-11-14Reorder lines to placate pkglint.wiz1-3/+3
2002-11-14Drop some trailing whitespace.wiz1-2/+2
2002-11-14Only avoid checking mk/bsd*, not all files from mk/. Bump to 3.37.wiz3-6/+6
2002-11-14Drop trailing whitespace.wiz2-4/+4
2002-11-14Use ${PKG_INFO} instead of ${PKG_TOOLS_BIN}/pkg_info; replace leading spaceswiz1-6/+6
with tabs.
2002-11-14Work around the fact that emacs.mk redefines PKGNAME. Fix apel depends.wiz1-4/+5
2002-11-14USE_GMAKE instead of build-dependency on gmake; drop some whitespace.wiz1-4/+4
2002-11-14Fix depends on apel, and add an empty line for pkglint.wiz1-2/+3
2002-11-14fix typo in PKGREVISIONheinz1-2/+2
2002-11-14Runtime detection of CPU features only works on i386, so only enable itwiz1-2/+2
on i386. Fixes build problem on macppc (MMX assembler instructions don't compile to well with a powerpc-targeted gas).
2002-11-14Remove old fileshubertf4-24/+0
2002-11-14Import i2cbd-2.0_BETA0: Next generation Internet Citicen's Band chat serverhubertf1-1/+2
I2CB icbd -- the Improved ICB Server ------------------------------------ ICBD is an online chat system which allows a large number of users to participate in realtime online discussions. Among the features of the ICB chat system are: * Simple, fast protocol and efficient polling-based implementation minimize `lag' effects * Persistent user database allows authentication of nicknames, storage of various user information, and leaving messages for users who are not logged on at the moment. * Any user may create groups, and exercise control over those groups, allowing for a wide range of discussion styles. This control includes making groups public or private, visible or invisible, and moderated or unmoderated * The fabulous, famous '/brick' command lends true interactivity to the chat experience :-)
2002-11-14add & enable i2cbdhubertf1-1/+2
2002-11-14Import i2cbd-2.0_BETA0: Next generation Internet Citicen's Band chat serverhubertf9-0/+146
I2CB icbd -- the Improved ICB Server ------------------------------------ ICBD is an online chat system which allows a large number of users to participate in realtime online discussions. Among the features of the ICB chat system are: * Simple, fast protocol and efficient polling-based implementation minimize `lag' effects * Persistent user database allows authentication of nicknames, storage of various user information, and leaving messages for users who are not logged on at the moment. * Any user may create groups, and exercise control over those groups, allowing for a wide range of discussion styles. This control includes making groups public or private, visible or invisible, and moderated or unmoderated * The fabulous, famous '/brick' command lends true interactivity to the chat experience :-)
2002-11-14Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat clienthubertf1-1/+2
ICB (International CB) is a teleconferencing system that allows Internet users to participate in realtime online discussions. This package builds a client program (called, strangely enough, "icb") that is used to access ICB. i2cb was enhanced to support IPv6 etc.
2002-11-14add & enable i2cb.workhubertf1-1/+2
2002-11-14Import i2cb-6.0_ALPHA: Next generation Internet Citicen's Band chat clienthubertf13-0/+188
ICB (International CB) is a teleconferencing system that allows Internet users to participate in realtime online discussions. This package builds a client program (called, strangely enough, "icb") that is used to access ICB. i2cb was enhanced to support IPv6 etc.
2002-11-13Note update of security/mhash to 0.8.17 and security/aide to 0.9jschauma1-1/+3
2002-11-13Update to 0.9:jschauma3-22/+9
Version 0.9 * Fixed bugs * Added support for keyed md check of db and config * Removed dependancy on libgcrypt * Added dependancy on mhash Version 0.8 * Fixed loads and loads of bugs * Added syslog backend * Report format changed * added lots of parameters see man page and configure --help * added ACL support for SunOS 5.x (and compatibles) * libgcrypt is now separate and required Version 0.7 * Bug fixes * Compressed database support * Linkname checking * Mhash support (version 0.8.1 of mhash required)
2002-11-13Update to version 0.8.17:jschauma2-6/+6
Version 0.8.17 (released October 4 2002) - Corrected the HEX key mode. Refuses to convert hex strings longer than the given key size. - Corrected some memory leaks in keygen_s2k. Patch by Bob Mathews <bobmathews@alumni.calpoly.edu> - Corrected wrong use of sizeof in hmac_test. Reported by Ellis Pritchard <ellispritchard@users.sf.net> Version 0.8.16 (released May 29 2002) - Code cleanups and optimizations - Added configure time options to disable certain algorithms Version 0.8.15 (released May 24 2002) - Corrected Iterated S2K - Made all static tables constant (pointed out by Darryl Miles <darryl@netbauds.net>) Version 0.8.14 (release March 28 2002) - mhash_deinit() and mhash_hmac_deinit() now accept a null digest parameter - Corrected memory leaks (patch by Gustavo Niemeyer <niemeyer@conectiva.com>) - Corrected bug in Gost hash algorithm (pointed out by Mike Gorchak <mike@malva.ua>) Version 0.8.13 (released November 18 2001) - Added ADLER32 algorithm (implementation by Manuel Kasper <mk@neon1.net>) Version 0.8.12 (released October 29 2001) - Corrected bugs in mhash_get_name() functions - Added SHA-256 from libnettle. Version 0.8.11 (released October 21 2001) - added mhash_save_state_mem() and mhash_restore_state_mem() functions, initial patches and idea by Blake Stephen <Stephen.Blake@veritect.com> - Added mhash_get_name_static() - Corrected mhash_get_name() and mhash_count() Version 0.8.10 (released on July 12 2001) - New mhash_deinit() and mhash_hmac_deinit() functions based on the proposal, and patches by William Ahern <wahern@25thandClement.com>
2002-11-13Note update of lang/gprolog to 1.2.16jschauma1-1/+2
2002-11-13Update to gprolog 1.2.16.jschauma17-778/+144
NetBSD patches were apparently merged in version 1.1.7 Since then, several releases have been made, so that the list of changes is too extensive to be included here. Please see ftp://ftp.inria.fr/INRIA/Projects/contraintes/gprolog/NEWS and/or the documentation in this package. This addresses PR pkg/18962 by Mr. Jan Schaumann.
2002-11-13Document "static" and "no-rpath" transformations.jlam1-0/+2
2002-11-13If we are using audio/oss, then we don't need the NetBSD OSS compatibilityjlam1-1/+6
library (-lossaudio). This makes handling OSS in pkgsrc easier, but we should still be fixing the packages to handle both real OSS and -lossaudio cases and pass them back to the authors.
2002-11-13p5-PerlMagick-5.5.1.6nb1 updatewiz1-1/+2
2002-11-13Depend on latest ImageMagick.wiz1-10/+3
Does not seem to really need bash to compile, so remove that clause. Bump PKGREVISION.
2002-11-13ImageMagick update, and updates of dependent packages.wiz1-1/+6
2002-11-13PKGREVISION bump because ImageMagick's buildlink2.mk wants a newerwiz4-8/+8
ImageMagick (different library name).
2002-11-13Depend on 5.5.1.6nb1.wiz1-2/+2
2002-11-13According to the ImageMagick developers, it is uncommon for any twowiz7-69/+6
libMagick.so libraries to be API compatible, and they don't want to handle proper ELF versioning, but have the "real" version number in the library. To spare us the pkgsrc maintenance nightmare, follow their example. Bump PKGREVISION.
2002-11-13Note mplayer-share, mplayer, gmplayer, and mencoder updates to 0.90rc10.wiz1-1/+5
2002-11-13Update to 0.90pre10:wiz7-38/+31
Docs: * dvd auth, vcd sections extended (DOCS/cd-dvd.html) * unified *BSD sections, extended cygwin Fixes: * LIRC error message (Error while reading cmd fd X : Success) fixed * playback of some (streamed?) divx files fixed, starting with non-I frames. * -vo png fixed (removed builtin YV12 support, removed OSD) * some .mp3 playback/seek segfaults fixed * vidix mach64 colorkey on PPC fixed * -ao sdl now handles "featureless" soundcards * -vo zr fixes * fixed sig11 if vo init failed * various dxr2 and dxr3 fixes * v4l buffering fixed * fixed multiple reads caused by byteswapping macro (mjpeg.c, mach64_vid.c) * cleanup of postprocessing code - now it's threadsafe and can be shared * ported to GNU/Hurd * cleanup of AVI pts (timestamp) handling - no more BPS hack in mplayer.c * small cleanup of A-V sync code - using relative timers instead of absolute * GUI code cleanup, obsolete files/dirs removed * various small bugfixes, endianess fixes * mencoder: -pass option removed, use -divx4opts pass=N / -lavcopts vpass=N * mencoder: "ff_rate_estimate_qscale: Assertion `q>0.0' failed" fixed! * mencoder: -ovc xvid fixes, cleanup, enhancements * screensaver/dpms re-enabling fixed * realvideo demuxer fixes - asf-style stream detection method Features: * -ao win32 (for windows port) * libavcodec: native WMA v1/v2 (aka. DivX audio) decoder * hw-accelerated video eq for -vo x11 and gl2, using DirectColor colormap * overlapping subtitles support, jacosub (*.js) format support * -vo dxr3 got a new syncengine, ':sync', also added native overlay support, activate with ':overlay', read the manual for more info on how to set up * QDMC/QDM2/MACE audio codec support, using quicktime 5 win32 DLLs (libwine!) * libavcodec: various MJPEG decoding fixes - now it decodes all sample files! * mencvcd updates, sox/toolame support etc * -vo dfbmga - play video on Matrox G400's second head using directfb 0.9.14 * RealAudio ATRC (sony atrac3) audio support (using binary plugin) Filters: * -af/-af-adv options cleanup * now auto-inserting -vop lavc for mpeg-only vo's * video filter API documented :) * better deblocking filter (-vop pp), pp/npp syntax changed! * -vop 2xsai - 2x scaler for drawn images (low color cartoon anims) * -vop unsharp - an sharp/blur filter, nice, but very slow * -vop il - (de)interleave fields * -vop swapuv - guess what :) * -vop boxblur - box blur... * -vop perspective * -vop sab * -vop smartblur Package changes: * dependencies on libiconv and libvorbis
2002-11-13move the pruning of readme's to the very end of the job.dmcmahill1-19/+24
2002-11-13- add some more error checking. In particular, if any of the template filesdmcmahill1-6/+22
don't exist, exit with a fatal error and don't try and make empty README.html files. - fix a bug which caused some duplication in category README.html files. Problem noted on netbsd-help@ by Nicolas Saurbier ( Nicolas dot Saurbier at biodata dot de)
2002-11-13note jasper revision bumpdillo1-1/+2
2002-11-13Note ImageMagick and p5-PerlMagick updates to 5.5.1.6.wiz1-1/+3
2002-11-13fix warning in installed include file (jas_image.h)dillo7-2/+111
make debug output conditional on debug level > 0 bump PKGREVISION
2002-11-13Fix DEPENDS line (5.5.1.6 instead of 5.5.6.1, oops).wiz1-2/+2
2002-11-13Better handling of the ${PREFIX}/qt3/plugins/sqldriver directory.skrll2-4/+4
2002-11-13Depend on latest, and add jasper buildlink2.wiz1-2/+3
2002-11-13Update to 5.5.1-6. Changes:wiz1-5/+5
* Fixed Ping() memory leak in PerlMagick. * new PerlMagick virtual-pixel image attribute.
2002-11-13Update to 5.5.1-6.wiz9-44/+124
Changes: * Verify sanity of sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PHYS_PAGES) before using their values. * Corrected bug in image geometry height calculation. * PingBlob() improperly set the length memory of BlobInfo to zero. * Fixed Ping() memory leak in PerlMagick. * Fixed -map problem in convert/mogrify utilities. * -border with a single value now produces correct results (e.g. -border 10). * Set locale type LC_NUMERIC to "C". * Bug fix for PS2 encoder. * Added PS-Adobe preamble to PS3 encoder. * Use ImageMagick release number to allow multiple ImageMagick releases to co-exist without interference on the same machine. * Decided that DrawGet functions should return by value. * Added detailed logging to BMP, PNG, and JPEG codecs, including JPEG quality estimate. * Added draw.h "DrawGet" equivalents to most of the "DrawSet" functions. * Added an array size argument to DrawSetDashPattern and got rid of the zero-termination garbage. o Remove 'Set' from the names of draw.h functions which update the current affine transformation array (e.g. DrawSetRotate becomes DrawRotate). * Under Windows, a DllMain function which automatically initializes ImageMagick (when ImageMagick is built using DLLs) may be added by defining ProvideDllMain in magick_config.h * Added resource consumption methods, see magick/resource.c. * Replaced underscores in commandline options with hyphens. For backward compatibility, underscores will continue to be recognized. * Added -blue-primary, -green-primary, -red-primary, -white-point options. * Added BMP2 and BMP3 output formats. * Changed chromaticity primary.z from 1.0 to 1.0-(primary.x+primary.y) in the PNG and PCD codecs. * Added 'exception' parameter to the ImageMagick progress monitor API. * Added enumerated types for the dispose member of the Image structure. * Added -version option to commandline utilities. * The xcf decoder would sometimes create artifacts when reading RLE-encoded grayscale images, due to the green and blue samples not being defined. * Added logging capabilities to the CORE API. This facility is useful for debugging. Added "events" parameter to the -debug commandline option. * AcquireImagePixels() did not always return the same pixel values for virtual pixels when the cache was stored on disk (very rare). * new -virtual-pixel command line option. * new PerlMagick virtual-pixel image attribute.
2002-11-13Add and enable qt3-mysql.skrll1-1/+2