aboutsummaryrefslogtreecommitdiffstats
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* checksum of file changed on ftp serverandreas2000-09-101-1/+1
| | | | Submitted by: "Andre Goeree" <abgoeree@uwnet.nl>
* avoid:andreas2000-09-0914-0/+14
| | | | | | | ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org
* Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-086-12/+12
| | | | on python1.5:lang/python15.
* Update to 2.3.1.knu2000-09-082-2/+2
|
* Update to 5.0beta8.reg2000-09-076-98/+834
| | | | | Special thanks to Huidae Cho <hdcho@geni.knu.ac.kr> for getting all of the patches into the distribution.
* Update with bsd.ruby.mk. :>knu2000-09-072-22/+15
|
* Add ZPyGreSQLDA, a PostgreSQL database adaptor for Zope.nbm2000-09-076-0/+87
|
* Update with bsd.ruby.mk.knu2000-09-074-64/+56
| | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR})
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.knu2000-09-071-1/+1
| | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green
* Activate ruby14-gdbm.knu2000-09-071-0/+1
|
* Update to 1.6.0-preview3.knu2000-09-072-22/+11
| | | | Utilize bsd.ruby.mk.
* This was just repocopied from databases/ruby-gdbm to keep versionknu2000-09-072-20/+11
| | | | | | 1.4.x of Ruby for a while, until 1.6.x becomes as stable as 1.4.x is. Rewrite utilizing bsd.ruby.mk and let it coexist with 1.6.x.
* Use MASTER_SITE_RUBY.knu2000-09-052-16/+4
|
* - Add JAVAC and JAR variables to the Makefile so they are easier tosteve2000-09-056-15/+66
| | | | | | | | override. - Also install the doc files in the post-install target. PR: 20718 Submitted by: maintainer
* sorry, forgot to remove that ...andreas2000-08-3114-56/+0
|
* allow PostgreSQL to compile and run on Alpha.andreas2000-08-3114-0/+588
| | | | | | | The DB is 64-bit capable so really only a few bits of configuration for FreeBSD were needed. Submitted by: Thomas Valentino Crimi <tcrimi+@andrew.cmu.edu>
* Add the db3 port.steve2000-08-281-0/+1
| | | | | PR: 20886 Submitted by: Dann Lunsford <dann@greycat.com>
* old postgresql port has been removed.andreas2000-08-271-1/+1
| | | | use postgresql7, which has proven stability now.
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.will2000-08-2660-10840/+7660
| | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
* after removal of old postgresql port fix dependencies for postgresql7 portandreas2000-08-265-5/+5
| | | | thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out.
* not available anymore, use postgresql 7andreas2000-08-251-1/+0
|
* Add ruby-gdbm, a Ruby extension to GDBM library.knu2000-08-2412-0/+122
|
* Add gigabase 2.14, an object-relational database management system.will2000-08-208-0/+96
| | | | | PR: 20661 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru>
* Make all these Ruby related ports belong also in the newly-addedknu2000-08-163-3/+3
| | | | | | "ruby" virtual category. Make textproc/eruby belong also in www.
* Fix a bogon in the configure script where the executable suffix was beingsteve2000-08-141-3/+12
| | | | | | set to '.C' and causing serious problems with ${ac_link} evaluating to this: c++ -o conftest.C conftest.C
* Do The Right Thing. (R)knu2000-08-137-24/+27
| | | | | | | | | | | | | | | | | | | | | | | | | Overall changes: Use tabs instead of sequential spaces. Note Author as well as WWW in DESCR. Do not install examples when NOPORTDOCS. Make RUBY, RUBY_VER and RUBY_ARCH variables overridable. ruby-date2: share/doc/ruby/date2/examples/ -> share/examples/ruby/date2/cal.rb textproc/ruby-html-parser: databases/ruby-mysql: devel/ruby-optparse: devel/ruby-property: Install modules under lib/ruby/site_ruby/${RUBY_VER}/ instead of lib/ruby/site_ruby/ or lib/ruby/${RUBY_VER}/ textproc/ruby-rdtool: Install documents in .rd format too. Format optparse's rd file. (Since ruby-rdtool depends on optparse, it cannot be done during optparse's build process. So ruby-rdtool should take care of that when it is installed. :)
* Update to 0.6.1.knu2000-08-108-42/+58
| | | | | | | | Depend on Postgresql7. (Though it works with either 6.4/6.5 or 7.0) Take over the maintainership. At the request of: yasuf@big.or.jp (the previous MAINTAINER)
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileknu2000-08-096-3/+6
| | | | namespace pollution.
* Add another couple of Ruby modules.knu2000-08-076-0/+52
| | | | | | | | | databases/ruby-mysql: Ruby module for accessing MySQL databases, which has the same functions as C API ports/devel/ruby-optparse: Yet another command line option parser for Ruby
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-032-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XFree86 (3 or 4) to depend to when USE_XLIB is set. XFREE86_VERSION defaults to 3 for now, but adventurous users can override it in /etc/make.conf. When XFREE86_VERSION=3, USE_XLIB will add a dependency to x11/XFree86; when it is set to 4, the dependency will be to x11/XFree86-4-libraries. When XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS hacks to avoid messing with XFree86 are turned off. Since XFree86 version 4 includes some software that used to be separate ports, when XFREE86_VERSION=3 the following variables are provided: USE_DGS LIB_DEPENDS on x11/dgs USE_FREETYPE LIB_DEPENDS on print/freetype USE_MESA LIB_DEPENDS on graphics/Mesa3 USE_XPM LIB_DEPENDS on graphics/xpm When XFREE86_VERSION=4, these variables have no effect. The LIB_DEPENDS in the tree for the above four ports have all been converted to the USE_* counterparts. For your information, this is the count of the number of ports: USE_DGS 0 USE_FREETYPE 16 USE_MESA 36 USE_XPM 236 There is a new variable, XAWVER, which is set to 6 when XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4. This is also passed to PLIST_SUB so ports that build Xaw based shared libraries can use this variable to substitute the shlib version number. There is also a provision of using a separate mtree file for XFREE86_VERSION=4, but that part is not enabled yet. Reviewed by: the ports list Tested by: make index (XFREE86_VERSION=3 only) (2) Add hebrew to list of valid categories. Submitted by: nbm
* Correct PLIST, Makefile, and portlint nitsjedgar2000-08-026-38/+36
| | | | | PR: 20084 Submitted by: Maintainer
* Update to 1.0.25.sobomax2000-08-014-4/+4
| | | | | PR: 20316 Submitted by: Domas Mituzas <midom@dammit.lt>
* Update to version 1.2214kevlo2000-07-314-4/+4
| | | | | PR: 20246 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Update to version 1.9kevlo2000-07-312-4/+4
| | | | | PR: 20250 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Update to version 0.95kevlo2000-07-314-4/+4
| | | | | PR: 20247 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
* Update to 2.01.sobomax2000-07-317-16/+210
| | | | | | | | | Other improvements: - make USE_LIBTOOL actually working; - enable building of python module and make python the secondary category; - install api documentation; - reshape PLIST to fully use screen estate; - replace ugly ${FILESDIR}/patch.Makefile with normal patch.
* PLIST @dirrm should be added to configuration directory.kevlo2000-07-252-0/+2
| | | | | PR: 20152 Submitted by: MAINTAINER
* Fix build error caused by xforms upgrade.dirk2000-07-241-0/+14
|
* Updatevanilla2000-07-226-4/+10
| | | | | | | | | | | | p5-Crypt-CBC => 1.25 p5-DBI => 1.14 p5-Date-Manip => 5.38 p5-Devel-Symdump => 2.01 p5-IRC => 0.70 p5-Locale-Codes => 1.02 p5-MIME-Lite => 2.101 p5-ParallelUA => 2.49 p5-URI => 1.07
* Add mysql++, a C++ library API to MySQL.will2000-07-2115-0/+395
| | | | | | | PR: 20063 Submitted by: Miklos Niedermayer <mico@bsd.hu> Apologies to: Mikhail Teterin <mi@aldan.algebra.com>, for never finishing work on his mysql++ port in PR 17588. :-(
* Add USE_LIBTOOL to fix c_r issues.sobomax2000-07-192-17/+1
| | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru>
* Correct PLISTjedgar2000-07-192-6/+6
| | | | | PR: 20032 Submitted by: Maintainer
* Update to 0.3.2.sobomax2000-07-172-7/+2
|
* Update to use Tcl version 8.3.steve2000-07-175-8/+174
| | | | | PR: 19874 Submitted by: maintainer
* Update to use tcl-8.3.steve2000-07-174-20/+286
| | | | | PR: 19900 Submitted by: maintainer
* Update port to 0.0.11jedgar2000-07-162-2/+2
|
* Update port to 1.2jedgar2000-07-142-4/+4
|
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlandreas2000-07-1214-14/+14
| | | | | | +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org>
* Build with tcl8.2 instead of tcl8.0.steve2000-07-103-8/+9
| | | | | PR: 19108 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Update to latest version 0.98.6andreas2000-07-103-5/+4
| | | | TCL/TK 8.3 works, so changed port dependencies
* Update MASTER_SITESjedgar2000-07-082-3/+3
| | | | Update my email address
* - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-083-10/+29
| | | | | | | - Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix MASTER_SITES.dirk2000-07-051-3/+3
|
* As threatened on freebsd-ports: all startup scripts know about the twotg2000-07-0514-16/+54
| | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged.
* Add lib/libtyphoon_p.a.asami2000-07-051-0/+1
| | | | Submitted by: bento
* New port of mysql-navigator - a MySQL database server administration packagesobomax2000-07-047-0/+62
| | | | for Gnome desktop.
* Add p5-DBZ_File, a perl module for accessing DBZ databases.will2000-07-029-0/+1870
| | | | | PR: 18846 Submitted by; Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
* Update to 1.0.24alex2000-06-2814-66/+78
| | | | | PR: 19250 Submitted by: maintainer
* Update to 0.2.2.sobomax2000-06-246-4/+10
|
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-2/+1
|
* Use ${PKG_PREFIX} instead of `/usr/local'.knu2000-06-2014-14/+14
|
* Update to 7.0.2.knu2000-06-2098-2296/+2310
| | | | | | Fix NOPORTDOCS support. Fix PLIST in many respects, especially for pgacess.
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.knu2000-06-172-3/+1
|
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-1712-47/+55
| | | | | | | | 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>
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1720-20/+20
| | | | | | | | | 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
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1630-42/+28
| | | | ldconfig in PLIST need personal consideration.
* Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-162-2/+1
|
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-164-4/+4
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-164-4/+2
|
* First round of INSTALL_SHLIB fixes.sobomax2000-06-164-6/+4
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2
|
* Add support for building db2 shared library.sobomax2000-06-0624-60/+5844
| | | | | | | | | | "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>
* Enable multibyte support by default, and add knobs to disable it or set theknu2000-06-0514-56/+532
| | | | | | | | | 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)
* GNU_CONFIGURE -> USE_LIBTOOL.dirk2000-06-032-2/+2
|
* Add "-b" option for the fetch(1) to make distfile actually downloadable.sobomax2000-06-022-0/+2
| | | | Submitted by: bento
* Actually display ${PKGMESSAGE}, which I added some time ago, upon installation.sobomax2000-06-011-4/+5
|
* Add MyODBC port, an ODBC driver for MySQL.will2000-05-3011-0/+65
| | | | | PR: 17586 Submitted by: Erik H. Bakke <erikhb@bgnett.no>
* Make the port work in the absence of Xnsayer2000-05-301-0/+6
| | | | Submitted by: andrews@technologist.com
* Add libiodbc, a library which allows access to ODBC databases.will2000-05-296-0/+35
| | | | | PR: 17587 Submitted by: Erik H. Bakke <erikhb@bgnett.no>
* Put the freefall-specific patches behind a WANT_FREEFALL_CFG knob. Movedsteve2000-05-293-0/+143
| | | | | | | | | 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
* Specify the path to javac so this builds even if it isn't in the user's path.steve2000-05-283-0/+6
|
* Specify the path to javac just in case it is not in the user's PATH assteve2000-05-281-0/+1
| | | | it wasn't on bento.
* Add a warning message that this software is not maintained and could becamesobomax2000-05-261-0/+10
| | | | obsolete in the nearest future.
* Activate py-MySQLdb.sobomax2000-05-261-0/+1
|
* Initial import of py-MySQLdb.sobomax2000-05-2610-0/+162
| | | | | | | | | | | 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
* make startup script work (start/stop)andreas2000-05-2542-280/+364
| | | | Obtained from: Palle Girgensohn <girgen@partitur.se>
* upgrade postgresql to v 7.0 releaseandreas2000-05-24126-14252/+16100
| | | | | | | | thanks for complete diffs ;-) closed PR PR: 18699 Obtained from: Palle Girgensohn <girgen@partitur.se>
* Complete the PLIST.knu2000-05-181-0/+4
| | | | Submitted by: bento
* Comment clean-ups.hoek2000-05-131-1/+1
|
* Add a threading patchnsayer2000-05-121-0/+56
| | | | Submitted by: glewis@trc.adelaide.edu.au
* Add unixODBC portnsayer2000-05-115-0/+111
|
* Activate unixODBC portnsayer2000-05-111-0/+1
|
* Remove some directories upon deinstallation.asami2000-05-105-0/+12
| | | | Submitted by: bento
* Fix DISTNAME breakagejedgar2000-05-081-2/+2
|
* Remove -Werror from configure script. This caused incorrect resultsdirk2000-05-0310-70/+400
| | | | | | if -Wall was in CFLAGS. Thus mysql didn't build. Reported, analyzed and tested by: deischen
* Adding mysql-editor version 0.2.steve2000-05-016-0/+54
| | | | | | | A set of CGI scripts in Perl for editing your MySQL tables. PR: 17376 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* This file was forgotten during the recent version update.kris2000-04-303-3/+3
| | | | Noticed by: bento
* Update to 1.4.3cpiazza2000-04-305-22/+49
| | | | | PR: 18136 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Update to 1.2c.knu2000-04-256-6/+39
| | | | | | | PR: ports/17773 Submitted by: MAINTAINER - Add `java' category.
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgknu2000-04-241-1/+1
| | | | so as to make it clear that a FreeBSD committer maintains them.
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-241-1/+1
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* Cleanup of build process of the py-MySQL port. Previously port usedvanilla2000-04-242-8/+11
| | | | | | | | | | | | 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>
* Upgradevanilla2000-04-234-6/+6
| | | | | | | | | | | | | | | 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
* Update to 2.0.4.knu2000-04-213-3/+2
|
* portlintmharo2000-04-2028-56/+42
|
* portlint and add SLAVEDIRS variablemharo2000-04-2010-10/+20
|
* Add postgresql7.asami2000-04-201-0/+1
| | | | Forgotten (again) by: andreas ;)
* Update to postgresql 7 beta 5andreas2000-04-1856-3808/+4060
| | | | | | closes PR PR: 17736
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-1715-388/+304
| | | | | | | WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
* portlint - mostly moving around variables.mharo2000-04-171-4/+5
|
* Close PRandreas2000-04-1742-28/+2422
| | | | | | | | Postgresql port now can be packaged. User and group will be created automatically PR: 17744 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com>
* Update port to 0.0.6jedgar2000-04-163-2/+13
|
* Portlint COMMENT's.knu2000-04-155-5/+5
| | | | | | | Everybody should read the Handbook again! PR: ports/18008 Submitted by: tkato@prontomail.ne.jp
* Remove obsolete `Version required' lines.knu2000-04-1520-20/+0
|
* Convert to PORTNAME/PORTVERSION.asami2000-04-1320-30/+50
|
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-111-1/+1
| | | | | | | | 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. :)
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-102-4/+4
|
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-0974-216/+216
|
* place optional variables after required onesmharo2000-04-071-1/+1
|
* Update to 2.0.3.knu2000-04-063-4/+8
| | | | | | | - Small security fix - Add some more filters Change PKGNAME to PORTNAME + PORTVERSION. Remove `Version required'.
* Add the mysqltcl port, which is a suite that allows manipulation of MySQLwill2000-04-069-0/+89
| | | | | | | through Tcl. The port installs only the libraries. PR: 13514 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Update to 2.0.2.knu2000-04-043-10/+11
| | | | | | | | | - 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)
* - move startup file from Makefile to files/mysql-server.shdirk2000-04-0330-170/+300
| | | | | - check for start/stop arguments in startup file - don't rip off --force option from mysql_install_db
* Change PKGNAME: ja-namazu -> ja-namazu2knu2000-03-301-1/+1
|
* Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1
| | | | | | have time to maintain them. Approved by: andy
* remove a.out supportmharo2000-03-283-11/+5
| | | | Approved by: maintainer
* Fix URL.dirk2000-03-2710-10/+10
|
* Correct PLIST.vanilla2000-03-251-2/+7
|
* Portlint:mharo2000-03-227-14/+9
| | | | | | PREFIX -> LOCALBASE Man pages in Makefile, not PLIST Remove extra blank lines
* PREFIX -> LOCALBASEmharo2000-03-221-1/+1
|
* Update port to 0.75jedgar2000-03-213-8/+21
| | | | | PR: 17460 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix Makefile so the install directory and event log to not bejedgar2000-03-191-2/+2
| | | | | | | world writable. PR: 17408 Submitted by: Maintainer
* Upgrade to 1.10.dirk2000-03-123-9/+8
|
* Add WWW: in from of URL remove Linux stuff.dirk2000-03-121-7/+2
|
* Correct MASTER_SITESjedgar2000-03-081-1/+1
|
* Update to 2.0.1flathill2000-03-073-4/+5
| | | | | PR: ports/17225 Submitted by: knu@idaemons.org
* Add another MASTER_SITEjedgar2000-03-041-1/+2
|
* Define DBMFIX in sybdb.h permanently to be consistent with --enable-dbmfix.dirk2000-03-022-0/+28
|
* Update to namazu-2.0flathill2000-03-025-68/+121
| | | | | PR: ports/ports/16966 Submitted by: knu@idaemons.org
* Fix typo (--enable-dmbfix -> --enable-dbmfix) and remove unneededdirk2000-03-012-4/+2
| | | | PKGNAME.
* This port requires javac to build.steve2000-02-273-0/+3
|
* Chenge BUILD_DEPENDS to p5-PlRPC.vanilla2000-02-272-2/+2
|
* Use ${CFLAGS}.vanilla2000-02-271-3/+8
|
* Fix PLIST to remove the plethora of directories created upon installation.billf2000-02-2412-0/+996
| | | | | PR: ports/16936 Submitted by: wollman
* Activate rdbjedgar2000-02-221-0/+1
|
* RDB is a fast, portable, relational database management systemjedgar2000-02-226-0/+97
| | | | | | | | 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>
* Fix build error!dirk2000-02-2210-60/+80
| | | | Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org>
* With a minor little tweak this now builds on the Alpha.steve2000-02-2120-40/+140
|
* Take over maintainership.dirk2000-02-212-2/+2
|
* Reducing Maintainership to an amount of portsandreas2000-02-214-4/+4
| | | | | | I can handle. Sorry, the rest has to go to ports@FreeBSD.ORG.
* Update port to 1.2210jedgar2000-02-174-6/+6
|
* Update port to 1.0.13jedgar2000-02-1514-6/+120
| | | | | PR: 16714 Submitted by: Maintainer
* Upgrade to 3.22.32.dirk2000-02-1540-30/+100
| | | | | This upgrade contains fixes for security problems. So everyone is strongly encouraged to upgrade.
* Moving p5-hp200lx-db version 0.07 to the databases category.steve2000-02-146-0/+63
| | | | | | | This is a perl modules for handling HP 200LX palmtop computer databases. PR: 15851 Submitted by: Gerhard Gonter (g.gonter@ieee.org>
* This port also LIB_DEPENDS on the gettext port.steve2000-02-141-1/+2
|
* Update to pgaccess 0.98.4andreas2000-02-132-2/+2
|
* Update to 1.3.0.11 for Makefileflathill2000-02-011-4/+4
|
* Update to 1.3.0.11flathill2000-02-011-1/+1
|
* Adding mysql-jdbc-mm version 1.2bsteve2000-01-3016-0/+100
| | | | | | | The mm JDBC interface for MySQL. PR: 16083 Submitted by: Dave Glowacki <dglo@ssec.wisc.edu>
* Standardize my e-mail as reg@FreeBSD.org.reg2000-01-302-2/+2
|
* Correct mastersite.reg2000-01-302-8/+12
| | | | | | Noticed by: "Chris D. Faulhaber" <jedgar@fxp.org> Add another mastersite in Europe. depend on Tk 8.0.
* Add grass.reg2000-01-291-0/+1
|
* Initial import of GRASS 5.0beta5.reg2000-01-2910-0/+5904
| | | | GRASS is a fully featured open-source GIS.
* Adding sqsh version 1.7.steve2000-01-299-0/+90
| | | | | | | An interactive tool for querying Sybase database servers. PR: 16125 Submitted by: Domas Mituzas <midom@dammit.lt>
* Upgrade to 3.22.30.dirk2000-01-2540-370/+240
|
* Update to January 14, 2000 releasemharo2000-01-222-2/+2
| | | | | PR: 16273 Submitted by: Mikhail Teterin <mi@misha.cisco.com>
* add WWW:mharo2000-01-222-0/+4
| | | | | PR: 16264, 16265, 16266, 16267 Submitted by: joseph.scott@owp.csus.edu
* Use YACC rather than Bison.obrien2000-01-222-4/+22
|
* Add USE_BISON.asami2000-01-211-0/+1
| | | | Submitted by: maintainer
* Put mysql.grant.patch on www.freebsd.org, too. Some users seem to havedirk2000-01-1810-10/+20
| | | | | | problems fetching it from the german site. PR: ports/16172
* Activate py-MySQLjedgar2000-01-141-0/+1
|
* Python MySQL module allows you to access easily a MySQL databasejedgar2000-01-146-0/+81
| | | | | | | via Python. PR: 13583 Submitted by: Dominik Rothert <dr@domix.de>
* Add a patch for fixing a serious bug in MySQL password handling.dirk2000-01-1320-0/+40
| | | | | | | | | | 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>
* Actually add the new patch files.ade2000-01-1116-0/+202
| | | | PR: 15999
* Update to 1.0.10ade2000-01-116-92/+164
| | | | | PR: 15999 Submitted by: maintainer
* Update port to 1.1jedgar2000-01-092-5/+5
|
* - upgrade to 3.22.29dirk2000-01-0681-241/+592
| | | | | | - 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.
* Activate metakitjedgar2000-01-051-0/+1
|
* METAKIT is a curious mix of flatfile, relational and OODBMSjedgar2000-01-056-0/+57
| | | | | | | features with a small footprint and a big following. PR: 15705 Submitted by: Russell L. Carter <rcarter@pinyon.org>
* can use tcl/tk82andreas2000-01-032-2/+2
|
* Long awaited upgrade to postgresql 6.5.3andreas2000-01-0328-28/+28
| | | | | | Upgrade to pgaccess 0.98 follows PR: 15708 15034
* move libpq.so.2 to LIB_DEPENDS.vanilla2000-01-022-4/+4
|
* The second argument to install-info is the dir file, not the directory. :)asami1999-12-311-2/+2
| | | | Found by: obento
* Update to version 1.8.1.steve1999-12-292-5/+6
| | | | | PR: 12726 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Update port to 0.0.5jedgar1999-12-293-21/+3
|
* Activate p5-DBD-CSVjedgar1999-12-291-0/+1
|
* Perl module for accessing comma-separated values (CSV) via DBDjedgar1999-12-295-0/+40
| | | | | PR: 12903 Submitted by: Dirk Meyer <dirk.meyer@dinoex.sub.org>
* General comment cleanups.hoek1999-12-2911-11/+11
|
* Update to v0.93.kuriyama1999-12-286-10/+16
| | | | No response from: maintainer
* remove redundent --prefix=${PREFIX} in CONFIGURE_ARGSmharo1999-12-241-4/+3
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Update to version 1.0.8.steve1999-12-248-16/+20
| | | | | PR: 15295 Submitted by: jack@germanium.xtalwind.net
* Update to version 0.50.steve1999-12-2410-10/+60
| | | | | PR: 15453 Submitted by: Yung-Jeng Hung <winard@ritax.dorm.ccu.edu.tw>
* Update to version 0.1016.steve1999-12-242-5/+5
| | | | | PR: 15154 Submitted by: maintainer
* Activate pxtoolsjedgar1999-12-231-0/+1
|
* pxtools is a collection of tools to work with a Paradox-databasesjedgar1999-12-236-0/+53
| | | | PR: 15126
* Add Y2K linkjedgar1999-12-222-2/+6
| | | | PR: 15176
* RUN_DEPENDS need to be the same as BUILD_DEPENDS. (think packages)cpiazza1999-12-062-0/+2
| | | | | | PR: 15153 Submitted by: Alec Wolman <wolman@cs.washington.edu> Reviewed by: maintainer
* Use stripped hostname via `hostname -s` in various scripts, to make themdirk1999-11-2710-10/+100
| | | | | | consistent with mysqld and other OS. Reported by: Clive Lin <clive@CirX.ORG>
* Re-import of p5-MyObject version 1.0.steve1999-11-275-0/+43
| | | | | | | Accesses data in an MySQL database as Perl objects. PR: 14847 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* Activate the p5-MyObject port.steve1999-11-271-0/+1
|
* * Update from 1.2016 to 1.2209steve1999-11-276-18/+20
| | | | | | | | | | | | | * 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>
* Activate the freetds port.steve1999-11-271-0/+1
|
* Initial import of freetds version 0.42pre2.steve1999-11-2710-0/+104
| | | | | | | A Sybase/Microsoft TDS protocol library. PR: 14668 Submitted by: Domas Mituzas <midom@dammit.lt>
* Remove toasted MASTER_SITE (found by distfile survey)billf1999-11-231-2/+1
|
* remove toasted MASTER_SITEbillf1999-11-2314-14/+0
|
* Don't list a bogus master site, because we force users to fetchbillf1999-11-231-1/+1
| | | | | this manually. (even though the form can be filled out blank, and the file fetched straight from the site. oh well)
* Upgrade to 2.7.7 / fix distfile-Fenneragebillf1999-11-2324-36/+36
|
* Update MASTER_SITES and WWWcpiazza1999-11-212-2/+2
| | | | | PR: 14949 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* Formatting fix for ``rrdtool fetch'' output. The submitter has sent thissheldonh1999-11-182-0/+36
| | | | | | patch to the author, who I am told approves. Submitted by: Ian Freislich <iang@uunet.co.za>
* Remove myself from MAINTAINER.vanilla1999-11-122-2/+2
|
* Activate new p5-GDBM portnsayer1999-11-101-0/+1
|
* Add p5-GDBM port. Sort of a merge of my first cut at it and anothernsayer1999-11-106-0/+57
| | | | from eivind.
* More reasonable MANPATHandreas1999-11-0914-14/+14
| | | | Submitted by: Donald Chan <donald@batti.com>
* Upgrade to tkgnats-3.0.14jseger1999-11-024-7/+8
| | | | | Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
* Activate the p5-SQL-Statement and tcl-Mysql ports.steve1999-11-011-0/+2
|
* Initail import of p5-SQL-Statement version 0.1012.steve1999-11-015-0/+42
| | | | | | | A perl5 module for SQL parsing and processing. PR: 13085 Submitted by: Alec Wolman <wolman@cs.washington.edu>
* Initial import of tcl-Mysql version 990813.steve1999-11-017-0/+79
| | | | | | | A Tcl modules for accessing MySQL databases. PR: 13361 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Fix wrong "version required"jseger1999-10-301-1/+1
| | | | | PR: ports/14544 Submitted by: Ade Lovett <ade@lovett.com>
* Distfile changed and MASTER_SITES was missing a '='cpiazza1999-10-252-2/+2
| | | | | PR: 14475 Submitted by: jack@germanium.xtalwind.net
* Upgrade to 1.13vanilla1999-10-236-10/+18
| | | | | PR: ports/14091 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it>
* Upgrade to 3.22.27.dirk1999-10-1840-220/+560
|
* Update WWW: line in pkg/DESCRflathill1999-10-131-1/+1
| | | | | PR: ports/14287 Submitted by: ade@lovett.com
* Update to version 0.98cpiazza1999-10-114-13/+212
| | | | | PR: 13855 Submitted by: Palle Girgensohn <girgen@partitur.se>
* Update to version 6.5.2.cpiazza1999-10-11112-308/+350
| | | | | | | | | | | | | | 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>
* For backwards compatibility with FreeBSD 2.2.x due to it'scpiazza1999-10-061-1/+11
| | | | | | | | | | | | (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
* Activate dbf2mysqldan1999-10-041-0/+1
|
* A set of programs to convert a .dbf file to a MySQL tabledan1999-10-046-0/+73
| | | | | | | and vice versa. PR: ports/14097 Submitted by: Chris D. Faulhaber <jedgar@fxp.org>
* Point the user to a more internationally-friendly web site (englishcpiazza1999-09-301-2/+2
| | | | | | | instead of japanese) PR: 13755 Submitted by: maintainer
* Define HAVE_CONFIG_H in perl_shared so that RRDs.xs can importfenner1999-09-302-0/+24
| | | | MUST_DISABLE_FPMASK.
* Update to 3.112pst1999-09-287-13/+26
| | | | Submitted by: Martti Kuparinen <martti@research.zopps.fi>
* Move the requirement to set GTK vars from fetch-depends: to pre-patch:.obrien1999-09-251-1/+1
| | | | | Some of us like to fetch stuff at work and take home. I could find nothing in the fetch stage that needed this information.
* Remove stale MASTER_SITE.dirk1999-09-2210-10/+0
|
* Remove mysqltutor.dirk1999-09-221-1/+0
|
* Add trailing slash to WWW: url.dirk1999-09-221-1/+1
|
* Enforce random pkg/COMMENT rules, including the one that states Emacshoek1999-09-182-2/+2
| | | | should be spelled corrcetly, although I rather liked "Emasc".
* - upgrade to 3.22.26adirk1999-09-1850-50/+450
| | | | | | | | | | | | - 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.
* Resolve many 301 Moved Permanently URLs in DESCR.fenner1999-09-183-3/+3
|
* Let the generated Makefiles install the perl modules.fenner1999-09-114-8/+18
| | | | | | (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!)
* Move rrdtool examples from ${PREFIX}/share/rrdtool/examples tofenner1999-09-114-18/+22
| | | | | | ${PREFIX}/share/examples/rrdtool where they belong. Found by: looking for rrdtool examples in /usr/local/share/examples =)
* Remove mysql321.dirk1999-09-091-1/+0
| | | | We have mysql322-client/mysql322-server instead.
* Update rrdtool to 1.0.7fenner1999-09-094-16/+12
|
* mkdir ${PREFIX}/lib/perl5/site_perl/${PERL_VER} before trying to putfenner1999-09-072-0/+2
| | | | | | stuff there. Found by: http://bento.freebsd.org/errorlogs/3-full/rrdtool-1.0.0.log
* Changed $Id to $FreeBSDtaoka1999-09-062-2/+2
|
* Added ruby-postgrestaoka1999-09-061-0/+1
|
* A Ruby interface to PostgreSQL library.taoka1999-09-0610-0/+126
| | | | | PR: ports/12123 Submitted by: Yasuhiro Fukuma <yasuf@big.or.jp>
* - If ${OSVERSION} >= 320000 then use native threads (libc_r) by default.dirk1999-09-0411-140/+361
| | | | | | | | | | 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.)
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-3135-51/+51
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* $Id$ -> $FreeBSD$peter1999-08-302-2/+2
|
* Remove preceeding pkgname from some of the comments having one.hoek1999-08-301-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-2930-30/+30
|