summaryrefslogtreecommitdiff
path: root/net/libbind
AgeCommit message (Collapse)AuthorFilesLines
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2014-10-03I have no idea why I was maintaining this package.obache1-2/+2
(deprecated and netresolv package should be created instead)
2014-05-11some more OpenBSD support (not completed yet).obache6-7/+206
2014-05-11sortobache2-4/+4
2014-05-10prevent to overwrite CC on NetBSD.obache2-15/+12
2014-05-10threads supports for OpenBSD (not completed yet)obache2-8/+106
PR pkg/48786
2013-05-10Fix net/libbind cross-build on NetBSD.riastradh1-1/+9
Instruct autoconf that the target will have /dev/random. ok agc
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-05-12Add CONFLICTS with new man-pages package. For details, seewiz1-1/+3
man-pages/Makefile.
2012-03-12Don't install cat pages. Bump revision.joerg4-18/+47
2010-12-31Fixes build on DragonFly.obache3-3/+53
2010-06-02Try to fix PLIST other than *BSD.obache15-2/+41
2010-05-06Set LICENSE=iscobache1-2/+2
2010-04-15Import libbind-6.0 as net/libbind.obache7-0/+162
ISC's libbind provides the standard resolver library, along with header files and documentation, for communicating with domain name servers, retrieving network host entries from /etc/hosts or via DNS, converting CIDR network addresses, perform Hesiod information lookups, retrieve network entries from /etc/networks, implement TSIG transaction/request security of DNS messages, perform name-to-address and address-to-name translations, utilize /etc/resolv.conf for resolver configuration. It contains many of the same historical functions and headers included with many Unix operating systems. Originally written for BIND 8, it was included in BIND 9 as optionally-compiled code through release 9.5. It has been removed from subsequent releases of BIND 9 and is now provided as a separate package.