aboutsummaryrefslogtreecommitdiff
path: root/databases/hsqldb
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Clean up after java/openjdk6 and java/openjdk6-jre removalJung-uk Kim2019-11-261-1/+0
| | | | | | | | | | | | | | | java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and java/openjdk6 and java/openjdk6-jre were removed from the ports tree (r512663). Now this patch completely removes remaining stuff from the ports tree. PR: 241953 (exp-run) Reviewed by: glewis Approved by: portmgr (antoine) Differential Revision: https://reviews.freebsd.org/D22342 Notes: svn path=/head/; revision=518482
* Update to version 2.3.4Pawel Pekala2016-08-173-6/+7
| | | | | | | | | PR: 211429 Submitted by: pfg Approved by: maintainer timeout Notes: svn path=/head/; revision=420364
* When there is a do-install target, do not use a post-install target, doMathieu Arnold2016-07-191-1/+1
| | | | | | | | | | | | | | | everything at once. Sometime, rename post-install into a options helper target. I did not fix ports that were such a mess that I could not figure out what they really wanted to do. I also did not change ports that had some version of an auto-plist code in post-install, for the same reason. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=418767
* - Update to 2.3.3Martin Wilke2016-01-104-3/+6
| | | | | | | | | PR: 205942 Submitted by: pfg Approved by: maintainer Notes: svn path=/head/; revision=405690
* Cleanup plistBaptiste Daroussin2014-10-201-38/+0
| | | | Notes: svn path=/head/; revision=371255
* - Update to version 2.3.2, take maintainership [1]Pawel Pekala2014-03-083-91/+84
| | | | | | | | | | | | | | | - Correct LICENSE [1] - Add staging support [1] - Use USES=zip - Remove leading article from COMMENT - Docs files don't need optional installation with stage, convert installation procedure to COPYTREE_SHARE PR: ports/187336 Submitted by: Jim Ohlstein <jim@ohlste.in> Notes: svn path=/head/; revision=347489
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* Remove trailing whitespaces from category databasesEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345402
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | databases) Notes: svn path=/head/; revision=327717
* - Update to 2.3.0Martin Wilke2013-07-183-9/+6
| | | | | | | | PR: 180582 Submitted by: maintainer Notes: svn path=/head/; revision=323197
* - Update to 2.2.9 [1]Wen Heping2013-02-173-174/+380
| | | | | | | | | | | - Convert to optionsNG - Reset maintainer to ports@ PR: 175313 [1] Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Notes: svn path=/head/; revision=312395
* Decommissioning java 1.5 (EOLed since October 2009):Baptiste Daroussin2012-12-101-6/+2
| | | | | | | suppress any reference to JAVA_VERSION= 1.5+ (part2) Notes: svn path=/head/; revision=308604
* Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,Mark Linimon2011-07-211-1/+1
| | | | | | | | | | | | | | | | | | | remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5 or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM is also removed, as it is not available in Java 1.5 and higher. Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5. While here, replace static values of JAVA_VERSION in files/*.in by %%JAVA_VERSION%% . PR: ports/158969 Submitted by: rene Tested on: pointyhat-west -exp Notes: svn path=/head/; revision=278068
* - Update to 1.8.1.3Wen Heping2011-07-033-7/+6
| | | | | | | | | | - Add LICENSE PR: ports/158430 Submitted by: Pedro Giffuni <giffuni@tutopia.com> Notes: svn path=/head/; revision=276965
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* - Update to 1.8.0.10Martin Wilke2008-07-283-20/+191
| | | | | | | | | | | - Respect PORTDOCS - Pass maintainership to submitter PR: 125953 Submitted by: Wen heping <wenheping@gmail.com> Notes: svn path=/head/; revision=217738
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - Update to 1.8.0.9Pav Lucistnik2008-01-192-5/+4
| | | | | | | | PR: ports/119693 Submitted by: Rashid Achilov <citycat4@ngs.ru> Notes: svn path=/head/; revision=205850
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - distfile repacked at 2006-09-28 after previous commit (2006-09-25)Yen-Ming Lee2006-10-081-3/+3
| | | | | | | | | | - two files in distfile are touched: * doc/changelist_1_8_0.txt * lib/hsqldb.jar - new size (3276605 bytes) is listed on master site Notes: svn path=/head/; revision=174880
* upgrade to 1.8.0.7Ying-Chieh Liao2006-09-252-6/+5
| | | | Notes: svn path=/head/; revision=173785
* Reset bouncing maintainer address.Mark Linimon2006-06-091-1/+1
| | | | Notes: svn path=/head/; revision=164948
* HSQLDB is the leading SQL relational database engine written in Java. It has aHerve Quiroz2006-02-163-0/+63
JDBC driver and supports a rich subset of ANSI-92 SQL (BNF tree format) plus SQL 99 and 2003 enhancements. It offers a small (less than 100k in one version for applets), fast database engine which offers both in-memory and disk-based tables and supports embedded and server modes. Additionally, it includes tools such as a minimal web server, in-memory query and management tools (can be run as applets) and a number of demonstration examples. WWW: http://hsqldb.org/ PR: 93320 Submitted by: Michael Winking <mwfp@foldl.net> Notes: svn path=/head/; revision=156182