aboutsummaryrefslogtreecommitdiff
path: root/databases/sqldeveloper
Commit message (Collapse)AuthorAgeFilesLines
* databases/sqldeveloper: Update to 21.2.1.204.1703VVD2021-09-053-14/+16
| | | | | | | Changelog: https://www.oracle.com/tools/sqldev/sqldev-relnotes-21.2.html PR: 258267
* databases/sqldeveloper: Update to 20.4.1.407.0006Chris Moerz2021-06-043-87/+168
| | | | | | | | | - Update to 20.4.1.407.006 And while here, also Reformat Makefile a bit. PR: 256397 Approved by: vvd@unislabs.com (maintainer)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-062-4/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* databases/sqldeveloper: update dependency from java/openjfx8-devel to ↵Mikael Urankar2020-10-312-11/+20
| | | | | | | | | | java/openjfx14 and make it optional PR: 250704 Submitted by: VVD <vvd@unislabs.com> (maintainer) Notes: svn path=/head/; revision=553785
* databases/sqldeveloper: Update to 20.2.0.175.1842Mikael Urankar2020-10-034-417/+114
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pass maintainership to vvd (approved by Michael Zhilin) Changelog: Feature Enhancements Debugger - option to use DBMS_DEBUG for database debugging Load options include SET LOADFORMAT and SET LOADMETHOD for more flexibility on loading table data ORDS installer supports: REST SQL and SQL Developer Web configuration Custom JDBC urls and TNS Allows non-SYSDBA user to install/upgrade, repair and uninstall ORDS SQLcl Liquibase new commands: ROLLBACKSQL, DIFF, DBDOC, VERSION Liquibase changeSet IDs are now generated as a hash of the content Explain Plan/Autotrace Search Include Orakafka ZIP in all distributions Java Home updated to 8u221 Oracle NoSQL plugin updated to version 19.3.12 Database Copy added 'Ignore Storage' to avoid tablespace dependencies SQL Editor Code template options panel moved to code editor page Code formatter new setting for number of commas to allow before a linebreak on PL/SQL call Added SET CODESCAN to look for SQL Injection vulnerabilities TABLE IMPORT enhanced to ignore virtual columns PR: 249866 Submitted by: VVD <vvd@unislabs.com> Notes: svn path=/head/; revision=551261
* Deprecate java/openjfx8-devel consumersTobias Kortkamp2020-03-191-0/+3
| | | | | | | | | | | Chase r527795 and put a deprecation notice on all openjfx8-devel dependent ports too. Also deprecate devel/gradle4 which is only needed to build igv and openjfx8-devel. Notes: svn path=/head/; revision=528706
* Convert to UCL & cleanup pkg-message (categories d)Mathieu Arnold2019-08-131-3/+6
| | | | Notes: svn path=/head/; revision=508835
* databases/sqldeveloper: Update to 19.1.0.094.2042Steve Wills2019-05-263-13/+28
| | | | | | | | | | | | While here, clean up a bit PR: 237417 Submitted by: VVD <vvd@unislabs.com) Reported by: pi Approved by: Michael Zhilin <mizhka@gmail.com> (maintainer) Notes: svn path=/head/; revision=502741
* databases/sqldeveloper: update to 18.4.0.376.1900Steve Wills2019-04-194-17/+44
| | | | | | | | | PR: 235216 Submitted by: jjuanino@gmail.com Approved by: maintainer timeout (mizhka@gmail.com, >11 weeks) Notes: svn path=/head/; revision=499359
* databases/sqldeveloper: update 17.4.0.355.2349 -> 18.1.0.095.1630Kurt Jaeger2018-05-123-70/+52
| | | | | | | | | | PR: 228196 Submitted by: jjuanino@gmail.com Approved by: Michael Zhilin <mizhka@gmail.com> (maintainer) Relnotes: http://www.oracle.com/technetwork/developer-tools/sql-developer/downloads/sqldev-relnotes-181-4423629.html Notes: svn path=/head/; revision=469743
* databases/sqldeveloper: Update to 17.4.0.355.2349Luca Pizzamiglio2018-01-055-41/+70
| | | | | | | | | PR: 224912 Submitted by: jjuanino@gmail.com Approved by: mizhka@gmail.com (maintainer) Notes: svn path=/head/; revision=458148
* - Update to 4.2.0.17.089.1709Jochen Neumeister2017-05-233-92/+196
| | | | | | | | | | PR: 219200 Submitted by: vvd@unislabs.com Approved by: rene (mentor) Differential Revision: https://reviews.freebsd.org/D10871 Notes: svn path=/head/; revision=441554
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* databases/sqldeveloper: 4.1.0.19.07 -> 4.1.1.19.59Kurt Jaeger2015-07-143-25/+10
| | | | | | | | | | | Changes: http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html PR: 201217 Submitted by: mizhka@gmail.com (maintainer) Notes: svn path=/head/; revision=391966
* databases/sqldeveloper: 4.0.3.16.84 -> 4.1.0.19.07Kurt Jaeger2015-06-043-96/+588
| | | | | | | | | | | Release-Notes: http://www.oracle.com/technetwork/developer-tools/sql-developer/sqldev-relnotes-41-2372786.html PR: 200054 Submitted by: Michael Zhilin <mizhka@gmail.com> (maintainer) Notes: svn path=/head/; revision=388536
* databases/sqldeveloper: version updateRuslan Makhmatkhanov2015-02-213-29/+26
| | | | | | | | | | | | - update to 4.0.3.16.84 - pass maintainership to submitter - unmute installation commands PR: 196352 Submitted by: mizhka@gmail.com Notes: svn path=/head/; revision=379560
* Cleanup plistBaptiste Daroussin2014-10-201-137/+0
| | | | Notes: svn path=/head/; revision=371255
* In some straightforward cases, protect documentation behindAdam Weinberger2014-08-042-2/+4
| | | | | | | | PORTDOCS, adding a DOCS option where needed, and a couple PORTEXAMPLES for good measure. Notes: svn path=/head/; revision=363960
* Multiple ports: reset maintainersEitan Adler2014-05-261-1/+1
| | | | | | | | | | | | | | | | | Maintainers for these ports have been notified on 5 separate occasions over the course of several months about pending actions required. We really appreciate the time and effort you put in to maintain these ports. If you are still interested in helping to maintain these ports just reply to me or file a PR and I will happily assign the port to you again. Approved by: portmgr (implicit) Notes: svn path=/head/; revision=355274
* Update to 4.0.1.14.48Barbara Guida2014-04-283-138/+145
| | | | | | | | Submitted by: bar (myself) Approved by: jjuanino@gmail.com (maintainer) Notes: svn path=/head/; revision=352558
* Mark a few unfetchable ports BROKENAntoine Brodin2014-04-271-1/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=352425
* Convert d* to USES=zipBaptiste Daroussin2014-03-071-1/+1
| | | | Notes: svn path=/head/; revision=347405
* - update to 4.0.0.13.80Ruslan Makhmatkhanov2014-02-095-270/+933
| | | | | | | | | | - add stage support PR: 186568 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=343539
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340671
* 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 version 3.2.20.09.87Barbara Guida2012-12-064-23/+71
| | | | | | | | | | | | | - Trim Makefile headers - Change NOPORTDOCS check to OptionsNG equivalent PR: ports/174066 Submitted by: bar Approved by: jjuanino@gmail.com (maintainer), flo (mentor) Feature safe: yes Notes: svn path=/head/; revision=308358
* - Update to 3.1.07.42Jason Helfman2012-05-246-109/+229
| | | | | | | | | | | - while here standardize IGNORE, and drop pkg-message from SUB_FILES and move to pkg-message as nothing is being substituted PR: ports/168163 Submitted by: maintainer, jjuanino@gmail.com Notes: svn path=/head/; revision=297353
* - Update to 3.0.04.34Bernhard Froehlich2011-05-044-25/+807
| | | | | | | | | | - Update pkg-message.in PR: ports/156316 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=273631
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Update to 2.1.1.64.45Martin Wilke2010-05-083-11/+5
| | | | | | | | PR: 144744 Submitted by: Kurt Jaeger <pi@opsec.eu> (maintainer) Notes: svn path=/head/; revision=253941
* - Update to 2.1.0.63.73Pav Lucistnik2010-02-126-130/+170
| | | | | | | | PR: ports/142343 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=249646
* - Update to 1.5.4Martin Wilke2009-03-154-9/+17
| | | | | | | | PR: 132632 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=230158
* - Update to 1.5.3Martin Wilke2008-12-243-18/+7
| | | | | | | | PR: 129827 Submitted by: José García Juanino <jjuanino@gmail.com> (maintainer) Notes: svn path=/head/; revision=224698
* Allow JDK versions >1.5.Stefan Walter2008-10-111-1/+2
| | | | | | | | | PR: 127938 Submitted by: sunghyuk <sunghyuk@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=221443
* - Update to 1.5.1.54.40Rong-En Fan2008-07-196-31/+16
| | | | | | | | | | | | http://www.oracle.com/technology/products/database/sql_developer/files/relnotes_v151.html - MySQL dependency is removed due to databases/mysql-connector-odbc is updated to 5.1 and this port only supports 5.0 (see pkg-message for details) PR: ports/125724 Submitted by: José García Juanino <jjuanino at gmail.com> (maintainer) Notes: svn path=/head/; revision=217105
* 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.5.0.53.38Pav Lucistnik2008-06-048-161/+143
| | | | | | | | PR: ports/123759 Submitted by: Jose Garcia Juanino <jjuanino@gmail.com> Notes: svn path=/head/; revision=214303
* Oracle SQL Developer is a free graphical tool for database development. WithThierry Thomas2008-04-059-0/+448
SQL Developer, you can browse database objects, run SQL statements and SQL scripts, and edit and debug PL/SQL statements. You can also run any number of provided reports, as well as create and save your own. SQL Developer enhances productivity and simplifies your database development tasks. SQL Developer can connect to any Oracle Database version >= 9.2.0.1 and MySQL database version >= 3.0. WWW: http://www.oracle.com/technology/software/products/sql/index.html PR: ports/119756 Submitted by: José García Juanino <jjuanino at gmail.com> Notes: svn path=/head/; revision=210614