Commit graph

4450 commits

Author SHA1 Message Date
Edwin Groothuis
341eea4b4d New port: databases/pydbx Simple SQL database abstraction layer for Python
dbx is a simple SQL database abstraction layer for Python.
	The goal of dbx is to make using a SQL database as simple
	as possible while providing a consistent API across different
	databases.

	Author: David Phillips <david@acz.org>
	WWW:    http://david.acz.org/pydbx/

PR:		ports/90623
Submitted by:	David Phillips <david@acz.org>
2005-12-20 22:43:44 +00:00
Anton Berezin
cdf73d30b6 Update to 1.50. 2005-12-19 20:17:03 +00:00
Sam Lawrance
b2e7dfe6a5 Update to 1.13.2.
PR:		ports/90635
Submitted by:	Jonathan Weiss <jw@innerewut.de> (maintainer)
2005-12-19 14:30:31 +00:00
Sam Lawrance
3efb28b4f7 Update to 1.4.0.
PR:		ports/90640
Submitted by:	Clive Crous <clive@darkarts.co.za> (maintainer)
2005-12-19 12:20:01 +00:00
Erwin Lansing
b741fe382e Update to 0.08
PR:		90430
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-19 11:27:37 +00:00
Dmitry Sivachenko
84c2df0760 Update to 1.2.12. 2005-12-19 11:12:04 +00:00
Erwin Lansing
55bca00559 Add OPTIONS
PR:		90509
Submitted by:	parv@pair.com (maintainer)
2005-12-18 09:33:37 +00:00
Pav Lucistnik
8bb7b8861d - Update to 1.0.1
Approved by:	Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
2005-12-16 14:50:00 +00:00
Sergey Skvortsov
5a3e63509d Update to 3.0.13
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.13/Changes
2005-12-16 09:10:12 +00:00
Yoichi NAKAYAMA
d2c1ad9876 Fix build for emacs20
PR:		ports/90468
Submitted by:	NIIMI Satoshi
2005-12-16 03:56:23 +00:00
Andrey Slusar
7e3692bf39 Change email address for all my ports.
Approved by:	sem(mentor)
2005-12-15 20:34:46 +00:00
Marcus Alves Grando
98773b7d97 * databases/mysql++
Update to 2.0.7
Add SHA256
Add CONFLICTS

* databases/mysql++1 [1]
Add SHA256
Add CONFLICTS
Add NO_LATEST_LINK

* databases/Makefile
Add mysql++1

PR:		89935
Submitted by:	maintainer
Repocopy by:	marcus [1]
2005-12-15 18:41:41 +00:00
Erwin Lansing
46bfb6ecb9 Update to 0.04001
PR:		90431
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-15 18:11:48 +00:00
Marcus Alves Grando
fa5152c5eb Update to 1.2_tummy5
Bump PORTREVISION
Remove unnecessary dependency
Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX
Take MAINTAINER
2005-12-15 16:39:13 +00:00
Bill Fenner
0d7dc81453 Add missing dependency on PHP session module.
Submitted by:	Matthew Seaman (MAINTAINER)
PR:		ports/90417
2005-12-15 06:21:16 +00:00
Sam Lawrance
5990e2e941 Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed before
bsd.databases.mk is included.
2005-12-14 22:53:20 +00:00
Simon L. B. Nielsen
965416509e Mark FORBIDDEN due to remote file inclusion vulnerability (IE.
effectively execute arbitrary PHP code).

Security:	http://vuxml.FreeBSD.org/82a41084-6ce7-11da-b90c-000e0c2e438a.html
Requested by:	remko
With hat:	secteam
2005-12-14 22:10:27 +00:00
Tim Bishop
a36d29bc3f - Update to 3.1.12
PR:		90308
Submitted by:	maintainer
Approved by:	clement (mentor)
2005-12-13 22:02:58 +00:00
Erwin Lansing
abd6fa0f54 Update to 0.07
PR:		90325
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-13 09:51:08 +00:00
Alex Dupre
918085128b Fix build on 4.X.
Reported by:	pointyhat via kris
2005-12-12 22:08:26 +00:00
Sam Lawrance
35c10e9ea8 Update to 1.0.6.
The 1.0.6 release includes many small bug fixes and initial support
for PostgreSQL 8.2.

PR:		ports/90169
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br>
2005-12-12 21:01:32 +00:00
Yen-Ming Lee
cf66c62c7d - Delete unused variables
PR:		90248
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk>
2005-12-11 23:42:44 +00:00
Sergey Matveychuk
f36c7e4f76 - Update to 0.8 2005-12-11 20:39:13 +00:00
Sergey Matveychuk
a73d302c88 - Update to 0.8
- Add Firebird and Paradox support
2005-12-11 20:37:51 +00:00
Tim Bishop
1ae767bf59 - Update to 4.68
PR:		90236
Submitted by:	Martin Matuska <martin@matuska.org> (maintainer)
Approved by:	clement (mentor)
2005-12-11 17:47:12 +00:00
Sergey Matveychuk
b42f76c6ce - Add `extern "C"' in headers files. It fixes linking with C++ applications.
Discussed with:	Alex Lyashkov (Umka #bsd-unix @rusnet)
2005-12-11 15:39:01 +00:00
Erwin Lansing
e8e1270052 DBIx::Simple module aims to be a simplified object oriented interface to Perl
DBI.  From its description ...

  Query preparation and execution are combined in a single method, the result
  object (which is a wrapper around the statement handle) provides easy
  row-by-row and slurping methods.

  The "query" method returns either a result object, or a dummy object.  The
  dummy object returns undef (or an empty list) for all methods and when used in
  boolean context, is false. The dummy object lets you postpone (or skip) error
  checking, but it also makes immediate error check simply " $db->query(...) or
  die $db->error".

WWW: http://search.cpan.org/dist/DBIx-Simple/

PR:		ports/90230
Submitted by:	Parv <parv@pair.org>
2005-12-11 12:41:55 +00:00
Sergey Matveychuk
29a419d4a6 pxlib is shared C library to read various Paradox files.
WWW: http://pxlib.sourceforge.net
2005-12-11 10:33:44 +00:00
Markus Brueffer
7b08840ea9 - Update to version 0.1.3
- Add SHA256
2005-12-11 02:32:22 +00:00
Florent Thoumie
58217abeb3 - Update to 1.0.
PR:		ports/90203
Submitted by:	maintainer
2005-12-10 19:08:36 +00:00
Alex Dupre
0edcc40029 Finally update to PHP 5.1.1 release! (And remove unsupported extensions) 2005-12-09 19:41:41 +00:00
Alex Dupre
4e3717ee4f Remove pear ports obsolated by devel/pear and switch
dependencies of all the other pear ports.

Discussed with:	thierry, antonio@php.net
2005-12-09 19:24:52 +00:00
Marcus Alves Grando
5741976d7a Remove unnecessary dependency
Add SHA256

PR:		89494
Approved by:	maintainer timeout (14 days)
2005-12-09 12:49:21 +00:00
Marcus Alves Grando
c83d5a0e86 Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)
Bump PORTREVISION
Add secondary master site
Use USE_RC_SUBR=memcached.sh
Add SHA256

PR:		89493
Approved by:	seanc (maintainer timeout, 14 days)
2005-12-09 12:48:40 +00:00
Emanuel Haupt
89332aba1a Add p5-DBD-Mock, a simple mock DBD implementation used for testing
PR:		89835
Submitted by:	Espen Tagestad <espen@tagestad.no>
2005-12-08 09:37:38 +00:00
Marcus Alves Grando
7749db178b Update to 2.7.0-pl1
PR:		90085
Submitted by:	maintainer
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-9
		http://www.hardened-php.net/advisory_252005.110.html
		http://secunia.com/advisories/17925/
2005-12-07 21:41:26 +00:00
Michael Johnson
a6d1dc9f10 - Update to 1.8.35 2005-12-07 20:00:35 +00:00
Sam Lawrance
74c3837029 Chase graphics/geos shared library version. 2005-12-07 00:26:26 +00:00
Mathieu Arnold
76c03082b4 Update to 0.28 2005-12-05 14:30:24 +00:00
Renato Botelho
00af0d6d3e - Update to 2.7.0
PR:		ports/89962
Submitted by:	maintainer
2005-12-05 11:37:27 +00:00
Edwin Groothuis
3d887eb3f6 Remove install-info from Makefile, it's automatically done when INFO is defined 2005-12-04 23:35:14 +00:00
Joe Marcus Clarke
c5939966b2 Fix the build on 4.X.
PR:		89821
Submitted by:	Matthew Luckie <mjl@luckie.org.nz>
2005-12-04 23:15:05 +00:00
Anton Berezin
f056f56d1a Update to 1.11. 2005-12-04 16:08:20 +00:00
Clement Laforet
05684b80dd - prepare removal of www/apache2 in favor of www/apache20 for naming
consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
2005-12-04 00:18:15 +00:00
Dmitry Sivachenko
8ba1e2f9c6 Update to 1.36. 2005-12-03 18:26:55 +00:00
Norikatsu Shigemura
c5dac1c785 Fix build error on 4.x with perl5.005. 2005-12-03 04:31:08 +00:00
Renato Botelho
a7b8b9145b - Add SHA256 checksum
- Pass maintainership to submitter

PR:		ports/89842
Submitted by:	Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
2005-12-02 16:17:12 +00:00
Erwin Lansing
f59e306472 Update to 1.10 2005-12-02 10:10:46 +00:00
Erwin Lansing
5b6e9a851d - Update to 0.10
- Rephrase IGNORE
2005-12-02 09:42:12 +00:00
Mark Linimon
7359600566 Reset maintainer per his request. We hope to see him back soon. 2005-12-02 02:05:39 +00:00
Florent Thoumie
fe26393edb - Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.
Noticed by:	pointyhat via kris
2005-12-02 00:54:59 +00:00
Sam Lawrance
8b85e5398d Fix plist. 2005-12-01 22:06:57 +00:00
Joe Marcus Clarke
b4aab0df88 Remove a file from the plist that is not installed in 1.4.2.1.
Reported by:	mnag
2005-12-01 20:12:42 +00:00
Joe Marcus Clarke
f8f853c8f0 Mark BROKEN on 4.X.
Reported by:	pointyhat via kris
2005-12-01 19:55:08 +00:00
Erwin Lansing
ee8abaf0e0 Update to 0.04
PR:		89804
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2005-12-01 17:01:35 +00:00
Mathieu Arnold
39c5321cae Update to 1.49 2005-12-01 11:15:05 +00:00
Dmitry Sivachenko
da1f86c33f Update to 1.35. 2005-12-01 07:56:37 +00:00
Joe Marcus Clarke
6fb869a524 Update to 1.4.2.1. 2005-11-30 23:11:41 +00:00
Akinori MUSHA
4cba8be7c0 Fix an installation bug when WITH_BDB_VER is set to 42 or 43.
Submitted by:	Jarrod Sayers <jarrod@netleader.com.au>
2005-11-30 15:01:52 +00:00
Florent Thoumie
a549a93494 - Fix MASTER_SITES.
PR:		ports/88093
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Approved by:	maintainer timeout (1 month)
2005-11-30 13:09:21 +00:00
Florent Thoumie
9efafd26ba - Update to 3.1.3.
PR:		ports/89607
Submitted by:	maintainer
2005-11-29 18:46:51 +00:00
Joe Marcus Clarke
4a45171063 Update to 1.4.2. 2005-11-29 16:27:59 +00:00
Florent Thoumie
5fd290e03b - Update to 1.0.
- Add SHA256 checksum.

PR:		ports/89722
Submitted by:	maintainer
2005-11-29 14:00:27 +00:00
Florent Thoumie
763ad0a70c - Update to 1.0.1.
- Add SHA256 checksum.

PR:		ports/89721
Submitted by:	maintainer
2005-11-29 13:59:13 +00:00
Florent Thoumie
652b86d4f7 - Update to 1.0.
- Add SHA256 checksum.

PR:		ports/89720
Submitted by:	maintainer
2005-11-29 13:57:57 +00:00
Florent Thoumie
852647ff92 - Update to 1.0.
- Add SHA256 checksum.

PR:		ports/89718
Submitted by:	maintainer
2005-11-29 13:56:26 +00:00
Florent Thoumie
9fbcbc2cc5 - Update to 1.0.2.
PR:		ports/89717
Submitted by:	maintainer
2005-11-29 13:52:46 +00:00
Palle Girgensohn
b53c2ad779 Fix bad distro name for hier.
Pointed out by: Andreas Steinel
2005-11-29 13:31:01 +00:00
Thierry Thomas
9caefbad29 Upgrade to 1.1.1.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=374286>.
2005-11-28 16:13:21 +00:00
Sam Lawrance
2be3dfadde Update to 1.0.5 2005-11-28 14:09:04 +00:00
Sam Lawrance
823b38bcab Update to 1.0.5
PR:		ports/89667
Submitted by:	Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
2005-11-28 14:08:19 +00:00
Alex Dupre
871cef8037 Update to 5.0.16 release:
- add Federated Engine
2005-11-27 10:19:59 +00:00
Michael Johnson
96aa60c95d - Update to 1.8.34
Spotted by:	 Ports Version Check
2005-11-26 21:31:36 +00:00
Sergey Matveychuk
c0f64f7502 Kmysqladmin is a graphical frontend for administration of mysql servers.
WWW: http://www.alwins-world.de/programs/kmysqladmin/

PR:		ports/84775
Submitted by:	Igor Leonenko <bananaz_at_bk_dot_ru>
2005-11-26 20:43:46 +00:00
Pav Lucistnik
a88df5c39d - Add SHA256
Approved by:	maintainer
2005-11-26 17:00:48 +00:00
Pav Lucistnik
7c4de62e41 - After repocopy from databases/db43, add db 4.4.16
PR:		ports/89384
Submitted by:	Matthias Andree <matthias.andree@gmx.de> (maintainer)
Repocopy by:	marcus
2005-11-25 20:45:27 +00:00
Pav Lucistnik
2403ea92cb - Add SHA256 2005-11-25 16:48:31 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00
Pav Lucistnik
3a1fc97eef - Add SHA256
Requested by:	maintainer
2005-11-24 14:21:30 +00:00
Cheng-Lung Sung
8fc1e90694 - prevision revision fails all BDB version, so roll back temporary. 2005-11-24 01:43:21 +00:00
Pav Lucistnik
aa1836b7e9 - Add SHA256 2005-11-24 01:23:57 +00:00
Pav Lucistnik
ce1bffb7c8 - Update MASTER_SITES 2005-11-24 01:19:59 +00:00
Pav Lucistnik
2955395a45 - Remove dead MASTER_SITES 2005-11-24 01:18:45 +00:00
Pav Lucistnik
50ea67ed35 - Fix fetching. This could use an update. 2005-11-24 01:13:30 +00:00
Pav Lucistnik
83f927a9db - Make fetchable 2005-11-24 01:11:14 +00:00
Pav Lucistnik
e05544d7ba - Add SHA256 checksums 2005-11-23 22:41:05 +00:00
Lars Thegler
5a888d4d96 - Update to 1.0.50
- Add SHA256 checksum
2005-11-23 19:30:34 +00:00
Mathieu Arnold
d2641c5ee7 Update to 0.4.6
To make it work with newly born postgresql 8.1
2005-11-23 18:03:25 +00:00
Pav Lucistnik
3eef7e1853 - Update to 2.1.4
PR:		ports/89459
Submitted by:	Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
2005-11-23 17:22:57 +00:00
Cheng-Lung Sung
8205751872 * Add SHA256.
* Use bsd.database.mk to decide BerkeleyDB version.

PR:		89445
Submitted by:	Gea-Suan Lin <gslin_AT_ccca dot nctu dot edu dot tw>
2005-11-23 09:31:37 +00:00
Thierry Thomas
5abd8dcaa5 - It is advised by the vendor to use JRE-1.5; don't bump PORTREVISION,
but upgrade if you experienced some issues.

- Add SHA256.
2005-11-20 20:36:07 +00:00
Sergey Matveychuk
f8a50ff376 - Get back quotes in BROKEN. I was confused with IGNORE.
Requested by:	kris
2005-11-19 19:54:30 +00:00
Max Khon
5ab3efb6eb - NO_LATEST_LINK=yes 2005-11-19 18:09:45 +00:00
Max Khon
63b511e8f1 - Update to 1.4.0.
This version no longer support FreeBSD 4.x (requires wchar_t support).
Use pgadmin3-12 port for FreeBSD < 5.0.
2005-11-19 18:09:08 +00:00
Max Khon
6eb78d2e33 - Connect pgadmin3 1.2.2 after repocopy.
- Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports.
- Add SHA256 checksum.
2005-11-19 18:05:26 +00:00
Sergey Matveychuk
c8a248eb60 - Remove apostrophe from BROKEN macro. make(1) on 4.x dislikes it.
PR:		ports/89008
Submitted by:	Andreas Schulz
2005-11-19 14:35:05 +00:00
Dirk Meyer
7b22082889 - update to 4.0
Major Update, you need to update your conf/config.inc.php
2005-11-19 14:24:19 +00:00
Ade Lovett
c2d62ca97a Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
2005-11-19 06:02:20 +00:00
Max Khon
b55b971ee3 Add SHA256 checksum. 2005-11-17 19:11:10 +00:00
Pav Lucistnik
81df90a20b - add run dependency on py-formencode
- fix DOCSDIR/EXAMPLESDIR with py- prefix
- mark ports docs plist with PORTDOCS

PR:		ports/89163
Submitted by:	Choe Cheng-Dae <whitekid@gmail.com> (maintainer)
2005-11-17 17:48:26 +00:00
Lars Thegler
4083ae268f Add p5-DBIx-Class-Loader 0.09, dynamic definition of DBIx::Class sub
classes.

PR:		ports/89155
Submitted by:	Lars Balker Rasmussen <lars@balker.dk>
2005-11-17 08:09:50 +00:00
Sean Chittenden
0ea3f56ce4 devel/bison1875's time has come and gone and its only consumer is the
databases/postgresql-devel port, which isn't needed either now that 8.1 has
officially landed.

Submitted by:	ade@
2005-11-17 00:04:58 +00:00
Florent Thoumie
1dc06ef6c2 - Update to 0.03003.
- Add SHA256 checksum.
- Add version requirements in LIB_DEPENDS.
- Reword COMMENT.

PR:		ports/89141
Submitted by:	maintainer
2005-11-16 20:04:27 +00:00
Florent Thoumie
4179d99c1a - Update to 0.11.
- Add SHA256 checksum.

PR:		ports/89142
Submitted by:	maintainer
2005-11-16 18:35:01 +00:00
Marcus Alves Grando
24adc7cce5 Update to 2.6.4-pl4
PR:		89119
Submitted by:	Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
Security:	http://www.phpmyadmin.net/home_page/security.php?issue=PMASA-2005-6
		http://secunia.com/advisories/17578/
2005-11-16 13:48:07 +00:00
Max Khon
6ae8223551 Fix MASTER_SITES and WWW (old site no longer reachable).
Reported by:	kris (via pointyhat)
2005-11-15 20:22:00 +00:00
Volker Stolz
a5d4c2adc7 Update WWW-tag
PR:		ports/88102
Submitted by:	Jean Milanez Melo
Approved by:	maintainer timeout
2005-11-15 16:31:01 +00:00
Mathieu Arnold
22bcfc3e74 Update to 0.11 2005-11-15 11:05:53 +00:00
Mathieu Arnold
b985dd8514 Update to 0.07 2005-11-15 10:02:25 +00:00
Ade Lovett
54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00
Sergey Matveychuk
c8a09ee03e - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mk
Reported by:	chkversion script
2005-11-15 04:33:31 +00:00
Palle Girgensohn
170eff296f Let postgresql (libpq.so) only link with the Kerberos implementations
installed from ports. The base heimdal distribution installs libraries
that have no depenency information. While this is quite correct, it
means that each library that links with libpq.so must also know if
libpq.so is linked with libkrb.so et al. Problem is, there's no good
way to get this information (pg_config has a --libs option starting at
version 8.1) and all ports using postgresql must be changed to make it
possible to link with a libpq.so that was configured to use the
Kerberos implementation installed in /usr by default. Hence, we
require one of the ports (heimdal or krb5) if postgresql is to be
linked with Kerberos. At least for now, until we can fix this in some
better way.

Also, if MIT Kerberos (security/krb5) is installed, users should
ideally remove the base heimdal installation so linkers will not pick
it up in preference to the krb5 libs (base heimdal has higher version
numbers than krb5 port).

PR: 80869, 88098, 85178
2005-11-14 23:59:26 +00:00
Marcus Alves Grando
141d91e47f Update to 3.52.3
Add SHA256

PR:		89013
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:39:04 +00:00
Marcus Alves Grando
4b8f88cf09 Update to 0.6.2
Add SHA256

PR:		89018
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-11-14 21:18:05 +00:00
Mathieu Arnold
415afaaeff Update to 0.07 2005-11-14 18:36:46 +00:00
Mathieu Arnold
b71157a2ae Take a perl@ hat and add SHA256 checksums 2005-11-14 15:05:17 +00:00
Sergey A. Osokin
78c830aa4f Update to 3.43. 2005-11-14 14:30:33 +00:00
Mathieu Arnold
b1a641bc45 Be hipe and add SHA256 2005-11-14 14:16:12 +00:00
Akinori MUSHA
8002671076 Update to 0.5.7. 2005-11-14 12:21:57 +00:00
Edwin Groothuis
d98b4ded40 Reset maintainer:
<ilia@cgu.chel.su>: Host or domain name not found. Name service error for
    name=cgu.chel.su type=A: Host found but no data record of requested type
2005-11-14 11:11:55 +00:00
Dirk Meyer
ec997a9574 - add SHA checksum 2005-11-13 09:26:50 +00:00
Anton Berezin
d7eb47a880 Update to 0.05. Assign maintainer to perl@. Require perl from ports. 2005-11-12 13:44:25 +00:00
Pav Lucistnik
58e3f07664 - Update to 0.0.4
PR:		ports/88111
Submitted by:	Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
2005-11-11 21:26:12 +00:00
Pav Lucistnik
5f6ea31c20 Xapian is an Open Source Probabilistic Information Retrieval library,
released under the GPL. It's written in C++, with bindings to allow use
from other languages.

Xapian is designed to be a highly adaptable toolkit to allow developers to
easily add advanced indexing and search facilities to their own
applications.

PR:		ports/88609
Submitted by:	Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr>
2005-11-11 19:39:17 +00:00
Brooks Davis
fe5bc0ecd2 add SHA256 2005-11-11 19:03:22 +00:00
Palle Girgensohn
77596b1b62 Fix UNIQUENAME
Pointed out by: Vivek Khera <vivek@khera.org>
2005-11-11 16:05:25 +00:00
Sergey Matveychuk
b76273ade1 - Yield to a total SHAtification.
- mysql-administrator: simplify BROKEN message
2005-11-11 07:36:56 +00:00
Palle Girgensohn
418503c81d Don't break the port for ppl who have old configs that includes the
HIER option.

Pointed out by: Reko Turja <reko.turja@liukuma.net>
2005-11-11 02:09:36 +00:00
Mark Linimon
34da9bdf57 With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months.  We hope to see him back sometime.
2005-11-11 01:18:01 +00:00
Volker Stolz
64b63c462d Fix some C99'isms for 4.x
Approved by: kwm
2005-11-10 16:03:00 +00:00
Pav Lucistnik
e7aa6caa5a - Fix build on 4.X 2005-11-10 09:39:14 +00:00
Palle Girgensohn
93b6037bf7 Welcome to PostgreSQL 8.1.
The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.

Major new features in this release include:

      Roles:
           PostgreSQL now supports database roles, which simplify the
           management of large numbers of users with complex
           overlapping database rights.

      IN/OUT Parameters:
           PostgreSQL functions now support IN, OUT and INOUT
           parameters, which substantially improves support of complex
           business logic for J2EE and .NET applications.

      Two-Phase Commit (2PC):
           Long in demand for WAN applications and heterogeneous data
           centers using PostgreSQL, this feature allows
           ACID-compliant transactions across widely separated
           servers.

Some Performance Enhancements found in this release include:

      Improved Multiprocessor (SMP) Performance:
           The buffer manager for 8.1 has been enhanced to scale almost
           linearly with the number of processors, leading to significant
           performance gains on 8-way, 16-way, dual-core, and multi-core
           CPU servers.

      Bitmap Scan:
           Indexes will be dynamically converted to bitmaps in memory when
           appropriate, giving up to twenty times faster index performance
           on complex queries against very large tables.

      Table Partitioning:
           The query planner is now able to avoid scanning whole sections
           of a large table using a technique known as Constraint
           Exclusion.

       Shared Row Locking:
           PostgreSQL's "better than row-level locking" now supports even
           higher levels of concurrency through the addition of shared
           row locks for foreign keys.

For a more complete listing of changes in this release, please see the
Release Notes visible at:

http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
2005-11-10 02:44:43 +00:00
Palle Girgensohn
32fdacb4b2 Honor EXAMPLESDIR and JAVAJARDIR.
Suggested by: Herve Quiroz <hq@>
2005-11-10 02:41:43 +00:00
Palle Girgensohn
06f0d6a227 Update to 8.1.404 2005-11-10 02:29:45 +00:00
Palle Girgensohn
d587b3a37a Welcome to PostgreSQL 8.1.
The new release includes performance improvements and advanced SQL
features which will support bigger data warehouses, higher-volume
transaction processing, and more complex distributed enterprise
software.

Major new features in this release include:

      Roles:
           PostgreSQL now supports database roles, which simplify the
           management of large numbers of users with complex
           overlapping database rights.

      IN/OUT Parameters:
           PostgreSQL functions now support IN, OUT and INOUT
           parameters, which substantially improves support of complex
           business logic for J2EE and .NET applications.

      Two-Phase Commit (2PC):
           Long in demand for WAN applications and heterogeneous data
           centers using PostgreSQL, this feature allows
           ACID-compliant transactions across widely separated
           servers.

Some Performance Enhancements found in this release include:

      Improved Multiprocessor (SMP) Performance:
           The buffer manager for 8.1 has been enhanced to scale almost
           linearly with the number of processors, leading to significant
           performance gains on 8-way, 16-way, dual-core, and multi-core
           CPU servers.

      Bitmap Scan:
           Indexes will be dynamically converted to bitmaps in memory when
           appropriate, giving up to twenty times faster index performance
           on complex queries against very large tables.

      Table Partitioning:
           The query planner is now able to avoid scanning whole sections
           of a large table using a technique known as Constraint
           Exclusion.

       Shared Row Locking:
           PostgreSQL's "better than row-level locking" now supports even
           higher levels of concurrency through the addition of shared
           row locks for foreign keys.

For a more complete listing of changes in this release, please see the
Release Notes visible at:

http://www.postgresql.org/docs/current/static/release.html#RELEASE-8-1
2005-11-10 02:23:38 +00:00
Palle Girgensohn
8eccf84f79 Chase hier patch upgrade to version 0.5.5. 2005-11-09 13:56:04 +00:00
Lars Thegler
908a882d0a Update to 1.3 2005-11-09 13:29:19 +00:00
Michael Johnson
3e4b179fa7 - Add SHA256
- Add SIZE to a few ports
2005-11-09 07:09:47 +00:00
Marcus Alves Grando
ffcf729c85 Add SHA256 2005-11-09 02:32:50 +00:00
Edwin Groothuis
7075019551 Add SHA256 checksums to the distinfo files. 2005-11-08 21:45:49 +00:00
Sergey Skvortsov
049a911ecf Update to 3.0.12
Changes:	http://search.cpan.org/src/TMTM/Class-DBI-v3.0.12/Changes
2005-11-08 17:32:00 +00:00
Renato Botelho
46e7d42e8a - Add SHA256 2005-11-08 14:33:35 +00:00
Markus Brueffer
fd1fd44d6f - Add patch in order to fix a major bug where @string elements won't be saved
- Bump PORTREVISION
2005-11-08 14:30:37 +00:00
Alexander Nedotsukov
2b79da3746 - Fix build on 4.x
- Remove zero sized patch.

PR:	88640
2005-11-08 07:32:39 +00:00
Brooks Davis
0605ccba29 The main MASTER_SITE is gone at the moment, but there's a cached copy in
the RAA so add that to the list.  Keep the old one around in hopes that
it appears again.

Reported by:	fenner's dist survey
2005-11-07 20:46:15 +00:00
Marcus Alves Grando
bddfe5e56c Add more one MASTER_SITES
Notified by:	kris
2005-11-07 02:36:07 +00:00
Michael Nottebrock
c4f822d48c Oops. Forgot to update the checksums. 2005-11-07 00:36:49 +00:00
Marcus Alves Grando
a763576cfd Update to 0.8.6
PR:		88570
Submitted by:	Erik Greenwald <erik@smluc.org> (maintainer)
2005-11-06 23:33:01 +00:00
Joe Marcus Clarke
48163004e0 Remove a leftover directory.
Reported by:	pointyhat via kris
2005-11-06 20:18:33 +00:00
Michael Johnson
946593c1f3 - Add glom
With Glom you can design table definitions and the relationships
between them, plus arrange the fields on the screen. You can edit
and search the data in those tables, and specify field values in
terms of other fields. It's as easy as it should be.

The design is loosely based on FileMaker Pro, with the added
advantage of separation between interface and data. Its simple
framework should be enough to implement most database
applications. Without Glom these systems normally consist of lots
of repetitive, unmaintainable code.

Glom-specific data such as the relationship definitions is saved
in the Glom document. Glom re-connects to the database server
when it loads a previous Glom document. The document is in XML
format.

Glom uses the PostgreSQL database backend but it can not edit
databases that it did not create, because it uses only a simple
subset of Postgres functionality.

Submitted by:	adamw
2005-11-06 01:47:33 +00:00