remove weedns_sc from net/

This commit is contained in:
Edwin Groothuis 2003-08-30 00:49:05 +00:00
parent b8d63a209f
commit 1ce967df62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88024
5 changed files with 0 additions and 56 deletions

View File

@ -723,7 +723,6 @@
SUBDIR += wais
SUBDIR += wakeonlan
SUBDIR += walker
SUBDIR += weedns_sc
SUBDIR += whatmask
SUBDIR += wide-dhcp
SUBDIR += wmlj

View File

@ -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>

View File

@ -1 +0,0 @@
MD5 (weedns_sc-1.19.tgz) = 8a9ee8b11e34d7820f37704ba3bb6fcc

View File

@ -1 +0,0 @@

View File

@ -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