Akinori MUSHA
849badb661
Use RUBY_PORTVERSION, RUBY_DISTNAME and RUBY_WRKSRC.
2000-10-20 19:56:05 +00:00
Kevin Lo
7ccff8de38
Update to version 2.16
...
PR: 22093
Submitted by: MAINTAINER
2000-10-20 15:36:29 +00:00
Thomas Gellekum
ea73b9c22a
New port py-gdbm; this contains Python bindings to the GNU dbm library.
2000-10-20 09:11:38 +00:00
Dirk Froemberg
798cac5ca4
Upgrade to 3.23.26.
2000-10-19 13:28:42 +00:00
Dirk Froemberg
4c1664fda9
Add mysql323-client and mysql323-server.
2000-10-19 09:18:59 +00:00
Dirk Froemberg
5c5dc27ac7
Upgrade to MySQL-3.23.24 after repository copy from mysql322-client
...
and mysql322-server.
- mit-pthread support was dropped.
- libmysqlclient.so.9 was renamed to libmysqlclient.so.6 (like the
one coming with MySQL-3.22.x) so ports depending on MySQL having
a chance of using 3.23.x if installed.
mysql322-(client|server) and mysql323-(client|server) can't be
installed at the same time, of course.
2000-10-19 09:17:57 +00:00
Ade Lovett
40c320728e
Support LOCALBASE properly
...
PR: 21610
Submitted by: Ports Fury (no response from maintainer)
2000-10-13 20:24:07 +00:00
Chris D. Faulhaber
d27eb16a11
- Update port to 1.2215
...
- Add WWW
2000-10-12 19:59:19 +00:00
Satoshi Asami
7a40c2a2f7
Fix MD5_FILE (files/md5 -> distinfo).
2000-10-08 10:31:13 +00:00
Satoshi Asami
7acef1cd7a
Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
...
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Satoshi Asami
606d04df37
Rename PLIST.* to pkg-plist.*.
2000-10-08 00:04:36 +00:00
Satoshi Asami
ebd01801c6
Rename {COMMENT,PLIST}.client to pkg-{comment,plist}.client.
2000-10-07 23:59:32 +00:00
Satoshi Asami
a5d771bbdd
Remove NEWLAYOUT definition, this is going to be the default.
...
Jumped the gun by: jeh :)
2000-10-07 21:33:54 +00:00
Andreas Klemm
0052621e46
mastersite changed
...
Submitted by: tchoukharev@mail.ru
2000-10-06 05:31:48 +00:00
Jeremy Lea
b7bdcd418e
Implement USE_GNOME, part 1.
2000-10-05 07:10:50 +00:00
Jeremy Lea
fda2e985da
Implement USE_GTK, part 1.
2000-10-05 06:36:23 +00:00
James E. Housley
ef9103121d
Initial import of mytop Version 0.3
...
mytop is a non-gui tool for monitoring the threads and overall performance
of MySQL 3.22.x and 3.23.x servers.
PR: 20892
Submitted by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
Reviewed by: will
Approved by: will
2000-10-05 01:35:25 +00:00
Kevin Lo
6f7e553a69
Update to version 1.0.28
...
PR: 21744
Submitted by: MAINTAINER
2000-10-04 15:03:06 +00:00
Jacques Vidrine
4d34d14199
Forgotten WWW tag.
2000-10-03 21:33:21 +00:00
Jacques Vidrine
67bb1521ab
Python dictionary wrapper around a SQL database
2000-10-03 20:55:20 +00:00
Jacques Vidrine
792afefafb
Update 2.4 -> 3.0
2000-10-03 13:52:51 +00:00
Will Andrews
ec33bec011
Update to 3.0.16 and change MAINTAINER.
...
PR: 21529
Submitted by: Jeremy Shaffner <jeremy@external.org> (new MAINTAINER)
2000-09-30 00:33:24 +00:00
Akinori MUSHA
3d3b2e83ce
Update to Ruby 1.6.1. Many bugs have been fixed since 1.6.0. :)
...
Take over the maintainership from Yasuhiro Fukuma <yasuf@bsdclub.org>,
with his approval. I can never thank him too much for his previous
work which led me in the right direction! :)
lang/ruby:
- Add a patch for find.rb, which fixes the bug found after
1.6.1 was released.
databases/ruby-gdbm, */ruby-{tcltklib,tk}:
- Remove files/md5 and refer to lang/ruby's one.
2000-09-28 19:33:39 +00:00
Jeremy Lea
9ec772b98e
Add missing depends (png and jpeg).
2000-09-28 07:01:53 +00:00
Akinori MUSHA
c68548820c
Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBY
...
or USE_LIBRUBY is defined, individual ruby ports no longer need to
include it explicitly.
2000-09-26 08:02:17 +00:00
Maxim Sobolev
b82bff9c55
Remove --buld ltconfig option hacks. Please don't forget to update your libtool
...
installation.
2000-09-25 08:14:28 +00:00
Dirk Froemberg
3b0128bba5
Fix Y2K URL.
2000-09-24 21:40:24 +00:00
Dirk Froemberg
d6aab0b08b
Remove stale information.
2000-09-24 21:27:48 +00:00
Dirk Froemberg
d9b01d7c92
- "@exec killall mysqld" should read "@unexec killall mysqld"...
...
- introduce MYSQL_VERSION in PLIST and PLIST_SUB
2000-09-24 21:07:50 +00:00
Dirk Froemberg
6feb9421df
Set INSTALLS_SHLIB (instead of calling ldconfig).
2000-09-23 18:57:11 +00:00
Andreas Klemm
4d0172d6b4
pl/Perl and ODBC support
...
Submitted by: Nadav Eiron <nadav@cs.technion.ac.il>
2000-09-23 16:13:56 +00:00
Maxim Sobolev
d2a1700331
Several cleanups:
...
- properly install shared library (still needs more work);
- use pthreads;
- use libtool.
PR: 21470 (partially)
Submitted by: maintainer
2000-09-22 16:48:51 +00:00
Neil Blakey-Milner
d0acb1b7bf
Change Whom:, so people know who made the port, not what silly script
...
that didn't help at all was used to generate the skeleton.
2000-09-22 11:43:04 +00:00
Ade Lovett
65ebcdc907
Another GTK+ front-end for mysql.. submitter will be extending it
...
to handle mSQL, Oracle, PostgreSQL and Solid at a later date.
PR: 21069
Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
2000-09-19 18:19:19 +00:00
Ade Lovett
e40e2d85f6
Add p5-DBD-XBase, providing access to XBase (dBase, Fox*) database files,
...
namely dbf, dbt, fpt, ndx, ntx, mdx, idx and cdx.
PR: 21167
Submitted by: Ilia Chipitsine <ilia@jane.cgu.chel.su>
2000-09-19 17:06:01 +00:00
Akinori MUSHA
ce1cc1462f
Update to Ruby 1.6.0 official release.
...
lang/ruby:
- Do not force lib/ruby/site_ruby and lib/ruby removals,
because a user may have his/her stuff installed there.
x11-toolkits/ruby-tk:
- Fix duplicated PKGNAMEPREFIX.
2000-09-19 15:20:16 +00:00
Maxim Sobolev
cc2fb1f48f
Use USE_PYTHON.
2000-09-19 06:38:32 +00:00
Ade Lovett
aeb00f7e3f
Fix a number of issues in the code. See the PR for the long
...
and detailed explanation. PORTREVISION bumped.
PR: 20058
Submitted by: maintainer
2000-09-18 21:44:45 +00:00
Paul Richards
569f934e5b
Upgrade to 3.113
2000-09-17 00:41:34 +00:00
Paul Richards
7d35c9720f
Cleanup the temporary message file.
2000-09-17 00:39:54 +00:00
Will Andrews
d91584cbef
Update to 3.1.17.
...
PR: 21227
Submitted by: maintainer
2000-09-16 22:57:41 +00:00
Maxim Sobolev
470f25f6c2
Update md5 and retire FETCH_BERORE_ARGS=-b.
...
Submitted by: many (md5)
2000-09-15 13:59:05 +00:00
Chris D. Faulhaber
0339765402
Do not install files/dirs group-writable
2000-09-15 02:35:10 +00:00
Nick Sayer
d56bbea909
Oops. Somehow an extra USE_XLIB got into the !WITH_X case.
2000-09-14 14:27:23 +00:00
Thomas Gellekum
1155bdbace
Use bsd.python.mk.
2000-09-14 12:05:42 +00:00
Maxim Sobolev
6e8513abed
Update md5. The new version of distfile insludes path, which is the only
...
difference.
Submitted by: bento
2000-09-12 17:40:45 +00:00
Andreas Klemm
b9ea043836
checksum of file changed on ftp server
...
Submitted by: "Andre Goeree" <abgoeree@uwnet.nl>
2000-09-10 09:49:03 +00:00
Andreas Klemm
2c74b4f374
avoid:
...
ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root
during startup.
Submitted by: tobez@tobez.org
2000-09-09 06:29:15 +00:00
Thomas Gellekum
78bbc51a88
Don't break package building on Satoshi's cluster. Explicitly depend
...
on python1.5:lang/python15.
2000-09-08 12:24:00 +00:00
Akinori MUSHA
e243587439
Update to 2.3.1.
2000-09-07 16:16:57 +00:00