CVS log for ports/dns/dnsjava/Makefile
Up to [FreeBSD] / ports / dns / dnsjava
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 4 09:52:10 2011 UTC (2 months, 1 week ago) by miwi
Branches: MAIN
CVS tags: RELEASE_9_0_0, HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -1 lines
- Update to 2.1.3 PR: 162986 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Feature safe: yes
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Mar 14 10:54:52 2011 UTC (10 months, 4 weeks ago) by wen
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +1 -1 lines
- Update to 2.1.1
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Dec 24 02:42:09 2009 UTC (2 years, 1 month ago) by wen
Branches: MAIN
CVS tags: RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_6_EOL
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3 lines
- Update to 2.0.8
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Aug 22 00:18:42 2009 UTC (2 years, 5 months ago) by amdmi3
Branches: MAIN
CVS tags: RELEASE_8_0_0
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
- Switch SourceForge ports to the new File Release System: categories starting with D
Revision 1.7: download - view: text, markup, annotated - select for diffs
Fri Jun 6 13:22:58 2008 UTC (3 years, 8 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_7_2_0, RELEASE_7_1_0, RELEASE_6_4_0
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -0 lines
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)
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Apr 29 06:05:25 2008 UTC (3 years, 9 months ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_EOL
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -3 lines
Update to 2.0.6
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 19 20:03:58 2007 UTC (4 years, 8 months ago) by flz
Branches: MAIN
CVS tags: RELEASE_7_0_0, RELEASE_6_3_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -0 lines
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Feb 10 22:42:43 2007 UTC (5 years ago) by hq
Branches: MAIN
CVS tags: PRE_XORG_7
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
- Update to 2.0.3 [1] - Release maintainership Reported by: portscout [1]
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jun 21 22:28:53 2006 UTC (5 years, 7 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_2_0, RELEASE_4_EOL
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1 lines
Update to 2.0.1 Reported by: portscout
Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Dec 9 13:10:42 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_6_0_0, RELEASE_5_5_0, RELEASE_5_4_0, RELEASE_4_11_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -1 lines
- Fix build [1] - Link API documentation with JDK Standard API documentation, if installed Reported by: krion via pointyhat [1]
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 19 14:11:10 2004 UTC (7 years, 2 months ago) by hq
Branches: MAIN
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/
