Index: head/dns/Makefile =================================================================== --- head/dns/Makefile (revision 143214) +++ head/dns/Makefile (revision 143215) @@ -1,97 +1,98 @@ # $FreeBSD$ # COMMENT = Domain Name Service tools SUBDIR += adns SUBDIR += ares SUBDIR += bind8 SUBDIR += bind84 SUBDIR += bind9 SUBDIR += bind9-dlz SUBDIR += bind9-sdb-ldap SUBDIR += checkdns SUBDIR += crossip SUBDIR += ddclient SUBDIR += ddup SUBDIR += dhid SUBDIR += dhisd SUBDIR += djbdns SUBDIR += djbdns-tools SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance SUBDIR += dnsdoctor SUBDIR += dnsflood SUBDIR += dnshijacker SUBDIR += dnsjava SUBDIR += dnsmasq SUBDIR += dnsmax-perl SUBDIR += dnsproxy SUBDIR += dnstop SUBDIR += dnstracer SUBDIR += dnsutl SUBDIR += dnswalk SUBDIR += domtools SUBDIR += drill SUBDIR += ez-ipupdate SUBDIR += fastresolve SUBDIR += firedns SUBDIR += fpdns SUBDIR += geta SUBDIR += ghtool SUBDIR += gresolver SUBDIR += h2n SUBDIR += hesiod SUBDIR += host SUBDIR += idnkit + SUBDIR += inadyn SUBDIR += ipcheck SUBDIR += ldapdns SUBDIR += libdjbdns SUBDIR += maradns SUBDIR += mdnsd SUBDIR += mydns SUBDIR += noip SUBDIR += nsd SUBDIR += nslint SUBDIR += nsping SUBDIR += odsclient SUBDIR += p5-BIND-Conf_Parser SUBDIR += p5-DNS-Config SUBDIR += p5-DNS-Zone SUBDIR += p5-DNS-ZoneParse SUBDIR += p5-Net-DNS SUBDIR += p5-Net-DNS-SEC SUBDIR += p5-Net-DNS-ZoneCheck SUBDIR += p5-Net-DNS-ZoneFile SUBDIR += p5-Net-DNS-ZoneFile-Fast SUBDIR += p5-Net-Domain-ExpireDate SUBDIR += p5-Net-Nslookup SUBDIR += p5-POE-Component-Client-DNS SUBDIR += p5-Stanford-DNSserver SUBDIR += p5-Tie-DNS SUBDIR += pdnsd SUBDIR += posadis SUBDIR += poweradmin SUBDIR += powerdns SUBDIR += py-adns SUBDIR += py-dns SUBDIR += py-dnspython SUBDIR += py-twistedNames SUBDIR += queryperf SUBDIR += rbldnsd SUBDIR += rbllookup SUBDIR += scavenge SUBDIR += sheerdns SUBDIR += skadns SUBDIR += sleuth SUBDIR += sqldjbdns SUBDIR += staticcharge SUBDIR += tinystats SUBDIR += totd SUBDIR += updatedd SUBDIR += walker SUBDIR += zonecheck SUBDIR += zonenotify .include Property changes on: head/dns/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.49 \ No newline at end of property +1.50 \ No newline at end of property Index: head/dns/inadyn/Makefile =================================================================== --- head/dns/inadyn/Makefile (nonexistent) +++ head/dns/inadyn/Makefile (revision 143215) @@ -0,0 +1,47 @@ +# New ports collection makefile for: inadyn +# Date created: 9 September 2005 +# Whom: Alex Samorukov +# +# $FreeBSD$ +# + +PORTNAME= inadyn +PORTVERSION= 1.96 +CATEGORIES= dns +MASTER_SITES= http://inadyn.ina-tech.net/ +DISTNAME= inadyn.v1.96 +EXTRACT_SUFX= .zip + +MAINTAINER= samm@os2.kiev.ua +COMMENT= INADYN - Simple DYNAMIC DNS client + +WRKSRC= ${WRKDIR}/inadyn +USE_ZIP= yes +USE_GMAKE= yes +MAKEFILE= makefile + +MAN8= inadyn.8 +MAN5= inadyn.conf.5 +MANCOMPRESSED= no + +PORTDOCS= readme.html +PLIST_FILES= bin/inadyn + +NO_INSTALL_MANPAGES=yes + +do-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_MAN} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} +.endif + ${INSTALL_SCRIPT} ${WRKSRC}/bin/linux/inadyn ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/man/inadyn.8 ${MANPREFIX}/man/man8 + ${INSTALL_SCRIPT} ${WRKSRC}/man/inadyn.conf.5 ${MANPREFIX}/man/man5 + +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Doesn't build on 4.x" +.endif + +.include Property changes on: head/dns/inadyn/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/dns/inadyn/distinfo =================================================================== --- head/dns/inadyn/distinfo (nonexistent) +++ head/dns/inadyn/distinfo (revision 143215) @@ -0,0 +1,2 @@ +MD5 (inadyn.v1.96.zip) = 0d5ab08003ac08c36f55a562d0c4b1c1 +SIZE (inadyn.v1.96.zip) = 127742 Property changes on: head/dns/inadyn/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/dns/inadyn/pkg-descr =================================================================== --- head/dns/inadyn/pkg-descr (nonexistent) +++ head/dns/inadyn/pkg-descr (revision 143215) @@ -0,0 +1,7 @@ +INADYN is a dynamic DNS client. That is, it maintains the IP address of a host +name. It periodically checks whether the IP address stored by the DNS server +is the real current address of the machine that is running INADYN. +It supports the following dynamic DNS services: dyndns.org (in all three +flavors: dynamic, static, custom), freedns.afraid.org, zoneedit.com, no-ip.com + +WWW: http://inadyn.ina-tech.net/ Property changes on: head/dns/inadyn/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property