summaryrefslogtreecommitdiff
path: root/net/dlint/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2005-11-08Obey BSD_INSTALL_* in Makefile. Bump PKGREVISION.tv1-1/+2
2005-07-16Get rid of USE_PERL5. The new way to express needing the Perl executablejlam1-2/+2
around at either build-time or at run-time is: USE_TOOLS+= perl # build-time USE_TOOLS+= perl:run # run-time Also remove some places where perl5/buildlink3.mk was being included by a package Makefile, but all that the package wanted was the Perl executable.
2005-02-21Sign over maintainership to tech-pkg@hubertf1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2001-11-22upgrade to 1.4.0.itojun1-3/+3
http://www.domtools.com/pub/dlint1.4.0-changes.txt ---- Version 1.4.0 released November 19, 2000 * Added support for BIND 9 (Dig 9.0.1).
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-1/+2
1999-04-06DNS-Lint: Internet Domain Name System (DNS) error checking utilityhubertf1-0/+26
DNS administrators can use dlint to scan recursively through the domain records of the fully-qualified zone to get a report on any errors therein. You can scan a zone you own, or anyone else's zone on the Internet. dlint talks directly to a primary or secondary nameserver for the zone, to make sure it's working with up-to-date information.