aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-10-27 20:29:42 +0800
committercrees <crees@FreeBSD.org>2011-10-27 20:29:42 +0800
commite1195934ac8e2f59c7e6485bab301ea6153eb8e7 (patch)
treee387b426eb7ba969a53086a644207040f885dd25 /astro
parent2d89633a74c202deb5c7bb8231e0f38aae38f3aa (diff)
downloadfreebsd-ports-gnome-e1195934ac8e2f59c7e6485bab301ea6153eb8e7.tar.gz
freebsd-ports-gnome-e1195934ac8e2f59c7e6485bab301ea6153eb8e7.tar.zst
freebsd-ports-gnome-e1195934ac8e2f59c7e6485bab301ea6153eb8e7.zip
Remove expired ports.
2011-11-04 astro/weatherget: Broken b/c of weather.com new licensing rules not agreed by author 2011-11-04 devel/py-reverse: Now part of pylint 2011-11-04 devel/py-vmaps: Author recommends using math/py-numpy instead PR: ports/161063 ports/161067 ports/161074 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Diffstat (limited to 'astro')
-rw-r--r--astro/Makefile1
-rw-r--r--astro/weatherget/Makefile37
-rw-r--r--astro/weatherget/distinfo2
-rw-r--r--astro/weatherget/pkg-descr6
4 files changed, 0 insertions, 46 deletions
diff --git a/astro/Makefile b/astro/Makefile
index a0fa9d31e6ab..dc64b3861071 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -103,7 +103,6 @@
SUBDIR += viking
SUBDIR += wcslib
SUBDIR += weather
- SUBDIR += weatherget
SUBDIR += weatherspect
SUBDIR += wmglobe
SUBDIR += wmjupiter
diff --git a/astro/weatherget/Makefile b/astro/weatherget/Makefile
deleted file mode 100644
index 78e2c9faee04..000000000000
--- a/astro/weatherget/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: weatherget
-# Date created: 31 January 2007
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= weatherget
-PORTVERSION= 0.4.0.1
-CATEGORIES= astro
-MASTER_SITES= CENKES BERLIOS
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Command-line weather reporting tool
-
-DEPRECATED= Broken b/c of weather.com new licensing rules not agreed by author
-EXPIRATION_DATE=2011-11-04
-
-USE_BZIP2= yes
-USE_PYTHON= yes
-NO_BUILD= yes
-PORTDOCS= AUTHORS CHANGELOG README
-PLIST_FILES= bin/${PORTNAME}
-MAN1= ${PORTNAME}.1
-
-post-patch:
- @${REINPLACE_CMD} -e '/^#!/s|!.*|!${PYTHON_CMD}|' ${WRKSRC}/${PORTNAME}
-
-do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
- @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/
-.ifndef NOPORTDOCS
- @${INSTALL} -d ${DOCSDIR}/
- @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/
-.endif
-
-.include <bsd.port.mk>
diff --git a/astro/weatherget/distinfo b/astro/weatherget/distinfo
deleted file mode 100644
index ff05052770c4..000000000000
--- a/astro/weatherget/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (weatherget-0.4.0.1.tar.bz2) = 0dfec663a8cd3028faadb40fbb9e6ea8c3db47e1aa8ab20798c3c06a86c9c34f
-SIZE (weatherget-0.4.0.1.tar.bz2) = 15400
diff --git a/astro/weatherget/pkg-descr b/astro/weatherget/pkg-descr
deleted file mode 100644
index 43674a98f4da..000000000000
--- a/astro/weatherget/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-A command line based weather reporting tool written in python. View
-current weather conditions, extended day forecasts, and station id
-lookups as reported from weather.com. Customize output via weathergetrc
-configuration file. Platform independent.
-
-WWW: http://developer.berlios.de/projects/weatherget/