Remove ports-mgmt/newportsversioncheck in favour of portscout.

This commit is contained in:
Edwin Groothuis 2008-05-27 06:27:46 +00:00
parent a8ec6332aa
commit 8a1c050494
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213746
7 changed files with 1 additions and 87 deletions

1
MOVED
View File

@ -3482,3 +3482,4 @@ devel/swig11||2008-05-21|Has expired: use devel/swig13 instead, last release of
japanese/truetypefonts||2008-05-25|Removed due to copyright problem
japanese/kochi-cidfonts||2008-05-25|Removed due to copyright problem
japanese/latex-japanese|japanese/platex-japanese|2008-05-26|Works only with platex
ports-mgmt/newportsversioncheck||2008-05-27|Obsoleted by portscout

View File

@ -12,7 +12,6 @@
SUBDIR += kports
SUBDIR += lsknobs
SUBDIR += managepkg
SUBDIR += newportsversioncheck
SUBDIR += p5-FreeBSD-Portindex
SUBDIR += p5-FreeBSD-Ports
SUBDIR += p5-FreeBSD-Ports-INDEXhash

View File

@ -1,41 +0,0 @@
# New ports collection makefile for: newportsversioncheck
# Date created: 12 October 2005
# Whom: Edwin Groothuis <edwin@mavetju.org>
#
# $FreeBSD$
#
PORTNAME= newportsversioncheck
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
COMMENT= Ports new version checker
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \
${SITE_PERL}/MIME/Lite.pm:${PORTSDIR}/mail/p5-MIME-Lite \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww
USE_PERL5_RUN= yes
USE_SQLITE= yes
NO_BUILD= yes
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
do-install:
${MKDIR} ${PREFIX}/newportsversioncheck/bin
.for f in apply_restrictions.pl check_data.pl check_find_new_versions.sh delete_dupes.pl filter_ports_alreadychecked.pl find_new_versions.pl find_new_versions.sh init_db.sh mail_maintainers.pl make_html.pl maketarball.sh manage_restriction.pl restart_database.pl README CHANGES
${INSTALL_SCRIPT} ${WRKDIR}/newportsversioncheck/bin/${f} ${PREFIX}/newportsversioncheck/bin
.endfor
${MKDIR} ${PREFIX}/newportsversioncheck/etc
.for f in email_footer.txt email_header.txt
${INSTALL_DATA} ${WRKDIR}/newportsversioncheck/etc/${f} ${PREFIX}/newportsversioncheck/etc
.endfor
post-install:
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
MD5 (newportsversioncheck-1.3.tar.gz) = 0297043d90dfaeffafe1089ac1406e4b
SHA256 (newportsversioncheck-1.3.tar.gz) = a2296c9817208aa87e74b05cac31b183c38157928f3f86fdc9669363d192ddac
SIZE (newportsversioncheck-1.3.tar.gz) = 10927

View File

@ -1,15 +0,0 @@
To continue the installation of sysutils/newportsversioncheck...
$ mkdir %%PREFIX%%/newportsversioncheck/html
$ mkdir %%PREFIX%%/newportsversioncheck/db
$ cd %%PREFIX%%/newportsversioncheck
$ bin/init_db.sh db/newports.db
And then edit bin/mail_maintainers.pl and set the variable $ME to
your name and email address. Don't forget the \ in front of the @.
Then read the file bin/README with regarding to the "Running" section.
Note: for this tool to work you need to have the first patch in ports/86776
(http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/86776) applied
to bsd.port.mk.

View File

@ -1,5 +0,0 @@
New ports distfiles version checker
Toolset to determine if new distfiles are available for a port.
Author: edwin@mavetju.org

View File

@ -1,22 +0,0 @@
newportsversioncheck/bin/CHANGES
newportsversioncheck/bin/README
newportsversioncheck/bin/apply_restrictions.pl
newportsversioncheck/bin/check_data.pl
newportsversioncheck/bin/check_find_new_versions.sh
newportsversioncheck/bin/delete_dupes.pl
newportsversioncheck/bin/filter_ports_alreadychecked.pl
newportsversioncheck/bin/find_new_versions.pl
newportsversioncheck/bin/find_new_versions.sh
newportsversioncheck/bin/init_db.sh
newportsversioncheck/bin/mail_maintainers.pl
newportsversioncheck/bin/make_html.pl
newportsversioncheck/bin/maketarball.sh
newportsversioncheck/bin/manage_restriction.pl
newportsversioncheck/bin/restart_database.pl
newportsversioncheck/etc/email_footer.txt
newportsversioncheck/etc/email_header.txt
@dirrm newportsversioncheck/bin
@dirrm newportsversioncheck/etc
@dirrmtry newportsversioncheck