Age | Commit message (Collapse) | Author | Files | Lines |
|
add buildlink.mk.
use devel/nbitools instead of ${X11BASE}/xmkmf.
purge /var/dict/canna.
|
|
Japanese input method (server binary)
separated from inputmethod/sj3-server, Approved by agc.
|
|
Japanese input method (dictionary)
separated from inputmethod/sj3-server, Approved by agc.
|
|
Japanese/Chinese/Korean input method (Japanese server binary)
separated from inputmethod/ja-freewnn-server, Approved by agc.
|
|
Japanese/Chinese/Korean input method (Japanese dictionary)
separated from inputmethod/ja-freewnn-server, Approved by agc.
|
|
Kana-Kanji conversion system (server binary)
separated from inputmethod/canna-server, Approved by agc.
|
|
Kana-Kanji conversion system (dictionary)
separated from inputmethod/canna-server, Approved by agc.
|
|
- fixes to portability code so this works again on netbsd 1.5 and darwin
|
|
to make it easier to track new versions.
|
|
hubertf.
|
|
|
|
|
|
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.
|
|
The 1.2.5 release includes some minor bugfixes. Please read the included
NEWS and ChangeLog files for the full details.
|
|
Changes :
- New major updated
- Many of bugs fixed
- New regression test
(Please see ChangeLog for more about)
|
|
- 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.
|
|
- 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.
|
|
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)
|
|
Changes :
- Updated my email address
- Regen patch
- fmt on DESCR
- Updated master_sites
|
|
Changes :
- Updated my email address
- Updated master_sites
- Regen patch
- fmt on DESCR
|
|
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>
|
|
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.
|
|
Changes since 7.9.6 :
- More -(option) support
- Documentation updated
- little bug fixed and preformance improved
(please see CHANGES for more)
|
|
|
|
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.
|
|
explicitly. Changes from pkg/16872 by Greg A. Woods <woods@weird.com>
with small changes by me.
|
|
|
|
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
|
|
fix the problem where cupsd dumps core if BrowseProtocols is empty in the
config file. The fix was taken from the CUPS CVS.
|
|
<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
|
|
|
|
|
|
mhash has algorithms library. This package was provided in pkg/16787 by
Lubomir Sedlacik <salo@Xtrmntr.org>.
|
|
|
|
- mozilla 1.0 compatibilty/requirement
- proxy auto-conf & printing fixes
- new Vietnamese translation
|
|
by Jonathan Perkin in PR pkg/17069. Bump version number 1.29.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are already included in ruby 1.6.7 and later.
|