summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-06-10bump PKGREVISION.sakamoto12-105/+95
add buildlink.mk. use devel/nbitools instead of ${X11BASE}/xmkmf. purge /var/dict/canna.
2002-06-10Import sj3-server-bin-2.0.1.20nb1sakamoto3-0/+100
Japanese input method (server binary) separated from inputmethod/sj3-server, Approved by agc.
2002-06-10Import sj3-dict-2.0.1.20nb1sakamoto4-0/+91
Japanese input method (dictionary) separated from inputmethod/sj3-server, Approved by agc.
2002-06-10Import ja-FreeWnn-server-bin-1.10nb1sakamoto3-0/+66
Japanese/Chinese/Korean input method (Japanese server binary) separated from inputmethod/ja-freewnn-server, Approved by agc.
2002-06-10Import ja-FreeWnn-dict-1.10nb1sakamoto3-0/+62
Japanese/Chinese/Korean input method (Japanese dictionary) separated from inputmethod/ja-freewnn-server, Approved by agc.
2002-06-10Import Canna-server-bin-3.5.2nb2sakamoto4-0/+136
Kana-Kanji conversion system (server binary) separated from inputmethod/canna-server, Approved by agc.
2002-06-10Import Canna-dict-3.5.2nb2sakamoto3-0/+100
Kana-Kanji conversion system (dictionary) separated from inputmethod/canna-server, Approved by agc.
2002-06-10update to lukemftp 1.6 beta 2. notable changes:lukem2-6/+6
- fixes to portability code so this works again on netbsd 1.5 and darwin
2002-06-10Import of canonical tnftp 20030825 sources,lukem1-0/+78
to make it easier to track new versions.
2002-06-10Fix readline.h problem on 1.6 (tested with 1.5.3 also). Looked at bycjep4-26/+7
hubertf.
2002-06-10Note hardware requirements.cjs1-0/+9
2002-06-10Updated PKGTOOLS_REQD to 20020402.martti1-2/+2
2002-06-10Updated pkg_install to 20020402 (fixes pkg/16176)martti2-5/+5
Check the return code from the second invocation of installprereq(), to make sure that a failed installation of a rpe-requisite package kills the attempt to add the package. This reverts pkg_add(1) to traditional behaviour.
2002-06-10Updated proftpd to 1.2.5 (release 2002-06-09)martti4-13/+14
The 1.2.5 release includes some minor bugfixes. Please read the included NEWS and ChangeLog files for the full details.
2002-06-10Updated to p5-Storable-2.04shell3-14/+15
Changes : - New major updated - Many of bugs fixed - New regression test (Please see ChangeLog for more about)
2002-06-10Updated to Attribute-Handlers-0.77shell3-11/+11
- Updated master_sites Changes : - Attribute::Handlers now is core. - Brought up to date with perl 5.8RC1 version will be 5.8 if no more changes come in - [#13686] This changes the behaviour of lexical attributes. Prior to this lexical attributes were done at a compile time, and they would loose their attribute on the next run over them. Now perl 5.8 calls the attribute handler runtime whenever it hits my. - [#14448] Fixes cases with too high refcounts on lexical attributes - [#15945] Do not warn about too late CHECK and INIT block if A::H is pulled in using a require.
2002-06-10Updated to py-Optik-1.3shell2-6/+6
- Updated my email address Changes since Optik-1.2 : * Fixed a couple of lurking bugs found by PyChecker. * You can now get away with not supplying an option's type, no matter the action: Optik now assumes a default type of "string". * You can now get away with not supplying an option's destination: Optik now derives a default destination from the first long option, or the first short option if no long options were given. Eg. an option string "--foo-bar" has the default destination 'foo_bar'. * Refactored both Option's and OptionParser's constructors to make life easier for people extending Optik. * Added the "examples/" subdirectory -- this is a repository of examples of extending and using Optik; the goal is to provide canonical implementations of various features that I don't want to add to Optik proper, but that are occasionally requested. (Also, this gives me a good place to test how Optik's extensibility.) * Added support for long and complex option types, mainly for completeness (patch by Matthew Mueller). * Added make_option() as an alias for the Option constructor, because someday there might be many Option classes (in which case make_option() will become a factory function). * Added the examples/ directory to the source distribution -- this demonstrates various ways to extend Optik.
2002-06-10Updated py-Checker to 0.8.10 .shell4-37/+20
Changes for 0.8.9 to 0.8.10 : * Add --unpack option to warn when unpacking a non-sequence * Add --unpacklen option to warn when unpacking sequence of wrong size * Add --changetypes option to warn when setting a variable to different types * Add --stringiter option to warn when iterating over a string * Add --input option to warn when using input() * Fix crash with checking properties or deriving from objects (2.2 only) * Fix crash with nested scopes and lambdas * Fix spurious warnings for constant conditionals when using ('%s' % value) * Fix spurious warnings for unused identifiers caused by from XXX import * * Add more information when module cannot be imported * Fix spurious warnings for implicit returns when using while 1: * Fix spurious warnings for implicit returns when using try/finally: * Fix spurious warning with globals that start w/__ * Fix spurious warnings for modifying default arguments when calling {}.get(), {}.has_key(), [].index(), [].count(), etc. * Fix spurious warnings in Python 1.5.2 when using from/import (Please see CHANGELOG for more)
2002-06-10Updated to gtkasp2php-0.76.10shell4-25/+28
Changes : - Updated my email address - Regen patch - fmt on DESCR - Updated master_sites
2002-06-10Updated to asp2php-0.76.10shell4-24/+28
Changes : - Updated my email address - Updated master_sites - Regen patch - fmt on DESCR
2002-06-10Updated to p5-Net-SSLeay to 1.17shell2-6/+6
Changes since 1.15 : - applied patch to fix CTX_set_default_passwd_cb() contributed by Timo Kujala <timo.kujala@@intellitel_.com>, --Sampo - similar patch by Chris Ridd <chris.ridd@messagingdirect.com> - applied patch to add various API functions by mikem@open.com_.au - 5.005_03 compat fix for Handle.pm from Jim Mintha <jim@@ic._uva.nl> - further fixes for Net::SSLeay::Handle from jbowlin@@_linklint.org - improved README.Win32 and added RECIPE.Win32 from Hermann Kelley <hkelley@@secmon._com>
2002-06-10Updated py-curl to 7.9.7shell2-7/+7
Change since 0.4.8 : * New versioning scheme. Pycurl now has the same version number as the libcurl version it was built with. The pycurl version number thus indicates which version of libcurl is required to run. * Added CURLINFO_REDIRECT_TIME and CURLINFO_REDIRECT_COUNT. * Fixed potential memory leak and thread race (by Markus Oberhumer) * Added CURLOPT_DEBUGFUNCTION to allow debug callbacks to be specified (see the file 'test_debug.py' for details on how to use debug callbacks). * Added CURLOPT_DNS_USE_GLOBAL_CACHE and CURLOPT_DNS_CACHE_TIMEOUT. * Fixed a segfault when finalizing curl objects in Python 1.5.2. * Added 'test_post2.py' file which is another example on how to issue POST requests. * Added the 'test_post.py' file which demonstrates the use of POST requests.
2002-06-10Updated to curl, from 7.9.6 to 7.9.7shell3-7/+8
Changes since 7.9.6 : - More -(option) support - Documentation updated - little bug fixed and preformance improved (please see CHANGES for more)
2002-06-09Add and enable mtoolsfm.agc1-1/+2
2002-06-09Initial import of mtoolsfm-1.9.3 into the NetBSD Packages Collection.agc5-0/+70
MToolsFM is a GTK based file-manager which gives people easy access to MS-DOS (Windows) floppies. It uses the mtools collection of utilities as a backend. Although originally designed for floppies, any disk mtools works with can be accessed: Jaz, Zip, Syquest, IDE, or even disk images. Why MToolsFM? (Modified from the MToolsFM web-page): The disadvantage with mtools is that nowadays there are not many people who know about DOS-commands. And who would ask a UNIX newbie to learn DOS ;-) ? This is why you need MToolsFM: It gives you a simple, easy to use file-manager interface for accessing your floppies. It has the advantages of mtools, but you do not have to learn the DOS-commands. It is particularly helpful if you administer a NetBSD-box used by people who are more familiar with MS Windows. These people can now access floppies without the long explanation and you'll have more time. ;-) Provided in PR 14437 by Ben Wong <Benjamin.Wong@cc.gatech.edu>, modified slightly by me.
2002-06-09Make ethereal weakly buildlinked, and support openssl, pcap, and zlibjlam1-8/+12
explicitly. Changes from pkg/16872 by Greg A. Woods <woods@weird.com> with small changes by me.
2002-06-09Add and enable metacityagc1-1/+2
2002-06-09Initial import of Metacity-2.3.377, a gnome 2 window manager, into theagc4-0/+169
NetBSD Packages Collection. Metacity is not a meta-City as in an urban center, but rather Meta-ness as in the state of being meta. i.e. metacity : meta as opacity : opaque. Also it may have something to do with the Meta key on UNIX keyboards. - Boring window manager for the adult in you. Many window managers are like Marshmallow Froot Loops; Metacity is like Cheerios. - Uses GTK+ 2.0 for drawing window frames. This means colors, fonts, etc. come from GTK+ theme. - Has a simple theme system and a couple of extra themes come with it. Change themes via gconf-editor or gconftool: gconftool-2 --type=string --set /apps/metacity/general/theme Crux - Change number of workspaces via gconf-editor or gconftool: gconftool-2 --type=int --set /apps/metacity/general/num_workspaces 5 Can also change workspaces from GNOME 2 pager. - Change focus mode: gconftool-2 --type=string --set /apps/metacity/general/focus_mode mouse
2002-06-09Apply patch from pkg/16643 submitted by Tero Kivinen <kivinen@ssh.fi> tojlam2-1/+18
fix the problem where cupsd dumps core if BrowseProtocols is empty in the config file. The fix was taken from the CUPS CVS.
2002-06-09Update comms/conserver to 7.2.1. This closes pkg/17152 by Eric Schnoebelenjlam5-32/+48
<eric@cirr.com>. Changes from version 7.1.3 include: - bugfixes - console names in conserver.passwd can be regular expressions - breaks recorded to console logs if 'b' option used - a broadcast messages to others on your console can now be sent via ^Ecb - TCP traffic now escaped according to Telnet protocol - the HUP signal now triggers a read of the configuration file and adjustment of consoles - Up to nine break sequences can be defined in the configuration file and assigned to consoles individually, accessed via new ^ecl[?0-9] escape sequences - new options - -W client option for showing who's attached to a single conserver master - -m server option for setting the maximum consoles per process - -i client option (and ^Eci) that displays console information in a machine-parseable format - two debug levels (second level by using two -D options) - -o and -O server flags for automatically reconnecting downed consoles
2002-06-09Remove X11 contrib sites from master list, add a working mirror.tron1-2/+2
2002-06-09Add and enable php4-mhashjlam1-1/+2
2002-06-09Initial import of security/php4-mhash, a PHP4 module for access to thejlam3-0/+21
mhash has algorithms library. This package was provided in pkg/16787 by Lubomir Sedlacik <salo@Xtrmntr.org>.
2002-06-09Fix typo.jlam1-2/+2
2002-06-09Update galeon to 1.2.5taya3-6/+7
- mozilla 1.0 compatibilty/requirement - proxy auto-conf & printing fixes - new Vietnamese translation
2002-06-09Add support for "$PKG_DBDIR" and "$MAKECONF". Based on patches suppliedtron3-13/+44
by Jonathan Perkin in PR pkg/17069. Bump version number 1.29.
2002-06-09Delete support for ruby 1.4.X based package.taca1-6/+2
2002-06-09Delete ruby14-base package. It is time to retire now.taca16-741/+1
2002-06-09Delete ruby14-readline package. It is time to retire now.taca7-109/+1
2002-06-09Delete ruby14-tk package. It is time to retire now.taca5-74/+0
2002-06-09Disable and delete ruby14-tk package. It is time to retire now.taca1-2/+1
2002-06-09Delete ruby14 package. It is time to retire now.taca4-71/+0
2002-06-09Disable and delete ruby14 package. It is time to retire now.taca1-2/+1
2002-06-09Delete ruby-uri package. It is included in ruby-1.6.7 and later.taca4-55/+0
2002-06-09Disable and delete ruby-uri package. It is included in ruby-1.6.7 and later.taca1-2/+1
2002-06-09Delete ruby-syslog package. It is included in ruby 1.6.7 and later.taca4-40/+0
2002-06-09Disable and delete ruby-syslog package.taca1-2/+1
2002-06-09Delete ruby-sha1 package. This is already included in ruby 1.6.7 and later.taca5-65/+0
2002-06-09Delete ruby-md5 package. This is included in ruby 1.6.7 and later.taca3-36/+0
2002-06-09Disable and delete ruby-md5 and ruby-sha1 package.taca1-3/+1
These are already included in ruby 1.6.7 and later.