Commit Graph

161 Commits

Author SHA1 Message Date
James FitzGibbon
69e5fc4f6f Fix Makefile to reference perl 5.004_04
Submitted by:	axl@iafrica.com
1997-11-18 19:05:12 +00:00
James FitzGibbon
20fa4555d0 Upgradet to v2.3.12
Submitted by:	"Josh Tiefenbach" <josh@ican.net>
1997-11-11 16:58:48 +00:00
James FitzGibbon
657a5370d5 Update to description file
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-31 20:20:19 +00:00
Andreas Klemm
d8d6ed40b4 update to 6.2.1, possibly more committs to come (PLIST) 1997-10-30 14:34:25 +00:00
James FitzGibbon
24a5035b30 Upgrade to v3.20.32a
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-29 14:43:35 +00:00
Andreas Klemm
85236b300e update to release 0.62
bugfix "Multiple layout (n) found"
1997-10-27 21:48:06 +00:00
Andreas Klemm
0b192ef053 bugfixrelease 0.61, just before ports freeze ;-) 1997-10-14 19:04:59 +00:00
Andreas Klemm
c5de446b09 - updated to newest version 0.60
- 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
1997-10-12 13:03:04 +00:00
James FitzGibbon
e999c3c131 Upgrade to v3.20.31e (could have sworn we just did something like this...)
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-09 19:51:53 +00:00
James FitzGibbon
6a456e55fd Upgrade to v3.20.31d
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-09 15:52:00 +00:00
James FitzGibbon
d1453d6313 Upgrade v3.20.31b
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-08 20:08:30 +00:00
Satoshi Asami
4598e6a086 Checksum changed. 1997-10-08 05:12:08 +00:00
Andreas Klemm
e5ea959584 Grrr. when writing the committ message I noticed in the source,
that this is version 0.52. I really hate this :-/
1997-10-05 21:22:55 +00:00
Andreas Klemm
2cacf2d43c source archive changed on the server without bumping the version
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.
1997-10-05 21:21:44 +00:00
Andreas Klemm
ac27474d25 a symlink was missing
thanks John, for testing the port
Submitted by:	John Fiber
1997-10-05 21:12:29 +00:00
Andreas Klemm
a53f1f9a5e - remove the ampersand, postmaster process automatically goes into
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
1997-10-05 21:00:49 +00:00
Andreas Klemm
686511f050 Point to pgaccess in the post-installation notes. 1997-10-05 10:23:18 +00:00
Andreas Klemm
969af2e6e1 Change libpgsql.so.1 to version number uncritical libpgsql.so 1997-10-05 00:38:37 +00:00
Andreas Klemm
463e2f07fc libpq and libpgtcl shared libs get both a major and minor release number.
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.
1997-10-05 00:34:53 +00:00
Andreas Klemm
65d15ee84b make pgaccess finally work ;-)
- 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.
1997-10-04 23:38:59 +00:00
Andreas Klemm
f12060909c enabled pgaccess 1997-10-04 23:32:05 +00:00
Andreas Klemm
7551a06aeb New port pgaccess, a _working_ (yuppee, got it to work finally)
TCL/TK frontend to postgresql ;-)
More commits to come (in postgresql port)
1997-10-04 23:31:00 +00:00
Andreas Klemm
06e9686a05 make USE_TCL=yes compiles libpgtcl subdir which is needed
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 ;-)
1997-10-04 22:43:26 +00:00
Andreas Klemm
3a3e535685 cosmetic changes using portlint, a really nice tool ;-) 1997-10-04 14:53:11 +00:00
Andreas Klemm
e0f099c73b forgot the backslashes in the script. 1997-10-03 18:26:54 +00:00
Andreas Klemm
8f5d33e0f1 Upgrade from version 6.1.1 to 6.2
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
1997-10-03 14:13:36 +00:00
James FitzGibbon
55b5c070e5 Upgrade to v2.3.11
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-10-03 14:13:24 +00:00
Andreas Klemm
addd670635 Upgrade from 6.1 to 6.1.1 1997-09-27 21:43:52 +00:00
James FitzGibbon
4f057f3d22 Upgrade to v3.20.30b
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-27 02:30:17 +00:00
James FitzGibbon
9f2f980a36 Upgrade to v1.1810 1997-09-17 13:59:00 +00:00
James FitzGibbon
dd4510f7aa Upgrade to v1.1811 1997-09-17 13:58:56 +00:00
James FitzGibbon
cfce11ac0b Upgrade to v3.20.29
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-17 13:28:51 +00:00
James FitzGibbon
7426ec2841 Mass update of CPAN ports
p5-Pg                   ->      1.6.1
        p5-Tk                   ->      402.002
        p5-WWW-Search           ->      1.010
        p5-libwww               ->      5.12
1997-09-14 04:00:20 +00:00
James FitzGibbon
d2efc9486f Mass upgrade of CPAN ports:
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
1997-09-14 02:55:26 +00:00
James FitzGibbon
700673ac03 Upgrade to v1.1808 1997-09-13 17:55:22 +00:00
James FitzGibbon
d6f9144e24 Upgrade to v0.90 1997-09-13 17:53:20 +00:00
Satoshi Asami
d4bbd5fa01 I think we need this. 1997-09-09 00:53:09 +00:00
Satoshi Asami
d97ac3a29f Move WRKSRC down to "misc. bsd.port.mk variables" section. Also delete
USE_X11, USE_IMAKE implies it.
1997-09-09 00:39:46 +00:00
James FitzGibbon
444d298e53 Upgrade to v3.20.25
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-05 20:23:13 +00:00
James FitzGibbon
d23412b3d8 Upgrade to v2.2.6
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-09-05 20:22:12 +00:00
James FitzGibbon
f4b265085d Upgrade to 2.01
Submitted by:	Mario Sergio Fujikawa Ferreira <lioux@gns.com.br>
1997-09-03 03:03:18 +00:00
Andreas Klemm
b20e878184 Enabled 2 new ports xmysql and xmysqladmin 1997-09-02 15:10:38 +00:00
Andreas Klemm
0e8b297194 New port xmysqladmin ...
XmysqlAdmin is a front end to the MySQL database engine.
It allows reloads, status check, process control, isamcheck
and grant/revoke privileges.
1997-09-02 15:06:32 +00:00
Andreas Klemm
9cf0c35672 New port xmysql.
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.
1997-09-02 14:56:45 +00:00
Andreas Klemm
9e54d78373 Enable xmbase-grok 1997-08-30 13:26:53 +00:00
Andreas Klemm
9fed88020d New port xmbase-grok
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
1997-08-30 13:25:06 +00:00
Paul Traina
5879c157ad Update to 3.104 beta.
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.
1997-08-26 22:30:07 +00:00
Bill Fenner
2de4e1c8c0 Re-sort SUBDIRS 1997-08-19 07:17:56 +00:00
Thomas Gellekum
126a66a56d Remove exodus. 1997-07-30 11:47:51 +00:00
James FitzGibbon
870c39be70 Deactivate ports/databases/xfsql
Deactivate ports/www/w3-msql
1997-07-20 14:34:58 +00:00