summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-05Update adzap to version 20020705.simonb2-5/+5
No functional changes; just more ad patterns.
2002-07-04Add chmod a+r after downloading the new vulnerability file.wiz2-3/+4
Addresses part of pkg/17368. Bump to 1.14.
2002-07-04Update "opera6" package to version 6.02. This release fixes many bugstron2-8/+8
found in 6.01 especially in the GUI, JavaScript and handling of asian characters.
2002-07-04Add and enable "p5-Time" package. This fixes PR pkg/17450 bytron1-1/+2
Hiramatsu Yoshifumi.
2002-07-04Import new "p5-Time" package:tron4-0/+31
perl5 functions to convert and use time variables This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.
2002-07-04Enable builtin telnet support as suggested by Sergey Svishchev intron1-2/+3
PR pkg/17454.
2002-07-04Update to 110.38, provided by Chris Richards in pkg/15427.wiz8-319/+316
Changes since 110.9.1: * Bug fixes, improvements to generated code, and miscellaneous user-invisible tweaks too numerous to mention. * Autoloaded libraries now load correctly, due to the new `CM_PATHCONFIG' mechanism. Autoloading failed in the package's previous version, despite the best effort of the do-install target. * New commands `ml-build' and `ml-makedepend'. The former automates the process of building standalone heap images, while the latter generates dependencies for traditional makefiles. * Major overhaul of the Compilation Manager (CM). For example, most `sources.cm' files now require including `$/basis.cm', as well as substituting `$/foo.cm' for `foo.cm' wherever `foo.cm' refers to an autoloaded library bundled with the system (e.g. `smlnj-lib.cm'). For details, see http://www.smlnj.org/NEWS/110.20-README.html, and the CM manual at http://cm.bell-labs.com/cm/cs/what/smlnj/doc/CM/new.pdf . * Reduced virtual memory consumption. * Support for running under Mac OS X (Darwin). Such support is not currently reflected in the pkgsrc, however, since I have no way to test it.
2002-07-04Add and enable gdbm_primitivewiz1-1/+2
2002-07-04Initial import of gdbm_primitive:wiz5-0/+74
A collection of small binaries to access and modify GDBM databases. Supplied by Ola Eriksson in pkg/15521, with buildlinking and some cleanup by me.
2002-07-04Add and enable bins.wiz1-1/+2
2002-07-04Initial import of bins:wiz5-0/+101
The aim of BINS is to generate static HTML photo albums. Some of the functionalities of BINS are : * album can contains other albums (sub albums): tree structure * generation of a thumbnail and of scaled images for each picture * generated album appearance is fully customizable by using HTML templates and configuration parameters * several description fields (date, location, etc...) can be associated with the pictures (in text or HTML format) * Exif information and Digital camera support: o use the EXIF data structure found on some image files (usually, those produced by digital cameras) to fill automatically some fields (date and time for example). o BINS use the Orientation EXIF tag (which is normally set when you rotate a image on you DigiCam) to rotate the picture to correct orientation. o For each image, a page provides all information available on the picture and the DigiCam settings when the photo was taken. o All EXIF information is saved in the XML description file, preventing they disappear when the image is modified * customizable charset encoding for HTML generation, including UTF-8 (Unicode) support by default. Generation of the Apache .htaccess file for correct encoding charset in HTTP headers * generate valid HTML 4 code.
2002-07-04Allow builds on 1.6_*, too.jschauma1-2/+2
2002-07-04use openpty() on netbsd. PR 17478itojun3-1/+41
2002-07-04fix typohubertf1-2/+2
2002-07-04Add a test to see if a logfile has been turned over, and, if it has,agc3-2/+122
start watching the new log file, rather than the old one. Bump revision to nb1.
2002-07-04Update "squid" package to version 2.4STABLE7. Changes since versiontron2-6/+6
2.4STABLE6: - Squid now drops any requests using transfer-encoding. Squid is a HTTP/1.0 proxy and as such do not support the use of transfer-encoding. - The MSNT auth helper has been updated to v2.0.3+fixes for buffer overflow security issues found in this helper. - A security issue in how Squid forwards proxy authentication credentials has been fixed - Minor changes to support Apple MAC OS X and some other platforms more easily. - The client -T option has been implemented - HTCP related bugfixes in "squid -k reconfigure" - Several bugfixes and cleanup of the Gopher client, both to correct some security issues and to make Squid properly render certain Gopher menus. - FTP data channels are now sanity checked to match the address of the requested FTP server. This to prevent theft or injection of data. See the new ftp_sanitycheck directive if this is not desired. - Security fixes in how Squid parses FTP directory listings into HTML
2002-07-04add pthread support.(but disabled now)taya5-8/+50
2002-07-03don't need this patch now that Time::HiRes is availablelukem2-20/+1
2002-07-03LORDER and TSORT will be handled in the correct placeabs1-2/+1
2002-07-03Compile and run under Linux. We're still missing pax and mtree, but using theabs10-73/+242
Darwin bootstrap kit everything else now works.
2002-07-03Update AbiWord to 1.0.2. Changes:hubertf9-453/+145
* Embedable AbiWord! Now you can view AbiWord documents in Evolution and Gnumeric. Is it not nifty? * Plugins. o GDict plugin now builds without libgdict installed. o Bugfixes in AbiPaint and AbiMagick for Win32 platforms. o Some AbiMagick and AbiGimp enhancements. o Wikipedia works again. * Internationalization o French documentation. o Documentation generation scripts now allow for multiple languages. o Win32 now allows for Arabic and Hebrew lists, as well as improved bidi list support. o Finnish system profile. o Japanese, Swedish, Welsh, French, German, and Lithuanian localization updates. * Build system o Minor fixes all around. o Improved build system documentation (BUILD.TXT). o Updated RPM spec for GNOME embedding. * Import/Export o RTF importer now handles /sectd. o Several LaTeX exporter fixes. * Miscellaneous o Bug numbers fixed (not a complete list): 3301, 3171, 3215, 2223, 3332. o A number of unnumbered bugs. o Code cleanup. Patch submitted by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in PR 17451
2002-07-03Since we override the normal do-fetch target, where the distfiles' presenceagc1-3/+8
is checked when defined(${BATCH}), replicate same here.
2002-07-03In the do-fetch target, break out the check for distfiles if we're inagc1-14/+26
batch mode, into a separate target. Call that target if we're in batch mode. Modify the check for distfiles code to do a loop for all the distfiles, and only print the message once at the end if the files aren't present, and BATCH is defined. Only check for distfiles' explicit presence if BATCH is defined.
2002-07-03DEPEND on devel/p5-Time-HiRes. Bump to PKGREVISION 2.abs1-2/+3
Apologies for updating previous package on a system which already had p5-Time-HiRes installed...
2002-07-03- don't barf if Time:HiRes isn't available (doesn't look like there'slukem4-3/+28
even a package for it) - crank PKGREVISION for above - fix the PLIST (at least, i think it's correct. there's some stuff still missing WRT what print-PLIST shows, but that might be just perl pkg foo) btw: i *love* incompletely tested packages. especially those which are as important to correct mail delivery as spamassassin is. *grrr*
2002-07-03Updated rconfig to 0.11:abs2-5/+5
Fix probe on machines which do not support uname -p Allow +tag=value to be specified after hostnames Retire rsh_opts as does not work with rdist
2002-07-03Updated p5-Mail-SpamAssassin to 2.31abs2-5/+5
Unfortunately with over 1300 lines of changes since 2.20 its difficult to determine what to mention. The latest changes are available at http://spamassassin.taint.org/dist/Changes, search for '2002-06-20 18:02'
2002-07-03Remove IGNOREd mkisofs package -- can be reimported if someone reallywiz11-195/+1
splits mkisofs out from cdrecord.
2002-07-03This package (sysutils/storage-manager) has an interactive fetch stage, soagc2-3/+4
mark it as such, and enable this package in the category Makefile. With thanks to Dan McMahill for pointing this out.
2002-07-03update to nut 0.50.0. notable changes:lukem12-96/+119
- change from tcp/ip port 3305 to the IANA assigned 3493 - all old-style drivers have been deprecated: aeg bestfort bestuferrups engetron ipt-anzen mgeups multilink mustekups optiups sms toshiba1500 ups-trust425+625 upseyeux - newvictron renamed to victronups - newpowercom renamed to powercom, replacing previous powercom and ups-trust425+625 as well
2002-07-03Make fils recognize compile options (POSTFIX_USE_MYSQL, ...)hubertf1-2/+4
Fixes PR 17465 by Dawid Szymanski <dawszy@tgr.lubin.edu.pl>
2002-07-03Fix one place in rvm library where code implicitly assumed malloc()jdolecek3-2/+17
returns zeroed data. Discovered by using MALLOC_OPTIONS=J. coda-server's vice-setup-rvm runs to completition for me with this patch finally! bump pkg revision to nb1
2002-07-03Updated msu to 1.04:abs2-5/+5
Only strip the problem LD_* type environment variables.
2002-07-03add tkdeskdmcmahill1-1/+2
2002-07-03import tkdesk-1.2.dmcmahill15-0/+1008
Submitted in PR pkg/17423 by Rui-Xiang Guo <rxg@ms25.url.com.tw> TkDesk is a graphical file manager for Unix and the X-Window System. It offers a very rich set of file operations and services, and provides the user with an immense amount of configurability. TkDesk's configuration flexibility results from the use of Tcl/Tk as the primary implementation language. Another benefit of using Tcl/Tk is that TkDesk is very portable and runs on virtually any Unix platform.
2002-07-03depend upon x11/gnome-core as welllukem1-1/+2
2002-07-03For interactive configure, say "Please configure manually...".cjep1-2/+2
2002-07-03@exec mkfontdir for %D/lib/X11/fonts/local, not for %D/lib/X11/fonts/misc.toshii1-3/+3
2002-07-03Files on the master site has changed. Changes are mostly cosmetic.toshii1-5/+5
2002-07-03Move a whole bunch of files from ${PREFIX}/etc/gtk to ${PREFIX}/share/gtkjschauma2-55/+57
as suggested and using the patches provided in pkg/16964 by Julio Merino (jmmv at hispabsd dot org). Bump PKGREVISION. This closes PR pkg/16964.
2002-07-03since XFree86 4.* includes libXft and XFree86 3.* does not we end up withdmcmahill3-21/+31
a different PLIST. Add a check for XFree86 4.* (like the one from suse_x11) and fix up the PLIST. Packages properly again on non-XFree86 4.* systems.
2002-07-03update to gtk2+-2.0.5dmcmahill9-84/+56
this is a bug fix only release with compatibility with previous 2.0.* releases. Changes are: Overview of Changes in GTK+ 2.0.5 ================================= * Fix a wrong assertion that broke gtk_file_selection_set_filename(); also another fix from testing this function with non-UTF-8 filenames. * Fix incorrect property notification in GtkTextView. [James M. Cape] Overview of Changes in GTK+ 2.0.4 ================================= * Fix a number of types which were registered with the type system with the wrong names [James Henstridge, Jonathan Blandford] * Support missing data types in GtkList/TreeStore [Daniel Elstner] * Misc GtkTreeView bug fixes [Dave Camp, Jonathan, Daniel Elstner, Josh Parsons] * Drag and drop fixes, including a stuck grab. [Dave, Thomas Leonard, Owen Taylor] * Calculate screen size on win32 from the "logical DPI" [Joaquin Cuenca Abela, Tor Lillqvist] * Misc Win32 bug fixes. [Florent Duguet, Torn] * Fix theme changes for GtkMenu [Soeren Sandmann] * Fix gdk_pixbuf_from_drawable() for big endian. [Federico Mena Quintero] * Fix encoding handling for gtk_file_selection_set_filename() [Sebastian Ritau, Owen] * Fix crash with DND, Qt and Metacity [Cha Young-Ho, Havoc, Owen] * Fixes for DirectColor visuals [Shivaram Upadhyayula] * Memory leak and UMR fixes [Michael Meeks, Matthias Clasen, Valgrind] * Misc bug fixes * Updated translations (ca,cs,da,es,et,fr,ms,nl,pl,pt,pt_BR,ru,sv) Other contributors: Nicholas Allen, Jacob Berkman, Remus Draica, Nano Golveia, Tim Janik, Sergey Kuzminov, George Lebl, Garrett Lesage, Robin Lu, Timo Meinen, Michel Selten, Boris Shingarov, Jeff Waugh Overview of Changes in GTK+ 2.0.3 ================================= * GtkTreeView fixes (Jonathan Blandford, Kristian Rietveld, Daniel Elstner) * Improve GdkRGB support for low color depths (Tor Lillqvist). * Tweak F10 behavior to focus GtkMenuBar. (Owen Taylor) * Include internal children when focusing. (Jonathan) * Win32 fixes (Tor Lillqvist, David Sterba) * Allow use of a pixmap as the drawable in gdk_pixmap_new(). (Kristian) * GdkPixbuf fixes (Matthias Clasen, Michael Natterer, Federico Mena Quintero) * GtkMenu fixes. (Soeren Sandmann) * Find gdk-pixbuf-csource when cross-compiling. (Michael Natterer) * Misc input-method related fixes (Yao Zhang, Federico) * Fix stuck grab during DND. (Dave Camp, Owen) * Remove in-bevel from scrolled-offscreen menus. (Ettore Perazzoli) * Various plug/socket fixes (Owen, Padraig O'Briain, Dave Camp, Michael Meeks) * Handle Xlib internal connections (HideToshi Tajima) * Many miscellaneous bug fixes. Other contributors: Jacob Berkman, Abigail Brady, Rich Burridge, Anders Carlsson, Murray Cumming, Nalin Dahyabhai, James Henstridge, David Highley, Ben Liblitt, Tim Janik, Bill Jannsen, Lauris Kaplinski, Sergey Kuzminov, Alex Larsson, Sven Neumann, Havoc Pennington, Gareth Pearce, Simon Floery, Thomas Leonard, Detlef Reichl, Martin Schulze, Christophe Saout, Timo Sirainen, Graham Swallow.
2002-07-02Update p5-DBD-Sybase to 0.94. Changes:hubertf2-6/+11
Release 0.93 Added password encryption option to connect() request (contributed by Tin Martone) Added initial nsql(). Added ct_get_data(), ct_send_data() and friends func(). Added ?-style placeholder support for exec proc statements. Changed getExtraLibs() in Makefile.PL to *not* link with -linsck or -ltli (this avoids problems if the $SYBASE/config/libtcl.cfg file has been set to load the threaded version of these libraries.) Added support for primary_key_info(). (release 0.92 was never publicly released for various reasons) Bugs Fixed: 366 ping() fails if connection has been marked dead 364 t/fail.t bug. Release 0.91 Removed artificial 1024 byte limit on char/varchar datatypes in result sets. Bug Fixes: 213: BLOBs are returned in HEX, not binary. Release 0.90 Release number sequence change: I'm dropping the "alpha" qualifier and I expect to release 1.00 fairly soon. Small Makefile.PL fix for Sybase 12.0 installation directory changes. Applied patch from Tim Ayers to allow 0x type formatting for binary data fetches (similar to what Sybase::CTlib and Sybase::DBlib allow). Fixed some t/ scripts to not fail when run against MS-SQL. Corrected the handling of timeout events in the client callback. Bug Fixes: 349: CS_NUMERIC bindings for ?-style placeholders fails for large values. 345: Dynamic statement ids get re-used. 351: prepared statements with placeholders cause handle to become unusable if *first* execute fails. 352: ping() doesn't work right in Apache::DBI (thanks to Kiriakos Georgiou) 353: syb_quoted_identifier doesn't work. 354: Calling fetch() after prepare() but no execute() fails with internal DBI error. This should also fix bug # 278 and 288. 297: type_info() returns incorrect or no data. 344: timeout doesn't work correctly. Fixes PR 15067 bye ebe@statsbiblioteket.dk
2002-07-02Update to 1.15, old distfile vanished.wiz2-5/+5
Changes: * Add COPYRIGHT AND LICENSE to Resource.pm. * A space between the 2>/dev/null and the command is nice. * I suck. Vivek Khera reported NINE MONTHS ago that I was missing sub isrss(). My memory was jogged by a message from Jeff Boes ONE MONTH ago. My apologies.
2002-07-02Since we depend on openssl, say so.wiz3-5/+8
Also fix package that it works with openssl installed from pkgsrc (not in the base system).
2002-07-02NO_CHECKSUM is superfluous.wiz1-2/+1
2002-07-023.28: Note that USE_SSL is deprecated.wiz2-3/+8
2002-07-02Deprecate USE_SSL.wiz2-16/+3
2002-07-02Drop some trailing whitespace.wiz1-3/+3
2002-07-02Drop USE_SSL.wiz1-2/+1