aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Forgot in the 5.1.2 update.ale2006-01-171-9/+6
| | | | Spotted by: Christian Astrup Bakke <christian@asba.no>
* - Update to 1.04lth2006-01-172-3/+4
| | | | - Added CHA256 checksum
* Update to 5.1.2 release:ale2006-01-163-47/+0
| | | | | - add reflection - enable xmlreader and xmlwriter by default in php5-extensions
* Fix patch problem; failed to remove this patch when updating.girgen2006-01-161-19/+0
| | | | Pointy hat to: girgen
* Update to 0.11.tobez2006-01-162-4/+4
|
* - Chase qdbm updatepav2006-01-161-1/+1
| | | | | Pointy hat to: ahze Reported by: pointyhat
* - Update plist for ruby 1.8.4 rdocpav2006-01-162-102/+122
| | | | Reported by: krismail
* - Add unoficial patch for MySQL 3.23 and 4.0 userspav2006-01-155-62/+350
| | | | | PR: ports/91684 Submitted by: Bjorn Konig <bkoenig@cs.tu-berlin.de> (maintainer)
* 1: upgrade to latest version.vanilla2006-01-152-3/+4
| | | | 2: remove BROKEN on x11-toolkits/ewl.
* - Move databases/pecl-hash to security/pecl-hashpav2006-01-134-47/+0
| | | | | | PR: ports/91680 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru> (maintainer) Repocopies by: marcus
* - Update to 4.4.20, fixing a dozen bugs, many of them important.clsung2006-01-138-16/+16
| | | | | | | For details, see: http://www.sleepycat.com/update/4.4.20/if.4.4.20.html PR: 91733 Submitted by: Matthias Andree (maintainer)
* - Update graphics/libglut to 6.4.1.sem2006-01-121-1/+1
| | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org>
* Convert mysql-client.sh to rcNG.ale2006-01-128-46/+12
|
* Convert mysql-client.sh to rcNG.ale2006-01-124-23/+6
|
* - Update to 1.0.1pav2006-01-122-8/+13
| | | | | PR: ports/91662 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.8.0pav2006-01-122-3/+4
| | | | | PR: ports/91636 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.2.1pav2006-01-122-3/+4
| | | | | PR: ports/91635 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.0.1pav2006-01-122-6/+8
| | | | | PR: ports/91633 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.1.1pav2006-01-124-6/+8
| | | | | PR: ports/91632 Submitted by: Antonio Carlos Venancio Junior <antonio@php.net> (maintainer)
* - Update to 1.8.1tdb2006-01-113-6/+20
| | | | | | | - Update MASTER_SITES PR: 91612 Submitted by: "Henri Michelon" <hmichelon@e-cml.org> (maintainer)
* Fix build on 4.X (use included zlib on 4.X).ale2006-01-116-12/+12
|
* Update postgresql with latest patch release.girgen2006-01-1023-175/+178
| | | | | | | | | | | | | | | | | | A critical fix repairs an error in ReadBuffer that can cause data loss due to overwriting recently-added pages. This applies to the 8.1 and 8.0 branches on all platforms. Note that this update might require a reindex of textual columns under certain conditions; please see UPDATING. Other fixes included are: -- Character string locale comparison bug. This may require a REINDEX on text column indexes in some locales, such as Hungarian. -- Prevent accidental changes of locale by plperl -- Two fixes for Japanese encodings -- Two fixes for COPY CSV -- Fixes for functions returning RECORD -- Fixes to autovacuum, dblink and pgcrypto
* Update to 5.0.18 release:ale2006-01-0924-162/+54
| | | | - convert mysql-client.sh script to use ldconfig rcNG system
* Update to 0.10.tobez2006-01-092-4/+4
|
* - Update to 1.8.40ahze2006-01-093-6/+6
|
* New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL ↵edwin2006-01-074-0/+47
| | | | | | | | | | | | module) PR contains new port security/pecl-hash which provides possibility to install PHP PECL extension: pHASH Message Digest Framework PR: ports/90087 Submitted by: Alexander Zhuravlev <zaa@zaa.pp.ru>
* Fix pkg-plist, as reported by YAPHRedwin2006-01-072-579/+641
|
* It seemed that the 4.x build was generating more files than the 6.x build.edwin2006-01-072-2/+21
| | | | | | Fixed pkg-plist accordingly. Noticed by: YAPHR
* IP4R is a contributed PostgreSQL module that embraces and extends theade2006-01-075-0/+53
| | | | | existing 'inet' and 'cidr' built-in types, providing extra functionality and simplicity to IPv4 address lookup within large-scale environments.
* Add 'config' to the list of directories installed by postgresql81-client,ade2006-01-078-9/+30
| | | | | | so as to fully install everything needed for pgxs to work correctly. Approved by: maintainer
* Update to 3.2.8mnag2006-01-076-70/+60
| | | | | | Reorganize Makefile Notified by: edwin Version Check
* Update to 2.8.17mnag2006-01-073-56/+25
| | | | | | | Use PORTDOCS Reorganize Makefile Notified by: edwin Version Check
* New port databases/p5-DBIx-Sequenceedwin2006-01-065-0/+51
| | | | | | | | | | | | | | | | | | | | | | | DBIx::Sequence - A simple SQL92 ID generator This module is intended to give easier portability to Perl database application by providing a database independant unique ID generator. This way, an application developer is not bound to use his database's SEQUENCE or auto_increment thus making his application portable on multiple database environnements. This module implements a simple Spin Locker mechanism and is garanteed to return a unique value every time it is called, even with concurrent processes. It uses your database for its state storage with ANSI SQL92 compliant SQL. All SQL queries inside DBIx::Sequence are pre cached and very efficient especially under mod_perl. WWW: http://search.cpan.org/dist/DBIx-Sequence/ PR: ports/91373 Submitted by: Jon Nistor <nistor@snickers.org>
* New port databases/p5-DBIx-Abstractedwin2006-01-065-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | DBIx::Abstract - DBI SQL abstraction. This module provides methods for doing manipulating database tables This module provides methods retrieving and storing data in SQL databases. It provides methods for all of the more important SQL commands (like SELECT, INSERT, REPLACE, UPDATE, DELETE). It endeavors to produce an interface that will be intuitive to those already familiar with SQL. Notable features include: * data_source generation for some DBD drivers. * Can check to make sure the connection is not stale and reconnect if it is. * Controls statement handles for you. * Can delay writes. * Generates complex where clauses from hashes and arrays. * Shortcuts (convenience functions) for some common cases. (Like select_all_to_hashref.) WWW: http://search.cpan.org/dist/DBIx-Abstract/ PR: ports/91372 Submitted by: Jon Nistor <nistor@snickers.org>
* Remove just added port. pbl is already available under databases/libpbl.ehaupt2006-01-064-56/+0
|
* Add pbl, a highly portable database library.ehaupt2006-01-064-0/+56
| | | | | | | | | | | | | | | | | PBL (Peter Graf's Program Base Library) is a library with highly portable database functions that can be used in a C or C++ project. The code of the PBL library includes: - PBL BASE - some base functions (pbl_*) - PBL HASH - a memory hash table implementation (pblHt*) - PBL KEYFILE - a key file implementation (pblKf*) - PBL ISAM - an ISAM file implementation (pblIsam*) The spamprobe project (mail/spamprobe) can be used with PBL databases. PR: ports/91344 Submitted by: Johan van Selst <johans@stack.nl>
* - Don't remove what belongs to mtreepav2006-01-051-2/+0
| | | | Approved by: Laurent C. <lrntct@gmail.com> (maintainer)
* Update to 0.11erwin2006-01-042-5/+6
| | | | | PR: 91303 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* fix space -> tabedwin2006-01-041-1/+1
|
* NEW PORTS: databases/py-dbutils, database connection pool for multithread ↵edwin2006-01-045-0/+102
| | | | | | | | | | | | | | | | application DBUtils is a suite of tools providing solid, persistent and pooled connections to a database that can be used in all kinds of multi-threaded environments like Webware for Python or other web application servers. The suite supports DB-API 2 compliant database interfaces and the classic PyGreSQL interface. WWW: http://www.webwareforpython.org/DBUtils PR: ports/91268 Submitted by: "Choe, Cheng-Dae" <whitekid@gmail.com>
* New port: databases/libpbl - Peter Graf's Program Base Libraryedwin2006-01-044-0/+53
| | | | | | | | | | Peter Graf's Program Base Library of C functions. Includes hash table, ISAM, key file implementations. WWW: http://mission.base.com/peter/source/ PR: ports/91257 Submitted by: hideo <hideo@lastamericanempire.com>
* - Update to 1.1.21pav2006-01-032-3/+4
| | | | | | PR: ports/91194 Submitted by: Martin Jackson <mhjacks@swbell.net> Approved by: Alex Rodioukov <simuran@shaw.ca> (maintainer)
* databases/p5-DBIx-Ease - WWW location is incorrect.edwin2006-01-031-3/+0
| | | | | | | | | There seems to be no sign of DBIx::Ease module when trying to access through the given URL in pkg-descr. PR: ports/90231 Submitted by: Parv <parv@pair.com> Approved by: maintainer timeout
* [maintainer-update] databases/postgis fixedwin2006-01-031-1/+3
| | | | | | | | This patch adds the missing configure argument '--with-proj', as reported in PR ports/91112 PR: ports/91220 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
* - Update to 1.8.38ahze2006-01-023-5/+5
|
* The Cache::Memcached::Managed module provides an API to values, cached inerwin2006-01-025-0/+55
| | | | | | | | | | | | one or more memcached servers. Apart from being very similar to the API of Cache::Memcached, the Cached::Memcached::Managed API allows for management of groups of values, for simplified key generation and expiration, as well as version and namespace management and a few other goodies. WWW: http://search.cpan.org/dist/Cache-Memcached-Managed/ PR: ports/91203 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* [maintainer update]/databases/grass fix start-up scriptedwin2006-01-022-2/+2
| | | | | | | | Fix the start-up script in order to run ld-config in the right directory. PR: ports/91173 Submitted by: Laurent Courty <lrntct@gmail.com>
* - update to 0.241leeym2006-01-022-5/+5
| | | | - assign to perl@
* Since the distfiles micro version isn't reflected in the name, reflect it in ↵edwin2006-01-022-3/+4
| | | | | | | the dist subdir distinfo CVS: ----------------------------------------------------------------------
* - Update to release 5.0.18.edwin2006-01-022-5/+5
| | | | - Change port version number in 5.0.18
* - Remove expiration date, this port is not going away yetpav2005-12-311-1/+0
| | | | Approved by: ceri (maintainer)
* Update to version 1.38.demon2005-12-302-4/+4
|
* Update to 0.09.tobez2005-12-302-4/+4
|
* databases/grass add libs handlingedwin2005-12-304-1712/+1732
| | | | | | | | | Change install directory and add a start-up script for ldconfig. PORTREVISION bumped because libraries wasn't usable for other applications before. PR: ports/91069 Submitted by: Laurent Courty <lrntct@gmail.com>
* Add missed dependency: devel/p5-Clone.skv2005-12-291-0/+2
| | | | Pointed by: kuriyama [by email], fenner [PR 90991]
* New port: databases/ipa_sdb IPA simple database moduleedwin2005-12-294-0/+91
| | | | | | | | | | | | | | | | | | | | | | IPA_SDB -- IPA simple database module Main features: - Distribution consists of database ipa_db_sdb(8) and statistics ipa_st_mod(8) modules; - Modules completely support dynamic and static rules, limits and thresholds; - All database files are stored in own record based database formats; - Formats of database files are machine architecture independent; - Sizes of database records are relatively small (binary data formats); - Access to statistics can be granted accordingly to the user group; - There is the ipa_sdb_dump(8) utility for dumping database files to text format and back. WWW: http://ipa-system.sourceforge.net/modules/ipa_sdb/ PR: ports/91009 Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
* [maintainer-update] Postgis upgrade from 1.0.6 to 1.1.0edwin2005-12-2912-398/+104
| | | | | | | | | | | | | | Postgis upgrade from 1.0.6 to 1.1.0 . This release, includes new functionality, performance improvements and bug fixes. Highlights include: * Geometry building functions, including line merging, polygon creation and vertex manipulation, * Linear referencing functions, including support for measures, * Performance improvements to coordinate reference transformations PR: ports/91030 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br>
* [maintainer] databases/phpmyadminedwin2005-12-284-10/+10
| | | | | | | | | | | | | | | | | | Update to 2.7.0-pl2 Release notes are at: http://www.phpmyadmin.net/home_page/downloads.php?relnotes=0 This is a bug-fix release -- particularly it fixes: * libraries/display_create_table.lib.php: bug #1376314, detection of privileges to create a table (fix for MySQL 4.0.x case) Plus updates to Japanese, Danish and Hungarian localization. PR: ports/90982 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* Add databases/p5-Jifty-DBI 0.08, an object-relational persistencetobez2005-12-275-0/+117
| | | | framework in Perl.
* [Maintainer Update] /databases/grass update to 6.0.1edwin2005-12-2717-4834/+1760
| | | | | | | | - removed all patches - added new patches to get rid of matherr references PR: ports/89769 Submitted by: Laurent Courty <lrntct@gmail.com>
* Handle a change in rc.subr. nowadays, "faststart" is used instead ofgirgen2005-12-2620-30/+30
| | | | | | | | | | "start" when booting, since there's no need waste time checking for running processes when the OS is starting up. Bumping portrevision. PR: 90884 Submitted by: Victor Snezhko <snezhko@indorsoft.ru>
* Update to 2.7.knu2005-12-262-5/+5
|
* Do not hardcode charset, honour charset defined in freetds.conf or php.ini.ale2005-12-232-0/+35
|
* Update postgresql to 7.3.12girgen2005-12-232-9/+13
| | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> PR: 90446
* Update postgresql to 7.4.10girgen2005-12-232-9/+13
| | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> PR: 90445
* Update postgresql to 8.0.5girgen2005-12-232-9/+15
| | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> PR: 90444
* Update postgresql to 8.1.1girgen2005-12-2314-91/+91
| | | | | Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> PR: 90443
* Update to 4.1.16 release.ale2005-12-235-32/+44
|
* Update to 5.0.17 release.ale2005-12-2324-102/+156
|
* Update to 0.12erwin2005-12-222-5/+5
| | | | | PR: 90762 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 0.10erwin2005-12-224-6/+8
| | | | | PR: 90761 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* [New Port] databases/db4o-mono A database engine for storing object into ↵edwin2005-12-215-0/+716
| | | | | | | | | | | files (for mono) db4o is designed to provide a full-featured, embeddable database engine for equipment, mobile, desktop, and server platforms in object-oriented environments PR: ports/90631 Submitted by: Phillip Neumann <pneumann@gmail.com>
* New port: databases/pydbx Simple SQL database abstraction layer for Pythonedwin2005-12-215-0/+39
| | | | | | | | | | | | | 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>
* Update to 1.50.tobez2005-12-202-7/+11
|
* Update to 1.13.2.lawrance2005-12-193-314/+385
| | | | | PR: ports/90635 Submitted by: Jonathan Weiss <jw@innerewut.de> (maintainer)
* Update to 1.4.0.lawrance2005-12-193-6/+3
| | | | | PR: ports/90640 Submitted by: Clive Crous <clive@darkarts.co.za> (maintainer)
* Update to 0.08erwin2005-12-192-4/+4
| | | | | PR: 90430 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 1.2.12.demon2005-12-192-6/+6
|
* Add OPTIONSerwin2005-12-181-9/+14
| | | | | PR: 90509 Submitted by: parv@pair.com (maintainer)
* - Update to 1.0.1pav2005-12-162-4/+4
| | | | Approved by: Alexander Zhuravlev <zaa@ulstu.ru> (maintainer)
* Update to 3.0.13skv2005-12-162-4/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.13/Changes
* Fix build for emacs20yoichi2005-12-162-0/+4
| | | | | PR: ports/90468 Submitted by: NIIMI Satoshi
* Change email address for all my ports.anray2005-12-162-3/+3
| | | | Approved by: sem(mentor)
* * databases/mysql++mnag2005-12-168-65/+230
| | | | | | | | | | | | | | | | | | 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]
* Update to 0.04001erwin2005-12-163-14/+14
| | | | | PR: 90431 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 1.2_tummy5mnag2005-12-162-9/+8
| | | | | | | Bump PORTREVISION Remove unnecessary dependency Use PYTHON_PKGNAMEPREFIX in PKGNAMEPREFIX Take MAINTAINER
* Add missing dependency on PHP session module.fenner2005-12-152-2/+2
| | | | | Submitted by: Matthew Seaman (MAINTAINER) PR: ports/90417
* Unbreak INDEX - define DEFAULT_PGSQL_VER, since it is needed beforelawrance2005-12-151-0/+2
| | | | bsd.databases.mk is included.
* Mark FORBIDDEN due to remote file inclusion vulnerability (IE.simon2005-12-151-0/+2
| | | | | | | | effectively execute arbitrary PHP code). Security: http://vuxml.FreeBSD.org/82a41084-6ce7-11da-b90c-000e0c2e438a.html Requested by: remko With hat: secteam
* - Update to 3.1.12tdb2005-12-144-6/+8
| | | | | | PR: 90308 Submitted by: maintainer Approved by: clement (mentor)
* Update to 0.07erwin2005-12-132-5/+6
| | | | | PR: 90325 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Fix build on 4.X.ale2005-12-131-0/+12
| | | | Reported by: pointyhat via kris
* Update to 1.0.6.lawrance2005-12-135-29/+38
| | | | | | | | 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>
* - Delete unused variablesleeym2005-12-122-8/+0
| | | | | PR: 90248 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
* - Update to 0.8sem2005-12-123-6/+8
|
* - Update to 0.8sem2005-12-124-18/+74
| | | | - Add Firebird and Paradox support
* - Update to 4.68tdb2005-12-123-5/+11
| | | | | | PR: 90236 Submitted by: Martin Matuska <martin@matuska.org> (maintainer) Approved by: clement (mentor)
* - Add `extern "C"' in headers files. It fixes linking with C++ applications.sem2005-12-113-1/+44
| | | | Discussed with: Alex Lyashkov (Umka #bsd-unix @rusnet)
* DBIx::Simple module aims to be a simplified object oriented interface to Perlerwin2005-12-115-0/+73
| | | | | | | | | | | | | | | | | | | 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>
* pxlib is shared C library to read various Paradox files.sem2005-12-117-0/+178
| | | | WWW: http://pxlib.sourceforge.net
* - Update to version 0.1.3markus2005-12-114-14/+10
| | | | - Add SHA256
* - Update to 1.0.flz2005-12-112-3/+4
| | | | | PR: ports/90203 Submitted by: maintainer
* Finally update to PHP 5.1.1 release! (And remove unsupported extensions)ale2005-12-105-70/+47
|
* Remove pear ports obsolated by devel/pear and switchale2005-12-1012-15/+15
| | | | | | dependencies of all the other pear ports. Discussed with: thierry, antonio@php.net
* Remove unnecessary dependencymnag2005-12-092-3/+2
| | | | | | | Add SHA256 PR: 89494 Approved by: maintainer timeout (14 days)
* Mark right dependency (LIB_DEPENDS instead BUILD_DEPENDS)mnag2005-12-094-13/+12
| | | | | | | | | | Bump PORTREVISION Add secondary master site Use USE_RC_SUBR=memcached.sh Add SHA256 PR: 89493 Approved by: seanc (maintainer timeout, 14 days)
* Add p5-DBD-Mock, a simple mock DBD implementation used for testingehaupt2005-12-085-0/+51
| | | | | PR: 89835 Submitted by: Espen Tagestad <espen@tagestad.no>
* Update to 2.7.0-pl1mnag2005-12-084-12/+12
| | | | | | | | 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/
* - Update to 1.8.35ahze2005-12-083-5/+5
|
* Chase graphics/geos shared library version.lawrance2005-12-071-1/+1
|
* Update to 0.28mat2005-12-053-5/+6
|
* - Update to 2.7.0garga2005-12-058-38/+80
| | | | | PR: ports/89962 Submitted by: maintainer
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-5/+0
|
* Fix the build on 4.X.marcus2005-12-052-4/+20
| | | | | PR: 89821 Submitted by: Matthew Luckie <mjl@luckie.org.nz>
* Update to 1.11.tobez2005-12-052-4/+4
|
* - prepare removal of www/apache2 in favor of www/apache20 for namingclement2005-12-041-1/+1
| | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus
* Update to 1.36.demon2005-12-042-4/+4
|
* Fix build error on 4.x with perl5.005.nork2005-12-031-0/+41
|
* - Add SHA256 checksumgarga2005-12-032-1/+2
| | | | | | | - Pass maintainership to submitter PR: ports/89842 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
* Update to 1.10erwin2005-12-022-4/+4
|
* - Update to 0.10erwin2005-12-023-6/+7
| | | | - Rephrase IGNORE
* Reset maintainer per his request. We hope to see him back soon.linimon2005-12-021-1/+1
|
* - Fix BUILD_DEPENDS after devel/p5-Class-MethodMaker update.flz2005-12-021-1/+2
| | | | Noticed by: pointyhat via kris
* Fix plist.lawrance2005-12-021-1/+1
|
* Remove a file from the plist that is not installed in 1.4.2.1.marcus2005-12-022-1/+1
| | | | Reported by: mnag
* Mark BROKEN on 4.X.marcus2005-12-021-0/+4
| | | | Reported by: pointyhat via kris
* Update to 0.04erwin2005-12-023-12/+17
| | | | | PR: 89804 Submitted by: Lars Balker Rasmussen <lars@balker.dk> (maintainer)
* Update to 1.49mat2005-12-013-4/+5
|
* Update to 1.35.demon2005-12-012-4/+6
|
* Update to 1.4.2.1.marcus2005-12-012-4/+4
|
* Fix an installation bug when WITH_BDB_VER is set to 42 or 43.knu2005-11-301-2/+2
| | | | Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
* - Fix MASTER_SITES.flz2005-11-301-4/+2
| | | | | | PR: ports/88093 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: maintainer timeout (1 month)
* - Update to 3.1.3.flz2005-11-302-3/+4
| | | | | PR: ports/89607 Submitted by: maintainer
* Update to 1.4.2.marcus2005-11-304-11/+12
|
* - Update to 1.0.flz2005-11-292-3/+4
| | | | | | | - Add SHA256 checksum. PR: ports/89722 Submitted by: maintainer
* - Update to 1.0.1.flz2005-11-292-3/+4
| | | | | | | - Add SHA256 checksum. PR: ports/89721 Submitted by: maintainer
* - Update to 1.0.flz2005-11-292-3/+4
| | | | | | | - Add SHA256 checksum. PR: ports/89720 Submitted by: maintainer
* - Update to 1.0.flz2005-11-294-6/+8
| | | | | | | - Add SHA256 checksum. PR: ports/89718 Submitted by: maintainer
* - Update to 1.0.2.flz2005-11-292-4/+5
| | | | | PR: ports/89717 Submitted by: maintainer
* Fix bad distro name for hier.girgen2005-11-291-1/+1
| | | | Pointed out by: Andreas Steinel
* Upgrade to 1.1.1.thierry2005-11-292-5/+7
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=374286>.
* Update to 1.0.5lawrance2005-11-282-3/+4
|
* Update to 1.0.5lawrance2005-11-283-4/+8
| | | | | PR: ports/89667 Submitted by: Anderson S. Ferreira <anderson@cnpm.embrapa.br> (maintainer)
* Update to 5.0.16 release:ale2005-11-2718-126/+156
| | | | - add Federated Engine
* - Update to 1.8.34ahze2005-11-273-5/+5
| | | | Spotted by: Ports Version Check
* Kmysqladmin is a graphical frontend for administration of mysql servers.sem2005-11-275-0/+79
| | | | | | | WWW: http://www.alwins-world.de/programs/kmysqladmin/ PR: ports/84775 Submitted by: Igor Leonenko <bananaz_at_bk_dot_ru>
* - Add SHA256pav2005-11-274-0/+4
| | | | Approved by: maintainer
* - After repocopy from databases/db43, add db 4.4.16pav2005-11-2617-280/+277
| | | | | | PR: ports/89384 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Repocopy by: marcus
* - Add SHA256pav2005-11-262-0/+2
|
* - Add SHA256 checksums to my portssergei2005-11-251-0/+1
|
* - Add SHA256pav2005-11-241-0/+1
| | | | Requested by: maintainer
* - prevision revision fails all BDB version, so roll back temporary.clsung2005-11-241-3/+30
|
* - Add SHA256pav2005-11-2476-0/+80
|
* - Update MASTER_SITESpav2005-11-241-1/+1
|
* - Remove dead MASTER_SITESpav2005-11-245-35/+5
|
* - Fix fetching. This could use an update.pav2005-11-241-1/+1
|
* - Make fetchablepav2005-11-241-1/+1
|
* - Add SHA256 checksumspav2005-11-249-0/+9
|
* - Update to 1.0.50lth2005-11-245-24/+18
| | | | - Add SHA256 checksum
* Update to 0.4.6mat2005-11-243-4/+10
| | | | To make it work with newly born postgresql 8.1
* - Update to 2.1.4pav2005-11-241-1/+1
| | | | | PR: ports/89459 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de>
* * Add SHA256.clsung2005-11-232-30/+4
| | | | | | | * Use bsd.database.mk to decide BerkeleyDB version. PR: 89445 Submitted by: Gea-Suan Lin <gslin_AT_ccca dot nctu dot edu dot tw>
* - It is advised by the vendor to use JRE-1.5; don't bump PORTREVISION,thierry2005-11-212-1/+2
| | | | | | but upgrade if you experienced some issues. - Add SHA256.
* - Get back quotes in BROKEN. I was confused with IGNORE.sem2005-11-201-1/+1
| | | | Requested by: kris
* - NO_LATEST_LINK=yesfjoe2005-11-201-0/+1
|
* - Update to 1.4.0.fjoe2005-11-205-183/+469
| | | | | This version no longer support FreeBSD 4.x (requires wchar_t support). Use pgadmin3-12 port for FreeBSD < 5.0.
* - Connect pgadmin3 1.2.2 after repocopy.fjoe2005-11-203-1/+4
| | | | | - Add CONFLICTS with upcoming pgadmin3 >= 1.4 ports. - Add SHA256 checksum.
* - Remove apostrophe from BROKEN macro. make(1) on 4.x dislikes it.sem2005-11-191-1/+1
| | | | | PR: ports/89008 Submitted by: Andreas Schulz
* - update to 4.0dinoex2005-11-193-62/+68
| | | | Major Update, you need to update your conf/config.inc.php
* Switch to <target>:: convention for both patch-autotools and run-autotools,ade2005-11-191-1/+1
| | | | | to allow for easier overriding of these targets by port Makefiles, if they need to.
* Add SHA256 checksum.fjoe2005-11-183-0/+3
|
* - add run dependency on py-formencodepav2005-11-182-36/+8
| | | | | | | | - fix DOCSDIR/EXAMPLESDIR with py- prefix - mark ports docs plist with PORTDOCS PR: ports/89163 Submitted by: Choe Cheng-Dae <whitekid@gmail.com> (maintainer)
* Add p5-DBIx-Class-Loader 0.09, dynamic definition of DBIx::Class sublth2005-11-175-0/+58
| | | | | | | classes. PR: ports/89155 Submitted by: Lars Balker Rasmussen <lars@balker.dk>
* devel/bison1875's time has come and gone and its only consumer is theseanc2005-11-1714-2502/+0
| | | | | | | databases/postgresql-devel port, which isn't needed either now that 8.1 has officially landed. Submitted by: ade@
* - Update to 0.03003.flz2005-11-173-11/+39
| | | | | | | | | - Add SHA256 checksum. - Add version requirements in LIB_DEPENDS. - Reword COMMENT. PR: ports/89141 Submitted by: maintainer
* - Update to 0.11.flz2005-11-172-3/+5
| | | | | | | - Add SHA256 checksum. PR: ports/89142 Submitted by: maintainer
* Update to 2.6.4-pl4mnag2005-11-164-8/+10
| | | | | | | 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/
* Fix MASTER_SITES and WWW (old site no longer reachable).fjoe2005-11-162-2/+2
| | | | Reported by: kris (via pointyhat)
* Update WWW-tagvs2005-11-161-1/+1
| | | | | | PR: ports/88102 Submitted by: Jean Milanez Melo Approved by: maintainer timeout
* Update to 0.11mat2005-11-152-4/+6
|
* Update to 0.07mat2005-11-153-4/+7
|
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-1572-81/+72
| | | | | | | | | | | | | | | | | 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.
* - Bump PORTEPOCH for ruby ports that gets PORTVERSION from bsd.ruby.mksem2005-11-151-0/+1
| | | | Reported by: chkversion script
* Let postgresql (libpq.so) only link with the Kerberos implementationsgirgen2005-11-1510-162/+170
| | | | | | | | | | | | | | | | | | | | | 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
* Update to 3.52.3mnag2005-11-154-8/+31
| | | | | | | Add SHA256 PR: 89013 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.6.2mnag2005-11-153-5/+9
| | | | | | | Add SHA256 PR: 89018 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.07mat2005-11-153-4/+7
|
* Take a perl@ hat and add SHA256 checksumsmat2005-11-1410-0/+10
|
* Update to 3.43.osa2005-11-142-3/+3
|
* Be hipe and add SHA256mat2005-11-146-0/+6
|
* Update to 0.5.7.knu2005-11-143-12/+13
|
* Reset maintainer:edwin2005-11-141-1/+1
| | | | | <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
* - add SHA checksumdinoex2005-11-131-0/+1
|
* Update to 0.05. Assign maintainer to perl@. Require perl from ports.tobez2005-11-122-5/+12
|
* - Update to 0.0.4pav2005-11-122-3/+4
| | | | | PR: ports/88111 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Xapian is an Open Source Probabilistic Information Retrieval library,pav2005-11-1211-0/+1075
| | | | | | | | | | | | 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>
* add SHA256brooks2005-11-121-0/+1
|
* Fix UNIQUENAMEgirgen2005-11-127-7/+7
| | | | Pointed out by: Vivek Khera <vivek@khera.org>
* - Yield to a total SHAtification.sem2005-11-115-1/+5
| | | | - mysql-administrator: simplify BROKEN message
* Don't break the port for ppl who have old configs that includes thegirgen2005-11-117-28/+21
| | | | | | HIER option. Pointed out by: Reko Turja <reko.turja@liukuma.net>
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-1128-28/+28
| | | | been inactive more than 6 months. We hope to see him back sometime.
* Fix some C99'isms for 4.xvs2005-11-114-0/+74
| | | | Approved by: kwm
* - Fix build on 4.Xpav2005-11-109-0/+222
|
* Welcome to PostgreSQL 8.1.girgen2005-11-101-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Honor EXAMPLESDIR and JAVAJARDIR.girgen2005-11-103-9/+7
| | | | Suggested by: Herve Quiroz <hq@>
* Update to 8.1.404girgen2005-11-102-3/+4
|
* Welcome to PostgreSQL 8.1.girgen2005-11-1051-715/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Chase hier patch upgrade to version 0.5.5.girgen2005-11-092-4/+4
|
* Update to 1.3lth2005-11-093-10/+10
|
* - Add SHA256ahze2005-11-091-0/+1
| | | | - Add SIZE to a few ports
* Add SHA256mnag2005-11-0914-0/+14
|
* Add SHA256 checksums to the distinfo files.edwin2005-11-092-0/+2
|
* Update to 3.0.12skv2005-11-092-3/+4
| | | | Changes: http://search.cpan.org/src/TMTM/Class-DBI-v3.0.12/Changes
* - Add SHA256garga2005-11-081-0/+1
|
* - Add patch in order to fix a major bug where @string elements won't be savedmarkus2005-11-082-1/+11
| | | | - Bump PORTREVISION
* - Fix build on 4.xbland2005-11-086-0/+86
| | | | | | - Remove zero sized patch. PR: 88640
* The main MASTER_SITE is gone at the moment, but there's a cached copy inbrooks2005-11-081-1/+2
| | | | | | | 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
* Add more one MASTER_SITESmnag2005-11-075-5/+15
| | | | Notified by: kris
* Oops. Forgot to update the checksums.lofi2005-11-075-10/+10
|
* Update to 0.8.6mnag2005-11-071-2/+1
| | | | | PR: 88570 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* Remove a leftover directory.marcus2005-11-072-0/+2
| | | | Reported by: pointyhat via kris
* - Add glomahze2005-11-065-0/+103
| | | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 0.96.tobez2005-11-052-3/+3
| | | | | | | | | | Changes: -supports passing an optional filehandle to the constructor -optional autobless flag to preserve and restore blessed hashes -various bug fixes PR: 88519 Submitted by: maintainer
* Remove expired portskris2005-11-0515-437/+0
|
* Change the poing of compileall.py to check on directory frommezz2005-11-052-4/+6
| | | | | | ${PYTHON_SITELIBDIR} to ${WRKSRC}/../python to avoid compileall.py to touch other apps' *.py files or there will be many leftover of *.pyc files. Bump the PORTREVISION.
* Update to 3.3.5lofi2005-11-055-6/+5
|
* Update to 0.62.marcus2005-11-0510-340/+21
|
* Update to 1.9.100.marcus2005-11-0520-594/+706
|
* Update to 1.3.6.marcus2005-11-051-0/+6
|
* - Update to 0.14.0, see release note for details:mezz2005-11-051-0/+3
| | | | | | | | http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1 - Two new ports have been added, ruby-cairo and ruby-gtkmozembed. - databases/ruby-libgda has been mark as BROKEN, because it still needs to catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-0512-6/+12
|
* Presenting GNOME 2.12 for FreeBSD. The release is chock full of bug fixesmarcus2005-11-057-219/+263
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and new features. Don't believe me? Then see for yourself at http://www.gnome.org/start/2.12/notes/en/. DO NOT USE portupgrade by itself to upgrade to GNOME 2.12. Instead, use the gnome_upgrade.sh script from http://www.marcuscom.com/downloads/gnome_upgrade212.sh. This script will circumvent some potential pitfalls users can see if they use portupgrade by itself. In keeping with tradition, GNOME 2.12 for FreeBSD comes with a special splash screen. The winner of this release's contest is Dominique Goncalves <dominique.goncalves@gmail.com>. His splash screen was inspired by http://art.gnome.org/contests/2.12-splash/83. The FreeBSD GNOME Team would lank to thank the following users for their contributions to this release: Matthew Luckie <mjl@luckie.org.nz> ade sajd on #freebsd-gnome Caelian on #freebsd-gnome mnag Yasuda Keisuke <kysd@po.harenet.ne.jp> Mark Hobden <markhobden@gmail.com> Sergey Akifyev <asa@agava.com> Andreas Kohn For more information on GNOME on FreeBSD, checkout http://www.FreeBSD.org/gnome/. The 2.12 documentation will be posted shortly.
* Force generation of byte-compiled metakit python library so that krisadamw2005-11-052-2/+4
| | | | doesn't cry when he reads his email ;;)
* Remove incorrect WWW from pkg-descr.lawrance2005-11-041-4/+0
| | | | | | PR: ports/88097 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: Mikhail Teterin <mi+kde@aldan.algebra.com> (maintainer)
* Update to 0.75mnag2005-11-043-15/+7
|
* Update to 2.0.5mnag2005-11-0410-80/+80
| | | | Remove extra TABS in Makefile
* - Update to 1.0RC2garga2005-11-042-3/+3
| | | | | PR: ports/88416 Submitted by: maintainer
* - Update to 1.0RC2garga2005-11-042-3/+3
| | | | | PR: ports/88415 Submitted by: maintainer
* - Update to 1.0RC2garga2005-11-042-3/+3
| | | | | PR: ports/88414 Submitted by: maintainer
* - Update to 1.0RC2garga2005-11-042-4/+4
| | | | | | | - s/BROKEN/IGNORE/ on FreeBSD 4.x PR: ports/88417 Submitted by: maintainer
* - Update to 1.0RC2garga2005-11-042-3/+3
| | | | | PR: ports/88411 Submitted by: maintainer
* - Update to 1.0RC2garga2005-11-042-3/+3
| | | | | PR: ports/88412 Submitted by: maintainer
* - Update to 1.0RC2garga2005-11-043-3/+10
| | | | | PR: ports/88413 Submitted by: maintainer
* pgpool is a connection pool server for PostgreSQL. pgpool runs betweenmnag2005-11-0321-0/+211
| | | | | | | | | | | | | PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can connect to pgpool as if it were a standard PostgreSQL server. pgpool caches the connection to PostgreSQL server to reduce the overhead to establish the connection to it. WWW: http://pgpool.projects.postgresql.org/ PR: 87701 Submitted by: Choe, Cheng-Dae <whitekid@gmail.com>
* - Fix typopav2005-11-031-1/+1
| | | | Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
* - Respect LOCALBASE/PREFIXpav2005-11-037-24/+67
| | | | | | | - Proper use of RCng PR: ports/88313 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
* Update WWW.tobez2005-11-031-1/+1
| | | | | PR: 88099 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* - update to 0.27clsung2005-11-022-3/+3
| | | | - add support for BDB 4.4 (not yet in ports?)
* Update to 4.4.1 release.ale2005-11-021-1/+1
|
* Let the IGNORE message make a bit more sense and change it from:erwin2005-11-012-2/+2
| | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports