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
Satoshi Asami
9c080badf9
Add postgresql7.
...
Forgotten (again) by: andreas ;)
2000-04-19 17:26:30 +00:00
Andreas Klemm
358c2408d6
Update to postgresql 7 beta 5
...
closes PR
PR: 17736
2000-04-17 20:56:06 +00:00
Jeremy Lea
877b8a533b
Standardize all user defined options to the booleans WITH_FOO and
...
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
2000-04-17 00:18:05 +00:00
Michael Haro
e78fe5bbfb
portlint - mostly moving around variables.
2000-04-16 23:12:33 +00:00
Andreas Klemm
d6eb50cc40
Close PR
...
Postgresql port now can be packaged.
User and group will be created automatically
PR: 17744
Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
2000-04-16 18:43:19 +00:00
Chris D. Faulhaber
afcfbbe9fa
Update port to 0.0.6
2000-04-16 12:42:47 +00:00
Akinori MUSHA
52190dc850
Portlint COMMENT's.
...
Everybody should read the Handbook again!
PR: ports/18008
Submitted by: tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
74dd526e72
Remove obsolete `Version required' lines.
2000-04-14 17:44:00 +00:00
Satoshi Asami
2af857df77
Convert to PORTNAME/PORTVERSION.
2000-04-13 06:40:05 +00:00
Akinori MUSHA
edcf8b3594
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
...
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00
Chris Piazza
93a61d6874
Update with the new PORTNAME/PORTVERSION variables
2000-04-09 18:14:07 +00:00
Michael Haro
3da86c6aa2
update with the new PORTNAME/PORTVERSION variables
2000-04-08 22:49:07 +00:00
Michael Haro
5530ead648
place optional variables after required ones
2000-04-06 17:10:13 +00:00
Akinori MUSHA
16084b8ee4
Update to 2.0.3.
...
- Small security fix
- Add some more filters
Change PKGNAME to PORTNAME + PORTVERSION.
Remove `Version required'.
2000-04-06 13:58:55 +00:00
Will Andrews
dcc8379ff7
Add the mysqltcl port, which is a suite that allows manipulation of MySQL
...
through Tcl. The port installs only the libraries.
PR: 13514
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
2000-04-06 04:07:48 +00:00
Akinori MUSHA
eb72ea0971
Update to 2.0.2.
...
- Fix several small bugs.
- Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added)
- Abolish mknmz --ole option.
- Introduce mknmz --html-split option. Split a large HTML document
into parts by <a name="..."> and index them respectively.
Fix PLIST. (@dirrm share/namazu was missing)
2000-04-04 05:29:01 +00:00
Dirk Froemberg
b96340db55
- move startup file from Makefile to files/mysql-server.sh
...
- check for start/stop arguments in startup file
- don't rip off --force option from mysql_install_db
2000-04-02 22:15:13 +00:00
Akinori MUSHA
e6bde6dd45
Change PKGNAME: ja-namazu -> ja-namazu2
2000-03-30 07:57:39 +00:00
Kris Kennaway
89a307bf8a
Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn't
...
have time to maintain them.
Approved by: andy
2000-03-29 07:16:59 +00:00
Michael Haro
b8f99c3a9b
remove a.out support
...
Approved by: maintainer
2000-03-27 17:28:41 +00:00
Dirk Froemberg
82d2d592bc
Fix URL.
2000-03-26 21:38:19 +00:00
Vanilla I. Shu
01ac56597c
Correct PLIST.
2000-03-25 14:32:52 +00:00
Michael Haro
4250be55ee
Portlint:
...
PREFIX -> LOCALBASE
Man pages in Makefile, not PLIST
Remove extra blank lines
2000-03-21 23:40:35 +00:00
Michael Haro
72ef1b81ec
PREFIX -> LOCALBASE
2000-03-21 23:35:19 +00:00
Chris D. Faulhaber
fd8b481fdf
Update port to 0.75
...
PR: 17460
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-03-20 21:47:46 +00:00
Chris D. Faulhaber
a2f3141d37
Fix Makefile so the install directory and event log to not be
...
world writable.
PR: 17408
Submitted by: Maintainer
2000-03-19 01:42:56 +00:00
Dirk Froemberg
dd71807e6a
Upgrade to 1.10.
2000-03-11 21:06:39 +00:00
Dirk Froemberg
36921e64c6
Add WWW: in from of URL remove Linux stuff.
2000-03-11 21:06:03 +00:00
Chris D. Faulhaber
28a3b14210
Correct MASTER_SITES
2000-03-07 20:19:45 +00:00
Seiichirou Hiraoka
a97b9a9f66
Update to 2.0.1
...
PR: ports/17225
Submitted by: knu@idaemons.org
2000-03-07 14:12:59 +00:00
Chris D. Faulhaber
3679063728
Add another MASTER_SITE
2000-03-04 13:19:37 +00:00
Dirk Froemberg
cb675ff2c8
Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix.
2000-03-01 22:03:21 +00:00
Seiichirou Hiraoka
c565aaf912
Update to namazu-2.0
...
PR: ports/ports/16966
Submitted by: knu@idaemons.org
2000-03-01 20:56:15 +00:00
Dirk Froemberg
7f932326e4
Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneeded
...
PKGNAME.
2000-02-29 20:49:07 +00:00
Steve Price
e5c99b60ad
This port requires javac to build.
2000-02-27 15:34:14 +00:00
Vanilla I. Shu
40037665cd
Chenge BUILD_DEPENDS to p5-PlRPC.
2000-02-27 07:27:30 +00:00
Vanilla I. Shu
52ef91d730
Use ${CFLAGS}.
2000-02-27 04:43:29 +00:00
Bill Fumerola
208af7c664
Fix PLIST to remove the plethora of directories created upon installation.
...
PR: ports/16936
Submitted by: wollman
2000-02-23 18:52:05 +00:00
Chris D. Faulhaber
7939db3b3f
Activate rdb
2000-02-21 23:13:14 +00:00
Chris D. Faulhaber
8546f75dfc
RDB is a fast, portable, relational database management system
...
without arbitrary limits, (other than memory and processor speed) that
runs under, and interacts with, the UNIX Operating system.
PR: 16641
Submitted by: Abel Chow <abel@Island.DHS.ORG>
2000-02-21 23:11:33 +00:00
Dirk Froemberg
56977a1792
Fix build error!
...
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
2000-02-21 20:48:28 +00:00
Steve Price
74d5f5aa90
With a minor little tweak this now builds on the Alpha.
2000-02-20 20:53:58 +00:00
Dirk Froemberg
18134d7bad
Take over maintainership.
2000-02-20 19:43:22 +00:00
Andreas Klemm
ab10519a48
Reducing Maintainership to an amount of ports
...
I can handle.
Sorry, the rest has to go to ports@FreeBSD.ORG .
2000-02-20 17:01:26 +00:00
Chris D. Faulhaber
afd4f77614
Update port to 1.2210
2000-02-17 15:41:50 +00:00
Chris D. Faulhaber
fb935802bb
Update port to 1.0.13
...
PR: 16714
Submitted by: Maintainer
2000-02-15 14:18:55 +00:00
Dirk Froemberg
0243dee69b
Upgrade to 3.22.32.
...
This upgrade contains fixes for security problems. So everyone
is strongly encouraged to upgrade.
2000-02-15 10:11:24 +00:00
Steve Price
482f556280
Moving p5-hp200lx-db version 0.07 to the databases category.
...
This is a perl modules for handling HP 200LX palmtop computer databases.
PR: 15851
Submitted by: Gerhard Gonter (g.gonter@ieee.org>
2000-02-13 17:12:22 +00:00
Steve Price
4c90d536e2
This port also LIB_DEPENDS on the gettext port.
2000-02-13 16:58:17 +00:00
Andreas Klemm
e3ee7f76f9
Update to pgaccess 0.98.4
2000-02-13 15:44:53 +00:00
Seiichirou Hiraoka
08a61af49c
Update to 1.3.0.11 for Makefile
2000-02-01 13:39:37 +00:00
Seiichirou Hiraoka
fd0fb12867
Update to 1.3.0.11
2000-02-01 13:37:52 +00:00
Steve Price
77320f4ca0
Adding mysql-jdbc-mm version 1.2b
...
The mm JDBC interface for MySQL.
PR: 16083
Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
2000-01-29 22:23:06 +00:00
Jeremy Lea
9f3fd548e0
Standardize my e-mail as reg@FreeBSD.org.
2000-01-29 22:11:15 +00:00
Jeremy Lea
cbeb568d25
Correct mastersite.
...
Noticed by: "Chris D. Faulhaber" <jedgar@fxp.org>
Add another mastersite in Europe. depend on Tk 8.0.
2000-01-29 21:28:02 +00:00
Jeremy Lea
5eb1b3bbb4
Add grass.
2000-01-29 07:20:53 +00:00
Jeremy Lea
51b9f08c13
Initial import of GRASS 5.0beta5.
...
GRASS is a fully featured open-source GIS.
2000-01-29 07:18:55 +00:00
Steve Price
33fee01efa
Adding sqsh version 1.7.
...
An interactive tool for querying Sybase database servers.
PR: 16125
Submitted by: Domas Mituzas <midom@dammit.lt>
2000-01-29 04:42:14 +00:00
Dirk Froemberg
6e2a3427cf
Upgrade to 3.22.30.
2000-01-25 14:34:38 +00:00
Michael Haro
6b9e19fe3d
Update to January 14, 2000 release
...
PR: 16273
Submitted by: Mikhail Teterin <mi@misha.cisco.com>
2000-01-22 09:22:52 +00:00
Michael Haro
88b9a9d54e
add WWW:
...
PR: 16264, 16265, 16266, 16267
Submitted by: joseph.scott@owp.csus.edu
2000-01-22 09:11:48 +00:00
David E. O'Brien
285a211e45
Use YACC rather than Bison.
2000-01-21 18:08:16 +00:00
Satoshi Asami
afeecf593d
Add USE_BISON.
...
Submitted by: maintainer
2000-01-21 14:09:26 +00:00
Dirk Froemberg
5358b2cfcb
Put mysql.grant.patch on www.freebsd.org, too. Some users seem to have
...
problems fetching it from the german site.
PR: ports/16172
2000-01-18 14:24:13 +00:00
Chris D. Faulhaber
c1f157dab6
Activate py-MySQL
2000-01-14 15:01:19 +00:00
Chris D. Faulhaber
fc74f2e3ae
Python MySQL module allows you to access easily a MySQL database
...
via Python.
PR: 13583
Submitted by: Dominik Rothert <dr@domix.de>
2000-01-14 15:00:08 +00:00
Dirk Froemberg
7680ba12a8
Add a patch for fixing a serious bug in MySQL password handling.
...
See
http://www.securityfocus.com/templates/archive.pike?list=1&date=2000-01-08&msg=Pine.GSO.4.10.10001111730040.11035-100000@palver.dtek.chalmers.se
for details.
Everyone is strongly encouraged to upgrade.
Submitted by: Spidey <beaupran@iro.umontreal.ca>
2000-01-12 23:47:47 +00:00
Ade Lovett
0556fbf6e3
Actually add the new patch files.
...
PR: 15999
2000-01-11 00:59:40 +00:00
Ade Lovett
a60974a52a
Update to 1.0.10
...
PR: 15999
Submitted by: maintainer
2000-01-11 00:30:27 +00:00
Chris D. Faulhaber
b864657b39
Update port to 1.1
2000-01-08 21:43:11 +00:00
Dirk Froemberg
c73aca2ef0
- upgrade to 3.22.29
...
- add -O0 for compiling sql/sql_yacc.cc. Otherwise gcc eats a lot of
memory and cpu time. It seems to be a gcc compiler bug in conjunction
with -O.
2000-01-05 21:03:03 +00:00
Chris D. Faulhaber
6f0bd18d3f
Activate metakit
2000-01-05 03:43:18 +00:00
Chris D. Faulhaber
b6d7f3e65c
METAKIT is a curious mix of flatfile, relational and OODBMS
...
features with a small footprint and a big following.
PR: 15705
Submitted by: Russell L. Carter <rcarter@pinyon.org>
2000-01-05 03:41:19 +00:00
Andreas Klemm
bb43a72f55
can use tcl/tk82
2000-01-03 06:51:57 +00:00
Andreas Klemm
33820a8bca
Long awaited upgrade to postgresql 6.5.3
...
Upgrade to pgaccess 0.98 follows
PR: 15708 15034
2000-01-03 06:45:51 +00:00
Vanilla I. Shu
6e75b0384d
move libpq.so.2 to LIB_DEPENDS.
2000-01-02 14:05:24 +00:00
Satoshi Asami
e9052576f0
The second argument to install-info is the dir file, not the directory. :)
...
Found by: obento
1999-12-30 22:56:08 +00:00
Steve Price
4f456fbcd6
Update to version 1.8.1.
...
PR: 12726
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-12-29 08:18:41 +00:00
Chris D. Faulhaber
65735d5643
Update port to 0.0.5
1999-12-29 04:59:57 +00:00
Chris D. Faulhaber
e020ef699e
Activate p5-DBD-CSV
1999-12-29 03:39:30 +00:00
Chris D. Faulhaber
50ab606a58
Perl module for accessing comma-separated values (CSV) via DBD
...
PR: 12903
Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
1999-12-29 03:37:40 +00:00
Tim Vanderhoek
8cd82c0318
General comment cleanups.
1999-12-28 16:30:10 +00:00
Jun Kuriyama
7303535b4a
Update to v0.93.
...
No response from: maintainer
1999-12-28 11:40:40 +00:00
Michael Haro
c3596b5ffa
remove redundent --prefix=${PREFIX} in CONFIGURE_ARGS
...
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 08:26:14 +00:00
Steve Price
08d4b42557
Update to version 1.0.8.
...
PR: 15295
Submitted by: jack@germanium.xtalwind.net
1999-12-23 17:08:28 +00:00
Steve Price
a14d7c886b
Update to version 0.50.
...
PR: 15453
Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
1999-12-23 16:03:29 +00:00
Steve Price
ba1c5dc3dd
Update to version 0.1016.
...
PR: 15154
Submitted by: maintainer
1999-12-23 16:00:56 +00:00
Chris D. Faulhaber
19f2197e00
Activate pxtools
1999-12-22 23:21:32 +00:00
Chris D. Faulhaber
e61a79ee99
pxtools is a collection of tools to work with a Paradox-databases
...
PR: 15126
1999-12-22 23:21:08 +00:00
Chris D. Faulhaber
27b0083af8
Add Y2K link
...
PR: 15176
1999-12-22 14:05:26 +00:00
Chris Piazza
69f56fb8e4
RUN_DEPENDS need to be the same as BUILD_DEPENDS. (think packages)
...
PR: 15153
Submitted by: Alec Wolman <wolman@cs.washington.edu>
Reviewed by: maintainer
1999-12-06 00:53:51 +00:00
Dirk Froemberg
95328a4ca9
Use stripped hostname via hostname -s
in various scripts, to make them
...
consistent with mysqld and other OS.
Reported by: Clive Lin <clive@CirX.ORG>
1999-11-27 11:42:44 +00:00
Steve Price
0b1b0a6f25
Re-import of p5-MyObject version 1.0.
...
Accesses data in an MySQL database as Perl objects.
PR: 14847
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-11-27 05:38:29 +00:00
Steve Price
60b7454fb2
Activate the p5-MyObject port.
1999-11-27 05:06:27 +00:00
Steve Price
a2b8b9e231
* Update from 1.2016 to 1.2209
...
* Volunteer to take over this port (recently relinquished
by vanilla@freebsd.org )
* Change BUILD_DEPENDS ${PREFIX} -> ${LOCALBASE} as required by
portlint
* Configure for noninteractive configure with MySQL only
* Reflect change of DBD:mysql module location
* Reflect change of DBD:mysql man page
PR: 14969
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-11-27 05:00:22 +00:00
Steve Price
3ea2c3ae2c
Activate the freetds port.
1999-11-26 21:00:08 +00:00
Steve Price
7758b7a8aa
Initial import of freetds version 0.42pre2.
...
A Sybase/Microsoft TDS protocol library.
PR: 14668
Submitted by: Domas Mituzas <midom@dammit.lt>
1999-11-26 20:52:39 +00:00
Bill Fumerola
1c3533c27b
Remove toasted MASTER_SITE (found by distfile survey)
1999-11-23 02:59:09 +00:00
Bill Fumerola
39641c62d5
remove toasted MASTER_SITE
1999-11-23 02:55:53 +00:00
Bill Fumerola
86d7f3fd09
Don't list a bogus master site, because we force users to fetch
...
this manually. (even though the form can be filled out blank,
and the file fetched straight from the site. oh well)
1999-11-23 02:47:43 +00:00
Bill Fumerola
97eaae7802
Upgrade to 2.7.7 / fix distfile-Fennerage
1999-11-23 02:43:48 +00:00
Chris Piazza
4315b1f7e5
Update MASTER_SITES and WWW
...
PR: 14949
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-11-20 22:09:15 +00:00
Sheldon Hearn
e4dd5c0156
Formatting fix for ``rrdtool fetch'' output. The submitter has sent this
...
patch to the author, who I am told approves.
Submitted by: Ian Freislich <iang@uunet.co.za>
1999-11-18 12:56:24 +00:00
Vanilla I. Shu
2ff8fb4736
Remove myself from MAINTAINER.
1999-11-12 07:16:05 +00:00
Nick Sayer
58d59007ef
Activate new p5-GDBM port
1999-11-09 19:08:44 +00:00
Nick Sayer
310ba58c61
Add p5-GDBM port. Sort of a merge of my first cut at it and another
...
from eivind.
1999-11-09 19:07:57 +00:00
Andreas Klemm
0ed2bcaaa8
More reasonable MANPATH
...
Submitted by: Donald Chan <donald@batti.com>
1999-11-08 20:43:39 +00:00
Justin M. Seger
507fb7e9e0
Upgrade to tkgnats-3.0.14
...
Submitted by: Ade Lovett <ade@lovett.com>
PR: ports/14544
1999-11-02 03:51:41 +00:00
Steve Price
d05974c54b
Activate the p5-SQL-Statement and tcl-Mysql ports.
1999-11-01 04:18:38 +00:00
Steve Price
fb09a553b4
Initail import of p5-SQL-Statement version 0.1012.
...
A perl5 module for SQL parsing and processing.
PR: 13085
Submitted by: Alec Wolman <wolman@cs.washington.edu>
1999-11-01 04:18:06 +00:00
Steve Price
bb8bd53d53
Initial import of tcl-Mysql version 990813.
...
A Tcl modules for accessing MySQL databases.
PR: 13361
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
1999-11-01 04:15:01 +00:00
Justin M. Seger
1675df5d01
Fix wrong "version required"
...
PR: ports/14544
Submitted by: Ade Lovett <ade@lovett.com>
1999-10-29 16:26:33 +00:00
Chris Piazza
af90891db9
Distfile changed and MASTER_SITES was missing a '='
...
PR: 14475
Submitted by: jack@germanium.xtalwind.net
1999-10-25 02:51:11 +00:00
Vanilla I. Shu
eb25cbdd0e
Upgrade to 1.13
...
PR: ports/14091
Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
1999-10-23 08:28:46 +00:00
Dirk Froemberg
738ee56574
Upgrade to 3.22.27.
1999-10-18 08:31:46 +00:00
Seiichirou Hiraoka
6ccc81eca6
Update WWW: line in pkg/DESCR
...
PR: ports/14287
Submitted by: ade@lovett.com
1999-10-13 14:36:38 +00:00
Chris Piazza
765b62e14f
Update to version 0.98
...
PR: 13855
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-10 22:08:07 +00:00
Chris Piazza
d72365ae81
Update to version 6.5.2.
...
and..
<quote>
This is a really small fix:
- When compiling postgresql-jdbc, the compilation process presents a
bad path to the installed jar-file.
</quote>
PR: 13838
PR: 13865
Submitted by: Palle Girgensohn <girgen@partitur.se>
1999-10-10 22:06:35 +00:00
Chris Piazza
8f82bcdb97
For backwards compatibility with FreeBSD 2.2.x due to it's
...
(apparent) lack of 's' support in ar.
change:
ar rcs libdbf.a ...
to:
ar rc libdbf.a ...
ranlib libdbf.a
PR: 14139
Submitted by: maintainer
1999-10-05 16:06:21 +00:00
Dan Moschuk
75740d181a
Activate dbf2mysql
1999-10-03 22:05:14 +00:00
Dan Moschuk
826f3a5532
A set of programs to convert a .dbf file to a MySQL table
...
and vice versa.
PR: ports/14097
Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
1999-10-03 22:04:20 +00:00
Chris Piazza
78004852d5
Point the user to a more internationally-friendly web site (english
...
instead of japanese)
PR: 13755
Submitted by: maintainer
1999-09-30 03:52:22 +00:00
Bill Fenner
a3ac4234d4
Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can import
...
MUST_DISABLE_FPMASK.
1999-09-30 00:52:17 +00:00
Paul Traina
3d73c1c849
Update to 3.112
...
Submitted by: Martti Kuparinen <martti@research.zopps.fi>
1999-09-27 19:59:00 +00:00
David E. O'Brien
80e207dec8
Move the requirement to set GTK vars from fetch-depends: to pre-patch:.
...
Some of us like to fetch stuff at work and take home. I could find nothing
in the fetch stage that needed this information.
1999-09-25 00:54:22 +00:00
Dirk Froemberg
d480afe56a
Remove stale MASTER_SITE.
1999-09-21 18:54:00 +00:00
Dirk Froemberg
e36ba6361b
Remove mysqltutor.
1999-09-21 18:42:11 +00:00
Dirk Froemberg
c67af0879f
Add trailing slash to WWW: url.
1999-09-21 17:49:57 +00:00
Tim Vanderhoek
9dbc794cb4
Enforce random pkg/COMMENT rules, including the one that states Emacs
...
should be spelled corrcetly, although I rather liked "Emasc".
1999-09-18 04:56:11 +00:00
Dirk Froemberg
ca7f72dba1
- upgrade to 3.22.26a
...
- use --enable-assembler for ${ARCH}==i386
Requested by: Martin Nilsson <martin@filex.se>
There is an annoying bug in gcc 2.7.2.*: If -pipe is used for .s files,
gcc will "hang" forever, because the assembler is called with '-' and
noone is sending data.
As a workaround use .S (capital s) files. Then cpp will be called prior
to as and thus a pipe can be build.
1999-09-17 19:51:56 +00:00
Bill Fenner
480c8a66fb
Resolve many 301 Moved Permanently URLs in DESCR.
1999-09-17 19:16:35 +00:00
Bill Fenner
d75643f695
Let the generated Makefiles install the perl modules.
...
(I'm not positive why there's a do-install: target at all,
but since there are less than 5 minutes til the freeze
I'm not going to investigate yet!)
1999-09-11 00:55:52 +00:00
Bill Fenner
dbb94f2c21
Move rrdtool examples from ${PREFIX}/share/rrdtool/examples to
...
${PREFIX}/share/examples/rrdtool where they belong.
Found by: looking for rrdtool examples in /usr/local/share/examples =)
1999-09-10 22:39:04 +00:00
Dirk Froemberg
2a56bc1132
Remove mysql321.
...
We have mysql322-client/mysql322-server instead.
1999-09-09 13:14:11 +00:00
Bill Fenner
f256ac6c02
Update rrdtool to 1.0.7
1999-09-08 22:38:57 +00:00
Bill Fenner
9938af1744
mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to put
...
stuff there.
Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log
1999-09-07 06:47:41 +00:00
Satoshi Taoka
10351e7daa
Changed $Id to $FreeBSD
1999-09-06 14:12:27 +00:00
Satoshi Taoka
0137f1a7a4
Added ruby-postgres
1999-09-06 14:11:34 +00:00
Satoshi Taoka
40e564d11c
A Ruby interface to PostgreSQL library.
...
PR: ports/12123
Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
1999-09-06 14:02:24 +00:00
Dirk Froemberg
086e8241d0
- If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.
...
Set MIT_PTHREADS to use the supplied mit-pthreads.
This is a workaround for PR ports/12824.
- replace one occurance of gcc with ${CC}
- don't use CFLAGS twice somewhere in mit-pthreads compilation
(There is still one place left where CFLAGS are used twice.)
1999-09-04 10:47:48 +00:00
Michael Haro
65ab34a667
FreeBSD.ORG -> FreeBSD.org
...
Prompted by PR: 13476, 13477
Submitted by: KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
a6c3f62331
$Id$ -> $FreeBSD$
1999-08-30 14:24:37 +00:00
Tim Vanderhoek
847ae8f2b6
Remove preceeding pkgname from some of the comments having one.
1999-08-29 19:19:43 +00:00
Peter Wemm
2b09b24e6f
$Id$ -> $FreeBSD$
1999-08-29 11:03:05 +00:00
Michael Haro
af5f314286
ln -> ${LN}
1999-08-28 01:58:05 +00:00
Michael Haro
58942bab6d
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
...
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
1999-08-27 21:14:04 +00:00
Dirk Froemberg
49903fe81a
Upgrade to 3.22.25.
...
This upgrade contains - as far as I can see - no functional change
in regard to the port. But I'm tired of receiving requests or patches
for an upgrade. People are focused on version numbers too much. *sigh* ;-)
1999-08-27 09:20:17 +00:00
David E. O'Brien
c751fc667a
Change Id->FreeBSD.
1999-08-25 05:28:01 +00:00
Michael Haro
5281212be3
chmod -> ${CHMOD}
...
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Bill Fenner
bd4a2c1361
Round Robin Database Tool - store time-series data with averaging or other
...
(lossy) historical compression, and create graphs.
PR: ports/12717
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
1999-08-22 08:41:12 +00:00