summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-09Initial import of pyPgSQL 2.4recht6-0/+105
from pkgsrc-wip pyPgSQL is a package of two modules that provide a Python DB-API 2.0 compliant interface to PostgreSQL databases. The first module, libpq, exports the PostgreSQL C API to Python. This module is written in C and can be compiled into Python or can be dynamically loaded on demand. The second module, PgSQL, provides the DB-API 2.0 compliant interface and support for various PostgreSQL data types, such as INT8, NUMERIC, MONEY, BOOL, ARRAYS, etc. This module is written in Python.
2003-09-09Updated SDL_image to 1.2.3adam2-3/+3
2003-09-09Oops, quickly added TIFF support as welladam1-5/+4
2003-09-09Changes 1.2.3:adam3-8/+12
* Fixed memory leak with non-seekable SDL_RWops * Added 24-bit support to the ILBM format loader * Added shared library support for MacOS X * The JPEG loader can now load EXIF format JPEG images * The XCF loader now ignores invisible layers and channels
2003-09-09Update PKGTOOLS_REQD to 20030907. Critical fixes include makingjlam1-2/+2
"pkg_delete -O pkgname" actually remove file entries for pkgname from the pkgdb.byfile.db database. This makes FORCE_PKG_REGISTER work again (this must have been broken for a long time).
2003-09-09Bump version to 20030907. Changes from previous version include:jlam24-408/+582
* Teaching pkg_add(1) to be smarter about how to add a depoted packge. * "pkg_delete foo" only deletes foo if it's a unique package. * Make "pkg_delete -O foo" for delete file entries for foo from pkgdb.byfile.db actually work. * Teach pkg_admin(1) two new commands "add" and "delete" for working with pkgdb.byfile.db. * pkg_view(1) uses the new pkg_admin(1) commands to keep the pkgdb.byfile.db files consistent in each view. * Man page fixes.
2003-09-09Note update of pyslk to 1.2.4.recht1-1/+2
2003-09-09Update to 1.2.4.recht3-40/+54
This addresses PR 22722. changes: Version 1.2.4 - 16 Aug 2003 The final version * Workaround for corrupted shares database problem which many Mac users seem to have * Notification for incomplete configuration * Fix for a subtle race condition between starting transfers and getting a list of privileged users * It's now possible to give download privileges to users from the userlist * Password entry box now uses *** * Search responses are now buffered - less flicker, less stress on the client * If log window is collapsed, messages are now duplicated in the status bar * It's now possible to track status changes for the individual users from the userlist Version 1.2.3 - 23 Jul 2003 Added features from Hyriand's patch: * Pyslsk will ping the server every 30 seconds (rewrote it to be gui-independent) * Search history (remembers 10 last searches) * Log window is now collapsable (state is remembered between sessions), rewrote it to look prettier than hyriand's version * Resizable panels aren't deleted anymore when made really small * Userinfo and browse tabs show user status * /clear /c will clear a chat screen * version in the window title Other fixes: * the default "queue if" limit is now 10 kb/s to avoid "how do I limit the number of uploads" questions * errors when decompressing filelists and search results no longer cause a crash * if locking a file is not possible, a download will continue anyway with a warning Version 1.2.2 - 24 Jun 2003 * wxPython 2.4.1 fixes; this version is now required, because it fixes the "crash-on-tab in an empty notebook" problem and handles ctrl-c gracefully * Ugly but working fix for the "cannot install idle handler twice" crash Version 1.2.1 - 18 Jun 2003 * Python 2.3 fixes * Python 2.2.0 fixes * Fix for "too many open files problem" * Aborted files are now not restarted when a user logs back on * New address for postcards
2003-09-09- gnome-python 2.0.0recht1-2/+1
2003-09-09Note addition of py-gnome2 2.0.0.recht1-1/+2
2003-09-09Add and enable py-gnome2.recht1-1/+2
2003-09-09Initial import of py-gnome2 2.0.0.recht5-0/+149
The gnome-python package contains the source packages for the Python bindings for GNOME called PyGNOME. PyGNOME is an extension module for Python that provides access to the base GNOME libraries, so you have access to more widgets, a simple configuration interface, and metadata support.
2003-09-09Use GNU make in Linuxmartti1-1/+8
2003-09-09py-wxWindows-2.4.1.2, py-gtk2-2.0.0 and py-ORBit-2.0.0 are done.recht1-5/+2
Note that gnome-python-2.0.0 is in pkgsrc-wip.
2003-09-09Note update of py-wxWindows to 2.4.1.2.recht1-1/+2
2003-09-09Update to 2.4.1.2.recht3-116/+698
Patch provided by Joachim Koenig-Baltes in PR 22704.
2003-09-09Note update of wxGTK to 2.4.1nb1.recht1-1/+2
2003-09-09Apply patch provided by Joachim Koenig-Baltes in PR 22700 to make wxPythonrecht3-3/+17
2.4.1.2 compile. (Adds a missing definition in include/wx/menuitem.h.) Bump PKGREVISION to 1.
2003-09-09Added Python 23 and 23pth to PYTHON_VERSIONS_ACCEPTED.recht1-2/+2
2003-09-09Check that the lockfile isn't stale from being left over across a systemjlam1-1/+6
reboot by testing whether or not /var/run/dmesg.boot is newer than it or not. Fix suggested by agc@NetBSD.org and simonb@NetBSD.org.
2003-09-09Remove reference to wip. (hi xtraeme!)salo2-9/+9
Style/whitespace nits, while here.
2003-09-09Whitespace.salo1-7/+9
2003-09-09Remove reference to wip. (hi xtraeme!)salo1-9/+11
Style nits, while here.
2003-09-09Use pax(1) instead of "cp -R" so we preserve symlinks instead of followingjlam2-4/+4
them.
2003-09-09Note how package views is also similar to GNU Stow, but state clearly thejlam1-6/+12
main difference in philosophy between package views and these other software management systems.
2003-09-09Document this file, and do the command length reduction by suppressingjlam1-2/+48
repeated options as is done in in revision 1.3 of wrapper.sh.
2003-09-09Remove this unsupported float comparison. How did this worked? I wonder...seb1-4/+13
Introduce private variables _{MAKEINFO,TEXINFO_REQD}_{MAJOR,MINOR} holding the major and minor number version numbers of available makeinfo and of the minimum required version. Use these to sort out if devel/gtexinfo is needed as dependency.
2003-09-09Use pax(1) instead of "cp -R" to install so that we ensure symlinks arejlam1-3/+3
copied instead of followed.
2003-09-09fix HOMEPAGEhubertf1-2/+2
2003-09-09fonts/mkfontscaleitojun1-1/+2
2003-09-09permit large number of fonts to be processed (free resource appropriately).itojun3-3/+16
bump PKGREVISION.
2003-09-09-Wl,-R${LIBDIR} is needed in "csi" script.itojun2-1/+15
XXX non-netbsd?
2003-09-09Fix HOMEPAGEhubertf1-2/+2
XXX pkg needs an update, but ENOTIME right now. Any volunteers?
2003-09-09fix HOMEPAGE, by mrproof@IRCnet #NetBSDhubertf1-2/+2
2003-09-09reduce to description (only)hubertf1-6/+0
2003-09-08Note update of py-gtk2 to 2.0.0.recht1-1/+2
2003-09-08Update to 2.0.recht2-6/+6
changes: - Roll version number over to 2.0. - Small fix to gtk.TextView.set_border_window_size() method. - Miscelaneous bug fixes.
2003-09-08Note update of py-ORBit to 2.0.0.recht1-1/+2
2003-09-08Update to 2.0.recht2-6/+6
changes: - roll version number over to 2.0 - get rid of some unused code in the method call marshaller.
2003-09-08Reduce length of command lines executed by not appending some options thatjlam1-2/+30
we've already seen: -[DILR]*|-Wl,-R*|-Wl,-*,/* These are all only useful the first time we see them. All other instances are redundant. -l* Extra libraries are suppressed if they're repeated, e.g., "-lm -lm -lm -lX11 -lX11 -lm -lm" -> "-lm -lX11 -lm". The screen output is still likely to be very verbose, but you can check in work/.work.log to see the actual commands executed.
2003-09-08+freetds-0.61.2.wiz1-1/+2
2003-09-08Note update of gnome2 to 2.2.5.jmmv1-1/+2
2003-09-08Update to 2.2.5: depend on gnome2-terminal. Closes PR pkg/22265 by Rafal Boni.jmmv1-2/+3
2003-09-08Note revision bumps for gnome2-terminal (to 1) and gnome-core (to 7).jmmv1-1/+3
2003-09-08Conflict with gnome2-terminal. Bump PKGREVISION to 7.jmmv1-2/+4
2003-09-08Do not rename the installed binary, because it breaks the package; keep thejmmv4-19/+8
gnome-terminal name, and add a missing CONFLICTS with gnome-core (they already conflicted). Fixes PR pkg/22266 by Rafal Boni. While here, bump gnome2-dirs dependancy to 1.2. Bump PKGREVISION to 1.
2003-09-08Use buildlink2.cjep1-1/+2
2003-09-08Note update of papersize to 1.0.7.jmmv1-1/+2
2003-09-08Update to 1.0.7: Honour PKG_SYSCONFDIR. Closes PR pkg/22403 by Curt Sampson,jmmv3-10/+10
patch by Jeremy C. Reed.
2003-09-08Updated libart2 to 2.3.15adam1-1/+2