aboutsummaryrefslogtreecommitdiff
path: root/dns/dnsjava
Commit message (Collapse)AuthorAgeFilesLines
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490 Notes: svn path=/head/; revision=458513
* - Update to 2.1.8Danilo Egea Gondolfo2017-01-153-8/+11
| | | | Notes: svn path=/head/; revision=431592
* - Switch to options helpersDmitry Marakasov2015-08-261-4/+5
| | | | | | | | | - While here, add some NO_ARCHes Approved by: portmgr blanket Notes: svn path=/head/; revision=395389
* - Update to 2.1.7Danilo Egea Gondolfo2015-02-173-3/+5
| | | | Notes: svn path=/head/; revision=379127
* Cleanup plistBaptiste Daroussin2014-10-271-8/+0
| | | | Notes: svn path=/head/; revision=371557
* - Use options helpersDanilo Egea Gondolfo2014-10-121-8/+3
| | | | Notes: svn path=/head/; revision=370725
* Cosmetic plist change.Jung-uk Kim2014-06-061-1/+1
| | | | Notes: svn path=/head/; revision=356840
* Fix plist.Jung-uk Kim2014-06-062-0/+7
| | | | | | | Reported by: swills Notes: svn path=/head/; revision=356838
* - Fix build with JDK7 and later. [1]Jung-uk Kim2014-06-052-16/+30
| | | | | | | | | | - Make the build options actually work. - Make portlint happy. Reported by: exp-run (PR190511) [1] Notes: svn path=/head/; revision=356720
* - Update from 2.1.5 to 2.1.6Danilo Egea Gondolfo2013-10-152-3/+3
| | | | | | | | | Changes: http://www.xbill.org/dnsjava/dnsjava-current/Changelog Approved by: wg/culot (mentors, implicit) Notes: svn path=/head/; revision=330436
* - Change maintainer email to @FreeBSD.orgDanilo Egea Gondolfo2013-09-282-217/+201
| | | | | | | | | - Add stage support Approved by: wg (mentor) Notes: svn path=/head/; revision=328573
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | dns) Notes: svn path=/head/; revision=327719
* - Update to 2.1.5Bryan Drewery2013-04-213-4/+4
| | | | | | | | | | | - Convert tab to space in pkg-descr PR: ports/177975 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) Feature safe: yes Notes: svn path=/head/; revision=316192
* - Update to 2.1.4.Felippe de Meirelles Motta2013-03-063-38/+213
| | | | | | | | | | - Pass maintainership to submitter. PR: ports/176655 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> Notes: svn path=/head/; revision=313531
* - Update to 2.1.3Martin Wilke2011-12-042-3/+3
| | | | | | | | | PR: 162986 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes Notes: svn path=/head/; revision=286840
* - Update to 2.1.1Wen Heping2011-03-142-4/+3
| | | | Notes: svn path=/head/; revision=270862
* - Update to 2.0.8Wen Heping2009-12-242-6/+5
| | | | Notes: svn path=/head/; revision=246516
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with D Notes: svn path=/head/; revision=240068
* 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 2.0.6Edwin Groothuis2008-04-292-6/+5
| | | | Notes: svn path=/head/; revision=212204
* - 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
* - Update to 2.0.3 [1]Herve Quiroz2007-02-102-5/+5
| | | | | | | | | - Release maintainership Reported by: portscout [1] Notes: svn path=/head/; revision=184816
* Update to 2.0.1Herve Quiroz2006-06-212-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=166000
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Fix build [1]Herve Quiroz2004-12-091-1/+10
| | | | | | | | | - Link API documentation with JDK Standard API documentation, if installed Reported by: krion via pointyhat [1] Notes: svn path=/head/; revision=123559
* dnsjava is an implementation of DNS in Java. It supports all defined recordHerve Quiroz2004-11-193-0/+74
types (including the DNSSEC types), and unknown types. It can be used for queries, zone transfers, and dynamic updates. It includes a cache which can be used by clients, and a minimal implementation of a server. It supports TSIG authenticated messages, partial DNSSEC verification, and EDNS0. dnsjava provides functionality above and beyond that of the InetAddress class. Since it is written in pure Java, dnsjava is fully threadable, and in many cases is faster than using InetAddress. dnsjava provides both high and low level access to DNS. The high level functions perform queries for records of a given name, type, and class, and return an array of records. There is also a clone of InetAddress, which is even simpler. A cache is used to reduce the number of DNS queries sent. The low level functions allow direct manipulation of DNS messages and records, as well as allowing additional resolver properties to be set. WWW: http://www.xbill.org/dnsjava/ Notes: svn path=/head/; revision=121964