Commit Graph

314 Commits

Author SHA1 Message Date
Justin M. Seger
178dcffaa1 Remove bad MASTER_SITE, change MAINTAINTER to MAINTAINER and clean up a few portlint errors. 1997-11-26 23:30:11 +00:00
Satoshi Asami
afefbca703 Oops, what was I thinking. Put MANUAL_PACKAGE_BUILD to the right place. 1997-11-22 00:51:36 +00:00
Satoshi Asami
ff3cc4ad51 Define MANUAL_PACKAGE_BUILD -- it is incompatible with the one in the system. 1997-11-22 00:47:18 +00:00
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
Satoshi Asami
dc5ea736c7 Update name of perl executable in dependencies to "perl5.00401".
Use USE_PERL5 when appropriate (i.e., defined in both BUILD_DEPENDS
and RUN_DEPENDS).
1997-07-18 05:04:20 +00:00
Masafumi Max NAKANE
5e5eddfc60 ldconfig -> ${LDCONFIG}. 1997-07-17 15:13:02 +00:00
James FitzGibbon
e8f1c65fc4 Fix pkg/COMMENT to not use the specific version number
Submitted by:	itojun@itojun.org
1997-07-15 17:35:48 +00:00
James FitzGibbon
2b7b1ae6f8 Massive changes to mSQL and related ports:
- msql-beta is now dead.  Now that v2.0 release is out, it has been folded into ports/databases/msql.
- p5-DBD-mSQL is dead.  It has been rolled into p5-Msql
- The version number of p5-Msql has moved from 1.1702 to 0.91.  This new version numbering scheme is related to the "Msql-modules" distfile on CPAN, whereas the old version numbering scheme was based on the "MsqlPerl" distfile (which is no longer available)
1997-07-14 13:23:33 +00:00
James FitzGibbon
1a84e7d783 Merge from msql-beta port as of 07/11/97
Upgrade to v2.0 release
PR:             ports/4072
1997-07-14 12:47:08 +00:00
James FitzGibbon
ebb15f23a1 Merge from msql-beta port as of 05/18/97
Upgrade to v2.0b7.1
1997-07-14 12:45:30 +00:00
James FitzGibbon
42d5f3f5e5 Merge from msql-beta port as of 04/28/97
Change startup script in ${PREFIX}/etc/rc.d to directly run the daemon instead of using the old kludgey run_daemon wrapper.
Fix up two mistakes in the PLIST
1997-07-14 12:44:42 +00:00
James FitzGibbon
4941677497 Merge from msql-beta port as of 04/15/97
Upgrade to v2.0b6

PLEASE NOTE: upgrading from <= b4 of mSQL2 requires that you dump and
re-load all your databases.  See the Makefile for details.
1997-07-14 12:43:38 +00:00
James FitzGibbon
3e63e19182 Merge from msql-beta port as of 03/19/97
Added patch to fix mislocation of mSQL's ACL file.
1997-07-14 12:41:47 +00:00
James FitzGibbon
d29320b1a4 Merge from msql-beta port as of 02/08/97
Remove broken (duplicated) patch-al file.
Submitted by:   Werner Griessl <werner@btp1da.phy.uni-bayreuth.de>
1997-07-14 12:40:41 +00:00
James FitzGibbon
8fb5af36ec Merge from msql-beta port as of 2/05/97
Upgrades 2.0b3 -> 2.0b4
1997-07-14 12:37:08 +00:00
James FitzGibbon
f02845aa73 Merge from msql-beta as of 1/21/97 1997-07-14 12:35:19 +00:00
James FitzGibbon
2e3d58f7b0 Add patch to make this compile on -current
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-07-02 21:33:45 +00:00
Peter Wemm
7ae8d56cf7 Update 1.101-beta to 1.102-beta, old distfile had gone. I've made no
other changes.
1997-06-30 07:11:04 +00:00
James FitzGibbon
c42d0253f6 Upgrade to v0.85 1997-06-27 02:27:51 +00:00
James FitzGibbon
ccdb93701a Make all p5- ports use USE_PERL instead of explicitly stating the version number in each Makefile
In-Conjunction-With: Satoshi's patch to bsd.port.mk
(note: unlike the last change in perl5 versions, I have only upgraded p5-* ports, not other ports that rely upon perl5.)
1997-06-24 18:43:34 +00:00
Andrey A. Chernov
3de20ee66c Fix date language 1997-06-19 08:40:18 +00:00
Satoshi Asami
b9921f4e56 Typo in dependency ("database/p5-DBI" -> "databases/p5-DBI").
Became obvious make package test was omitted by: jfitz :p
1997-06-19 07:46:16 +00:00
James FitzGibbon
476525aeb8 Activate databases/mysql
Activate databases/p5-Mysql
Activate databases/p5-DBD-mysql
Activate databases/p5-DBD-Pg
1997-06-18 19:41:11 +00:00
James FitzGibbon
f07fad4033 Import of a perl5 module for accessing PostgeSQL databases through the DBI 1997-06-18 19:41:01 +00:00
James FitzGibbon
0fa2622346 Import of a perl5 module for accessing MySQL databases 1997-06-18 19:39:25 +00:00
James FitzGibbon
6a10d52817 Import of MySQL, a mutlithreaded SQL database server
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-06-18 19:35:30 +00:00
James FitzGibbon
ec78fdd31f Upgrade to v0.83 1997-06-18 19:28:16 +00:00
James FitzGibbon
a077bdd1fe Remove BROKEN; builds clean with v6.1 of postgresql 1997-06-15 03:15:39 +00:00
James FitzGibbon
ce6502985c Upgrade to 1.1702 1997-06-15 03:14:06 +00:00
Andreas Klemm
8293f985d0 - Add shared lib using ldconfig -m before trying to init databases
- Added missing ldconfig -m in startup file
- Modified pgsql user environment
- Make port NOPORTDOCS aware
- Add additional port docs to post-install target and updated PLIST
- recursively change owner of pgsql directory after creating .profile,
  so that .profile can be modified by the pgsql user.
Hope everything is fine now.
1997-06-14 21:10:42 +00:00
Andreas Klemm
7849285de8 Update from 6.0 to 6.1
Enabled locale support, please tell me, if this ok or causes trouble.
Thanks.
1997-06-14 19:40:05 +00:00
James FitzGibbon
eb7cba587f Activate db 1997-06-13 17:54:40 +00:00
James FitzGibbon
94d43d362a Import of Berkely DB 2.0
Submitted by:	Josh Tiefenbach <josh@ican.net>
1997-06-13 17:54:36 +00:00
James FitzGibbon
a6585349f8 Mark as broken until postgresql port or p5-Pg distfile is updated 1997-05-29 14:23:50 +00:00
James FitzGibbon
67f2b0e5df Upgrade all ports requiring perl5.003 to perl5.004
Remove p5-CGI.pm and p5-ExtUtils-Embed; they are now part of the perl5.004 distribution.
1997-05-24 13:17:16 +00:00
James FitzGibbon
71619b7b2e Fix removal of wrong directory in PLIST 1997-04-27 17:15:41 +00:00
James FitzGibbon
0617725316 Mass update of perl5 ports (most bring the port up-to-date with the latest release from CPAN)
Specifics:	p5-Net fixed for IS_INTERACTIVE
		p5-libwww fixed for IS_INTERACTIVE
1997-04-20 21:26:49 +00:00
Wolfram Schneider
df8f6f276f Add virtual category 'perl5'. 1997-04-20 13:53:29 +00:00
Satoshi Asami
18e867144c Fix directory names in dependency for the postgres95 -> postgresql
upgrade.
1997-04-11 12:54:53 +00:00
Marc G. Fournier
24f9f94485 Change comment so that its there when INDEX regenerates 1997-04-10 23:29:17 +00:00
Marc G. Fournier
7f00346cb9 Update the DESCR file 1997-04-10 22:22:06 +00:00
Marc G. Fournier
218c87b734 Change PostgreSQL to postgresql 1997-04-10 19:21:29 +00:00
Marc G. Fournier
3c5198c1f3 Update postgresql port from v1.09 to v6.0 using files from PostgreSQL
port, which is going to be removed
1997-04-10 19:15:12 +00:00
Peter Wemm
52f5f9f7a2 revive postgres95 as postgresql with full history as requested by Satoshi. 1997-04-09 15:30:55 +00:00
James FitzGibbon
733a9d1466 Remove now obsolete postgres95 port
Clean up newly imported PostgreSQL port:
	- variable reorganization and cleanup
	- remove NOMANCOMPRESS conditional in favour of MAN?=
	- prevent import of installing user's $PATH into ${PREFIX}/pgsql/.profile
	- change package name to remove 'v'
	- remove some of the latent bugs left over from the postgres95 port.
1997-04-02 18:18:04 +00:00
Marc G. Fournier
a4ce510218 Add PostgreSQL port, remove Postgres95 port 1997-04-02 12:43:58 +00:00
Marc G. Fournier
90b7f3d878 More updates...www.ki.net doesn't exist anymore 1997-04-02 09:19:12 +00:00
Marc G. Fournier
5436c0f5e6 This port was *way* out of date, by 2 versions and represents a bad version
to boot.

Have updated the Master Sites listing to reflect where the current port
actually resides, as well as added a few of the mirrors.  Will work on
bringing the port up to date as I figure out how ports work :(

This should at least allow this port to be compiled using v1.08 now
1997-04-02 09:15:26 +00:00
James FitzGibbon
2d1a92a62d Add msql-beta. 1997-03-25 04:40:29 +00:00
Satoshi Asami
4813ccab24 Add PKGNAME, as DISTNAME contains "beta" in the version part.
While I'm here, remove obsoleted .el -> .elc comment (emacs is not
BUILD_DEPENDED anymore since the last update).
1997-02-19 04:36:05 +00:00
Satoshi Asami
4144cc456e Honor user's CFLAGS setting, instead of splatting it unconditionally with
a plain ugly "-g".
1997-02-19 04:35:01 +00:00
Paul Traina
9bc3066d3f Upgrade to 3.101-beta.
WARNING: the gnats database and dist files have moved
	 from lib/gnats to share/gnats
1997-02-17 04:12:44 +00:00
James FitzGibbon
f3e0df1382 Fixed checksum file 1997-02-12 18:59:50 +00:00
James FitzGibbon
f0d8aa7001 Upgrade to v1.15
Modifications to work with mSQL v1.1x or v2.0bx
1997-02-12 18:48:24 +00:00
James FitzGibbon
338921e60a Change in MASTER_SITES 1997-02-12 17:29:12 +00:00
Satoshi Asami
581e3b306f Change Brent J. Nordquist's e-mail address.
Submitted by:   "Brent J. Nordquist" <bjn@visi.com>
1997-01-28 08:11:23 +00:00
Satoshi Asami
5f4f3e60e3 query-pr.8 wasn't a duplicate of query-pr.1, it was a typo of queue-pr.8. ;) 1997-01-11 12:17:47 +00:00
Torsten Blum
abf021df74 fix install target:
- remove query-pr.8 from MAN8 - it's already in MAN1
  - move man/manl/gnats.l to man/man1/gnats.1
1997-01-10 15:17:16 +00:00
Satoshi Asami
8d74510606 Use ${MACRO}s. While I'm here, minor cleanup (fix indentation etc.). 1996-12-12 05:18:10 +00:00
Eric L. Hernes
d6d47664cb add typhoon 1996-12-12 02:41:29 +00:00
Eric L. Hernes
2c3b7d322f import of typhoon, a relational database patterened after
Raima's dbvista
1996-12-12 02:41:11 +00:00
Satoshi Asami
50e355828a Oops, forgot these two. Update to use new features in bsd.port.mk 1.237. 1996-12-11 12:04:23 +00:00
Satoshi Asami
c1f5b67a28 Add NO_PACKAGE reason (postgres uid). 1996-12-07 12:49:35 +00:00
Satoshi Asami
17cd4ef298 Typo typo. (No, this one wasn't my fault.) 1996-11-19 14:16:51 +00:00
Satoshi Asami
d12ba0e211 Add back part of manual compression rule (note double meaning of
"manual" here), bsd.port.mk can't deal with both MAN1 and MAN3 if they
have different MANPREFIX's.  Hmm.
1996-11-19 13:42:26 +00:00
Satoshi Asami
c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00
Satoshi Asami
5dba7b6e29 Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES. 1996-11-18 10:25:35 +00:00
David E. O'Brien
2a77f2f829 CAT_E_GORIES+= -> CAT_E_GORIES=
Perl ports now use MASTER_SITE_PERL_CPAN
Misc cleanup
1996-11-17 03:18:45 +00:00
Mark Murray
99d1416bbb Add a fix from the author.
Obtained from:The author via p5-Msql
1996-11-01 19:05:24 +00:00
James FitzGibbon
b8c06517e3 Add RUN_DEPENDS to all perl5 ports, to make packages install perl.
Submitted by:	asami@freebsd.org
1996-10-24 09:59:32 +00:00
James FitzGibbon
dd5b5aea7f Remove msqlperl, it's now p5-Msql 1996-10-24 08:59:35 +00:00
James FitzGibbon
36c587bd88 Fix missing first line of Makefile
Submitted by:	asami@freebsd.org
1996-10-24 07:49:44 +00:00
James FitzGibbon
d4964ef40b Update for new perl5 ports 1996-10-24 00:03:46 +00:00
James FitzGibbon
a8b5da44b8 an interface between perl5 and the database Postgres95. 1996-10-23 23:59:20 +00:00
James FitzGibbon
a4fb514e86 Import of standalone module to allow access to mSQL databases in perl5. 1996-10-23 23:53:26 +00:00
James FitzGibbon
ca9b725c89 Import of module for generic access to databases in perl5. 1996-10-23 23:52:52 +00:00
James FitzGibbon
01a5dac6f9 Add msqlperl after moving from lang/ to databases/ 1996-10-17 02:46:25 +00:00
James FitzGibbon
2632661b2a Build static library with -fpic. This should solve the 'RRS text reloation' warnings that xfsql and msqlperl were having.
Suggested-by: John Polstra <jdp@polstra.com>, asami@freebsd.org
1996-10-17 02:45:02 +00:00
James FitzGibbon
38b7858712 Upgrade to v1.08
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	matt@bdd.net
1996-10-10 12:54:03 +00:00
Satoshi Asami
95137d2010 Oh my goodness! Satoshi is finally fed up and decided to "clean up"
all the COMMENTs!  No package names, no version numbers, no "this is
absolutix-3.1.2" type comments that have zero information contents.

Now, without any bad examples to follow, nobody has an excuse to import
a port with those kind of comments. :)

Phew!  238 ports modified!
1996-10-10 05:05:35 +00:00
James FitzGibbon
a87698a36a Use INSTALL_ aliases in post-install:
Create rc.d-style local startup script
Fix omissions in pkg/PLIST
Remove erroneous PREFIX in Makefile (and modify PLIST to match)
Remove IS_INTERACTIVE (assume installation will run as root)
Use union diffs instead of context diffs.
1996-10-04 00:38:38 +00:00
James FitzGibbon
7e2c38daba Upgrade to 1.07
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	matt@bdd.net
1996-09-26 01:43:09 +00:00
James FitzGibbon
67f9fc7147 Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by:    jfitz@FreeBSD.ORG
Submitted by:   Matthew Stein <matt@bdd.net>
1996-09-23 22:41:31 +00:00
James FitzGibbon
05209f589d Import of Postgres95, a next-generation DMBS research prototype.
Reviewed by:	jfitz@FreeBSD.ORG
Submitted by:	Matthew Stein <matt@bdd.net>
1996-09-23 22:40:15 +00:00
James FitzGibbon
643b45ebd8 Added xfsql 1996-09-03 19:42:10 +00:00
Satoshi Asami
f18b639f4f Add $Id$. 1996-08-29 10:20:55 +00:00
James FitzGibbon
b34627b7ab Added missing files to PLIST
Changed COMMENT to match version number
1996-08-09 14:06:35 +00:00
James FitzGibbon
bc16207e9e Patches run_daemon to use correct e-mail address and /usr/bin/mail 1996-08-09 14:06:05 +00:00
James FitzGibbon
55292e319a Upgraded to v1.0.16 1996-08-09 14:05:25 +00:00
James FitzGibbon
dd7da36d4a Upgraded to v1.0.16
Added maintainer as jfitz@freebsd.org
1996-08-09 14:05:14 +00:00
Paul Traina
604a601355 Don't allow a package to be made, and insist that gnats UID is present before
installing.

Suggested by: jhs
1996-08-03 19:11:26 +00:00
Paul Traina
20d1e70429 Finally upgrade to the "beta" release with remote machine support 1996-07-20 06:54:40 +00:00
Satoshi Asami
602c3aec84 Move elisp stuff from /usr/local/lib/emacs to share/emacs/site-lisp.
Pick up CFLAGS from /etc/make.conf if set there.
1996-07-10 06:32:45 +00:00
Satoshi Asami
47fe1c817a Make this NO_PACKAGE, it requires user "gnats". 1996-07-10 06:31:26 +00:00
Satoshi Asami
428b789b33 Upgrade, 1.0.7 -> 1.0.14.
Note this port is RESTRICTED now, it's not free for commercial entities.

Reviewed by:	chuckr@glue.md.edu
Submitted by:	james@nexis.net and br@stiller.netland.inka.de, among others.
1996-06-03 01:56:15 +00:00
Satoshi Asami
d37e4893c8 Add gdbm. 1996-04-12 06:44:38 +00:00
Satoshi Asami
5f22cbcb1b GNU dbm.
Submitted by:	"Brent J. Nordquist" <nordquist@platinum.com>
1996-04-12 06:44:16 +00:00
Satoshi Asami
b0ae2f4c93 pkg/COMMENT files for use by ports READMEs. 1996-04-09 08:30:00 +00:00
Satoshi Asami
eef04f0e23 Change category from "development" to "databases devel". 1995-11-22 11:41:26 +00:00
Satoshi Asami
3eddcbb776 Sort things alphabetically. 1995-11-02 08:36:30 +00:00
Satoshi Asami
7acba3d8ef Put BUILD_DEPENDS before other misc. variables. 1995-11-02 08:07:29 +00:00
Paul Traina
7cc1cfcec4 Add ashe & gnats (ashe=nobuild due to motif) 1995-10-30 17:32:34 +00:00
Paul Traina
cdb615dac1 Initial import of gnats 3.2
Approved by: asami
1995-10-30 17:26:10 +00:00
Satoshi Asami
c9490209f3 Upgrade, 1.0.5 -> 1.0.7.
Submitted by:	Chuck Robey <chuckr@eng.umd.edu>
1995-09-14 11:30:34 +00:00
Satoshi Asami
929c5a427e Add "NO_MTREE=yes", this port sets PREFIX=/usr/local/Minerva. :< 1995-08-28 07:49:48 +00:00
Satoshi Asami
ec72d2f444 Make this NO_PACKAGE. 1995-08-26 09:31:14 +00:00
Satoshi Asami
ae8f5d0591 Added exodus.
(Hurray!  This Makefile now has two entries!)
1995-08-13 01:10:21 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# Id line
#
# RESTRICTED: restricted_port_1 (comment1)
# RESTRICTED: restricted_port_2 (comment2)
#
# BROKEN: broken_port_3 (comment3)
# BROKEN: broken_port_4 (comment4)
# BROKEN: broken_port_5 (comment5)
#

SUBDIR= good_port_1 good_port_2 ...
=====

Basically, the idea is to make it easy to find restricted or broken
ports by doing a "grep".
1995-05-14 03:30:07 +00:00
Satoshi Asami
b64535bcae Makefile updates, database version! Only one subdir! ;) 1995-04-11 20:44:46 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Gary Palmer
938349395b Upgrade to 1.0.5. Change default dir for pid's to /var/run like
the rest of the system
1995-02-23 02:26:49 +00:00
Satoshi Asami
86793c984d Converted Makefiles as much as I could.
(1) Took out INSTALL_MANPAGES (not necessary anymore, porter should
    set NO_INSTALL_MANPAGES for not calling "make install.man")

(2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS.  These
    are the entries I used:

    EXEC_DEPENDS:
      unzip:${PORTSDIR}/archivers/unzip
      gmake:${PORTSDIR}/devel/gmake
      wishx:${PORTSDIR}/lang/tclX
      xli:${PORTSDIR}/graphics/xli
      gs:${PORTSDIR}/print/ghostscript
      gunshar:${PORTSDIR}/archivers/gshar+gunshar
      hfs:${PORTSDIR}/utils/hfs
      rman:${PORTSDIR}/utils/rman

    LIB_DEPENDS:
      tiff\\.3\\.:${PORTSDIR}/graphics/tiff
      jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg
      Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
      tcl\\.7\\.:${PORTSDIR}/lang/tcl
      tk\\.3\\.:${PORTSDIR}/x11/tk
      xview\\.1\\.:${PORTSDIR}/x11/xview-lib
      Xaw3d\\.:${PORTSDIR}/x11/Xaw3d
      mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib
      xview\\.3\\.:${PORTSDIR}/x11/xview-lib
      BLT\\.1\\.:${PORTSDIR}/x11/blt

    There are still some dependencies I can't figure out what exactly
    is needed.  If your port still has DEPENDS in it, please check it out!
1995-02-11 13:51:48 +00:00
Gary Palmer
2788364e94 Missing subdir makefile 1995-01-15 07:37:16 +00:00
Gary Palmer
1b5bde4b4d Correct the rather broken URL 1995-01-15 05:17:22 +00:00
Jordan K. Hubbard
8127cfce92 MSQL port from Michael Reifenberger.
Submitted by:	mr
1995-01-14 11:01:06 +00:00