diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-08 00:57:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-08 00:57:02 +0800 |
commit | a13acd8b478a1282f2ef80f9dfb47a1f95540efd (patch) | |
tree | 21cd67aaa38f5804b04291856e06b25470621c84 /net | |
parent | 309a0ca9ea53fc9e25fb45a2105d559605c75b27 (diff) | |
download | freebsd-ports-gnome-a13acd8b478a1282f2ef80f9dfb47a1f95540efd.tar.gz freebsd-ports-gnome-a13acd8b478a1282f2ef80f9dfb47a1f95540efd.tar.zst freebsd-ports-gnome-a13acd8b478a1282f2ef80f9dfb47a1f95540efd.zip |
2007-02-06 irc/xchat-systray-plugin: Functionality is now included in xchat
2007-02-01 chinese/oicq: Does not work with newer OICQ protocol
2007-02-01 net/nicmond: Disappeared from the internet
2007-02-01 www/caudium10: Please use www/caudium12
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/nicmond/Makefile | 37 | ||||
-rw-r--r-- | net/nicmond/distinfo | 6 | ||||
-rw-r--r-- | net/nicmond/files/patch-aa | 9 | ||||
-rw-r--r-- | net/nicmond/files/patch-ab | 20 | ||||
-rw-r--r-- | net/nicmond/pkg-descr | 7 | ||||
-rw-r--r-- | net/nicmond/pkg-message | 7 | ||||
-rw-r--r-- | net/nicmond/pkg-plist | 7 |
8 files changed, 0 insertions, 94 deletions
diff --git a/net/Makefile b/net/Makefile index 51f0ed57b916..6b74a45da663 100644 --- a/net/Makefile +++ b/net/Makefile @@ -347,7 +347,6 @@ SUBDIR += ng_netflow SUBDIR += ngrep SUBDIR += ngrep-lib - SUBDIR += nicmond SUBDIR += nifmon SUBDIR += nload SUBDIR += nocatauth-gateway diff --git a/net/nicmond/Makefile b/net/nicmond/Makefile deleted file mode 100644 index 239273af8b7a..000000000000 --- a/net/nicmond/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# New ports collection makefile for: nicmond -# Date created: 2003/05/23 -# Whom: Dan Pelleg <daniel+nicmond@pelleg.org> -# -# $FreeBSD$ -# - -PORTNAME= nicmond -PORTVERSION= 1.1 -CATEGORIES= net -MASTER_SITES= http://www.agt.ne.jp/~a-gota/programs/nicmond/ \ - http://www.cs.cmu.edu/~dpelleg/download/ -MASTER_SITE_SUBDIR= ${PORTNAME} - -PATCH_SITES= http://www.cs.cmu.edu/~dpelleg/download/ -PATCHFILES= nicmond-doc-en-1.1.diff - -MAINTAINER= daniel+nicmond@pelleg.org -COMMENT= Network interface monitor - -DEPRECATED= Disappeared from the internet -EXPIRATION_DATE=2007-02-01 - -MANLANG= ja -MANCOMPRESSED= yes -MAN5= nicmond.conf.5 -MAN8= nicmond.8 - -post-install: - @${CAT} ${PKGMESSAGE} -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && \ - ${INSTALL_DATA} README README.en ${DOCSDIR} -.endif - -.include <bsd.port.mk> diff --git a/net/nicmond/distinfo b/net/nicmond/distinfo deleted file mode 100644 index d3a04f8572d2..000000000000 --- a/net/nicmond/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -MD5 (nicmond-1.1.tar.gz) = 6254f5ede7ede0e1dc3fe6d3d0813ff9 -SHA256 (nicmond-1.1.tar.gz) = 2a6d06f66148a898c0ef3b561c16a842de12110237bca25e573195b191b84459 -SIZE (nicmond-1.1.tar.gz) = 20115 -MD5 (nicmond-doc-en-1.1.diff) = 76680c7fbbb026ae54cf999eff519995 -SHA256 (nicmond-doc-en-1.1.diff) = c0a3bbe1420f0f7744a5adc462441d6978d294d7893ef21ddc966f315240124b -SIZE (nicmond-doc-en-1.1.diff) = 15426 diff --git a/net/nicmond/files/patch-aa b/net/nicmond/files/patch-aa deleted file mode 100644 index bcef2fef8213..000000000000 --- a/net/nicmond/files/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ ---- Makefile.org Fri May 23 20:21:18 2003 -+++ Makefile Fri May 23 20:21:34 2003 -@@ -1,6 +1,3 @@ --CFLAGS= -O2 -Wall --PREFIX= /usr/local -- - all: nicmond - - nicmond: nicmond.c diff --git a/net/nicmond/files/patch-ab b/net/nicmond/files/patch-ab deleted file mode 100644 index 35533c61f477..000000000000 --- a/net/nicmond/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- nicmond.conf.orig Fri May 23 22:01:51 2003 -+++ nicmond.conf Fri May 23 22:02:43 2003 -@@ -6,10 +6,11 @@ - info info - - interface fxp0 -- up /etc/pccard_ether $device start -- up /sbin/rtsol $device -- down /etc/pccard_ether $device stop -+#select and un-comment "up" and/or "down" actions as needed -+# up /etc/pccard_ether $device start -+# up /sbin/rtsol $device -+# down /etc/pccard_ether $device stop - # down /sbin/route delete $myaddr4 localhost -- down /sbin/ifconfig $device inet6 $myaddr6 delete -- down /usr/local/libexec/cleanup_inet6_route $device -- down /sbin/ifconfig $device down -+# down /sbin/ifconfig $device inet6 $myaddr6 delete -+# down /usr/local/libexec/cleanup_inet6_route $device -+# down /sbin/ifconfig $device down diff --git a/net/nicmond/pkg-descr b/net/nicmond/pkg-descr deleted file mode 100644 index 1626bb203d36..000000000000 --- a/net/nicmond/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This program watches the link status of a network interface. When a -change of state is detected, a script is launched. This is useful -for machines that need to configure themselves whenever they are -plugged into or out of the network, such as laptops. - - -- Dan Pelleg -daniel+nicmond@pelleg.org diff --git a/net/nicmond/pkg-message b/net/nicmond/pkg-message deleted file mode 100644 index cd5769c4afb6..000000000000 --- a/net/nicmond/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -To configure nicmond, do the following: - -1. Edit ${PREFIX}/etc/rc.d/nicmond.sh and set "if" to the -name of the interface you want to monitor. - -2. Edit ${PREFIX}/etc/nicmond.conf and configure "up" -and "down" actions. diff --git a/net/nicmond/pkg-plist b/net/nicmond/pkg-plist deleted file mode 100644 index 71b096a12055..000000000000 --- a/net/nicmond/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -sbin/nicmond -etc/nicmond.conf -etc/rc.d/nicmond.sh -libexec/cleanup_inet6_route -%%PORTDOCS%%share/doc/nicmond/README -%%PORTDOCS%%share/doc/nicmond/README.en -%%PORTDOCS%%@dirrm share/doc/nicmond |