diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 11:57:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-14 11:57:42 +0000 |
commit | df34e88d638dfc7f6ceccad783bbaf617af06587 (patch) | |
tree | fce9cf86b74134300a8040cd1efd5b0da776eece /net-mgmt | |
parent | e7e773a0cd091d833852036c282dee63ad49eb79 (diff) | |
download | ports-df34e88d638dfc7f6ceccad783bbaf617af06587.tar.gz ports-df34e88d638dfc7f6ceccad783bbaf617af06587.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/annextools/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/arpscan/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/asused/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/grepip/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/ipsectrace/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/knowlan/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/p5-Altoids/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/pktstat/Makefile | 3 | ||||
-rw-r--r-- | net-mgmt/scotty3/Makefile | 3 |
9 files changed, 27 insertions, 0 deletions
diff --git a/net-mgmt/annextools/Makefile b/net-mgmt/annextools/Makefile index dbf85b498ad5..87d63093620d 100644 --- a/net-mgmt/annextools/Makefile +++ b/net-mgmt/annextools/Makefile @@ -17,6 +17,9 @@ DIST_SUBDIR= microannex_xl MAINTAINER= ports@FreeBSD.org COMMENT= BSD tools for the MicroAnnex-XL Terminal Server +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/src EXTRACT_AFTER_ARGS= | ${TAR} -xf - src diff --git a/net-mgmt/arpscan/Makefile b/net-mgmt/arpscan/Makefile index 4b4da475967f..e1292cf47d7e 100644 --- a/net-mgmt/arpscan/Makefile +++ b/net-mgmt/arpscan/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://ish.cx/~jason/arpscan/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Simple arp scanner +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + LIB_DEPENDS= dnet.1:${PORTSDIR}/net/libdnet GNU_CONFIGURE= yes diff --git a/net-mgmt/asused/Makefile b/net-mgmt/asused/Makefile index a8018b52afa6..36c578a78f76 100644 --- a/net-mgmt/asused/Makefile +++ b/net-mgmt/asused/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}_whois_new_query_fix MAINTAINER= ports@FreeBSD.org COMMENT= Command-line tool to run a check on the usage of the RIPE Whois DB +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + PERL_CONFIGURE= yes MAN1= asused.1 diff --git a/net-mgmt/grepip/Makefile b/net-mgmt/grepip/Makefile index 0d0bdcdec9a9..2756dbd84ffb 100644 --- a/net-mgmt/grepip/Makefile +++ b/net-mgmt/grepip/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/domestic/lexa/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Print lines contans IP matching a pattern in CIDR format +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + LIB_DEPENDS= pcre:${PORTSDIR}/devel/pcre PLIST_FILES= bin/grepip diff --git a/net-mgmt/ipsectrace/Makefile b/net-mgmt/ipsectrace/Makefile index 434ddda37f65..bb7121ce2166 100644 --- a/net-mgmt/ipsectrace/Makefile +++ b/net-mgmt/ipsectrace/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://chewies.net/ \ MAINTAINER= ports@FreeBSD.org COMMENT= IPSEC Traffic Profiler +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -Wno-deprecated" \ LDFLAGS="${LDFLAGS} -lpcap" INCLUDES="${INCLUDES}" diff --git a/net-mgmt/knowlan/Makefile b/net-mgmt/knowlan/Makefile index 352df0a3e0a6..bb9fcbc0ac04 100644 --- a/net-mgmt/knowlan/Makefile +++ b/net-mgmt/knowlan/Makefile @@ -14,6 +14,9 @@ MASTER_SITES= http://www.enderunix.org/knowlan/ MAINTAINER= ports@FreeBSD.org COMMENT= ARP-based LAN IP and MAC Address Extractor +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet10 HAS_CONFIGURE= yes diff --git a/net-mgmt/p5-Altoids/Makefile b/net-mgmt/p5-Altoids/Makefile index 0ce5a0afd6a2..0e69728d8cbb 100644 --- a/net-mgmt/p5-Altoids/Makefile +++ b/net-mgmt/p5-Altoids/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SNMP get/walk functionality with built-in name to OID translation +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + BUILD_DEPENDS= ${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net-mgmt/p5-SNMP_Session RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/net-mgmt/pktstat/Makefile b/net-mgmt/pktstat/Makefile index 5358c9a1794f..9415038a9c07 100644 --- a/net-mgmt/pktstat/Makefile +++ b/net-mgmt/pktstat/Makefile @@ -13,6 +13,9 @@ MASTER_SITES= http://www.adaptive-enterprises.com.au/~d/software/pktstat/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Network traffic viewer +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + GNU_CONFIGURE= yes MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 99345848c98d..d191f46d58d2 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -15,6 +15,9 @@ DISTNAME= ${PORTNAME}-00-02-21 MAINTAINER= ports@FreeBSD.org COMMENT= Network management extensions to tcl +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + .ifdef (WITHOUT_X11) PKGNAMESUFFIX= -nox11 LIB_DEPENDS= tcl84.1:${PORTSDIR}/lang/tcl84 |