summaryrefslogtreecommitdiff
path: root/databases (follow)
Commit message (Collapse)AuthorAgeFilesLines
* avoid:Andreas Klemm2000-09-0914-0/+14
| | | | | | | | | | ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org Notes: svn path=/head/; revision=32446
* Don't break package building on Satoshi's cluster. Explicitly dependThomas Gellekum2000-09-086-12/+12
| | | | | | | on python1.5:lang/python15. Notes: svn path=/head/; revision=32438
* Update to 2.3.1.Akinori MUSHA2000-09-072-2/+2
| | | | Notes: svn path=/head/; revision=32399
* Update to 5.0beta8.Jeremy Lea2000-09-076-98/+834
| | | | | | | | Special thanks to Huidae Cho <hdcho@geni.knu.ac.kr> for getting all of the patches into the distribution. Notes: svn path=/head/; revision=32398
* Update with bsd.ruby.mk. :>Akinori MUSHA2000-09-072-22/+15
| | | | Notes: svn path=/head/; revision=32391
* Add ZPyGreSQLDA, a PostgreSQL database adaptor for Zope.Neil Blakey-Milner2000-09-076-0/+87
| | | | Notes: svn path=/head/; revision=32385
* Update with bsd.ruby.mk.Akinori MUSHA2000-09-074-64/+56
| | | | | | | | Install library files under the standard directory. (${RUBY_SITELIBDIR}, ${RUBY_SITEARCHLIBDIR}) Notes: svn path=/head/; revision=32371
* Do not set MASTER_SITE_SUBDIR to an empty value, but just undefine.Akinori MUSHA2000-09-061-1/+1
| | | | | | | | | | I didn't know an empty MASTER_SITE_SUBDIR brings an empty MASTER_SITES.. Found by: green Notes: svn path=/head/; revision=32358
* Activate ruby14-gdbm.Akinori MUSHA2000-09-061-0/+1
| | | | Notes: svn path=/head/; revision=32357
* Update to 1.6.0-preview3.Akinori MUSHA2000-09-062-22/+11
| | | | | | | Utilize bsd.ruby.mk. Notes: svn path=/head/; revision=32355
* This was just repocopied from databases/ruby-gdbm to keep versionAkinori MUSHA2000-09-062-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. Notes: svn path=/head/; revision=32354
* Use MASTER_SITE_RUBY.Akinori MUSHA2000-09-052-16/+4
| | | | Notes: svn path=/head/; revision=32305
* - Add JAVAC and JAR variables to the Makefile so they are easier toSteve Price2000-09-056-15/+66
| | | | | | | | | | | override. - Also install the doc files in the post-install target. PR: 20718 Submitted by: maintainer Notes: svn path=/head/; revision=32292
* sorry, forgot to remove that ...Andreas Klemm2000-08-3114-56/+0
| | | | Notes: svn path=/head/; revision=32149
* allow PostgreSQL to compile and run on Alpha.Andreas Klemm2000-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> Notes: svn path=/head/; revision=32148
* Add the db3 port.Steve Price2000-08-271-0/+1
| | | | | | | | PR: 20886 Submitted by: Dann Lunsford <dann@greycat.com> Notes: svn path=/head/; revision=32039
* old postgresql port has been removed.Andreas Klemm2000-08-261-1/+1
| | | | | | | use postgresql7, which has proven stability now. Notes: svn path=/head/; revision=32000
* Update to Berkeley DB3, after repocopy from databases/db to databases/db3.Will Andrews2000-08-2660-10840/+7660
| | | | | | | | PR: 20763 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=31997
* after removal of old postgresql port fix dependencies for postgresql7 portAndreas Klemm2000-08-265-5/+5
| | | | | | | thanks to Hwang eunkwang <hek@inter21c.co.kr> for stating this out. Notes: svn path=/head/; revision=31993
* not available anymore, use postgresql 7Andreas Klemm2000-08-241-1/+0
| | | | Notes: svn path=/head/; revision=31938
* Add ruby-gdbm, a Ruby extension to GDBM library.Akinori MUSHA2000-08-2312-0/+122
| | | | Notes: svn path=/head/; revision=31909
* Add gigabase 2.14, an object-relational database management system.Will Andrews2000-08-208-0/+96
| | | | | | | | PR: 20661 Submitted by: Sergey A. Osokin <ozz@FreeBSD.org.ru> Notes: svn path=/head/; revision=31788
* Make all these Ruby related ports belong also in the newly-addedAkinori MUSHA2000-08-163-3/+3
| | | | | | | | | "ruby" virtual category. Make textproc/eruby belong also in www. Notes: svn path=/head/; revision=31685
* Fix a bogon in the configure script where the executable suffix was beingSteve Price2000-08-141-3/+12
| | | | | | | | | set to '.C' and causing serious problems with ${ac_link} evaluating to this: c++ -o conftest.C conftest.C Notes: svn path=/head/; revision=31627
* Do The Right Thing. (R)Akinori MUSHA2000-08-127-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. :) Notes: svn path=/head/; revision=31584
* Update to 0.6.1.Akinori MUSHA2000-08-098-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) Notes: svn path=/head/; revision=31459
* Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileAkinori MUSHA2000-08-086-3/+6
| | | | | | | namespace pollution. Notes: svn path=/head/; revision=31421
* Add another couple of Ruby modules.Akinori MUSHA2000-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 Notes: svn path=/head/; revision=31372
* (1) Add new variable, XFREE86_VERSION, to specify which version ofSatoshi Asami2000-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 Notes: svn path=/head/; revision=31272
* Correct PLIST, Makefile, and portlint nitsChris D. Faulhaber2000-08-016-38/+36
| | | | | | | | PR: 20084 Submitted by: Maintainer Notes: svn path=/head/; revision=31218
* Update to 1.0.25.Maxim Sobolev2000-07-314-4/+4
| | | | | | | | PR: 20316 Submitted by: Domas Mituzas <midom@dammit.lt> Notes: svn path=/head/; revision=31174
* Update to version 1.2214Kevin Lo2000-07-314-4/+4
| | | | | | | | PR: 20246 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=31158
* Update to version 1.9Kevin Lo2000-07-312-4/+4
| | | | | | | | PR: 20250 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=31155
* Update to version 0.95Kevin Lo2000-07-314-4/+4
| | | | | | | | PR: 20247 Submitted by: Dmitry S. Sivachenko <dima@Chg.RU> Notes: svn path=/head/; revision=31154
* Update to 2.01.Maxim Sobolev2000-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. Notes: svn path=/head/; revision=31146
* PLIST @dirrm should be added to configuration directory.Kevin Lo2000-07-252-0/+2
| | | | | | | | PR: 20152 Submitted by: MAINTAINER Notes: svn path=/head/; revision=31012
* Fix build error caused by xforms upgrade.Dirk Froemberg2000-07-241-0/+14
| | | | Notes: svn path=/head/; revision=30993
* UpdateVanilla I. Shu2000-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 Notes: svn path=/head/; revision=30963
* Add mysql++, a C++ library API to MySQL.Will Andrews2000-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. :-( Notes: svn path=/head/; revision=30926
* Add USE_LIBTOOL to fix c_r issues.Maxim Sobolev2000-07-192-17/+1
| | | | | | | Submitted by: Max Khon <fjoe@iclub.nsu.ru> Notes: svn path=/head/; revision=30887
* Correct PLISTChris D. Faulhaber2000-07-192-6/+6
| | | | | | | | PR: 20032 Submitted by: Maintainer Notes: svn path=/head/; revision=30845
* Update to 0.3.2.Maxim Sobolev2000-07-172-7/+2
| | | | Notes: svn path=/head/; revision=30735
* Update to use Tcl version 8.3.Steve Price2000-07-165-8/+174
| | | | | | | | PR: 19874 Submitted by: maintainer Notes: svn path=/head/; revision=30717
* Update to use tcl-8.3.Steve Price2000-07-164-20/+286
| | | | | | | | PR: 19900 Submitted by: maintainer Notes: svn path=/head/; revision=30713
* Update port to 0.0.11Chris D. Faulhaber2000-07-162-2/+2
| | | | Notes: svn path=/head/; revision=30692
* Update port to 1.2Chris D. Faulhaber2000-07-142-4/+4
| | | | Notes: svn path=/head/; revision=30618
* -LDCONFIG_DIRS= %%PREFIX%%/pgsqlAndreas Klemm2000-07-1114-14/+14
| | | | | | | | | +LDCONFIG_DIRS= %%PREFIX%%/pgsql/lib Submitted by: "Chris D. Faulhaber" <jedgar@fxp.org> Notes: svn path=/head/; revision=30491
* Build with tcl8.2 instead of tcl8.0.Steve Price2000-07-103-8/+9
| | | | | | | | PR: 19108 Submitted by: Adrian Filipi-Martin <adrian@ubergeeks.com> Notes: svn path=/head/; revision=30400
* Update to latest version 0.98.6Andreas Klemm2000-07-093-5/+4
| | | | | | | TCL/TK 8.3 works, so changed port dependencies Notes: svn path=/head/; revision=30379
* Update MASTER_SITESChris D. Faulhaber2000-07-072-3/+3
| | | | | | | Update my email address Notes: svn path=/head/; revision=30343