Port details |
- dnsjava Implementation of DNS in Java
- 2.1.9 dns =2 2.1.9Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2004-11-19 14:28:10
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java
- License: BSD2CLAUSE
- WWW:
- http://www.xbill.org/dnsjava/
- Description:
- dnsjava is an implementation of DNS in Java. It supports all defined record
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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/dns/dnsjava/ && make install clean
- To add the package, run one of these commands:
- pkg install dns/dnsjava
- pkg install dnsjava
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dnsjava
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1573394280
SHA256 (dnsjava-dnsjava-v2.1.9_GH0.tar.gz) = de66cb3e41b8d979fe7a3266457c5e9a56c976c4d8ca7da439293e8c1cdd06d4
SIZE (dnsjava-dnsjava-v2.1.9_GH0.tar.gz) = 210488
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for dnsjava-2.1.9:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- dns_dnsjava
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.9 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.9 20 Jul 2022 14:21:47 |
Tobias C. Berner (tcberner) |
dns: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Samorukov <samm@freebsd.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Allan Jude <allanjude@freebsd.org>
* Amar Takhar <verm@drunkmonk.net>
* Anders Nordby <anders@fix.no>
* Andrew Greenwood <greenwood.andy@gmail.com>
* Anton Berezin <tobez@FreeBSD.org>
* Ashish SHUKLA <ashish@FreeBSD.org>
* Attila Nagy <bra@fsn.hu> (Only the first 15 lines of the commit message are shown above ) |
2.1.9 12 May 2021 21:18:13 |
Danilo Egea Gondolfo (danilo) |
dns/dnsjava: Drop maintainership |
2.1.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.9 26 Nov 2019 21:46:13 |
jkim |
Clean up after java/openjdk6 and java/openjdk6-jre removal
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 |
2.1.9 10 Nov 2019 22:14:15 |
danilo |
- Update to 2.1.9
- Unbreak (unfetchable) [1]
Reported by: antoine [1] |
2.1.8 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
2.1.8 18 Jul 2019 16:45:47 |
glewis |
Adjust to proposed changes in Java versioning
* Bug #238758 proposes to change the Java versioning from versions such
as "1.6.0" to versions such as "6" (for example). Modify the Makefile
checks on JAVA_PORT_VERSION to cope with either format.
PR: 238979
Approved by: maintainer timeout |
2.1.8 09 Jan 2018 07:40:56 |
mat |
Remove support for variables that have been deprecated for a while.
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 |
2.1.8 15 Jan 2017 18:18:37 |
danilo |
- Update to 2.1.8 |
2.1.7 26 Aug 2015 18:26:15 |
amdmi3 |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket |
2.1.7 17 Feb 2015 00:40:11 |
danilo |
- Update to 2.1.7 |
2.1.6 27 Oct 2014 12:13:23 |
bapt |
Cleanup plist |
2.1.6 12 Oct 2014 15:43:47 |
danilo |
- Use options helpers |
2.1.6 06 Jun 2014 20:02:55 |
jkim |
Cosmetic plist change. |
2.1.6 06 Jun 2014 19:57:58 |
jkim |
Fix plist.
Reported by: swills |
2.1.6 05 Jun 2014 22:41:57 |
jkim |
- Fix build with JDK7 and later. [1]
- Make the build options actually work.
- Make portlint happy.
Reported by: exp-run (PR190511) [1] |
2.1.6 15 Oct 2013 19:25:47 |
danilo |
- Update from 2.1.5 to 2.1.6
Changes: http://www.xbill.org/dnsjava/dnsjava-current/Changelog
Approved by: wg/culot (mentors, implicit) |
2.1.5 28 Sep 2013 15:01:02 |
danilo |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor) |
2.1.5 20 Sep 2013 16:31:58 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
dns) |
2.1.5 21 Apr 2013 18:31:30 |
bdrewery |
- Update to 2.1.5
- Convert tab to space in pkg-descr
PR: ports/177975
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
Feature safe: yes |
2.1.4 06 Mar 2013 17:30:01 |
lippe |
- Update to 2.1.4.
- Pass maintainership to submitter.
PR: ports/176655
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> |
2.1.3 04 Dec 2011 09:52:10 |
miwi |
- Update to 2.1.3
PR: 162986
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
Feature safe: yes |
2.1.1 14 Mar 2011 10:54:52 |
wen |
- Update to 2.1.1 |
2.0.8 24 Dec 2009 02:42:09 |
wen |
- Update to 2.0.8 |
2.0.6_1 22 Aug 2009 00:18:43 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with D |
2.0.6_1 06 Jun 2008 13:23:00 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
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) |
2.0.6 29 Apr 2008 06:05:25 |
edwin |
Update to 2.0.6 |
2.0.3_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.3 10 Feb 2007 22:42:43 |
hq |
- Update to 2.0.3 [1]
- Release maintainership
Reported by: portscout [1] |
2.0.1 21 Jun 2006 22:28:53 |
hq |
Update to 2.0.1
Reported by: portscout |
1.6.4 22 Jan 2006 08:31:47 |
edwin |
SHA256ify
Approved by: krion@ |
1.6.4 09 Dec 2004 13:10:42 |
hq |
- Fix build [1]
- Link API documentation with JDK Standard API documentation, if installed
Reported by: krion via pointyhat [1] |
1.6.4 19 Nov 2004 14:11:10 |
hq |
dnsjava is an implementation of DNS in Java. It supports all defined record
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/ |