diff options
author | dougb <dougb@FreeBSD.org> | 2010-09-05 09:06:44 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-09-05 09:06:44 +0800 |
commit | 6dc1b0594fe138a55a42be01f69133ca269ff38d (patch) | |
tree | 6b5eb2cb2013446396177da8528d7ee4e4c92296 /sysutils | |
parent | 05783b44dd8cad0224ef4aa333290869539cbaeb (diff) | |
download | freebsd-ports-gnome-6dc1b0594fe138a55a42be01f69133ca269ff38d.tar.gz freebsd-ports-gnome-6dc1b0594fe138a55a42be01f69133ca269ff38d.tar.zst freebsd-ports-gnome-6dc1b0594fe138a55a42be01f69133ca269ff38d.zip |
As previously advertised, remove the remaining ports that have no
SHA256 checksum information in the distinfo file.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/linux-acu/Makefile | 66 | ||||
-rw-r--r-- | sysutils/linux-acu/distinfo | 1 | ||||
-rw-r--r-- | sysutils/linux-acu/pkg-descr | 12 | ||||
-rw-r--r-- | sysutils/linux-acu/pkg-message | 8 | ||||
-rw-r--r-- | sysutils/linux-acu/pkg-plist | 3 |
6 files changed, 0 insertions, 91 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index d6d09cd20ab5..80b4ae9e28b8 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -445,7 +445,6 @@ SUBDIR += lineak-xosdplugin SUBDIR += lineakd SUBDIR += linrename - SUBDIR += linux-acu SUBDIR += linux-afaapps SUBDIR += linux-megacli SUBDIR += linux-megamgr diff --git a/sysutils/linux-acu/Makefile b/sysutils/linux-acu/Makefile deleted file mode 100644 index 4722fc3f2fcf..000000000000 --- a/sysutils/linux-acu/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: linux-acu -# Date created: Tue Jun 25 02:24:41 GMT 2002 -# Whom: Matt Peterson <matt@peterson.org> -# -# $FreeBSD$ -# - -PORTNAME= acu -PORTVERSION= 2.0 -PORTREVISION= 2 -CATEGORIES= sysutils linux -MASTER_SITES= # fetch manually -PKGNAMEPREFIX= linux- -DISTNAME= Linux-ACU-Driver-v${PORTVERSION} - -DEPRECATED= no SHA256 in distinfo file -EXPIRATION_DATE= 2010-09-01 - -MAINTAINER= matt@peterson.org -COMMENT= Aironet Cisco Utilities for 802.11 wireless NIC's - -.include <bsd.port.pre.mk> - -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= may not be automatically fetched due to licensing\ - restrictions. You MUST manually fetch the tarball after\ - reading and agreeing to the license at:\ - http://www.cisco.com/pcgi-bin/tablebuild.pl/aironet-utils-linux\ - - once '${DISTNAME}${EXTRACT_SUFX}' has been downloaded, move it to\ - ${DISTDIR} and then restart this build. -.endif - -ONLY_FOR_ARCHS= i386 -USE_LINUX= yes -USE_LINUX_APPS= gtk xorglibs -NO_WRKSUBDIR= yes -RESTRICTED= "Redistribution not allowed" - -LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}' - -post-extract: -.if ${LINPROCFS} - @${ECHO} - @${ECHO} "linprocfs is mounted, please umount this filesystem" - @${ECHO} "becauce acu needs to read ${LINUXBASE}/proc/aironet" - @${FALSE} -.endif - -do-build: - @${BRANDELF} -t Linux ${WRKSRC}/utilities/acu - -do-install: - @${MKDIR} ${PREFIX}/bin - @${MKDIR} ${LINUXBASE}/proc/aironet - @${INSTALL} ${WRKSRC}/utilities/acu ${PREFIX}/bin - -post-install: - @${ECHO} "acu installed under ${PREFIX}/bin" - @${ECHO} "notes: acu will only run from the root super-user account" - @${ECHO} " to allow root access to your X session," - @${ECHO} " run 'xhost localhost' or use sudo." - @${ECHO} " acu annoyingly creates" - @${ECHO} " /compat/linux/etc/eth?.cfg" - @${ECHO} " and will use that over the current card's settings." - -.include <bsd.port.post.mk> diff --git a/sysutils/linux-acu/distinfo b/sysutils/linux-acu/distinfo deleted file mode 100644 index be5145cce51f..000000000000 --- a/sysutils/linux-acu/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (Linux-ACU-Driver-v2.0.tar.gz) = 5985ebe4cf6b7b7e8535bb73031c4a6d diff --git a/sysutils/linux-acu/pkg-descr b/sysutils/linux-acu/pkg-descr deleted file mode 100644 index 95a9ab2985dc..000000000000 --- a/sysutils/linux-acu/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -ACU is the Aironet Cisco Utilities. - -The ACU is used to configure Cisco/Aironet 802.11 wireless cards. This -GTK utility includes tools for link monitoring, LEAP authentication, and -other specific functions not available with ancontrol(8). - -This port consists of Cisco's Linux ACU client which runs on FreeBSD using -the linux emulation system. - -WWW: http://www.cisco.com/pcgi-bin/tablebuild.pl/aironet-utils-linux - -Matt Peterson <matt@peterson.org> diff --git a/sysutils/linux-acu/pkg-message b/sysutils/linux-acu/pkg-message deleted file mode 100644 index 83aa3bff6992..000000000000 --- a/sysutils/linux-acu/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -acu installed under ${PREFIX}/bin - to allow root access to your X session, - run 'xhost localhost' or use sudo. - acu will not run with linprocfs since it needs to see: - /compact/linux/proc/aironet - acu annoyingly creates - /compat/linux/etc/eth?.cfg - and will use that over the current card's settings. diff --git a/sysutils/linux-acu/pkg-plist b/sysutils/linux-acu/pkg-plist deleted file mode 100644 index a69cc080de38..000000000000 --- a/sysutils/linux-acu/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/acu -@exec mkdir -p /compat/linux/proc/aironet -@unexec rm -rf /compat/linux/proc/aironet |