summaryrefslogtreecommitdiffstats
path: root/dns
Commit message (Collapse)AuthorAgeFilesLines
* - fix option WITH_DLZ_OLDdinoex2006-01-071-1/+1
| | | | | PR: 89023 Submitted by: Scot Hetzel
* Upgrade to 5.3edwin2006-01-074-34/+14
|
* Add dns/p5-Data-Validate-Domain 0.03, a Perl module that provides domaintobez2005-12-305-0/+46
| | | | validation methods.
* Add dns/p5-Net-Domain-TLD 1.62, a Perl module to look up and validatetobez2005-12-305-0/+47
| | | | TLDs.
* [NEW PORT] dns/ldns: A library for programs conforming to DNS RFCs and draftsedwin2005-12-305-0/+249
| | | | | | | | | | | | | | Ldns is a library to simplify implementaition of recent DNS RFCs. The goal is to allow depelopers to easily create software conforming to current RFCs and experimental software for current Internet drafts. Because ldns is written in C it should be a lot faster than Perl or other scripting languages. WWW: http://www.nlnetlabs.nl/ldns/ PR: ports/91042 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> <saurbier@math.uni-bielefeld.de>
* Update to 0.233lioux2005-12-302-4/+4
|
* Update to 9.3.2, the latest from ISCdougb2005-12-2816-124/+36
|
* - Fix build on CURRENT.az2005-12-211-1/+8
| | | | This way devel/libevent can be fixed too.
* Make the second RUN_DEPENDS +=dougb2005-12-161-1/+1
| | | | | Pointy hat to: me Thanks to: kris
* Upgrade to 0.55, an emergency release to fix a problem with TCPdougb2005-12-142-4/+4
| | | | | sockets introduced in 0.54. Anyone who upgraded to 0.54 should upgrade to this version ASAP.
* upgrade to 0.54, which contains many bug fixesdougb2005-12-132-7/+18
| | | | | work around the fact that the crypto features of this library require dependencies which are not available to Perl < 5.6.2.
* Be more friendly to other ports that might leave files heredougb2005-12-131-1/+1
|
* Update to 2.3.3ehaupt2005-12-122-3/+4
| | | | | | PR: 90177 Submitted by: Konstantin Saurbier <Konstantin@math.uni-bielefeld.de> Approved by: Olafur Osvaldsson <oli@isnic.is> (maintainer)
* - Update to 0.13erwin2005-12-123-7/+8
| | | | - Mark for perl 5.6.0 or higher.
* Add dualserver 1.0 to ports/dns.barner2005-12-127-0/+156
| | | | | | | It is a combined DHCP/DNS server for small LANs. PR: ports/90216 Submitted by: Gabor Kovesdan
* Update to 0.9803skv2005-12-062-3/+4
| | | | Changes: http://search.cpan.org/src/RCAPUTO/POE-Component-Client-DNS-0.9803/CHANGES
* Move the verify target after pre-fetch.dougb2005-12-064-12/+12
|
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-042-2/+0
|
* Update to 0.6.0krion2005-12-042-3/+4
|
* - Fix detection of device list by avoiding a conflict of the global portsbarner2005-12-012-9/+6
| | | | | | | | | | collection variable ${ARCH} and a variable of the same name in this port's Makefile - Bump PORTREVISION Reported by: Rudi Kramer <derth@wbs.co.za> on freebsd-ports: http://lists.freebsd.org/pipermail/freebsd-ports/2005-November/027809.html
* Update port: dns/dnrd (bug fix release)edwin2005-11-302-3/+4
| | | | | | | | DNRD will always bind to all interfaces, even if the user specifically says it should bind to only one, using the -a option. PR: ports/89774 Submitted by: Natanael Copa <natanael.copa@gmail.com>
* Add SHA256 hashes to my portsehaupt2005-11-301-0/+1
|
* Committed the wrong version ... s#/usr/local#${LOCALBASE}#dougb2005-11-274-4/+4
|
* Fix a long-standing problem that appears when users installdougb2005-11-274-4/+28
| | | | | | | | | | | openssl from ports, and do not use the option to have the port version overwrite the base version. Several folks have mentioned this problem in the past, but a good workaround (and more importantly, solid testing) were provided by the submitter. Submitted by: Uffe Vedenbrant <uffe@vedenbrant.se>
* - Add SHA256pav2005-11-261-0/+1
| | | | Approved by: maintainer
* - Add SHA256pav2005-11-261-2/+16
|
* - Style: ports@freebsd.org -> ports@FreeBSD.orgpav2005-11-251-1/+1
|
* - Move net/doc to dns/doc, which is a more suitable category for itpav2005-11-252-1/+2
| | | | | Approved by: maintainer timeout (sanpei; 1 month) Repocopy by: marcus
* - Add SHA256 checksums to my portssergei2005-11-254-0/+7
|
* Unbreak powerdnsedwin2005-11-252-2/+4
| | | | | | | Change the Makefile so compiling against the LDAP library works again PR: ports/89477 Submitted by: Ralf van der Enden <tremere@cainites.net>
* dns/idnkit: runidn does nothingedwin2005-11-252-1/+3
| | | | | | | | | | | | nstallbug + non-function libidnkutres.la doesn't get installed. "Have you installed idnkit? I cannot find libidnkitres.la." When it is copied into /usr/local/lib, the errormessage disappears, but there is no function. At least by making it run, there is a chance that somebody will fix it.
* - Add SHA256pav2005-11-2412-0/+12
|
* - Remove unused checksumpav2005-11-241-2/+1
| | | | - Add SHA256
* - Stylepav2005-11-241-1/+0
|
* Add SHA256 checksums to my portsdougb2005-11-248-0/+19
|
* - Update WWWehaupt2005-11-232-1/+2
| | | | | | | | - Add SHA256 hash PR: 89161 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Approved by: Jason DiCioccio <jd@ods.org> (maintainer)
* Update to 0.231lioux2005-11-182-4/+4
|
* - Better use of USE_RC_SUBR infrastructurepav2005-11-173-9/+7
|
* - Fix rc script and use modern USE_RC_SUBR infrastructurepav2005-11-173-15/+9
| | | | | PR: ports/83946 (inspired by) Approved by: maintainer timeout (se; 4 months)
* Update to 0.6. Require perl from ports.tobez2005-11-172-5/+14
|
* Update WWWmnag2005-11-162-2/+3
| | | | | | | Add SHA256 PR: 89158 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-158-11/+8
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* o Permission safeness fix: files can become unaccessible dependinglioux2005-11-151-0/+4
| | | | | on umask(1) settings o Bump PORTREVISION
* libnet update:sem2005-11-141-2/+2
| | | | | | | | | | | | | | - move 1.0 obsoleted version to net/libnet10 net/libnet is latest Stable Version net/libnet is latest Beta Version - Fix all depended ports with a new DEPENDS scheme - While I'm here fix security/yersinia build on 4.x (getopt_long and ncurses issues) PR: ports/85519 (based on) Submitted by: Stas Yakovlev <stas.yakovlev_at_gmail.com>
* Be hipe and add SHA256mat2005-11-141-0/+1
|
* Update to 1.3.5lioux2005-11-143-4/+6
| | | | Prompted by: edwin (FreeBSD Ports Version Check)
* - add SHA checksumdinoex2005-11-131-0/+5
|
* Move IDN related ports from devel to dns category:pav2005-11-123-3/+5
| | | | | | | | devel/libidn -> dns/libidn devel/p5-Net-LibIDN -> dns/p5-Net-LibIDN Approved by: both maintainers Repocopy by: marcus
* Add SHA256 checksumlioux2005-11-112-0/+2
|
* With portmgr hat on, reset maintainership of knu's ports since he haslinimon2005-11-112-2/+2
| | | | been inactive more than 6 months. We hope to see him back sometime.
OpenPOWER on IntegriCloud