Will Andrews
488749fefd
Add p5-DBZ_File, a perl module for accessing DBZ databases.
...
PR: 18846
Submitted by; Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2000-07-02 08:08:14 +00:00
Alexander Langer
deb90e6a16
Update to 1.0.24
...
PR: 19250
Submitted by: maintainer
2000-06-28 14:02:51 +00:00
Maxim Sobolev
8d40a9a9a2
Update to 0.2.2.
2000-06-24 15:39:24 +00:00
Jacques Vidrine
6dc9bdb0c8
Locally hosted distfiles moved to ftp.freebsd.org.
2000-06-20 13:37:39 +00:00
Akinori MUSHA
d78d23752a
Use ${PKG_PREFIX} instead of `/usr/local'.
2000-06-20 05:16:27 +00:00
Akinori MUSHA
7145c7d0d1
Update to 7.0.2.
...
Fix NOPORTDOCS support.
Fix PLIST in many respects, especially for pgacess.
2000-06-20 05:08:07 +00:00
Akinori MUSHA
5804ca48ae
Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.
2000-06-17 05:34:04 +00:00
Will Andrews
1e60866cc1
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
...
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many
miscellaneous modifications. I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.
Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
ffb21b5654
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
...
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
...
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5
Fourth round of INSTALLS_SHLIBS conversion.
2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
...
just cun'n'pasted the name from Satoshi's commit message without checking
it.
Hall of shame entry: sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
835d6b8655
Third round of INSTALL_SHLIBS=yes fixes.
2000-06-15 17:59:45 +00:00
Maxim Sobolev
1de95a9ce1
First round of INSTALL_SHLIB fixes.
2000-06-15 16:44:16 +00:00
Maxim Sobolev
a9f22cd584
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
2000-06-14 13:21:38 +00:00
Maxim Sobolev
00e405d352
Add support for building db2 shared library.
...
"A somewhat cumbersome update to db to have it build
a shared lib. Ports depending on it will now be
able to use a simple LIB_DEPENDS instead of
a semantically incorrect RUN_DEPENDS."
PR: 19035
Submitted by: Mario Sergio Fujikawa Ferreira <lioux@uol.com.br>
2000-06-06 15:15:18 +00:00
Akinori MUSHA
44de5f52b2
Enable multibyte support by default, and add knobs to disable it or set the
...
default encoding.
Still the "default" default encoding is singlebyte, so this shouldn't hurt
anything but a little code increase.
Approved by: andreas (the maintainer)
2000-06-04 16:47:24 +00:00
Dirk Froemberg
835c9ff362
GNU_CONFIGURE -> USE_LIBTOOL.
2000-06-03 07:59:18 +00:00
Maxim Sobolev
0fc22cf59b
Add "-b" option for the fetch(1) to make distfile actually downloadable.
...
Submitted by: bento
2000-06-02 09:02:13 +00:00
Maxim Sobolev
0910e8828b
Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.
2000-06-01 08:28:46 +00:00
Will Andrews
b9cf2a6561
Add MyODBC port, an ODBC driver for MySQL.
...
PR: 17586
Submitted by: Erik H. Bakke <erikhb@bgnett.no>
2000-05-30 00:12:26 +00:00
Nick Sayer
2d610cd8b4
Make the port work in the absence of X
...
Submitted by: andrews@technologist.com
2000-05-29 16:42:04 +00:00
Will Andrews
1fdcbff778
Add libiodbc, a library which allows access to ODBC databases.
...
PR: 17587
Submitted by: Erik H. Bakke <erikhb@bgnett.no>
2000-05-29 08:23:02 +00:00
Steve Price
a23d18d6d7
Put the freefall-specific patches behind a WANT_FREEFALL_CFG knob. Moved
...
Paul's changes to files/gnats-edit-pr.patch. Added [1] the ability to track
class changes with a change message. Also added [2] a URL to the problem
report online in the 'thank you' message when a new report is submitted.
Submitted by: [1] sheldonh
Inspired by: [2] archie@whistle.com
2000-05-29 04:05:09 +00:00
Steve Price
74fd001d80
Specify the path to javac so this builds even if it isn't in the user's path.
2000-05-28 03:58:38 +00:00
Steve Price
5b51dbc6ff
Specify the path to javac just in case it is not in the user's PATH as
...
it wasn't on bento.
2000-05-28 03:46:58 +00:00
Maxim Sobolev
a9600cccfa
Add a warning message that this software is not maintained and could became
...
obsolete in the nearest future.
2000-05-26 08:29:21 +00:00
Maxim Sobolev
3f6f295181
Activate py-MySQLdb.
2000-05-26 07:43:13 +00:00
Maxim Sobolev
b5e2400373
Initial import of py-MySQLdb.
...
py-MySQLdb is a Python module to access MySQL databases, very similar to the one
in ports/databases/py-MySQL, but unlike the latter it is actively maintained
and conform to the DB-API v2.0. Therefore it should be used instead of the oldest
one by all who want retain maintainability of their Python DB applications in
the future.
PR: 18383
Submitted by: sobomax
2000-05-26 07:05:20 +00:00
Andreas Klemm
989d7f9fd3
make startup script work (start/stop)
...
Obtained from: Palle Girgensohn <girgen@partitur.se>
2000-05-25 09:35:25 +00:00
Andreas Klemm
af0564d809
upgrade postgresql to v 7.0 release
...
thanks for complete diffs ;-)
closed PR
PR: 18699
Obtained from: Palle Girgensohn <girgen@partitur.se>
2000-05-24 14:11:19 +00:00
Akinori MUSHA
c64d023017
Complete the PLIST.
...
Submitted by: bento
2000-05-17 18:04:01 +00:00
Tim Vanderhoek
f5a27b3b34
Comment clean-ups.
2000-05-12 20:00:17 +00:00
Nick Sayer
22cd9f07ec
Add a threading patch
...
Submitted by: glewis@trc.adelaide.edu.au
2000-05-12 03:11:34 +00:00
Nick Sayer
75f67d8b0c
Add unixODBC port
2000-05-11 15:41:27 +00:00
Nick Sayer
6939674606
Activate unixODBC port
2000-05-11 15:40:20 +00:00
Satoshi Asami
3b9ee8cb50
Remove some directories upon deinstallation.
...
Submitted by: bento
2000-05-10 06:06:16 +00:00
Chris D. Faulhaber
59c464d691
Fix DISTNAME breakage
2000-05-08 15:37:24 +00:00
Dirk Froemberg
0cd9c6aaf6
Remove -Werror from configure script. This caused incorrect results
...
if -Wall was in CFLAGS. Thus mysql didn't build.
Reported, analyzed and tested by: deischen
2000-05-03 11:33:14 +00:00
Steve Price
01de4f1c56
Adding mysql-editor version 0.2.
...
A set of CGI scripts in Perl for editing your MySQL tables.
PR: 17376
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-05-01 02:45:01 +00:00
Kris Kennaway
2f253f5bf6
This file was forgotten during the recent version update.
...
Noticed by: bento
2000-04-30 01:09:57 +00:00
Chris Piazza
9740e2415c
Update to 1.4.3
...
PR: 18136
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-04-29 21:14:39 +00:00
Akinori MUSHA
f3c862d4ac
- Update to 1.2c.
...
PR: ports/17773
Submitted by: MAINTAINER
- Add `java' category.
2000-04-25 13:59:18 +00:00
Akinori MUSHA
5265cd36e2
Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.org
...
so as to make it clear that a FreeBSD committer maintains them.
2000-04-24 15:51:20 +00:00
Kris Kennaway
39c06186fa
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
...
for quite some time. If any non-committer wants to take over maintainership
please let me know.
Reviewed by: ports
No response from: erich
2000-04-23 22:59:51 +00:00
Vanilla I. Shu
8ee05fcbde
Cleanup of build process of the py-MySQL port. Previously port used
...
custom Makefile for this purpose, which led to resulting module
being bloated (~600K) by linking all Python code from libpython1.5
into it. With this patch the module will use standard Python's way
to build supplemental modules, which should generally be cleaner.
Other good sideeffect is that after this patch resulting module
is only 20K in size.
PR: ports/17893
Submitted by: Maxim Sobolev <sobomax@altavista.net>
2000-04-23 16:24:06 +00:00
Vanilla I. Shu
b7fe3ddec4
Upgrade
...
p5-Errno => 1.09
p5-File-BasicFlock => 98.1202
p5-File-Sync => 0.09
p5-Filter => 1.18
p5-HTML-Parser => 3.07
p5-IO-Tty => 0.03
p5-IO-stringy => 1.210
p5-Mysql => 1.2213
p5-Net => 1.703
p5-Storable => 0.6.11
p5-URI => 1.06
p5-libwww => 5.48
2000-04-22 22:25:32 +00:00
Akinori MUSHA
27a1f19ec5
Update to 2.0.4.
2000-04-20 18:24:24 +00:00
Michael Haro
ad963fa132
portlint
2000-04-20 05:04:31 +00:00
Michael Haro
baefc72969
portlint and add SLAVEDIRS variable
2000-04-20 04:44:30 +00:00