aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a wholeAde Lovett2001-05-0419-0/+565
| | | | | | | | | | | | | bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. Notes: svn path=/head/; revision=42260
* Use the same MASTER_SITES as lang/python.Thomas Gellekum2001-05-041-2/+2
| | | | Notes: svn path=/head/; revision=42245
* Update to version 2.3, there was a security issue.Neil Blakey-Milner2001-05-033-5/+9
| | | | | | | Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=42206
* Upgrade to 0.9.5.1Dmitry Sivachenko2001-05-035-33/+41
| | | | Notes: svn path=/head/; revision=42205
* Unbreak with python2.1.Maxim Sobolev2001-05-031-1/+6
| | | | Notes: svn path=/head/; revision=42198
* Add checksum for python-2.1.Thomas Gellekum2001-05-021-0/+1
| | | | Notes: svn path=/head/; revision=42167
* Cosmetic changes for the shutdown procedure.Jimmy Olgeni2001-05-0214-14/+28
| | | | | | | | | | | | * Pass the -s option to pg_ctl, to avoid clobbering the display. It will show error messages only. * Echo the port name after shutdown. No functional changes, no PORTREVISION. Notes: svn path=/head/; revision=42166
* update from 2.30 to 2.31Michael Haro2001-05-012-2/+2
| | | | | | | | PR: 26950 Submitted by: maintainer Notes: svn path=/head/; revision=42123
* Fix bad subdir entryMichael Haro2001-05-011-1/+1
| | | | | | | | Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> PR: 27006 Notes: svn path=/head/; revision=42121
* Upgrade to 0.98.Vanilla I. Shu2001-04-294-4/+4
| | | | Notes: svn path=/head/; revision=42043
* add dbtoolYing-Chieh Liao2001-04-296-0/+58
| | | | | | | | | Store and retrieve data in a key/value format in a hash database ps. thanks Jos Backus <josb@cncdsl.com> for his help on make this port Notes: svn path=/head/; revision=42036
* Usually when you have to store persistent data you don't need aJosef Karthauser2001-04-286-0/+43
| | | | | | | | | | | | | | | | full-blown database server, just a ASCII database would do the trick. AsciiDB::Tag allows you to access a simple ASCII database using a perl hash variable. The database format is straightforward so you can edit it by hand if you need so. Each record is stored into a file, and a record is just a set of values tagged by the field name. PR: ports/26857 Notes: svn path=/head/; revision=42003
* add mdbtoolsYing-Chieh Liao2001-04-2710-0/+134
| | | | | | | | | | Utilities and libraries to export data from MS Access databases (.mdb) PR: 26855 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=41942
* Specify the full path of the jakarta port's "ant" utility (/usr/local/bin) soJimmy Olgeni2001-04-2514-14/+28
| | | | | | | | | | it won't be confused with the "ant" screensaver (in /usr/X11R6/bin). PR: 26841 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41898
* Misc. changes and cleanups.Jimmy Olgeni2001-04-2542-112/+112
| | | | | | | | | | | | | | | | | | | | * Move the call to configure.postgresql7 from pre-fetch to pre-extract, so it won't hang while performing batch fetch operations (like portupgrade -F) * Add some TCL related files to pkg-plist.tcl, and add a PLIST_SUB in the Makefile to register the correct tcl version in the plist. * Do not start postgresql if the database directory does not exist: the startup sequence could hang because of this. * Use the "-s" option when starting postgresql with pg_ctl, so it won't display informational messages. Display only the port name, as do other packages startup scripts. Approved by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41897
* PostGreSQL 7.1 can install in two places, either ${PREFIX} (hier(7)) orJacques Vidrine2001-04-251-2/+2
| | | | | | | | | | | ${PREFIX}/pgsql (old layout). Adjust compiler flags so that headers and libraries are found in either case. PR: ports/26756 Submitted by: Palle Girgensohn <girgen@partitur.se> Notes: svn path=/head/; revision=41893
* Remove extra empty line.Dmitry Sivachenko2001-04-2414-14/+0
| | | | Notes: svn path=/head/; revision=41853
* Add one more MASTER_SITEDmitry Sivachenko2001-04-2414-14/+42
| | | | Notes: svn path=/head/; revision=41852
* Update to 2.3.2a.Akinori MUSHA2001-04-232-2/+2
| | | | Notes: svn path=/head/; revision=41826
* upgrade to 1.0.30Ying-Chieh Liao2001-04-234-4/+4
| | | | Notes: svn path=/head/; revision=41818
* Fix postgresql.jar link probram, and bump version too.Vanilla I. Shu2001-04-2314-14/+28
| | | | | | | | PR: ports/26761 Submitted by: maintainer Notes: svn path=/head/; revision=41815
* Update to 0.6.4.Akinori MUSHA2001-04-236-24/+4
| | | | Notes: svn path=/head/; revision=41813
* Update to 0.6.3. PostgreSQL 7.1 is officially supported.Akinori MUSHA2001-04-228-10/+28
| | | | Notes: svn path=/head/; revision=41806
* Upgrade to 0.97.Vanilla I. Shu2001-04-216-36/+4
| | | | Notes: svn path=/head/; revision=41775
* Fix include directory for postgresql7.1's new layout.Vanilla I. Shu2001-04-2116-62/+74
| | | | Notes: svn path=/head/; revision=41759
* Upgrade to 7.1, change to new layout style.Vanilla I. Shu2001-04-21476-22974/+16282
| | | | | | | | PR: ports/26741 Submitted by: maintainer Notes: svn path=/head/; revision=41758
* Upgrade to 3.23.37.Dirk Froemberg2001-04-2154-297/+333
| | | | Notes: svn path=/head/; revision=41757
* Add a patch for Pg.pm, and bump version.Vanilla I. Shu2001-04-194-12/+46
| | | | | | | Obtained from: scrappy Notes: svn path=/head/; revision=41673
* Upgrade to 0.96.Vanilla I. Shu2001-04-194-4/+6
| | | | Notes: svn path=/head/; revision=41670
* Update MASTER_SITES and WWW.Akinori MUSHA2001-04-184-4/+4
| | | | Notes: svn path=/head/; revision=41644
* Update port to 1.2Chris D. Faulhaber2001-04-162-3/+3
| | | | Notes: svn path=/head/; revision=41467
* Update to 0.1.8.Akinori MUSHA2001-04-163-4/+6
| | | | Notes: svn path=/head/; revision=41462
* Upgrade to version 2.30Kevin Lo2001-04-152-2/+2
| | | | | | | | PR: 26594 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41424
* Goodbye, Ruby 1.4.Akinori MUSHA2001-04-131-1/+0
| | | | Notes: svn path=/head/; revision=41351
* Retire Ruby 1.4. Use 1.6 instead, now the migration period is over.Akinori MUSHA2001-04-136-44/+0
| | | | | | | Approved by: yasuf@bsdclub.org (MAINTAINER) Notes: svn path=/head/; revision=41350
* Update to use bsd.kde.mkDmitry Sivachenko2001-04-131-3/+2
| | | | Notes: svn path=/head/; revision=41329
* * USE_BZIP2Ben Smithurst2001-04-112-2/+5
| | | | | | | | | | * New master sites; sourceware.cygnus.com seems to only allow 5 anonftp connections. Approved by: pst (maintainer) Notes: svn path=/head/; revision=41303
* Fixed a typo (functionnalities -> functionalities)Jimmy Olgeni2001-04-111-1/+1
| | | | Notes: svn path=/head/; revision=41273
* Update to 0.1.7.Akinori MUSHA2001-04-113-2/+5
| | | | Notes: svn path=/head/; revision=41272
* Switch to MASTER_SITE_SOURCEFORGE.Dirk Froemberg2001-04-081-3/+2
| | | | Notes: svn path=/head/; revision=41086
* Upgrade to version 2.29Kevin Lo2001-04-082-2/+2
| | | | | | | | PR: 26379 Submitted by: MAINTAINER Notes: svn path=/head/; revision=41059
* Fix typo (Latin1 -> latin1).Dirk Froemberg2001-04-059-9/+9
| | | | | | | Noticed by: Jon Nathan <jon@rupture.net> Notes: svn path=/head/; revision=40885
* Upgrade to 0.1025Vanilla I. Shu2001-04-052-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=40863
* Upgrade to 0.1017.Vanilla I. Shu2001-04-052-2/+2
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=40860
* Use PERL_VER and PERL_ARCH instead of hard coded versionsMichael Haro2001-04-041-10/+10
| | | | | | | | PR: 26334 Submitted by: maintainer Notes: svn path=/head/; revision=40828
* Upgrade to 1.15Vanilla I. Shu2001-04-024-4/+4
| | | | Notes: svn path=/head/; revision=40754
* Update to version 0.7.5Dmitry Sivachenko2001-04-023-5/+5
| | | | Notes: svn path=/head/; revision=40743
* remove deprecated fetch options from FETCH_BEFORE_ARGSMichael Haro2001-04-021-2/+0
| | | | Notes: svn path=/head/; revision=40726
* Update to version 0.7.0.Dmitry Sivachenko2001-03-306-32/+98
| | | | Notes: svn path=/head/; revision=40579
* Newest versions of this port use QT+KDE instead of GTK+GNOME, so dropMaxim Sobolev2001-03-301-1/+1
| | | | | | | | | maintainership, because I don't have a QT/KDE installed and certainly won't install it just to test this port. Hopefully some QT/KDE addict would take care of it. Notes: svn path=/head/; revision=40578