diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 00:49:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-30 00:49:05 +0000 |
commit | 1ce967df6236c1c289d1ed6ff8ebf7a9e67aa398 (patch) | |
tree | afaaf716658dfa6a22e9fcdfbb6cc850d3a23486 /net | |
parent | Move net/weedns_sc to dns/weedns_sc (diff) |
remove weedns_sc from net/
Notes
Notes:
svn path=/head/; revision=88024
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/weedns_sc/Makefile | 47 | ||||
-rw-r--r-- | net/weedns_sc/distinfo | 1 | ||||
-rw-r--r-- | net/weedns_sc/pkg-descr | 1 | ||||
-rw-r--r-- | net/weedns_sc/pkg-plist | 6 |
5 files changed, 0 insertions, 56 deletions
diff --git a/net/Makefile b/net/Makefile index c9cb65e6e06e..6cd453bf7f0a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -723,7 +723,6 @@ SUBDIR += wais SUBDIR += wakeonlan SUBDIR += walker - SUBDIR += weedns_sc SUBDIR += whatmask SUBDIR += wide-dhcp SUBDIR += wmlj diff --git a/net/weedns_sc/Makefile b/net/weedns_sc/Makefile deleted file mode 100644 index 66058415f00f..000000000000 --- a/net/weedns_sc/Makefile +++ /dev/null @@ -1,47 +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= net 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 - -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/net/weedns_sc/distinfo b/net/weedns_sc/distinfo deleted file mode 100644 index 6c9b0737b6fe..000000000000 --- a/net/weedns_sc/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (weedns_sc-1.19.tgz) = 8a9ee8b11e34d7820f37704ba3bb6fcc diff --git a/net/weedns_sc/pkg-descr b/net/weedns_sc/pkg-descr deleted file mode 100644 index 8b137891791f..000000000000 --- a/net/weedns_sc/pkg-descr +++ /dev/null @@ -1 +0,0 @@ - diff --git a/net/weedns_sc/pkg-plist b/net/weedns_sc/pkg-plist deleted file mode 100644 index 88f1cd77e7e8..000000000000 --- a/net/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 |