diff options
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/ |