aboutsummaryrefslogtreecommitdiff
path: root/databases
Commit message (Collapse)AuthorAgeFilesLines
* A graphical ERD designer. It's a bit rough, but give it a version or twoAlan Eldridge2003-01-025-0/+76
| | | | | | | | more. This port is up for maintainership grabs, so I hope somebody takes it and sticks with it. I'm just putting it here. Notes: svn path=/head/; revision=72198
* Update PostgreSQL to 7.3.1. Fix spac64[1].Sean Chittenden2003-01-023-11/+21
| | | | | | | | | PR: ports/46666 Submitted by: [1] "Roderick van Domburg" <r.s.a.vandomburg@student.utwente.nl> Obtained from: [1] PostgreSQL repo Notes: svn path=/head/; revision=72132
* upgrade to 0.2.4Ying-Chieh Liao2003-01-024-8/+46
| | | | | | | | PR: 44958 Submitted by: Ports Fury Notes: svn path=/head/; revision=72131
* Update to 0.22(based on SQLite 2.7.4). pkg-descr minor fix with WWW:.Norikatsu Shigemura2003-01-016-12/+16
| | | | Notes: svn path=/head/; revision=72119
* Update to 2.4.3b.Akinori MUSHA2003-01-012-2/+3
| | | | Notes: svn path=/head/; revision=72034
* Update to 0.1.8, which is compatible with the latest ruby 1.8.Akinori MUSHA2003-01-013-4/+138
| | | | Notes: svn path=/head/; revision=72033
* Update to 0.3.8, which is compatible with the latest ruby 1.8.Akinori MUSHA2003-01-013-6/+320
| | | | Notes: svn path=/head/; revision=72032
* Update to 0.2.9.Akinori MUSHA2003-01-012-2/+2
| | | | Notes: svn path=/head/; revision=72031
* Fix master site (doesn't fetch) and change homepage.Oliver Braun2002-12-232-2/+2
| | | | | | | | PR: ports/46495 Submitted by: maintainer Notes: svn path=/head/; revision=71818
* Update the maintainer's email.Pete Fritchman2002-12-221-2/+2
| | | | | | | | PR: 45883 Submitted by: maintainer Notes: svn path=/head/; revision=71804
* update maintainer's emailYing-Chieh Liao2002-12-221-1/+1
| | | | | | | | PR: 45884 Submitted by: maintainer Notes: svn path=/head/; revision=71791
* The sqlrelay project moved to SourceForge.Akinori MUSHA2002-12-202-4/+3
| | | | | | | | PR: ports/46356 Submitted by: Mark Stosberg <mark@summersault.com> Notes: svn path=/head/; revision=71741
* Update gauche & gauche-gdbm to 0.6.6.Akinori MUSHA2002-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | From the freshmeat announcement: A number of bugs are fixed, including a gauche.net bug and do-form compilation bug which were sometimes the cause of crashes. Several new modules are added, including message digest libraries (rfc.md5, rfc.sha1, rfc.hmac, and util.digest), thread-local parameter support, and port seek. Other enhancements include string split to take strings and a regexp as a splitter. Unfortunately, this does not fix the build failure on alpha. It is still under investigation. PR: ports/46284 Submitted by: Erik Greenwald <erik@smluc.org> (MAINTAINER) Approved by: portmgr (knu) Notes: svn path=/head/; revision=71704
* Set MAINTAINER back to the submitter. He is now reachable again.Akinori MUSHA2002-12-181-1/+1
| | | | | | | Submitted by: Erik Greenwald <erik@smluc.org> Notes: svn path=/head/; revision=71703
* Do not build profiled libraries on 5-CURRENT, where g++ -pg producesAkinori MUSHA2002-12-184-3/+65
| | | | | | | | | | | strange function calls that the assembler cannot understand. Submitted by: bento, kris http://bento.freebsd.org/errorlogs/i386-5-latest/sqlrelay-0.32.log Notes: svn path=/head/; revision=71702
* make USE_LIBTOOL actually workingDirk Froemberg2002-12-169-90/+162
| | | | | | | Submitted by: sobomax Notes: svn path=/head/; revision=71680
* Upgrade to 3.23.54.Dirk Froemberg2002-12-1454-477/+405
| | | | | | | | | | | | This fixes a security hole which is remotely exploitable. See http://security.e-matters.de/advisories/042002.html for details. Submitted by: sobomax Approved by: sobomax Notes: svn path=/head/; revision=71630
* Mark as FORBIDDEN - multiple security vulnerabilities exist. SeeMaxim Sobolev2002-12-139-0/+18
| | | | | | | | | http://security.e-matters.de/advisories/042002.html Submitted by: Constantin Deribin <deribin@portaone.com> Notes: svn path=/head/; revision=71599
* Make databases/adodb fetchable again.Edwin Groothuis2002-12-123-4/+7
| | | | | | | | | | | Update to verison 2.50. Implicit approval by portmgr@ because the old files weren't fetchable anymore. PR: ports/46022 Submitted by: Mark Linimon <linimon@lonesome.com> Notes: svn path=/head/; revision=71573
* add ONLY_FOR_ARCHS, sparc64 has conflicting typesDirk Meyer2002-12-121-0/+1
| | | | Notes: svn path=/head/; revision=71549
* Fix Build with recent bisonTilman Keskinoz2002-12-101-0/+11
| | | | | | | | PR: 46057 Submitted by: Aries <aries@mindworks.hu> Notes: svn path=/head/; revision=71507
* Fix MASTER_SITESDirk Meyer2002-12-091-1/+2
| | | | | | | | | http://people.freebsd.org/~fenner/portsurvey/ports@freebsd.org.html PR: 46069 Submitted by: never@nevermind.kiev.ua Notes: svn path=/head/; revision=71475
* Catch up with the Ruby Application Archive's URL scheme change.Akinori MUSHA2002-12-071-1/+1
| | | | Notes: svn path=/head/; revision=71410
* Update WWW.Akinori MUSHA2002-12-071-1/+1
| | | | Notes: svn path=/head/; revision=71409
* Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. ThisAkinori MUSHA2002-12-062-13/+18
| | | | | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris Notes: svn path=/head/; revision=71402
* Use -fPIC instead of -fpic to fix build on sparc64Kris Kennaway2002-12-031-0/+11
| | | | Notes: svn path=/head/; revision=71345
* Mark Broken on CURRENT. Drop MaintainershipTilman Keskinoz2002-12-021-2/+8
| | | | | | | | PR: 45908 Submitted by: Christian Brueffer <chris@unixpages.org> Notes: svn path=/head/; revision=71315
* Synchronize PORTVERSION with lang/gauche's. This fixes packaging.Akinori MUSHA2002-12-011-1/+1
| | | | Notes: svn path=/head/; revision=71269
* Claim maintainership as the creator of these ports until the previousAkinori MUSHA2002-11-281-1/+1
| | | | | | | maintainer becomes reachable again. Notes: svn path=/head/; revision=71195
* Fix the build by removing superfluous LDFLAGS from MAKE_ARGS.Akinori MUSHA2002-11-281-2/+1
| | | | Notes: svn path=/head/; revision=71194
* Drop maintainership.Dag-Erling Smørgrav2002-11-281-1/+1
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=71193
* Update PostgreSQL-devel to 7.3 release. Once the ports freeze is over theSean Chittenden2002-11-282-11/+11
| | | | | | | | | | | | | | mainline postgresql7 port will be updated. 7.3 introduces many new features, most notably schemas, drop column, table functions, and prepared queries were added in this release. Please read the release notes for details. http://developer.postgresql.org/docs/postgres/release.html#RELEASE-7-3 Approved by: portmgr Notes: svn path=/head/; revision=71190
* Sort entries.Akinori MUSHA2002-11-271-1/+1
| | | | Notes: svn path=/head/; revision=71177
* This library should always have been linked with c++, rather thanMikhail Teterin2002-11-271-0/+1
| | | | | | | | | | | | | | | cc, but we were able to get away with it previously. Not any more. Set CC to ${CXX} (something bsd.lib.mk should be doing for us!) to avoid unresolved __gxx_personality_v0 when trying to load the package into the Tcl interpreter at run-time. No PORTREVISION bump, since the port did not build on -current until 5 minutes ago, and the problem does not affect -stable. Not Approved by: portmgr (Linnex would too cruel and too unusual anyway) Notes: svn path=/head/; revision=71136
* The newer, kinder C++ does not like it, when the default valuesMikhail Teterin2002-11-271-0/+23
| | | | | | | | | | | | | for functions' arguments are specified twice -- in the declaration (sql-mysql.h) and in the definition (sql-mysql.cc). The added patch removes the redundant defaults from the functions' definitions and fixes the build on -current. Submitted by: bento Not Approved by: portmgr -- no approval requested, since port did not build Notes: svn path=/head/; revision=71135
* Point the WWW tag to the SourceForge too.Mikhail Teterin2002-11-251-1/+1
| | | | Notes: svn path=/head/; revision=71078
* Fix master-site for databases/tcl-MysqlEdwin Groothuis2002-11-241-1/+2
| | | | | | | | PR: ports/45668 Submitted by: Glenn Trewitt <trewitt@trewitt.org> Notes: svn path=/head/; revision=70974
* upgrade to mytop-1.2Yen-Ming Lee2002-11-242-2/+2
| | | | | | | Noticed by: Szymon Grabowski <simonaway@implix.com> Notes: svn path=/head/; revision=70952
* New port: databases/gbibEdwin Groothuis2002-11-237-0/+54
| | | | | | | | | | | gBib is an editor/browser for BibTeX bibliographic database files. PR: ports/35355 Submitted by: Christian Brueffer <chris@unixpages.org> Notes: svn path=/head/; revision=70812
* Maintainer springcleaning of his MakefilesEdwin Groothuis2002-11-223-99/+135
| | | | | | | | PR: ports/45514 Submitted by: Dave Glowacki <dglo@hyde.ssec.wisc.edu> Notes: svn path=/head/; revision=70782
* Maintainer updateEdwin Groothuis2002-11-2211-27/+37
| | | | | | | | | | (also added WWW-field to pkg-descr to make portlint happy) PR: ports/45582 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=70779
* Maintainer updateEdwin Groothuis2002-11-221-4/+4
| | | | | | | | PR: ports/45583 Submitted by: Chris Knight <chris@aims.com.au> Notes: svn path=/head/; revision=70778
* Add p5-DBIx-DBSchema 0.21, an OO-interface to database schemas.Norikatsu Shigemura2002-11-226-0/+57
| | | | | | | | PR: 38013 Submitted by: Peter Avalos <pavalos@theshell.com> Notes: svn path=/head/; revision=70759
* Fix MASTER_SITES.Dirk Froemberg2002-11-219-36/+54
| | | | Notes: svn path=/head/; revision=70717
* Fix MASTER_SITES.Dirk Froemberg2002-11-212-3/+6
| | | | Notes: svn path=/head/; revision=70715
* Update the pkg-plist for phpPgAdmin.Sean Chittenden2002-11-211-2/+3
| | | | | | | Approved by: nbm (maintainer) Notes: svn path=/head/; revision=70711
* fix make package errorYing-Chieh Liao2002-11-218-8/+0
| | | | | | | Noted by: kris Notes: svn path=/head/; revision=70634
* Updated PostgreSQL to 7.3 rc1.Sean Chittenden2002-11-202-10/+10
| | | | Notes: svn path=/head/; revision=70613
* fix build on -currentYing-Chieh Liao2002-11-205-0/+55
| | | | | | | | PR: 45464 Submitted by: maintainer Notes: svn path=/head/; revision=70599
* - Do not install useless .la filesYing-Chieh Liao2002-11-2032-7152/+7448
| | | | | | | | | | - Utilize NOPORTDOCS PR: 45446 Submitted by: Ports Fury Notes: svn path=/head/; revision=70588