diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-05-08 06:09:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-05-08 06:09:03 +0000 |
commit | ff996e3290b7ab3151081d01804af3332348c2c9 (patch) | |
tree | 201390a424bfd7471fe1731b369afe0398e0c7f0 /dns/weedns_sc | |
parent | c56ddf9af14ae2f63475816de7f36a561e29b951 (diff) | |
download | ports-ff996e3290b7ab3151081d01804af3332348c2c9.tar.gz ports-ff996e3290b7ab3151081d01804af3332348c2c9.zip |
Notes
Diffstat (limited to 'dns/weedns_sc')
-rw-r--r-- | dns/weedns_sc/Makefile | 51 | ||||
-rw-r--r-- | dns/weedns_sc/distinfo | 1 | ||||
-rw-r--r-- | dns/weedns_sc/pkg-descr | 5 | ||||
-rw-r--r-- | dns/weedns_sc/pkg-plist | 6 |
4 files changed, 0 insertions, 63 deletions
diff --git a/dns/weedns_sc/Makefile b/dns/weedns_sc/Makefile deleted file mode 100644 index 061c5264653d..000000000000 --- a/dns/weedns_sc/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# ports collection Makefile for: weedns_sc -# Whom: Matthias Andree <matthias.andree@gmx.de> -# Date created: 2003-05-22 -# -# $FreeBSD$ -# - -PORTNAME= weedns_sc -PORTVERSION= 1.19 -CATEGORIES= dns perl5 -MASTER_SITES= http://www.weedns.com/clients/ -EXTRACT_SUFX= .tgz - -MAINTAINER= matthias.andree@gmx.de -COMMENT= Client to update whyi.org dynamic DNS service - -RUN_DEPENDS= ${SITE_PERL}/HTTP/Request/Common.pm:${PORTSDIR}/www/p5-libwww \ - ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \ - ${SITE_PERL}/URI/Escape.pm:${PORTSDIR}/net/p5-URI - -BROKEN= "Unfetchable" -DEPRECATED= "corresponding server software has been switched to an incompatible protocol" -EXPIRATION_DATE= "April 7, 2004" - -USE_PERL5= yes -USE_REINPLACE= yes -NO_BUILD= yes - -post-patch: - ${REINPLACE_CMD} "s|^#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/bin/skeleton_client.pl - ${REINPLACE_CMD} "s|^#!/usr/bin/perl|#!${PERL}|" ${WRKSRC}/bin/smtp_ip.pl - -do-install: - ${MKDIR} ${PREFIX}/bin - ${MKDIR} ${PREFIX}/etc - ${MKDIR} ${SITE_PERL}/WeedNS - ${INSTALL_SCRIPT} ${WRKSRC}/bin/skeleton_client.pl ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/bin/smtp_ip.pl ${PREFIX}/bin - ${INSTALL_SCRIPT} ${WRKSRC}/lib/WeedNS/Client.pm ${SITE_PERL}/WeedNS -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/skeleton_client.html ${DOCSDIR} -.endif - -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500600 -IGNORE= "requires Perl 5.6+. Install lang/perl5, run use.perl port, retry" -.endif - -.include <bsd.port.post.mk> diff --git a/dns/weedns_sc/distinfo b/dns/weedns_sc/distinfo deleted file mode 100644 index 6c9b0737b6fe..000000000000 --- a/dns/weedns_sc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (weedns_sc-1.19.tgz) = 8a9ee8b11e34d7820f37704ba3bb6fcc diff --git a/dns/weedns_sc/pkg-descr b/dns/weedns_sc/pkg-descr deleted file mode 100644 index 59379d808b27..000000000000 --- a/dns/weedns_sc/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -weedns_sc is the "Skeleton Client" to the whyI (WeedNS, yi.org) -dynamic Domain Name Service (DNS). It allows updating your IP and maintenance -(add, change, remove) of other DNS records for your yi.org subdomain. - -WWW: http://www.weedns.com/ diff --git a/dns/weedns_sc/pkg-plist b/dns/weedns_sc/pkg-plist deleted file mode 100644 index 88f1cd77e7e8..000000000000 --- a/dns/weedns_sc/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/skeleton_client.pl -bin/smtp_ip.pl -%%SITE_PERL%%/WeedNS/Client.pm -%%PORTDOCS%%%%DOCSDIR%%/skeleton_client.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/WeedNS |