summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-02Add and enable loudmouthxtraeme1-1/+2
2003-09-02Initial import of loudmouth 0.13.2. Ok'ed by wiz@xtraeme5-0/+90
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.
2003-09-02Add and enable windowlabxtraeme1-1/+2
2003-09-02Initial import of windowlab 1.12. Reviewed by wiz@xtraeme5-0/+110
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/
2003-09-02Add and enable xpadxtraeme1-1/+2
2003-09-02Initial import of xpad 1.11. Reviewed by wiz@xtraeme6-0/+98
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/
2003-09-02Update pkgtools/x11-links to 0.13. This package now uses buildlink3jlam16-2321/+2436
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).
2003-09-02Add some buildlink3.mk files needed by x11-links>=0.13.jlam4-0/+313
2003-09-02This needs zlibmartti2-2/+4
2003-09-02Merge pkgviews-mk branch into the HEAD by running:jlam66-214/+3004
cd pkgsrc/mk cvs update -Pd -A cvs update -Pd -j pkgviews-mk-base -j pkgviews-mk
2003-09-02Note update of devel/ruby-rd-mode package to 0.6.13.taca1-1/+2
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.
2003-09-02ruby-rd-mode package was update to 0.6.13 implicitly by update oftaca2-5/+4
ruby-rdtool package. Update distinfo file and remove PKG_REVISION now. Nothing changed with ruby-rd-mode itself.
2003-09-02Solaris needs to include <sys/vfs.h> to get definitions for statvfs().jlam3-5/+10
2003-09-02Older awks don't like gensub() so use sub() instead.jlam1-2/+4
2003-09-02We only need to step carefully in the Solaris case for statfs(), butjlam2-11/+11
otherwise we can trust statfs() if it's on the system.
2003-09-02Re-add the checks for HAVE_CHFLAGS and HAVE_DBOPEN so that this can buildjlam2-4/+23
on systems that don't have either function.
2003-09-02apel update done.minoura1-2/+1
2003-09-02note nethack pkgs update to the bugfix release 3.4.2pooka1-1/+6
2003-09-02Update to NetHack 3.4.2pooka22-154/+159
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.
2003-09-02Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-09-01Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb2-4/+4
2003-09-01Document the actions taken by the tree-conversion script.jlam1-1/+10
2003-09-01oops remove these patches forgotten in previous commitxtraeme2-53/+0
2003-09-01Note update of gftp to 2.0.15 and addition of gftp-gtk1 2.0.15xtraeme2-3/+4
2003-09-01Add and enable gftp-gtk1xtraeme1-1/+2
2003-09-01gftp which uses GTK+ version 1.xtraeme2-0/+38
2003-09-01Update gftp to 2.0.15, provide a Makefile.common for the upcomingxtraeme5-43/+102
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
2003-09-01Note update of net/ns to version 2.26. [Lots of changes, see installedseb1-1/+2
$PREFIX/share/doc/html/ns/CHANGES.html]. Provided in PR pkg/22633 by Min Sik Kim <minskim at bawi dot org>.
2003-09-01Update to version 2.26.seb11-83/+66
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.
2003-09-01Distname has been changed to 1.3, we have a version number for thisxtraeme2-6/+6
package finally, thanks to Oliwier 'aLEczapKA' Ptak.
2003-09-01Added php4-exif 4.3.3 - PHP4 extension module to read EXIF JPEG headersjdolecek2-2/+4
2003-09-01import php4-exif from pkgsrc-wip; package done by Quentin Garnier ofjdolecek2-0/+18
pkgsrc-wip team
2003-09-01Drop trailing space; sort sections; sort SEE ALSO.wiz1-6/+6
2003-09-01Sort SEE ALSO, pkg_view(1) not pkg_views(1).wiz1-3/+3
2003-09-01Added php4-openssl 4.3.3 - PHP4 extension module for access to OpenSSLjdolecek2-2/+4
library
2003-09-01add PHP4 OpenSSL extension modulejdolecek2-0/+17
adresses openssl part of PR pkg/22654 by Adrian Portelli
2003-09-01appears the CONFIGURE_ENV+= MCRYPT_DIR=... isn't necessary anymore - itjdolecek1-4/+2
compiles fine without
2003-09-01Update pkg_install to 20030823, which has the changes to supportjlam76-4498/+10010
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.
2003-09-01grhino update done.wiz2-3/+3
2003-09-01Update to 0.8.3.wiz2-5/+5
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.
2003-09-01add some missing @dirrm'sjdolecek1-1/+8
problem reported and patch provided in PR pkg/22654 by Adrian Portelli
2003-09-01Update pkgtools/libnbcompat to version 20030823:jlam1-1/+2
* 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.
2003-09-01Bump version to 20030823:jlam34-705/+1131
* 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.
2003-09-01Note update of apel (10.4->10.6).minoura1-1/+2
Notable changes include: new function make-temp-file, bugfixes, etc.
2003-09-01Updated to 10.6 (from 10.4), addressing pkg/22212 by hiramatsu-san.minoura2-5/+5
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.
2003-09-01Update "phpmyadmin" package to version 2.5.3rc3. This version providestron3-103/+170
numerous bug fixes and enhancements over version 2.3.3pl1. The include file "ChangeLog" will provide detailed information.
2003-09-01php4-pcre is now part of main PHP, g/c the DEPENDS linejdolecek1-2/+1
2003-09-01Fix dependences broken by update of PHP to version 4.3.3.tron2-9/+4
2003-09-01Remove redundant dependences on "php" package.tron1-2/+1
2003-09-01DEINSTALL script was removed.seb1-2/+1