summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-08-09Use the passed in string and Pkgdeps when calling strsep, fixingjoerg1-3/+3
processing of the build options. Reported by tron@ in PR 36754 and Mark E. Perkins on pkgsrc-users.
2007-08-09For user-destdir installation, we need to ues the REAL_ROOT_USER.joerg1-2/+2
It doesn't hurt in the other cases, so do it consistently.
2007-08-09py-setuptools, py-flup and py-django updates.joerg1-1/+4
2007-08-09Update to Django 0.96:joerg6-1161/+1217
The main goal of the 0.96 release is to cleanup and stabilise the features from 0.95. Incompatible changes: - constraint names changed in some cases, this can effect manage.py reset on old databases - some names in manage.py changed - backslash escaping is done more consistently - ENABLE_PSYCO is gone Important changes: - merge of newforms - URLconf takes normal callables - new test framework - passwords for users can be entered as normal text in the admin interface, no need to hash manually In addition: dropped py-setuptools dependency.
2007-08-09Add a description of how to use and extend DESTDIR support.joerg1-0/+44
This should be merged into the guide by doc people.
2007-08-09Update py-flup to r2311.joerg5-130/+117
- Support gzip compression of XHTML pages using the correct MIME type. - Deprecate WSGI_SCRIPT_NAME and scriptName in scgi_base. - Update servers to default to an empty QUERY_STRING if not present in the environ - Update gzip.py: compresslevel -> compress_level - Change intra-package imports into absolute imports. - Add forceCookieOutput attribute to SessionService to force Set-Cookie output for the current request. - Add UNIX domain socket support to scgi, scgi_fork, scgi_app. - Add flup.client package which contains various WSGI -> connector client implentations. - Change mime-type matching algorithm in GzipMiddleware. - Add cookieAttributes to SessionService to make it easier to customize the generated cookie's attributes. Switch to use the common egg framework and mark as DESTDIR safe.
2007-08-09Supports DESTDIR installation.joerg1-1/+3
2007-08-09Add DESTDIR support.joerg1-4/+6
2007-08-09EGGNAME -> EGG_NAME for consistency.joerg1-3/+3
2007-08-09Add some basic infrastructure to manage Python eggs in pkgsrc.joerg2-2/+23
We use the flat installation mode (e.g. no multiple versions by default) by default. That avoids having to run DEINSTALL/INSTALL scripts and allows DESTDIR installation.
2007-08-09Update to py-setuptools-0.6c6:joerg3-122/+129
- Add support for "eggsecutable" headers: a #!/bin/sh script that is prepended to an .egg file to allow it to be run as a script on Unix-ish platforms. - Various bug fixes.
2007-08-09Update to elinks-0.11.3:joerg5-32/+67
- without-x doesn't make sense, remove option - depend on libiconv and libidn - quarantine to prevent changes to the normal LOCALEDIR -- this is a stupid, non-standard version of gettext for no good reason - fix mremap on NetBSD Upstream changes: - various crashes fixed - fix use after free - fix large file support for FTP listenings - automatic HTML detection Submitted by Blair Sadewitz, consider switching to links, please.
2007-08-09Note update of "xdm" package to version 1.1.4nb4.tron1-1/+2
2007-08-09Add missing dependence on "sessreg" package and bump package revision.tron1-2/+4
Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list.
2007-08-09When matching a non-pattern (aka a base name), assign the correctjoerg1-3/+3
variable. This fixes pkg_info -e and in turn pkg_tarup.
2007-08-09Create ${PREFIX}/lib before installation.seb1-2/+3
2007-08-09Make the xf86-video-i810 and xf86-video-intel distinguishable in DESCR.tnn2-0/+4
2007-08-09Updated pkgtools/pkg_rolling-replace to 0.10tnn2-3/+4
Updated net/Transmission to 0.80
2007-08-09Update the home page URL.tron1-2/+2
2007-08-09Note update of audio/musicpd to version 0.13.0. Notable changes are:simonb1-1/+2
- Many changes to playlist support - Lots of bug fixes, cleaned up code, and performance improvements
2007-08-09Update to version 0.13.0. Notable changes are:simonb5-735/+6
- Many changes to playlist support - Lots of bug fixes, cleaned up code, and performance improvements
2007-08-09Note update of audio/mpc to version 0.12.1. Notable changes are:simonb1-1/+2
- New output format for "mpc playlist" - Support for many more search types with "mpc search" - Add "mpc del 0" behaviour to remove the currently playing song - Add outputs, enable and disable commands - multiple bug fixes.
2007-08-09Update to version 0.12.1. Notable changes are:simonb5-36/+20
- New output format for "mpc playlist" - Support for many more search types with "mpc search" - Add "mpc del 0" behaviour to remove the currently playing song - Add outputs, enable and disable commands - multiple bug fixes.
2007-08-09misc/mttail -> misc/mtailjnemeth1-2/+2
2007-08-08Note update of misc/mtail to 1.1.1, provided by Martin Wilke <miwi@FreeBSD.org>zuntum1-1/+2
Changes since previous pkgsrc version: 1.1.1: * changed threading/signal handling code to accommodate changes in python 2.0 (thanks to joseph grossberg for the bug report). 1.1.0: * added support for tailing multiple files. * added -v and -q options (and long versions) related to filename banner printing. * very minor bugfixes. * added --config option to explicitly specify config file.
2007-08-08Update misc/mtail to 1.1.1, provided by Martin Wilke <miwi@FreeBSD.org> in ↵zuntum2-7/+6
pkg/34512 Changes: 1.1.1: * changed threading/signal handling code to accommodate changes in python 2.0 (thanks to joseph grossberg for the bug report). 1.1.0: * added support for tailing multiple files. * added -v and -q options (and long versions) related to filename banner printing. * very minor bugfixes. * added --config option to explicitly specify config file.
2007-08-08Fix patch to not include spaces inside filenames...joerg2-4/+4
2007-08-08pkg_install updated to 20070808joerg1-1/+2
2007-08-08Replace note_whats_installed, add_to_list_fn and generally mostjoerg13-340/+586
users of findbestmatchingname and findmatching name with more descriptive and easier to use iterator functions. This functions are a first step to abstract away pkgdb layout from most parts of the code. It also helps to reduce side effects and point out potential bugs in this code. Fix a potential, but practically irrelevant buffer overflow. No longer allow symbolic links directly in pkgdb to store the meta data of individual packages outside. E.g. /var/db/pkg/atk-1.18.0 must be a directory and not point to it. This is not yet enforced in all parts of the code, more changes will follow. Bump version to 20070808.
2007-08-08+ Transmission-0.80, abcm2ps-5.5.1, net-snmp-5.4.1, openbox-3.4.4,wiz1-2/+7
seamonkey-1.1.4, svk-2.0.2.
2007-08-08Forgotten patchsum. Thanks wiz@joerg1-1/+2
2007-08-08New sentence, new line; use more markup; fix a typo.wiz1-6/+13
2007-08-08intltool PKGREVISION bump.wiz1-1/+2
2007-08-08Do not insist on GNU iconv. NetBSD iconv, for example, is perfectly fine.wiz3-2/+22
Bump PKGREVISION.
2007-08-08Don't use malloc.h.joerg3-26/+46
2007-08-08Add forgotten patch to kill malloc.h.joerg1-0/+13
2007-08-08Don't use malloc.h.joerg2-1/+23
2007-08-08Really don't use malloc.h.joerg2-1/+14
2007-08-08Don't use malloc.h.joerg19-3/+225
2007-08-08Don't use malloc.h.joerg12-8/+140
2007-08-08Don't use malloc.h. While here, depend on bison using tools framework,joerg3-5/+17
not directly.
2007-08-08Don't use malloc.h.joerg3-1/+28
2007-08-08Don't use malloc.h.joerg2-1/+15
2007-08-08Don't use malloc.h.joerg8-12/+86
2007-08-08don't use malloc.h.joerg7-1/+97
2007-08-08Don't use malloc.hjoerg4-2/+36
2007-08-08Don't use malloc.h.joerg9-46/+58
2007-08-08Fix malloc.h usage.joerg2-1/+14
2007-08-08*blink* check-files didn't run for some reason, so update the PLISTjoerg2-3/+32
and bump revision.
2007-08-08Don't use malloc.h.joerg3-1/+48