aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.37.tobez2008-02-082-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* - Updated to 1.7amiwi2008-02-083-32/+11
| | | | | | | | | | | | - Makefile cleanup - Add missing R-deps - Removed unnecessary patch - Updated MASTER_SITES - Pass maintainership to submitter PR: 120015 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
* - Updated to 3.4amiwi2008-02-082-12/+11
| | | | | | | | | | | - Add missing R-deps - Remove unfetcheable MASTER_SITES - Makefile cleanup - Pass maintainership to submitter PR: 120014 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: maintainer
* Bump PORTREVISIONs of the three ports directly depending on devel/icu.mi2008-02-082-2/+2
| | | | | | | | | Why can't this sort of dependency be automatically monitored by the package-building?.. In the case of parrot remove the gratuitous requirement for a particular major shared library number for icudata. This will help avoid port-building problems, when icu is upgraded again in the future.
* Update to 4.006skv2008-02-072-4/+4
|
* Update to 0.08. Require Perl 5.8.tobez2008-02-072-6/+6
|
* Update to 1.0.5.0lbr2008-02-066-10/+14
|
* - Update to 0.7663miwi2008-02-062-4/+4
| | | | | PR: 120219 Submitted by: hideo (maintainer)
* Update to 1.03ade2008-02-052-5/+5
|
* Today the PostgreSQL Global Development Group releases thegirgen2008-02-0515-25/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | long-awaited version 8.3 of the most advanced open source database, which cements our place as the best performing open source database. Among the performance features you'll be excited about in 8.3 are: * Heap Only Tuples * BGWriter Autotuning * Asynchronous Commit * Spread Checkpoints * Synchronous Scan * "Var-Varlena" * L2 Cache Protection * Lazy XID 8.3 also has a lot of cool features for PostgreSQL DBAs and developers, including: * CSV Logging * SQL/XML * MS Visual C++ support * ENUMs * Integrated Tsearch * SSPI & GSSAPI * Composite Type Arrays * pg_standby
* - Update to 1709miwi2008-02-043-6/+8
| | | | | PR: 120211 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
* Update to 5.0.51a release.ale2008-02-013-4/+16
|
* Update to 0.8.2-1.delphij2008-02-014-85/+59
|
* - Update to 0.6.1clsung2008-01-303-5/+8
| | | | Changes:
* - Update to 1.1.10.araujo2008-01-293-24/+98
| | | | | | | | | - Now use DOCSDIR. PR: ports/119963 Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com> Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer) itetcu (mentor, implicit)
* - Update to 1.0.5miwi2008-01-296-410/+46
| | | | | PR: 119888 Submitted by: Jean-Francois Dockes <jean-francois.dockes@wanadoo.fr> (maintainer)
* Fixes for 64-bit systems.ale2008-01-291-0/+100
| | | | | | PR: ports/120088 Submitted by: mm Patch from: mi
* - builds on mysql 4.1clsung2008-01-291-1/+1
| | | | | Changes: Submitted by: bartlomiej dot syryjczyk_AT_expro dot pl
* Fix security2.fdb while installing from packageskv2008-01-292-2/+2
| | | | | PR: ports/119570 Submitted by: Philippe Makowski <makowski xx firebird-fr.eu.org>
* 1. Add SHA256 checksums;thierry2008-01-292-1/+4
| | | | | | | 2. Drop maintainership. PR: ports/118192 [1.] Submitted by: Philip M. Gollucci <pgollucci (at) p6m7g8.com>
* - Update to 1.44chinsan2008-01-252-4/+4
| | | | - Changelog: http://search.cpan.org/dist/RRD-Simple/Changes
* Update to 0.08009lbr2008-01-253-5/+7
|
* - Update to 1.1.1miwi2008-01-253-9/+6
| | | | | | PR: 119932 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> Approved by: maintainer (via irc)
* Memcached::libmemcached -clsung2008-01-245-0/+91
| | | | | | | | | | | | | | | | | | | | Thin fast full interface to the libmemcached client API Memcached::libmemcached is a very thin, highly efficient, wrapper around the libmemcached library. It gives full access to the rich functionality offered by libmemcached. libmemcached is fast, light on memory usage, thread safe, and provide full access to server side methods. - Synchronous and Asynchronous support. - TCP and Unix Socket protocols. - A half dozen or so different hash algorithms. - Implementations of the new cas, replace, and append operators. - Man pages written up on entire API. - Implements both modulo and consistent hashing solutions. WWW: http://search.cpan.org/dist/Memcached-libmemcached/
* - add libmemcached-0.14leeym2008-01-235-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | libmemcached is a C and C++ client library to the memcached server (http://danga.com/memcached). It has been designed to be light on memory usage, thread safe, and provide full access to server side methods. A few notes on its design: # Synchronous and Asynchronous support. # TCP and Unix Socket protocols. # A half dozen or so different hash algorithms. # Implementations of the new cas, replace, and append operators. # Man pages written up on entire API. # Implements both modulo and consistent hashing solutions. It also implements several command line tools: memcat - Copy the value of a key to standard output memflush - Flush the contents of your servers. memrm - Remove a key(s) from the serrver. memcp - Copy files to a memached server. memstat - Dump the stats of your servers to standard output memslap - Generate testing loads on a memcached cluster WWW: http://tangent.org/552/libmemcached.html
* - update to 1.2.26nemoliu2008-01-233-14/+12
| | | | | | PR: ports/119310 Submitted by: Beat Gaetzi <beat@chruetertee.ch> Approved by: Zhen REN <bg1tpt@gmail.com>,delphij(mentor,implicit)
* Update to RC2.girgen2008-01-2225-3080/+3165
| | | | | | | | | | | | | | [1] Fix problem installing from package. [2] Use DISTVERSION instead of PORTVERSION. (the port reports now correct version 8.3.r2) [2] Enable more 8.3 features: - Add OPTION for the new XML data type (default: enabled) - Add OPTION for usage of system timezone data (default: included tzdata) PR: ports/119770 [1], ports/119561 [2] Submitted by: Artis Caune [1], Martin Matuska [2]
* - Remove databases/mysqltoolkit project was renamedmiwi2008-01-215-69/+0
| | | | | PR: 119538 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
* Connect databases/maatkitmiwi2008-01-211-0/+1
|
* - Update to 1674miwi2008-01-214-50/+49
| | | | | PR: 119538 Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
* Changes:miwi2008-01-2110-170/+254
| | | | | | | | | | | | | | | | | | | | | | | | | * When installed using WITH_SUPHP use a fix username/UID from /usr/ports/UIDs. There's no equivalent /usr/ports/GIDs entry because it defaults to group 'www'. * Consequently change the default username from phpmyadm to _pma and add an entry to /usr/ports/UIDs: _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin * Use the standard $WWWDIR for PLIST_SUB and SUB_LIST, instead of rolling my own equivalent. * Various internal code changes and clean-up * Bump PORTREVISION Note: the changes here mostly affect compilation with WITH_SUPHP defined. If you're not a suPHP user, then there's very little ultimately that has changed. PR: 119825 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Fix SSL connections.ale2008-01-211-0/+57
| | | | Reported by: many
* - Update to 1.8.0.9pav2008-01-202-5/+4
| | | | | PR: ports/119693 Submitted by: Rashid Achilov <citycat4@ngs.ru>
* Update to 1.5.5skv2008-01-203-7/+6
| | | | Changes: http://www.firebirdsql.org/rlsnotes/Firebird-1.5.5-ReleaseNotes.pdf
* Workaround for sparc64-6: set USE_GCC=4.2+.linimon2008-01-191-0/+4
| | | | | | The packages for 6.3R on sparc64 were actually built using this. Hat: portmgr
* SQL::Interp converts a list of intermixed SQL fragments andclsung2008-01-165-0/+49
| | | | | | | | | | | | | | | | | variable references into a conventional SQL string and list of bind values suitable for passing onto DBI. This simple technique creates database calls that are simpler to create and easier to read, while still giving you full access to custom SQL. SQL::Interp properly binds or escapes variables. This recommended practice safeguards against "SQL injection" attacks. The DBI documentation has several links on the topic. Besides the simple techniques shown above, The SQL-Interpolate distribution includes the optional DBIx::Interp module. WWW: http://search.cpan.org/dist/SQL-Interp/
* Update to 3.0.17skv2008-01-162-4/+4
|
* Update to 0.48skv2008-01-162-6/+6
| | | | Changes: http://search.cpan.org/src/EDPRATOMO/DBD-InterBase-0.48/Changes
* Do not install any developer docs as we explicitly say we do not wantmarcus2008-01-154-253/+12
| | | | gtk-doc.
* update to 0.9.3dryice2008-01-142-4/+4
|
* update to 0.4.2p3dryice2008-01-144-8/+8
|
* - Update to 1.6.0.araujo2008-01-132-6/+5
| | | | | | | | | - Use SF macro. PR: ports/119412 Submitted by: Philippe Audeoud <jadawin@tuxaco.net> Approved by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer) stas (mentor, implicit)
* - Update to 2.11.4miwi2008-01-134-8/+8
| | | | | PR: 119599 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Update to 1.1.2miwi2008-01-122-4/+4
| | | | (fixed bug in addWhereSearch() introduced in the previous release)
* - Update to 1.2.2miwi2008-01-122-4/+4
| | | | (fixed identifier quoting with functions in _buildSelect())
* - Update to 1.2.1miwi2008-01-122-5/+4
|
* - Update to 1.1.1miwi2008-01-122-5/+4
|
* - Update to 1.1.0miwi2008-01-123-40/+224
| | | | | | PR: 119528 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk> Approved by: maintainer
* Upgrade JasperReports to 2.0.4.thierry2008-01-122-7/+7
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=567846>.
* - Update to 2.0.0 beta1.kuriyama2008-01-114-9/+12
| | | | | PR: ports/118885 Submitted by: mm@FreeBSD.org
* Fix MASTER_SITE_SUBDIRgirgen2008-01-095-5/+5
| | | | | PR: ports/119477 Submitted by: Sunpoet Po-Chuan Hsieh
* Fix the installation with gtk-doc is not installed.marcus2008-01-091-11/+14
| | | | Submitted by: Roy Marples <roy@marples.name>
* Fix plist breakage by using USE_AUTOTOOLS knob.kuriyama2008-01-081-0/+1
| | | | Reporeted by: erwin, pav
* Fix bad ICU patch filegirgen2008-01-084-8/+8
|
* - remove the no longer used "pod2man --lax" optionleeym2008-01-082-4/+1
| | | | | | | | - use the non-versioned URL instead PR: 118905 Submitted by: leeym Approved by: maintainer timeout
* update to 0.4.2bdryice2008-01-084-8/+8
|
* - Update to 0.72clsung2008-01-082-4/+4
| | | | Changes: http://search.cpan.org/dist/Genezzo/Changes
* Update to 1.12.3 and fix a bug where Evolution crashes on startup formarcus2008-01-083-6/+30
| | | | first time users on 6.X.
* Update to 0.34.tobez2008-01-082-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* Revert bad commit. The size was OK for *this* version.girgen2008-01-085-5/+5
|
* Fix bad distinfo sizesgirgen2008-01-087-7/+7
|
* Update all PostgreSQL ports to latest versions.girgen2008-01-0760-654/+411
| | | | | | | This includes a bunch of security fixes: CVE-2007-6067, CVE-2007-4772, CVE-2007-6601, CVE-2007-6600 and CVE-2007-4769. Security: http://www.postgresql.org/about/news.905
* - update to 0.4.2adryice2008-01-076-62/+114
|
* Update to 0.06.tobez2008-01-072-4/+4
| | | | | | | Changes: http://search.cpan.org/src/KROKI/Cache-Memcached-Fast-0.06/Changes Submitted by: Maxim Maximov <mcsi@mcsi.ru>
* - Update to 0.1.0clsung2008-01-054-24/+14
| | | | | PR: ports/117861 Submitted by: maintainer (Gea-Suan Lin)
* - Update to 1.3.2rafan2008-01-052-5/+4
| | | | | PR: ports/119313 Submitted by: Anderson S. Ferreira <anderson at cnpm.embrapa.br> (maintainer)
* PostgreSQL extension for full-text search indexing.kuriyama2008-01-055-0/+62
| | | | WWW: http://sourceforge.jp/projects/ludia (Japanese)
* - Update to 1.40mnag2008-01-033-8/+6
| | | | - Now use easy_install in USE_PYDISTUTILS
* - Bump PORTREVISION since devel/libevent are updated.mnag2008-01-033-4/+6
|
* - Update to 1.2.4mnag2008-01-032-5/+5
| | | | - Update dependency of libevent
* Update to 0.09lbr2007-12-312-7/+5
|
* Upgrade to 2.0.1.kuriyama2007-12-2816-24/+28
|
* Update to 2.7.4.knu2007-12-272-4/+4
| | | | | PR: ports/118714 Submitted by: Alexander Logvinov
* update to 0.9.2dryice2007-12-252-4/+4
|
* This is the new version of ADOdb with PHP ver 5+ support only.mm2007-12-256-0/+301
| | | | | | For more information see databases/adodb WWW: http://adodb.sourceforge.net/
* Tokyo Cabinet is a library of routines for managing a database. Theclsung2007-12-255-0/+76
| | | | | | | | | | | | | database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. WWW: http://tokyocabinet.sourceforge.net/ PR: ports/118947 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* - Update to 4.96amm2007-12-254-18/+17
| | | | | | | - Update pkg-descr - Add CONFLICTS for future databases/adodb5 PR: ports/117964
* Updating MASTER_SITESlth2007-12-241-1/+1
| | | | | PR: ports/117062 Submitted by: Takefu <takefu@airport.fm>
* - Remove unnecessary dependenciesmiwi2007-12-231-2/+0
| | | | Submitted by: Josh Paetzel via irc
* A PECL extension to provide read access to MDB data files as used by Microsoftmiwi2007-12-234-0/+39
| | | | | | | | | | | | | Access and its underlying JetEngine. It is based on libmdb from the mdbtools package. WWW: http://pecl.php.net/package/mdbtools - Ditesh Shashikant Gathani ditesh@gathani.org PR: ports/118943 Submitted by: Ditesh Shashikant Gathani <ditesh at gathani.org>
* - Update to 0.48clsung2007-12-223-10/+9
| | | | | | | | | - take the maintainship Changes: http://search.cpan.org/dist/Jifty-DBI/Changes PR: ports/118924 Submitted by: clsung Approved by: tobez
* Update to 0.36.tobez2007-12-222-4/+4
| | | | | | Changes: http://search.cpan.org/dist/DBIx-DBSchema/Changes Approved by: maintainer (in advance)
* This is a DataSource driver for Structures_DataGrid using PHP Data Objectsmiwi2007-12-224-0/+32
| | | | | | (PDO) and an SQL query. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_PDO/
* Update to 1.8.77ahze2007-12-214-6/+6
|
* - use the non-versioned URL insteadleeym2007-12-211-1/+1
|
* Update to 0.33.tobez2007-12-202-4/+4
| | | | Changes: http://search.cpan.org/dist/DBIx-Perlish/Changes
* Update to 0.05.tobez2007-12-202-4/+4
| | | | Changes: http://search.cpan.org/dist/Cache-Memcached-Fast/Changes
* This is a DataSource driver for Structures_DataGrid using PEAR::DB_DataObject.miwi2007-12-194-0/+34
| | | | WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject/
* This is a DataSource driver for Structures_DataGrid using PEAR::MDB2 and anmiwi2007-12-194-0/+36
| | | | | | SQL query. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_MDB2/
* This is a DataSource driver for Structures_DataGrid using CSV files.miwi2007-12-194-0/+31
| | | | WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_CSV/
* This is a DataSource driver for Structures_DataGrid using PEAR::DB and anmiwi2007-12-194-0/+36
| | | | | | SQL query. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBQuery/
* This is a DataSource driver for Structures_DataGrid using PEAR::DB_Table.miwi2007-12-194-0/+34
| | | | WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_DBTable/
* This is a DataSource driver for Structures_DataGrid using arrays. It is amiwi2007-12-194-0/+32
| | | | | | base package for some other DataSource drivers like CSV or XML. WWW: http://pear.php.net/package/Structures_DataGrid_DataSource_Array/
* - Update to 1.5.0miwi2007-12-192-5/+5
| | | | - Set PORTEPOCH (1.5.0r2 -> 1.5.0)
* Ptop is top clone for PostgreSQL.pav2007-12-194-0/+41
| | | | | | | | | | | | | | | | Similar to top, ptop allows you to monitor PostgreSQL processes. It also allows you to: * View currently running SQL statement of a process. * View query plan of a currently running SELECT statement. * View locks held by a process. * View user table statistics. * View user index statistics. WWW: http://ptop.projects.postgresql.org/ PR: ports/118809 Submitted by: Sunghyuk Do <sunghyuk@gmail.com>
* Add databases/p5-Cache-Memcached-Fast, a fast Perl client fortobez2007-12-175-0/+47
| | | | memcached, a distributed memory cache daemon.
* - Update to 0.6.2sem2007-12-173-6/+4
|
* - Update to 0.736miwi2007-12-153-5/+12
| | | | | PR: 118041 Submitted by: hideo <hideo@lastamericanempire.com>
* Upgrade JasperReports to 2.0.3.thierry2007-12-152-7/+7
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=561228>.
* - Mark BROKEN: unfetchablepav2007-12-155-0/+10
|
* - Update to 0.8.12miwi2007-12-151-1/+1
| | | | | | PR: 117851 117852 Submitted by: Erik Greenwald <erik@smluc.org> (maintainer)
* - Update to 3.61miwi2007-12-155-22/+35
| | | | | PR: 118605 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Drop maintainership. I did not use them for ages.sem2007-12-142-2/+2
|
* - backout PORTNAME changedinoex2007-12-141-1/+1
|
* Upgrade to 1.04lth2007-12-142-7/+8
|
* - Update to 0.02002.araujo2007-12-132-6/+5
| | | | | | PR: ports/116754 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer) Approved by: stas (mentor, implicit)
* - Update to 0.9.4lwhsu2007-12-133-4/+7
|
* Update to 1.0.4.0lbr2007-12-136-12/+14
|
* Update to 1.1.2skv2007-12-133-6/+17
| | | | | PR: ports/117639 Submitted by: Vivek Khera <vivek xx khera.org>
* - Update to 1.2.12miwi2007-12-126-16/+20
| | | | | PR: 118072 Submitted by: Vivek Khera <vivek@khera.org> (maintainer)
* - Update to 2.11.3rafan2007-12-124-8/+8
| | | | | PR: ports/118500 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
* Update to 1.50.demon2007-12-122-4/+4
| | | | | PR: 117584 Submitted by: chinsan
* Backport a couple of small enhancement from mysql 5.1 port.ale2007-12-122-0/+37
|
* Update to 1.12.2.marcus2007-12-123-15/+5
|
* Upgrade to 1.0.4.vanilla2007-12-126-10/+10
| | | | | PR: ports/118037 Submitted by: maintainer
* Update to 0.04004lbr2007-12-122-4/+4
|
* Update to 0.08008lbr2007-12-123-4/+6
|
* - clean PORTNAMEdinoex2007-12-121-1/+1
|
* Update to 5.0.51 release.ale2007-12-125-126/+6
|
* - Fix build with gcc 4.2miwi2007-12-111-10/+6
| | | | | | | | - Pass maintainership to submitter PR: 118466 Submitted by: Pietro Cerutti <gahr@gahr.ch> Approved by: portmgr (erwin)
* - Update to 1.15.6 (needed for a security update)miwi2007-12-043-221/+225
| | | | | | PR: 117668 Submitted by: Alexander Logvinov <ports@logvinov.com> Approved by: portmgr (linimon), maintainer timeout
* Fix connect() for kernels without COMPAT_43.fjoe2007-11-293-2/+47
| | | | Approved by: portmgr (linimon)
* Unbreak pthread-related issues on 5.xade2007-11-272-4/+6
| | | | Approved by: portmgr
* Mark as broken on 5.x: fails to find pthread.h.linimon2007-11-251-2/+7
| | | | | | | | | Something in the infrastructure changed in the late July timeframe that actually caused this problem. The only major thing at that time was the autoconf/libtool change, but I can't see how that could have caused this failure mode. It only happens on 5.x; 6.x and 7.x are fine. Approved by: portmgr (self)
* Mark as broken: fails to install.linimon2007-11-251-0/+2
| | | | Approved by: portmgr (self)
* Fix plist.fjoe2007-11-252-1/+3
| | | | Approved by: portmgr (linimon)
* - Cleanup plugin caches so that py-mantissa can be uninstalled cleanlyalexbl2007-11-242-0/+2
| | | | Approved by: portmgr (pav)
* Fix build on RELENG_6 and earlier.fjoe2007-11-231-0/+10
| | | | Approved by: portmgr (erwin)
* - Update to 2.11.2.2miwi2007-11-224-8/+8
| | | | | | | PR: 118169 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/15485ae8-9848-11dc-9e48-0016179b2dd5.html
* Mark IGNORE instead of BROKEN. It builds, but its dependency does not.linimon2007-11-201-1/+1
| | | | Approved by: portmgr (self)
* - Mark BROKEN: does not fetchpav2007-11-151-0/+2
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* Fix build with gcc 4.2.fjoe2007-11-142-5/+12
| | | | Approved by: portmgr (pav)
* Update to 0.2.0. This fixes unresolved symbols in libclntsh.a on FreeBSD 7 ↵fjoe2007-11-142-7/+11
| | | | | | and later. Approved by: portmgr (pav)
* - Re-mark BROKEN; accidentally removed by GNOME 2.20 importpav2007-11-131-1/+9
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Update to 2.11.2.1miwi2007-11-124-8/+8
| | | | | | | PR: 117974 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Approved by: portmgr (erwin) Security: http://www.vuxml.org/freebsd/2d2dcbb4-906c-11dc-a951-0016179b2dd5.html
* Make fetchable.lofi2007-11-111-1/+1
| | | | Approved by: portmgr (mcl, implicit)
* - Update to 2.2.1chinsan2007-11-093-15/+4
| | | | | | | | - Unbreak on 7.X PR: ports/117857 Submitted by: chinsan Approved by: portmgr (linimon)
* - fix plistdinoex2007-11-092-0/+2
| | | | Approved by: portmgr (erwin)
* Fix an off-by-one error that triggered a segfault for first-time users.marcus2007-11-052-3/+12
| | | | | | PR: 117791 Submitted by: "Robert C. Noland III" <rnoland@2hip.net> Approved by: portmgr (implicit)
* Update to PostgreSQL 8.3 beta2.girgen2007-11-0125-70/+450
| | | | | | | | http://www.postgresql.org/developer/beta This is beta quality, don't use in production. Approved by: portmgr (erwin)
* - Update to 0.96clsung2007-10-302-6/+5
|
* - Update to 2.11.2miwi2007-10-304-8/+8
| | | | | PR: 117663 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* Update to version 0.2markus2007-10-308-149/+4
|
* - Update to 2.2.0miwi2007-10-293-9/+9
| | | | | PR: 116632 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
* Update to 1.8.0.fjoe2007-10-294-1023/+78
|
* - Update to 1053chinsan2007-10-286-8/+12
| | | | | PR: ports/117590 Submitted by: maintainer
* ONLY_FOR_ARCHS=i386 for a while.fjoe2007-10-271-0/+1
| | | | It builds at least on amd64 but coredumps when creating demo database.
* Update to 1.0.3.0lbr2007-10-264-12/+10
|
* Upgrade to 1.0.3.thierry2007-10-266-36/+122
| | | | | PR: ports/117444 Submitted by: Jean-Francois Dockes (maintainer)
* BROKEN=py-gnome-extras has pygda disable because it is brokemezz2007-10-261-0/+2
| | | | Reported by: pointyhat-exp
* dirrmtry %%DATADIR%%ahze2007-10-252-1/+2
| | | | Reported by: linimon
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-2534-1287/+398
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Mark as broken on amd64-7 (and presumably sparc64-7). Also mark brokenlinimon2007-10-251-1/+13
| | | | everywhere: fails to fetch (mastersites no longer have that subdirectory).
* Upgrade to 4.6.21.delphij2007-10-254-8/+8
|
* - Update to 5.1.5miwi2007-10-243-51/+7
| | | | | PR: 117219 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Connect databases/mysql-connector-java50miwi2007-10-241-0/+1
|
* - Update to 1.60.1chinsan2007-10-243-6/+15
| | | | Noticed by: clsung via #bsdchat
* Upgrade to 1.3.kuriyama2007-10-2416-100/+40
|
* - Update to 3.52.6miwi2007-10-245-57/+16
| | | | | PR: 117333 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Update to 0.31.tobez2007-10-242-4/+4
| | | | Changes: http://dbix-perlish.tobez.org/Changes.txt
* Update to 1.8.76ahze2007-10-235-7/+8
|
* - Update to 1012.araujo2007-10-224-10/+10
| | | | | | PR: ports/117057 Submitted by: Andris Raugulis <ar@null.lv> Approved by: stas (mentor), Steven Kreuzer <skreuzer@exit2shell.com> (maintainer)
* - Update to 2.11.1.2miwi2007-10-214-8/+8
| | | | | | PR: 117353 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Security: http://www.vuxml.org/freebsd/498a8731-7cfc-11dc-96e6-0012f06707f0.html
* - Rest Maintainermiwi2007-10-171-1/+1
| | | | Approved by: linimon
* Migration from bison 1.x to 2.xade2007-10-1713-22/+26
| | | | | PR: 117086 Tested by: -exp runs
* - Update 2.11.1.1miwi2007-10-174-8/+8
| | | | | | PR: 117232 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Security: http://www.vuxml.org/freebsd/51b51d4a-7c0f-11dc-9e47-0011d861d5e2.html
* Introducing the first beta of PostgreSQL 8.3girgen2007-10-162-0/+26
| | | | | Note that this is a BETA VERSION of the PostgreSQL server. Use it only for testing.
* Bugger, bugger, bugger. Mending bad commit. Sorry folks!girgen2007-10-161-2/+2
|
* Introducing the first beta of PostgreSQL 8.3girgen2007-10-1531-226/+411
| | | | | Note that this is a BETA VERSION of the PostgreSQL server. Use it only for testing.
* - fix install errorclsung2007-10-152-0/+46
|
* -Update to 5.0.8miwi2007-10-134-8/+8
| | | | | PR: 117060 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
* - Actually drop maintainershipalexbl2007-10-131-1/+1
|
* - update to 0.5.20alexbl2007-10-133-4/+136
| | | | | | | - drop maintainership PR: 115409 Submitted by: Piet Delport <pjd@satori.za.net>
* Cleanup a little (to WARNS=2 level). Declare all but the two exportedmi2007-10-133-18/+244
| | | | | | | | symbols as static. Add defines to allow compile against MSDB-oriented flavour of freetds (as installed by databases/freetds-msdblib). The default remains to depend on Sybase-using databases/freetds, but if it is the freetds-msdblib that is actually installed at build-time, we should now build against it properly.
* Reset roy.boerner@bsd-crew.de due to maintainer-timeout and no responselinimon2007-10-121-1/+1
| | | | | | to email. Hat: portmgr
* Reset bananaz@bk.ru due to maintainer-timeout and no response to email.linimon2007-10-121-1/+1
| | | | Hat: portmgr
* Upgrade to JasperReports 2.0.2.thierry2007-10-102-8/+8
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=545403>.
* Update to 0.19.lbr2007-10-092-4/+7
|
* - Update to 1.23miwi2007-10-092-4/+4
| | | | | PR: 116868 Submitted by: hideo <hideo@lastamericanempire.com> (maintainer)
* Work in progressgirgen2007-10-085-0/+10
|
* Update to 5.1.22 RC release.ale2007-10-0815-25/+145
|
* - tmpdir fix [1]ale2007-10-083-1/+128
| | | | | | | - add WITHOUT_THR_ALARM knob to reduce kernel contention [2] (use it only if you understand the drawback) Submitted by: stas [1], kris [2]
* Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend onlinimon2007-10-072-0/+2
| | | | | | | | perl unconditonally, or conditionally. To be able to conditionalize the inclusion of bsd.perl.mk, they now need to be defined before the inclusion of bsd.port.pre.mk. Hat: portmgr
* Update to 2.0.3 in response of a remotely exploitabledelphij2007-10-0610-54/+50
| | | | | | | | vulnerability. PR: ports/116940 Security: 91ed69f9-72c7-11dc-981a-001921ab2fa4 Approved by: secteam (remko)
* - Sort category Makefilessat2007-10-061-6/+6
| | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
* - Update to 1.0004miwi2007-10-063-5/+14
| | | | | PR: 116788 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>
* - Add SSL knob to enable encryptiontabthorpe2007-10-062-2/+12
| | | | | | | | - Pet portlint while I am here, USE_LDCONFIG PR: ports/116957 Submitted by: Anish Mistry <amistry am-productions.biz> Approved by: clsung (mentor, implicit)
* Update to 0.04003.lbr2007-10-052-4/+4
|
* Remove always true/always false OSVERSION conditions.edwin2007-10-051-4/+0
|
* - Update to 946tabthorpe2007-10-046-24/+40
| | | | | | PR: ports/116803 Submitted by: Ying-Chieh Liao <ijliao csie.nctu.edu.tw> Approved by: skreuzer exit2shell.com (maintainer), miwi (co-mentor)
* - Update to 0.6.0clsung2007-10-043-14/+27
| | | | | | | - Reset maintainership PR: ports/116527 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* - Update to 0.0.3clsung2007-10-042-6/+8
| | | | | PR: ports/116769 Submitted by: maintainer (Gea-Suan Lin)
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-0414-67/+2
|
* Update to 0.17lbr2007-10-042-6/+5
|
* Remove support for OSVERSION < 5edwin2007-10-042-27/+3
|
* Remove support for Java 1.2hq2007-10-032-2/+2
| | | | | | PR: 116724 Submitted by: hq Approved by: maintainer
* - Update to 4.3.1miwi2007-10-022-4/+4
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer)
* Mark as broken with gcc4.2.linimon2007-10-021-0/+5
|
* Mark as broken with gcc4.2 on amd64.linimon2007-10-021-1/+9
|
* Update to 0.28.tobez2007-10-012-4/+4
| | | | Changes: http://search.cpan.org/src/GRUBER/DBIx-Perlish-0.28/Changes
* Add USE_PERL5. This will be needed to conditionalize bsd.perl.mk inclusion.linimon2007-10-011-0/+1
| | | | Approved by: maintainer
* - Install MySQL sample configuration files in EXAMPLESDIR.alepulver2007-10-013-7/+27
| | | | | | | | | | | | - Add pkg-message to let the user know about the example configuration files and how to use them. - Bump PORTREVISION. - Restrict CONFLICTS as portlint(1) suggests. - Clean up. PR: ports/113538 Submitted by: "User1001" <supraexpress@globaleyes.net> Reworked by: alepulver (myself)
* Before bsd.port.pre.mk, set either USE_PERL5 or WANT_PERL, depending onlinimon2007-09-301-0/+1
| | | | | whether the perl dependency is unconditional or conditional. This will be needed for the conditional inclusion of bsd.perl.mk.
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-3012-18/+24
| | | | | PR: ports/116639 Submitted by: aDe
* - Remove BROKEN.alepulver2007-09-301-22/+12
| | | | | | | | | | | - Add missing dependency to libgnomeprint (in USE_GNOME) to make it build [1]. - Clean up [1]. - Remove ONLY_FOR_ARCHS=i386 (builds on amd64) [1]. - Remove BROKEN for FreeBSD < 5.x since it is unsupported [1]. PR: ports/115975 Submitted by: Vladimir Grebenschikov <vova@fbsd.ru> Reworked by: alepulver (myself) [1]
* Mark broken with gcc4.2 (well, only the client is). Solution: upgrade tolinimon2007-09-291-0/+4
| | | | databases/firebird2-*.
* eXist is an Open Source native XML database featuring efficient, index-basedalepulver2007-09-296-0/+3918
| | | | | | | | | | | | | XQuery processing, automatic indexing, extensions for full-text search, XUpdate support, XQuery update extensions and tight integration with existing XML development tools. The database implements the current XQuery 1.0 working drafts, with exception of the schema import and schema validation features defined as optional in the XQuery specification. WWW: http://exist-db.org/ PR: ports/115717 Submitted by: Anton Yudin (<contact at toha.org.ua>)
* - Give %%DOCSDIR%% chance to be expandedpav2007-09-281-1/+1
| | | | Reported by: pointyhat
* Memcachedb is a distributed storage system designed for persistent. Weclsung2007-09-279-0/+133
| | | | | | | | | | | | | | | simplely hacked from memcached and tugela. But neither of them. Memcachedb is not a cache solution, it is a persistent solution for high-frequency writing and reading. It conforms to memcache protocol (not completed, see below), so any memcached client can have connectivity with memcachedb. Memcachedb uses Berkeley DB as a storing backend, so lots of features including transaction and replication are supported. WWW: http://code.google.com/p/memcachedb/ PR: ports/116548 Submitted by: Gea-Suan Lin <gslin at gslin.org>
* Release maintainership: I'm still working with Oracle databases on athierry2007-09-271-1/+1
| | | | | | | daily basis, but I'm no more allowed to connect my laptop (for security reasons!). I'm sending a PR to upgrade to TOra to the latest 1.3.22.
* Fix plistade2007-09-2612-12/+18
| | | | Approved by: maintainer
* - update to 1.7.13tabthorpe2007-09-252-22/+22
| | | | Approved by: miwi (co-mentor)
* - Update to 2.11.1rafan2007-09-234-8/+8
| | | | | PR: ports/116490 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
* Update to 1.6.3fjoe2007-09-233-4/+18
|
* - Update to 1.14clsung2007-09-222-8/+7
|
* - Change libevent lib and bump PORTREVISION since devel/libevent are updated.mnag2007-09-222-2/+4
|
* - Update to 1.2.3mnag2007-09-223-15/+5
| | | | | PR: 115895 Submitted by: delphij
* - Update to 1.5.0clsung2007-09-203-81/+60
| | | | | | PR: ports/115507 Submitted by: clsung Approved by: maintainer (Jonathan Weiss)
* 2007-08-22 java/jdk11-doc: Obsolete version of jdkmiwi2007-09-194-52/+0
| | | | | | | | 2007-08-22 databases/java-sqlrelay: Depends on obsolete version of jdk 2007-08-22 mail/yuzu: Depends on obsolete version of jdk 2007-08-29 net/ng_netflow: already in base in all supported versions of FreeBSD 2007-08-22 java/jdk12-doc: Obsolete version of jdk 2007-08-22 japanese/netypesv: Depends on obsolete version of jdk
* - Update to 2.2.0acm2007-09-188-7/+10
|
* Update PostgreSQL ports to the latest patch releases.girgen2007-09-1823-181/+187
| | | | PR: ports/104075
* Try to fix compilation with gcc 4.2 and -current.ale2007-09-161-0/+10
|
* Begin planning for de-orbit burn. This does not build with gcc4.2, andale2007-09-161-15/+4
| | | | | | the correct fix is to update to a modern version of MySQL. While here, rip out obsolete 4.X cruft.
* Update to 5.2.4 release.ale2007-09-143-84/+161
|
* - Update to 1.39mnag2007-09-142-4/+4
| | | | Reported by: Koobs <koobz___users.sourceforge.net>
* - Update to PyQt-4.3miwi2007-09-144-213/+31
| | | | Submitted by: Danny Pansters <danny@ricin.com> (maintainer via privat mail)
* - Update to 0.8.1miwi2007-09-112-4/+4
|
* upgrade databases/slony1 to latestedwin2007-09-088-52/+210
| | | | | | | upgrade databases/slony1 to latest released version. PR: ports/115925 Submitted by: Vivek Khera <vivek@khera.org>
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-0861-362/+77
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* Remove support for antique perl.linimon2007-09-084-68/+2
| | | | Hat: portmgr
* Drop support for perl 5.003.linimon2007-09-082-34/+1
| | | | Hat: portmgr
* - Update WWW.jmelo2007-09-052-2/+2
| | | | | | PR: ports/115611 Submitted by: Linh@closedsrc.org Approved by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
* Update to 0.08007lbr2007-09-052-4/+4
|
* - Fix build with python25pav2007-09-053-8/+468
| | | | | | PR: ports/115980 Submitted by: Scot Hetzel <swhetzel@gmail.com> Obtained from: vendor SVN
* - Really fix jython dependencypav2007-09-051-1/+1
| | | | Pointy hat to: pav
* - Chase jython updatepav2007-09-041-2/+2
| | | | Reported by: pointyhat
* Update to Qt 4.3.1.lofi2007-09-0225-46/+56
|
* - Update to 3.8.1pav2007-09-024-9/+9
| | | | | | PR: ports/109026 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> Approved by: maintainer timeout (girgen; 6 months)
* update to 0.9.1dryice2007-09-012-4/+4
|
* Use the CPAN site macro.mat2007-08-3111-41/+13
| | | | | Use DISTVERSION in place of DISTNAME where possible. Remove perl 5.005 shims.
* - Respect NOPORTDOCS.chinsan2007-08-312-3/+30
| | | | | | | | - Respect USE_LDCONFIG. PR: ports/115808 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Approved by: maintainer
* Update to 2.0.2skv2007-08-314-12/+12
| | | | Changes: http://www.firebirdsql.org/rlsnotes/Firebird-2.0.2-ReleaseNotes.pdf
* Update to 1.14mat2007-08-282-7/+5
|
* Update to 5.1.21 release.ale2007-08-2825-30/+220
|
* Update to 0.34mat2007-08-272-6/+5
| | | | | PR: 115831 Submitted by: clsung
* Update to 0.6.2.knu2007-08-273-18/+4
| | | | This is just 0.6.1 + files/patch-src::bdb.c, but anyway.
* - Update to 1.59.chinsan2007-08-263-6/+5
| | | | - take maintainership.
* - Update to 3.40clsung2007-08-252-6/+5
|
* Upgrade to JasperReports 2.0.1.thierry2007-08-252-7/+7
| | | | | Changelog at <https://sourceforge.net/project/shownotes.php?release_id=534622>.
* Add file forgotten in previous commit:itetcu2007-08-251-0/+14
| | | | | | | | | | | - update to 3.1 - WANT_PHP_WEB since it's web-based - default php to 5 and mark ignore with 3 - use WWWDIR - use SUB_FILES for pkg-message PR: ports/115584 Submitted by: Petr Macek (maintainer)