summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-07-07Adapt include conversion scripts to recent versions of "netpbm" and addtron5-4/+62
the missing dependence on "netpbm" package. This fixes PR pkg/16416 by Greg A. Woods. Bump the package revision to 2 after these fixes.
2002-07-07Shorten oversize description.tron1-53/+0
2002-07-07Use "FILE" instead of "file" as shell variable to fix a "pkglint" warning.tron1-6/+8
2002-07-07There is no "locale" command in NetBSD (apparently a glibc'ism), sosimonb3-1/+53
assume the default locale.
2002-07-07Update to 2.1017, based on pkg/17295 by Sergey Svishchev.wiz3-34/+8
Changes since 1.2219: * dbdimp.c: Added a required check for mysql_errno. Steve Hay <Steve.Hay@uk.radan.com> * dbdimp.c: Removed use of mysql_eof. Jay Lawrence <jay@lawrence.net> * dbdimp.c: Fixed mysql_is_auto_increment. Paul Walmsley <shag-dbdmysql@booyaka.com> and Paul Dubois <paul@kitebird.org> * dbdimp.c: Added use of mysql_ssl_set. Chris Hanes <chanes@i-c.net> * Some fixes in the docs. Paul Dubois <paul@kitebird.com> * Added mysql_is_auto_increment. (Someone else, but forgot his email, sorry!) * lib/DBD/mysql.pod: Fixed minor bug in an example. * Within AutoCommit mode, reconnect is now turned off, because the transaction state is unpredictable otherwise. * dbdimp.c: Added use of SvMAGICAL to dbd_db_quote. Rudy Lippan <almighty@randomc.com> * bind_param now using mysql_real_escape_string as well. Dave Rolsky <autarch@urth.org> * Added mysql_ssl flag to DBI->connect. * Quoting now based on mysql_real_escape_string. Thanks to Dave Rolsky <autarch@urth.org> for suggesting this. * Portability changes for MySQL 4. * dbdimp.c: Fixed $dbh->{mysql_insertid}; added t/insertid.t * Added transaction support for MySQL. (Bob Lyons <lyons@nextrials.com>) * dbd/dbdimp.c: Fixed MAXLENGTH warning; used to hint for a not existing mysql_maxlength, which should read mysql_max_length. (Paul DuBois <paul@snake.net>) * Fixed installation problem when a directory was specified, but did not exist. (Will Partain <partain@dcs.gla.ac.uk>) * Fixed that mysql_errno wasn't used properly. (Chris Adams <cmadams@hiwaay.net>) * Fixed test suite problem, when user name and password have been interpolated. (Bruno Hivert (LMC) <lmcbrhi@lmc.ericsson.se>) * mysql_insertid and mysql_affectedrows are no longer treated as integers, but longs. Thanks to Michael G Schwern <schwern@pobox.com>. make test gives the same output as for the previous pkgsrc version. Thanks, atatat!
2002-07-07remove unneeded patch-aawiz1-2/+1
2002-07-07Not needed any longer.wiz1-15/+0
2002-07-07Distfile is now versioned, so we don't need DIST_SUBDIR any longer.wiz2-10/+7
Some minor cleanup.
2002-07-07Install the documentation in ${PREFIX}/share/doc/html/bins.simonb2-2/+8
2002-07-07Add ${.CURDIR} to the start of DISTINFO_FILE, FILESDIR and PATCHDIR sosimonb1-4/+4
this actually works.
2002-07-07Update to version 1.28. Our last version was 1.18.1 from around the endjschauma4-370/+2102
of 2000; changes far too many to list here, please see http://www.boost.org for details. Download files from proper mastersite rather than downloading boost_all.tar.gz so as to make it easier to track updates. Update and modifications suggested in PR pkg/16894 by MarkoSchuetz at web dot de -- this closes this PR.
2002-07-07Provide the common rc.d directive "reload" as an alias for "apachectl graceful",tv3-6/+20
which reloads the server without killing transfers in progress.
2002-07-06Update to version 0.5.jschauma2-6/+6
Changes since 0.4: - if text is too long to fit into the window, let it scroll from left to right. Caveat: all XEvents are queued during scrolling, that is, one can not cycle by hand (right mouse-button) until this cycle is over. - bugfix: don't overwrite what's in the config file *unless* specified on the command line (for example geometry) - if the weather file does not contain 'Sky conditions' skip 'conditions' when cycling - when using 'metric' display, show wind-speed in kmh rather than in knots - initialize time to update to every 10 Minutes - used to be uninitialized unless specified using '-u'.
2002-07-06Make the rc.d script more compliant.tv3-2/+24
2002-07-06Set $rcvar so this can be properly enabled/disabled in rc.conf.tv1-1/+2
2002-07-06Current version is .8, not .7; update version to reflect it.tv2-8/+8
2002-07-06* Update to 4.4.5. Minor changes; see ChangeLog. Moved to SourceForge.tv7-34/+64
* Make compile on newer gcc -Wuninitialized. * Use CONF_FILES install method.
2002-07-06Make the file in "etc" mutable (use CONF_FILES and bsd.pkg.install.mk).tv2-6/+9
2002-07-06Add envstat2mrtg.tv1-1/+2
2002-07-06Add some additional files that appeared in a newer version.tv1-1/+7
2002-07-06Update URLs. Make compile on newer gcc -Wuninitialized.tv3-8/+17
2002-07-06Update "inn" package to version 2.3.3. Changes since version 2.3.2:tron4-28/+19
- pgpverify now supports using GnuPG to check signatures (rather than PGP) without the pgpgpg wrapper. GnuPG can check both old-style RSA signatures and new OpenPGP signatures and is recommended over PGP 2.6. If you have GnuPG installed, pgpverify will use it rather than PGP, which means that you may have to create a new key ring for GnuPG to use to verify signatures if you were previously using PGP. - An item that was noted in NEWS below but was inadvertently left out of nnrpd has actually been added this time: users can no longer post articles containing Approved: headers to moderated groups by default; they must be specifically given that permission with the access: parameter in readers.conf. See the man page for more details. - Two bugs in repacking overview index files and a reliability bug with writing overview data were all fixed in the tradindexed overview method, hopefully making it somewhat more reliable, particularly for makehistory. - If rc.news.local exists in the INN binary directory, it will be run with the start or stop argument whenever rc.news is run. This is available as a hook for local startup and shutdown code. - The default history table hash sizes were increased because a too-small value can cause serious performance problems (whereas a too-large hash just wastes a bit of disk space). - The sample control.ctl file has been extensively updated. - Wildmat exclusions (@ and !) should now work properly in storage.conf newsgroup patterns. - The implementation of the -w flag for expireover was fixed; previously, the value given to -w to change expireover's notion of the current time was scaled by too much. - Various other more minor bug fixes, standards compliance fixes, and documentation improvements.
2002-07-06Automatically create a "news" account suitable for running INN ontron1-1/+5
installation. This fixes PR pkg/13250 by Gabriel Rosenkoetter.
2002-07-06Use wildcard dependence on "papersize" package.tron1-3/+2
2002-07-06Update to 0.99.6, from new homepage at sourceforge.jschauma3-19/+14
Changes too many to list here, see Changelog in tarball.
2002-07-06Update skipstone to 0.8.3taya3-51/+6
from ChangeLog: - Lots of patches from Daniel for various things.. - Martin Robinson sent a patch for find dialog where it keeps the last search term, I'll improve this later on. - Agh! the typo that made the minimum font size not stick was back! fixed again. Thanks to Daniel for finding out. - Add a wrapper for all gtk_moz_embed_load_url() --> _skipstone_load_url() for skipstone internal use only and it adds a grab_focus on the embedding widget to help Daniel out on his upcoming kiosk mode patch. - Patch from Devik to fix --enable-cvs-mozilla and fix compilation on mozilla 1.0rc3 - Patch from Daniel for fixing minor leaks when config files don't exist. - Added an Up button plugin, must place an up.xpm inside your theme directory or it won't display a pixmap
2002-07-051.0.3: Add support for ghostscript, from Jeremy C. Reed in pkg/17488.wiz5-12/+32
2002-07-05Add and enable "efont-unicode" package. This fixes PR pkg/14727 bytron1-1/+2
Masao Uebayashi.
2002-07-05Import new "efont-unicode" package: Free unicode BDF fonttron5-0/+130
This package was contributed by Masao Uebayashi in PR pkg/14727.
2002-07-05Remove $Id$ from patch, and standardize. regen distinfo.wiz2-79/+77
2002-07-05how did I mess up distinfo on patch-ah? Its a new file but.... mysteryabs1-2/+2
2002-07-05Add dependency on netpbm for pnmscale and pnmdepth.wiz1-1/+2
Requested in pkg/17485 by Hideyuki Suzuki.
2002-07-05Bump package revision after internal telnet support has been enabled astron1-1/+2
suggested by David Brownlee in private e-mail.
2002-07-05Adapt to new location of "p5-TimeDate" package.tron2-4/+4
2002-07-05Adapt to new location of "p5-Time-HiRes" package.tron4-10/+8
2002-07-05Move time management related Perl5 packages to category "time".tron12-10/+10
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