Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This is a port of various original plan9 tools for Unix based on
plan9ports [1], mk-with-libs.tgz [2] and wmii [3].
[1] http://www.swtch.com/plan9port/
[2] http://swtch.com/plan9port/unix/
[3] http://www.wmii.net
|
|
|
|
net/GeoIP to 1.3.14
www/webalizer to 2.1.10nb4
|
|
|
|
|
|
|
|
|
|
|
|
Enable IP-to-country-lookup using the GeoIP C library.
Improved indentation.
|
|
previous 8.0.x release, no dump-and-restore is necessary. Changes
from version 8.0.3 include:
postgresql80-client:
- Clarify comment for pgsql-hier-query option to note that it is
considered buggy by PostgreSQL developers.
* Make psql -f filename return a nonzero exit code when opening the
file fails
* Change pg_dump to handle inherited check constraints more reliably
postgresql80-server:
* Fix error that allowed "VACUUM" to remove ctid chains too soon, and
add more checking in code that follows ctid links
This fixes a long-standing problem that could cause crashes in very
rare circumstances.
* Fix CHAR() to properly pad spaces to the specified length when
using a multiple-byte character set (Yoshiyuki Asaba)
In prior releases, the padding of CHAR() was incorrect because it
only padded to the specified number of bytes without considering
how many characters were stored.
* Force a checkpoint before committing "CREATE DATABASE"
This should fix recent reports of "index is not a btree" failures
when a crash occurs shortly after "CREATE DATABASE".
* Fix the sense of the test for read-only transaction in "COPY"
The code formerly prohibited "COPY TO", where it should prohibit
"COPY FROM".
* Handle consecutive embedded newlines in "COPY" CSV-mode input
* Fix date_trunc(week) for dates near year end
* Fix planning problem with outer-join ON clauses that reference only
the inner-side relation
* Further fixes for x FULL JOIN y ON true corner cases
* Fix overenthusiastic optimization of x IN (SELECT DISTINCT ...) and
related cases
* Fix mis-planning of queries with small LIMIT values due to poorly
thought out "fuzzy" cost comparison
* Make array_in and array_recv more paranoid about validating their
OID parameter
* Fix missing rows in queries like UPDATE a=... WHERE a... with GiST
index on column a
* Improve robustness of datetime parsing
* Improve checking for partially-written WAL pages
* Improve robustness of signal handling when SSL is enabled
* Improve MIPS and M68K spinlock code
* Don't try to open more than max_files_per_process files during
postmaster startup
* Various memory leakage fixes
* Various portability improvements
* Update timezone data files
* Fix PL/PgSQL to handle var := var correctly when the variable is of
pass-by-reference type
postgresql80-plperl:
* Fix PL/Perl %_SHARED so it's actually shared
|
|
|
|
|
|
from patch-aa. Sorted PLIST.
|
|
|
|
PLIST.
|
|
|
|
|
|
patch-af and patch-bb.
|
|
Changes since 0.100:
- Everything from MAME 0.101 (http://x.mame.net/changes-mame.html) and
MESS 0.101 (http://x.mame.net/changes-mess.html).
- When the LIRC configuration cannot be read, the joystick polling code
no longer tries to use LIRC. This fixes a crash that occurs under
memory pressure. (Paul "TBBle" Hampson)
- Enabling full keyboard emulation in the classic MESS UI once again
prevents keys such as P and Esc from being intercepted by the
emulation core.
- Added support for BGR visuals to the blit core for, e.g., Solaris.
(Hans de Goede)
|
|
Changes since 0.100:
- Everything from MAME 0.101 (http://x.mame.net/changes-mame.html) and
MESS 0.101 (http://x.mame.net/changes-mess.html).
- When the LIRC configuration cannot be read, the joystick polling code
no longer tries to use LIRC. This fixes a crash that occurs under
memory pressure. (Paul "TBBle" Hampson)
- Enabling full keyboard emulation in the classic MESS UI once again
prevents keys such as P and Esc from being intercepted by the
emulation core.
- Added support for BGR visuals to the blit core for, e.g., Solaris.
(Hans de Goede)
|
|
|
|
|
|
|
|
patch-bn.
|
|
|
|
Moved Teg to Teg-mixedcase in the repository [schmonz 2007-06-07]
|
|
|
|
|
|
by % instead of $. Fixes a pkglint warning about possible RCS tag.
|
|
Pkgsrc changes:
- Fix of PR pkg/29201: Applied optional GeoIP patch proposed in the PR
(option geoip).
- Converted the post-build target to the "subst" framework.
- Removed an unnecessary CONFIGURE_ENV (setting a variable internal to
autoconf).
- We install now some documentation files.
Description of GeoIP patch:
===========================
By default, Webalizer uses DNS suffix to guess country and produce geographic
stats. Some WWW hostings (mostly free ones) has reverse DNS feature disabled,
so there's no DNS, and consequently no geographic stats. Well, Webalizer *has*
internal Reverse DNS feature (aka "Webazolver"). But it's too slow, even
running 100 threads. So, is there any other way? Sure! It's GeoIP library!
GeoIP is a C library that enables the user to find the country that any
IP address or hostname originates from. It uses a file based database
that is accurate as of March 2002. This database simply contains IP blocks
as keys, and countries as values. This database should be more complete and
accurate than using reverse DNS lookups.
|
|
WARN: Makefile:19: CONFIGURE_ARGS should be modified using "+=".
|
|
WARN: Makefile:24: CONFIGURE_ARGS should be modified using "+=".
|
|
|
|
by me.
Tenes Empanadas Graciela (short TEG) is a round-based computer game
running under Linux. The idea for this free software (GNU GPL)
program came from the popular Risk game but differs in many aspects of
the rules. Using a Server several player can fight each other for
world dominance and of course also chat together. Various maps are
used as battle field and also several languages like Spanish, German
and Polish are available.
|
|
Fixed the detection of list variables that are modified with operators
other than "+=". Added *_SKIP to the list of plural variable names.
|
|
Fixed the detection of list variables that are modified with operators
other than "+=". Added *_SKIP to the list of plural variable names.
Removed some unused variables from main(). (This change include
white-space changes.)
|
|
|
|
|
|
Hyper Estraier is a full-text search system. You can search lots of
documents for some documents including specified words. If you run a
web site, it is useful as your own search engine for pages in your
site. Also, it is useful as search utilities of mail boxes and file
servers.
|
|
|
|
|
|
|
|
|
|
QDBM is an embeded database library compatible with GDBM and NDBM. It
features hash database and B+ tree database and is developed referring
to GDBM for the purpose of the following three points: higher
processing speed, smaller size of a database file, and simpler API.
This package includes APIs for C, C++, and Java. CGI scripts are also
contained. APIs for Perl and Ruby should be installed with a source
package.
|
|
this package used USE_X11BASE, which has not been the case for a long
time now.
|
|
|
|
Change:
- Identify Dothan on NetBSD. Patch submitted by Kevin Kim in private email.
|
|
|
|
|