diff options
author | bapt <bapt@FreeBSD.org> | 2013-01-06 23:26:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-01-06 23:26:34 +0800 |
commit | 7635e9db2fa76efce6f596db6144e2f571d9790a (patch) | |
tree | 095c965877e5a4e9ea8ce2bc8588c010589d1ab0 /misc | |
parent | 878c3ea3494ffa9efa4330179aa9bc806107d6e4 (diff) | |
download | freebsd-ports-gnome-7635e9db2fa76efce6f596db6144e2f571d9790a.tar.gz freebsd-ports-gnome-7635e9db2fa76efce6f596db6144e2f571d9790a.tar.zst freebsd-ports-gnome-7635e9db2fa76efce6f596db6144e2f571d9790a.zip |
2012-05-10 databases/hypertable: BROKEN for more than 6 month
2012-05-10 graphics/autopano-sift: Disappeared from vendor site. No longer required by graphics/hugin
2012-05-10 misc/airoflash: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-krystaline: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-amaranth: BROKEN for more than 6 month
2012-05-10 x11-themes/kde-icons-realistic: BROKEN for more than 6 month
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/airoflash/Makefile | 34 | ||||
-rw-r--r-- | misc/airoflash/distinfo | 2 | ||||
-rw-r--r-- | misc/airoflash/files/patch-aa | 9 | ||||
-rw-r--r-- | misc/airoflash/pkg-descr | 3 |
5 files changed, 0 insertions, 49 deletions
diff --git a/misc/Makefile b/misc/Makefile index 62c9dd3c3710..5ee4368197c0 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -5,7 +5,6 @@ SUBDIR += achievo SUBDIR += aclgen - SUBDIR += airoflash SUBDIR += amanda-client SUBDIR += amanda-perl-wrapper SUBDIR += amanda-server diff --git a/misc/airoflash/Makefile b/misc/airoflash/Makefile deleted file mode 100644 index 2104aaa485b0..000000000000 --- a/misc/airoflash/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: airoflash -# Date created: 13 Mar 2002 -# Whom: Doug Ambrisko <ambrisko@freebsd.org> -# -# $FreeBSD$ -# - -PORTNAME= airoflash -PORTVERSION= ${AF_VERSION} -CATEGORIES= misc -MASTER_SITES= "http://airo-linux.cvs.sourceforge.net/viewvc/airo-linux/airo-linux/tools/airoflash.c?revision=${AF_VERSION}" -DISTNAME= airoflash.c -EXTRACT_SUFX= - -MAINTAINER= ambrisko@FreeBSD.org -COMMENT= Flash utility for Cisco/Aironet 802.11 wireless cards - -DEPRECATED= BROKEN for more than 6 month -EXPIRATION_DATE= 2012-05-10 - -BROKEN= fails to fetch - -AF_VERSION= 1.7 -PLIST_FILES= bin/airoflash - -do-fetch: - [ -f ${DISTDIR}/${DISTNAME} ] || \ - ${FETCH_CMD} -o ${DISTDIR}/${DISTNAME} ${MASTER_SITES} - -do-extract: - ${MKDIR} ${WRKSRC} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC} - -.include <bsd.port.mk> diff --git a/misc/airoflash/distinfo b/misc/airoflash/distinfo deleted file mode 100644 index 7b5a8650813e..000000000000 --- a/misc/airoflash/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (airoflash.c) = fef4777215b0053fc8e0f01958d0b8656d06355f68f5fc0934c8d622d7451c85 -SIZE (airoflash.c) = 11634 diff --git a/misc/airoflash/files/patch-aa b/misc/airoflash/files/patch-aa deleted file mode 100644 index 00f26f80fbdd..000000000000 --- a/misc/airoflash/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- /dev/null Wed Mar 13 11:58:15 2002 -+++ Makefile Wed Mar 13 12:00:43 2002 -@@ -0,0 +1,6 @@ -+BINDIR?= ${PREFIX}/bin -+PROG= airoflash -+NOMAN= -+NO_MAN= -+ -+.include <bsd.prog.mk> diff --git a/misc/airoflash/pkg-descr b/misc/airoflash/pkg-descr deleted file mode 100644 index 0f4ac9e370ea..000000000000 --- a/misc/airoflash/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Flash utility for upgrading firmware in Cisco/Aironet 802.11 cards. - -WWW: http://sourceforge.net/projects/airo-linux/ |