diff options
author | rene <rene@FreeBSD.org> | 2013-09-01 23:06:45 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-09-01 23:06:45 +0800 |
commit | b42b4bd438b510ee6f99c7b5e5e81c620525fd3b (patch) | |
tree | c3cd600bf732276ea53c01aeb9ac670282ee253b /misc | |
parent | 39bed773da36f7c642b98914d6a72ededfbab4eb (diff) | |
download | freebsd-ports-gnome-b42b4bd438b510ee6f99c7b5e5e81c620525fd3b.tar.gz freebsd-ports-gnome-b42b4bd438b510ee6f99c7b5e5e81c620525fd3b.tar.zst freebsd-ports-gnome-b42b4bd438b510ee6f99c7b5e5e81c620525fd3b.zip |
Remove expired ports:
2013-08-28 lang/gdc: Broken for more than 6 month
2013-08-31 net-im/cli-msn: MSN Messenger service terminated 30 APR 2013
2013-09-01 x11-toolkits/wxd: Depends on deprecated lang/gdc
2013-09-01 security/openvpn22: Please migrate to a newer OpenVPN version
2013-09-01 devel/dsss: Depends on expired lang/gdc
2013-09-01 graphics/qcamview: Broken on FreeBSD 8 and newer
2013-09-01 www/cacheboy15-devel: Broken on FreeBSD 8 and newer
2013-09-01 graphics/spcaview: Broken on FreeBSD 8 and newer
2013-09-01 comms/uticom: Broken on FreeBSD 8 and newer
2013-09-01 net/ipex: Broken on FreeBSD 8 and newer
2013-09-01 graphics/phpsview: Broken on FreeBSD 8 and newer
2013-09-01 misc/usbrh: Broken on FreeBSD 8 and newer
2013-09-01 net/atmsupport: Broken on FreeBSD 8 and newer
2013-09-01 comms/ib-kmod: Broken on FreeBSD 8 and newer
2013-09-01 net/libproxy-mozjs: Does not work with newer libxul
2013-09-01 www/helixplugin: Does not work with newer libxul
2013-09-01 deskutils/chmsee: Does not work with newer libxul
2013-09-01 www/moonshine: Does not work with newer libxul
2013-09-01 x11/ggiterm: Unmaintained and broken
2013-09-01 graphics/libggigcp: Unmaintained
2013-09-01 graphics/libggimisc: Unmaintained
2013-09-01 graphics/libggiwmh: Unmaintained
2013-09-01 devel/libgiigic: Unmaintained
2013-09-01 games/koth: Unmaintained
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/usbrh/Makefile | 31 | ||||
-rw-r--r-- | misc/usbrh/distinfo | 2 | ||||
-rw-r--r-- | misc/usbrh/files/patch-aa | 10 | ||||
-rw-r--r-- | misc/usbrh/pkg-descr | 7 |
5 files changed, 0 insertions, 51 deletions
diff --git a/misc/Makefile b/misc/Makefile index b6bb2a53d021..e57313b955b2 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -463,7 +463,6 @@ SUBDIR += unclutter SUBDIR += upclient SUBDIR += us-zipcodes - SUBDIR += usbrh SUBDIR += usbrh-libusb SUBDIR += utftools SUBDIR += vera diff --git a/misc/usbrh/Makefile b/misc/usbrh/Makefile deleted file mode 100644 index 1497bf811e4e..000000000000 --- a/misc/usbrh/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: usbrh -# Date created: 2008-01-06 -# Whom: sanpei@FreeBSD.org -# -# $FreeBSD$ -# - -PORTNAME= usbrh -PORTVERSION= 0.3 -CATEGORIES= misc -MASTER_SITES= http://www.nk-home.net/~aoyama/usbrh/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= sanpei - -MAINTAINER= sanpei@FreeBSD.org -COMMENT= Reads temperatures and humidity from a Strawberry Linux USB-RH - -DEPRECATED= Broken on FreeBSD 8 and newer -EXPIRATION_DATE=2013-09-01 - -MAN1= usbrh.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/usbrh - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 800064 -BROKEN= does not build -.endif - -.include <bsd.port.post.mk> diff --git a/misc/usbrh/distinfo b/misc/usbrh/distinfo deleted file mode 100644 index b0501e19cac7..000000000000 --- a/misc/usbrh/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (usbrh-0.3.tar.gz) = fdd52916bc82c900bd86b56b2ff488205185939bdc9553a6fdafd994e9114013 -SIZE (usbrh-0.3.tar.gz) = 3760 diff --git a/misc/usbrh/files/patch-aa b/misc/usbrh/files/patch-aa deleted file mode 100644 index 4aff601b229d..000000000000 --- a/misc/usbrh/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.org Tue Jan 6 17:08:35 2008 -+++ Makefile Tue Jan 6 17:09:21 2008 -@@ -14,6 +14,6 @@ - MAN = usbrh.1 - - BINDIR ?= ${PREFIX}/bin --MANDIR ?= ${PREFIX}/man -+MANDIR ?= ${PREFIX}/man/man - - .include <bsd.prog.mk> diff --git a/misc/usbrh/pkg-descr b/misc/usbrh/pkg-descr deleted file mode 100644 index a5f896581b93..000000000000 --- a/misc/usbrh/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -usbrh reads temperatures and humidity from sensors of a "USB-RH", -which is connected to a USB port of the computer. - -Strawberry Linux Co.,Ltd. USH-RH(Sensirion SHT-11) -WWW: http://www2.strawberry-linux.com/products/usbrh/ - -WWW: http://www.nk-home.net/~aoyama/usbrh/ |