From 82affe8f1796f85bc87f38943473b51da0fecd07 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Wed, 11 Feb 2004 03:03:05 +0000 Subject: dbaker@FreeBSD.org has been inactive in the ports community for over a year now, so return his ports to the unmaintained pool in the hopes that someone will adopt them and give them a good home. While here, pacify portlint on all of them. Discussed with: various members of portmgr@, at various times over the last few months. --- misc/dnetc/Makefile | 55 +++++++++++++++++++++++++------------------------- misc/proxyper/Makefile | 2 +- 2 files changed, 29 insertions(+), 28 deletions(-) (limited to 'misc') diff --git a/misc/dnetc/Makefile b/misc/dnetc/Makefile index 50f43c24d848..c8b92a2fdd33 100644 --- a/misc/dnetc/Makefile +++ b/misc/dnetc/Makefile @@ -13,24 +13,15 @@ CATEGORIES= misc MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/%SUBDIR%/ \ http://http.distributed.net/pub/dcti/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION:S/^/v/:R} -.include - DISTFILES= dnetc${PORTVERSION:E}-freebsd-x86-elf.tar.gz -ONLY_FOR_ARCHS= i386 - -.if ${OSVERSION} < 300000 -IGNORE= "This port requires FreeBSD 3.X or greater." -.endif +MAINTAINER= ports@FreeBSD.org +COMMENT= Distributed.net distributed computing project client -.if exists(${PREFIX}/distributed.net/rc5des) -BROKEN= "rc5des/dnetc conflict: Please deinstall all rc5des ports/packages first." -.endif +WRKSRC= ${WRKDIR}/dnetc484-freebsd-x86-elf -MAINTAINER= dbaker@FreeBSD.org -COMMENT= Distributed.net distributed computing project client (modules: rc5-72/ogr) +ONLY_FOR_ARCHS= i386 -WRKSRC= ${WRKDIR}/dnetc484-freebsd-x86-elf NO_BUILD= yes BINDIR= ${PREFIX}/distributed.net @@ -44,6 +35,16 @@ BINMODE= 700 MAN1= dnetc.1 +.include + +.if ${OSVERSION} < 300000 +IGNORE= "This port requires FreeBSD 3.X or greater." +.endif + +.if exists(${PREFIX}/distributed.net/rc5des) +BROKEN= "rc5des/dnetc conflict: Please deinstall all rc5des ports/packages first." +.endif + do-configure: @if [ ! -f ${PREFIX}/dnetc.ini ]; then \ ${INSTALL} -c -m 644 ${FILESDIR}/dnetc.ini ${WRKSRC}; \ @@ -75,20 +76,20 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 ${INSTALL} -c -m 644 -o ${CLIENTUSER} -g ${CLIENTGROUP} ${WRKSRC}/dnetc.ini ${BINDIR}/dnetc.ini.default .if !exists(${BINDIR}/dnetc.ini) - @echo "" - @echo "" - @echo "" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "! REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER !" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo " Don't forget to run '${BINDIR}/dnetc -config' " - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" - @echo "" - @echo "" - @echo "" + @${ECHO} "" + @${ECHO} "" + @${ECHO} "" + @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @${ECHO} "! REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER REMEMBER !" + @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @${ECHO} " Don't forget to run '${BINDIR}/dnetc -config' " + @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @${ECHO} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" + @${ECHO} "" + @${ECHO} "" + @${ECHO} "" ${INSTALL} -c -m 644 -o ${CLIENTUSER} -g ${CLIENTGROUP} ${WRKSRC}/dnetc.ini ${BINDIR} .endif diff --git a/misc/proxyper/Makefile b/misc/proxyper/Makefile index 9551d9c1ea17..f91bc7a3f8eb 100644 --- a/misc/proxyper/Makefile +++ b/misc/proxyper/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/proxyper/ \ http://http.distributed.net/pub/dcti/proxyper/ DISTNAME= proxyper${PORTVERSION}-freebsd-x86 -MAINTAINER= dbaker@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= The official distributed.net v2 personal proxy USE_REINPLACE= yes -- cgit v1.2.3