Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Loudmouth is a lightweight and easy-to-use C library for programming with the
Jabber protocol. It's designed to be easy to get started with and yet
extensible to let you do anything the Jabber protocol allows.
|
|
|
|
WindowLab is a small and simple window manager of novel design, based on
aewm.
It's click-to-focus, shares its window depth policy with the Amiga, and has
a window resizing/reshaping method similar to that of 8/5 from Plan 9.
WindowLab maintains the illusion of direct manipulation by constraining the
mouse pointer when appropriate, ie when a window cannot be dragged any further
in one direction. The pointer is also constrained vertically (effectively
making the target menu items infinitely tall according to Fitts's law) when
it's in the menubar to reduce pointing time.
http://www.nickgravgaard.com/windowlab/
|
|
|
|
xpad is a sticky notes application written using GTK+ 2.0 that strives to
be simple, fault-tolerant, and customizable. xpad consists of independent
pad windows; each is basically a text box in which notes can be written.
Despite being called xpad, all that is needed to run or compile it is the
GTK+ 2.0 libraries. Here is a list of major features in the current xpad
stable release:
* GTK+ 2.0 powered text view.
* Fault tolerant. All information is kept on the hard drive, not memory.
So if power is lost or your computer freezes, there is little lost
information.
* xpad is very customizable. The color scheme (text, background, and window
borders) and the font can be changed. These settings can be applied to
one pad or set as the default for future pads. Want window decorations or
not? Your choice.
* A customizable toolbar puts the most frequently used commands at your
fingertips.
* Support for the X session management protocol.
* Support for the www.freedesktop.org system tray proposal.
http://xpad.sourceforge.net/
|
|
to build. I'm bumping the version number just in case the installed
package is different from version 0.12 (I can't test on different
systems).
|
|
|
|
|
|
cd pkgsrc/mk
cvs update -Pd -A
cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
|
|
ruby-rd-mode package was update to 0.6.13 implicitly by update of
ruby-rdtool package. Update distinfo file and remove PKG_REVISION now.
Nothing changed with ruby-rd-mode itself.
|
|
ruby-rdtool package. Update distinfo file and remove PKG_REVISION now.
Nothing changed with ruby-rd-mode itself.
|
|
|
|
|
|
otherwise we can trust statfs() if it's on the system.
|
|
on systems that don't have either function.
|
|
|
|
|
|
This is a bugfix release which fixes over 100 bugs including but
not limited to:
* Fixed a fatal bug that triggered a panic when your secondary weapon
was cursed during bones file creation
* Fixed a fatal bug that caused a crash when applying figurine, candle,
or bell that gets used up
for a complete list, see doc/fixes34.2
Old savegames and bones levels from nethack 3.4.1 (and 3.4.0) should
still work, but as usual, caution is advised.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
package of gftp which uses GTK+ version 1. Actually this package
uses GTK+ version 2. Ok'ed by wiz@
Changes (resumed):
Changes from 2.0.15rc2 to 2.0.15
* FTP: Fixes for selecting ASCII/Binary transfers
* Fixed crash when deleting files in the GTK+ port
* Fixed parsing directory listings that have timestamps that are
not in the current locale.
* More largefile support fixes.
* Updated translations (cs, pl, sr, sr@Latn, sv)
Changes from 2.0.15rc1 to 2.0.15rc2
* Largefile (>2.1GB) fixes.
* When resuming files, look up the right option name. gFTP would bail
out whenever it couldn't look up the right option.
* Fixes to the permissions of files when they are first transfered. New
files are created with the mode 0644 & ~umask.
* Change to the proper local directory when one was enabled with a
bookmark.
* Fixed crash that would occur in the options dialog when you hit Apply,
then OK.
* Fixed possible division by 0 when transfering a file.
* Fixed double free of a gftp_file structure member (utf8_file). This was
not present in 2.0.14.
* FreeBSD PTY and password prompt fixes.
* Detect write errors properly.
* Added --info argument to the command line. This will give some
information about how gFTP was compiled.
Changes from 2.0.14 to 2.0.15rc1
* I18N improvements in GTK+ 2.0 port. If the remote server is not
returning output in UTF8, it will first attempt to convert it from
the local character set and if that fails it will try the character
sets listed in the remote_charsets option.
* Added an improved internal configuration interface. You can now override
just about any option in the bookmarks dialog for a particular site.
* Each protocol that gFTP supports is now completely self contained in
it's own file. So, if gFTP doesn't support your favorite protocol, it
should be pretty easy to add support
... Please review the long list of changes here:
http://gftp.seul.org/changelog.html
|
|
$PREFIX/share/doc/html/ns/CHANGES.html].
Provided in PR pkg/22633 by Min Sik Kim <minskim at bawi dot org>.
|
|
Lots of changes and bug fixes since last packaged version,
see installed $PREFIX/share/doc/html/ns/CHANGES.html.
Provided in PR pkg/22633 by Min Sik Kim <minskim at bawi dot org>.
Minor tuning by myself.
|
|
package finally, thanks to Oliwier 'aLEczapKA' Ptak.
|
|
|
|
pkgsrc-wip team
|
|
|
|
|
|
library
|
|
adresses openssl part of PR pkg/22654 by Adrian Portelli
|
|
compiles fine without
|
|
package views. Pkgsrc changes include:
* Convert to use pkgtools/libnbcompat so that it's easier to keep
this in sync with src/usr.sbin/pkg_install.
* Add a src2nbcompat script that converts src/usr.sbin/pkg_install
into an appropriate start for pkgtools/pkg_install. The script
removes the Makefiles, adds CPP inclusion guards around each
#include <...> line, and includes <nbcompat.h> at the top of each
*.c file. This should make it even easier to keep sources in
sync with the HEAD.
|
|
|
|
Changes from version 0.8.2
--------------------------
- Add missing mutex initialization.
Changes from version 0.8.1
--------------------------
- Fix compilation failure.
Changes from version 0.8.0
--------------------------
- Reduce open book file size.
- Slightly improved AI speed.
- Reorganize exception handling code.
Changes from version 0.7.1
--------------------------
- Add experimental parity evaluator.
|
|
problem reported and patch provided in PR pkg/22654 by Adrian Portelli
|
|
* Add mkdtemp, TAILQ_*, and statfs.
* Install a nbconfig.h file containing the discovered system information
and include it directly in nbcompat.h. Make all files use nbconfig.h
instead of config.h. Ensure that all installed headers don't include
any local header files. This makes libnbcompat more self-contained.
* Consistently use "#if HAVE_HEADER_H" instead of "#ifdef HAVE_HEADER_H"
since sometimes people put -DHAVE_HEADER_H=0 on their command lines.
|
|
* Add mkdtemp, TAILQ_*, and statfs.
* Install a nbconfig.h file containing the discovered system information
and include it directly in nbcompat.h. Make all files use nbconfig.h
instead of config.h. Ensure that all installed headers don't include
any local header files. This makes libnbcompat more self-contained.
* Consistently use "#if HAVE_HEADER_H" instead of "#ifdef HAVE_HEADER_H"
since sometimes people put -DHAVE_HEADER_H=0 on their command lines.
|
|
Notable changes include: new function make-temp-file, bugfixes, etc.
|
|
2003-07-05 Yuuichi Teranishi <teranisi@gohome.org>
* APEL: Version 10.6 released.
* apel-ver.el (apel-ver): Change APEL version to 10.6.
2003-07-03 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
* poe.el (make-temp-file) [2-args make-temp-file]:
Don't use octal number for file modes.
* poe.el (toplevel): Fixed the compile-time check for the definition of
`make-temp-file' [apel-ja: 00874].
(make-temp-file) [no make-temp-file, single-user system]:
Don't use `set-default-file-modes' nor `default-file-modes'.
2003-07-03 Yuuichi Teranishi <teranisi@gohome.org>
* poe-18.el (make-directory-internal): Signal an error according to
the exit status of mkdir.
(delete-directory): New function.
(write-region): Ditto.
2003-06-06 Yuuichi Teranishi <teranisi@gohome.org>
* APEL: Version 10.5 released.
* apel-ver.el (apel-ver): Change APEL version to 10.5.
2003-05-29 Yuuichi Teranishi <teranisi@gohome.org>
* poe.el (make-temp-file) [no make-temp-file, single-user system]:
Modified for OS/2.
2003-05-22 Yuuichi Teranishi <teranisi@gohome.org>
* install.el (install-prefix): Change value for Meadow2 and NTEmacs.
2003-05-20 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
Modified comments.
2003-05-19 Shuhei KOBAYASHI <shuhei@aqua.ocn.ne.jp>
* poe.el (make-temp-file) [no make-temp-file, multi-user system]:
Flatten nested `unwind-protect'. Fixed comments.
2003-05-15 Yuuichi Teranishi <teranisi@gohome.org>
* poe.el (make-temp-file): New function.
2002-11-05 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
* mcs-20.el (mcs-region-repertoire-p): New function for UTF-2000
implementations.
(mcs-string-repertoire-p): Likewise.
(detect-mime-charset-region): New implementation for UTF-2000
implementations.
(detect-mime-charset-string): New function for UTF-2000
implementations.
2002-11-03 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* filename.el (filename-filters): Change default value to nil.
|
|
numerous bug fixes and enhancements over version 2.3.3pl1. The include
file "ChangeLog" will provide detailed information.
|
|
|
|
|
|
|
|
|