summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgradet to v2.3.12James FitzGibbon1997-11-1136-120/+192
| | | | | | | Submitted by: "Josh Tiefenbach" <josh@ican.net> Notes: svn path=/head/; revision=8584
* Update to description fileJames FitzGibbon1997-10-3112-36/+60
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8428
* update to 6.2.1, possibly more committs to come (PLIST)Andreas Klemm1997-10-3028-42/+42
| | | | Notes: svn path=/head/; revision=8414
* Upgrade to v3.20.32aJames FitzGibbon1997-10-2940-70/+710
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8394
* update to release 0.62Andreas Klemm1997-10-272-3/+3
| | | | | | | bugfix "Multiple layout (n) found" Notes: svn path=/head/; revision=8365
* bugfixrelease 0.61, just before ports freeze ;-)Andreas Klemm1997-10-142-3/+3
| | | | Notes: svn path=/head/; revision=8266
* - updated to newest version 0.60Andreas Klemm1997-10-123-15/+5
| | | | | | | | | | - author was so nice to add a version number in the source file, hurray. - "dynamically" patch the path to libpgtcl.so ${PREFIX}/pgsql/lib/libpgtcl.so| depending on the PREFIX variable using new post-configure script - tested building, installing, packaging Notes: svn path=/head/; revision=8223
* Upgrade to v3.20.31e (could have sworn we just did something like this...)James FitzGibbon1997-10-0930-50/+50
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8191
* Upgrade to v3.20.31dJames FitzGibbon1997-10-0930-70/+70
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8189
* Upgrade v3.20.31bJames FitzGibbon1997-10-0830-70/+70
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8183
* Checksum changed.Satoshi Asami1997-10-081-1/+1
| | | | Notes: svn path=/head/; revision=8171
* Grrr. when writing the committ message I noticed in the source,Andreas Klemm1997-10-051-2/+2
| | | | | | | that this is version 0.52. I really hate this :-/ Notes: svn path=/head/; revision=8132
* source archive changed on the server without bumping the versionAndreas Klemm1997-10-051-1/+1
| | | | | | | | | number. HELP, need LOCAL_PORT ! Who with proper permissions could please do a make fetch and place this tar archive under LOCAL_PORT/pgaccess-0.52.tar.gz ? Thanks. Notes: svn path=/head/; revision=8131
* a symlink was missingAndreas Klemm1997-10-0514-0/+14
| | | | | | | | thanks John, for testing the port Submitted by: John Fiber Notes: svn path=/head/; revision=8129
* - remove the ampersand, postmaster process automatically goes intoAndreas Klemm1997-10-0528-70/+154
| | | | | | | | | | | | background because of the -S option. - remove the -D datadir option, it's meaningless, because the pgsql user environment overwrites it with the PGDATA env variable. Since this is important and might cause some headache, I mentioned this in ~pgsql/.profile and the startup script. Submitted by: John Fiber Notes: svn path=/head/; revision=8127
* Point to pgaccess in the post-installation notes.Andreas Klemm1997-10-0514-14/+56
| | | | Notes: svn path=/head/; revision=8121
* Change libpgsql.so.1 to version number uncritical libpgsql.soAndreas Klemm1997-10-051-1/+1
| | | | Notes: svn path=/head/; revision=8117
* libpq and libpgtcl shared libs get both a major and minor release number.Andreas Klemm1997-10-0514-70/+70
| | | | | | | | | | Fixed the wrong libpq symlink after "make install". Updated PLIST. Have to change pgaccess port now, to load the correct lib after major minor change. Notes: svn path=/head/; revision=8116
* make pgaccess finally work ;-)Andreas Klemm1997-10-0414-28/+56
| | | | | | | | | | | | - in order to access the template1 database as pgsql user, the environment needs the DISPLAY variable set to at least ":0" - pgaccess loads dynamically the libpgtcl.1, some symbols from another dynamic lib are needed as well -> libpq.so.1.0 Makefile (patch-af) modified (copied from the Linux clause), so that shared lib libpgtcl is created with proper loader flags. Notes: svn path=/head/; revision=8115
* enabled pgaccessAndreas Klemm1997-10-041-1/+2
| | | | Notes: svn path=/head/; revision=8114
* New port pgaccess, a _working_ (yuppee, got it to work finally)Andreas Klemm1997-10-046-0/+53
| | | | | | | | TCL/TK frontend to postgresql ;-) More commits to come (in postgresql port) Notes: svn path=/head/; revision=8113
* make USE_TCL=yes compiles libpgtcl subdir which is neededAndreas Klemm1997-10-0428-28/+322
| | | | | | | | | | for building the tcl/tk based database frontend pgaccess. For an updated version of this tool a separate port will follow. Please test these changes well, so that we get a nice PostgreSQL 6.2 version up and running "b4" port freeze ;-) Notes: svn path=/head/; revision=8112
* cosmetic changes using portlint, a really nice tool ;-)Andreas Klemm1997-10-043-5/+5
| | | | Notes: svn path=/head/; revision=8102
* forgot the backslashes in the script.Andreas Klemm1997-10-0314-42/+42
| | | | Notes: svn path=/head/; revision=8096
* Upgrade from version 6.1.1 to 6.2Andreas Klemm1997-10-0384-672/+1694
| | | | | | | | | | | | | | | | | | | | | | | | | Please note: when performing a migration to 6.2 and you have an existing db, then you have to use the *new* pg_dumpall script that comes with this new postgresql release. The INSTALL file points this out explicitely !!! Changes: - startup script resides in FILESDIR - renamed it to be in sync with INSTALL file from sources - always install this startup script over an existing, because of the nature of the rc.d directory I can't install it to pgsql.sh-dist, if a pgsql.sh is already presend ... - portlint detected trailing whitespace, usage of perl with absolute path, usage of echo instead of ECHO and plenty things of this kind - post installation notes updated, mentioned the mailing list - copies the html pages as well to the share/doc directory (new manual dir) - had to update PLIST - shortened DESCR file, to match the 24 lines - added post build target, that reminds the admin how to proceed when already having a database -> INSTALL file describes migration - updated manpages Notes: svn path=/head/; revision=8095
* Upgrade to v2.3.11James FitzGibbon1997-10-0348-144/+840
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8094
* Upgrade from 6.1 to 6.1.1Andreas Klemm1997-09-2742-84/+56
| | | | Notes: svn path=/head/; revision=8035
* Upgrade to v3.20.30bJames FitzGibbon1997-09-2730-70/+70
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=8031
* Upgrade to v1.1810James FitzGibbon1997-09-176-20/+20
| | | | Notes: svn path=/head/; revision=7942
* Upgrade to v1.1811James FitzGibbon1997-09-172-5/+5
| | | | Notes: svn path=/head/; revision=7941
* Upgrade to v3.20.29James FitzGibbon1997-09-1730-110/+110
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7940
* Mass update of CPAN portsJames FitzGibbon1997-09-142-7/+5
| | | | | | | | | | p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7899
* Mass upgrade of CPAN ports:James FitzGibbon1997-09-1416-164/+94
| | | | | | | | | | | | | | | | | | | | | | | p5-Apache -> 1.00b2 p5-Array-PrintCols -> 2.0 p5-C-Scan -> 0.4 p5-DBD-Pg -> 0.62 p5-Data-Flow -> 0.05 p5-Devel-Peek -> 0.83 p5-HTML-Stream -> 1.40 p5-HTTPD-Tools -> 0.55 p5-Image-Size -> 2.4 p5-IniConf -> 0.92 p5-Msql -> 1.1809 p5-Mysql -> 1.1809 p5-PGP -> 0.3a p5-Pg -> 1.6.1 p5-Tk -> 402.002 p5-WWW-Search -> 1.010 p5-libwww -> 5.12 Notes: svn path=/head/; revision=7898
* Upgrade to v1.1808James FitzGibbon1997-09-133-12/+12
| | | | Notes: svn path=/head/; revision=7892
* Upgrade to v0.90James FitzGibbon1997-09-136-12/+26
| | | | Notes: svn path=/head/; revision=7891
* I think we need this.Satoshi Asami1997-09-091-0/+1
| | | | Notes: svn path=/head/; revision=7820
* Move WRKSRC down to "misc. bsd.port.mk variables" section. Also deleteSatoshi Asami1997-09-091-3/+2
| | | | | | | USE_X11, USE_IMAKE implies it. Notes: svn path=/head/; revision=7819
* Upgrade to v3.20.25James FitzGibbon1997-09-0540-90/+120
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7784
* Upgrade to v2.2.6James FitzGibbon1997-09-0536-60/+108
| | | | | | | Submitted by: Josh Tiefenbach <josh@ican.net> Notes: svn path=/head/; revision=7783
* Upgrade to 2.01James FitzGibbon1997-09-036-22/+22
| | | | | | | Submitted by: Mario Sergio Fujikawa Ferreira <lioux@gns.com.br> Notes: svn path=/head/; revision=7758
* Enabled 2 new ports xmysql and xmysqladminAndreas Klemm1997-09-021-1/+3
| | | | Notes: svn path=/head/; revision=7756
* New port xmysqladmin ...Andreas Klemm1997-09-025-0/+94
| | | | | | | | | XmysqlAdmin is a front end to the MySQL database engine. It allows reloads, status check, process control, isamcheck and grant/revoke privileges. Notes: svn path=/head/; revision=7755
* New port xmysql.Andreas Klemm1997-09-027-0/+122
| | | | | | | | | | XmySQL is a front end to the MySQL database engine. It allows for simple queries and table maintenance, as well as batch queries. XmySQL has been compiled and tested on Linux 2.0.0 with MySQL 3.20.16 and Xforms version 0.86. Notes: svn path=/head/; revision=7754
* Enable xmbase-grokAndreas Klemm1997-08-301-1/+2
| | | | Notes: svn path=/head/; revision=7728
* New port xmbase-grokAndreas Klemm1997-08-306-0/+118
| | | | | | | | | | | | | formerly just called "grok", is a simple database manager and UI builder that can: * keep phone and address lists (like a rolodex) * store phone call logs * keep todo lists * manage any other database after simple GUI-driven customization * customized data export, HTML export built in Notes: svn path=/head/; revision=7727
* Update to 3.104 beta.Paul Traina1997-08-265-60/+67
| | | | | | | | | | Warning: the directory structure has shifted again (lib/gnats -> libexec/gnats) Also, I am now compiling and configuring gnats with "with release based" which adds additional functionality and is backwards compatible, but adds new PR fields you may not expect to see. Notes: svn path=/head/; revision=7698
* Re-sort SUBDIRSBill Fenner1997-08-191-2/+2
| | | | Notes: svn path=/head/; revision=7618
* Remove exodus.Thomas Gellekum1997-07-301-2/+1
| | | | Notes: svn path=/head/; revision=7436
* Deactivate ports/databases/xfsqlJames FitzGibbon1997-07-201-2/+1
| | | | | | | Deactivate ports/www/w3-msql Notes: svn path=/head/; revision=7379
* Update name of perl executable in dependencies to "perl5.00401".Satoshi Asami1997-07-1820-40/+40
| | | | | | | | Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS and RUN_DEPENDS). Notes: svn path=/head/; revision=7366