diff options
author | billf <billf@FreeBSD.org> | 2001-01-18 07:48:47 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2001-01-18 07:48:47 +0800 |
commit | 6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7 (patch) | |
tree | 4373a8a1ef463e0399148ecd342ef6f6fb6263c0 /net-mgmt | |
parent | 1b7147fa564843fa6c8260534f4f18fb4a93e5ad (diff) | |
download | freebsd-ports-gnome-6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7.tar.gz freebsd-ports-gnome-6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7.tar.zst freebsd-ports-gnome-6d2f3fc54a6cd8c789b6a2d525b36f77b3912cc7.zip |
ucd-snmp renamed itself to net-snmp and now uses sourceforge. reflect
this change (with a repocopy) and update various references.
this does not upgrade this port to the most recent version of net-snmp,
that will be coming soon.
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/net-snmp-devel/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp-devel/pkg-descr | 22 | ||||
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp/pkg-descr | 22 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp4/pkg-descr | 22 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/net-snmp53/pkg-descr | 22 |
8 files changed, 44 insertions, 60 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile index 62f62e75af7f..5186049e7519 100644 --- a/net-mgmt/net-snmp-devel/Makefile +++ b/net-mgmt/net-snmp-devel/Makefile @@ -8,9 +8,11 @@ PORTNAME= ucd-snmp PORTVERSION= 4.1.2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ +MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org diff --git a/net-mgmt/net-snmp-devel/pkg-descr b/net-mgmt/net-snmp-devel/pkg-descr index e4aa3d1382a3..d7c5d86a1b58 100644 --- a/net-mgmt/net-snmp-devel/pkg-descr +++ b/net-mgmt/net-snmp-devel/pkg-descr @@ -1,18 +1,12 @@ This is UCD SNMP, a derivative of CMU's SNMP package. -From the README: +Various tools relating to the Simple Network Management Protocol including: -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. + An extensible agent + An SNMP library + tools to request or set information from SNMP agents + tools to generate and handle SNMP traps + a version of the unix 'netstat' command using SNMP + a Tk/perl mib browser -WWW: http://ucd-snmp.ucdavis.edu/ +WWW: http://net-snmp.sourceforge.net/ diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index 62f62e75af7f..5186049e7519 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -8,9 +8,11 @@ PORTNAME= ucd-snmp PORTVERSION= 4.1.2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ +MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org diff --git a/net-mgmt/net-snmp/pkg-descr b/net-mgmt/net-snmp/pkg-descr index e4aa3d1382a3..d7c5d86a1b58 100644 --- a/net-mgmt/net-snmp/pkg-descr +++ b/net-mgmt/net-snmp/pkg-descr @@ -1,18 +1,12 @@ This is UCD SNMP, a derivative of CMU's SNMP package. -From the README: +Various tools relating to the Simple Network Management Protocol including: -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. + An extensible agent + An SNMP library + tools to request or set information from SNMP agents + tools to generate and handle SNMP traps + a version of the unix 'netstat' command using SNMP + a Tk/perl mib browser -WWW: http://ucd-snmp.ucdavis.edu/ +WWW: http://net-snmp.sourceforge.net/ diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile index 62f62e75af7f..5186049e7519 100644 --- a/net-mgmt/net-snmp4/Makefile +++ b/net-mgmt/net-snmp4/Makefile @@ -8,9 +8,11 @@ PORTNAME= ucd-snmp PORTVERSION= 4.1.2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ +MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org diff --git a/net-mgmt/net-snmp4/pkg-descr b/net-mgmt/net-snmp4/pkg-descr index e4aa3d1382a3..d7c5d86a1b58 100644 --- a/net-mgmt/net-snmp4/pkg-descr +++ b/net-mgmt/net-snmp4/pkg-descr @@ -1,18 +1,12 @@ This is UCD SNMP, a derivative of CMU's SNMP package. -From the README: +Various tools relating to the Simple Network Management Protocol including: -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. + An extensible agent + An SNMP library + tools to request or set information from SNMP agents + tools to generate and handle SNMP traps + a version of the unix 'netstat' command using SNMP + a Tk/perl mib browser -WWW: http://ucd-snmp.ucdavis.edu/ +WWW: http://net-snmp.sourceforge.net/ diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile index 62f62e75af7f..5186049e7519 100644 --- a/net-mgmt/net-snmp53/Makefile +++ b/net-mgmt/net-snmp53/Makefile @@ -8,9 +8,11 @@ PORTNAME= ucd-snmp PORTVERSION= 4.1.2 CATEGORIES= net ipv6 -MASTER_SITES= ftp://ucd-snmp.ucdavis.edu/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + ftp://ucd-snmp.ucdavis.edu/ \ ftp://sunsite.cnlab-switch.ch/mirror/ucd-snmp/ \ ftp://ftp.win.or.jp/pub/network/snmp/ucd-snmp/ +MASTER_SITE_SUBDIR= net-snmp MAINTAINER= billf@FreeBSD.org diff --git a/net-mgmt/net-snmp53/pkg-descr b/net-mgmt/net-snmp53/pkg-descr index e4aa3d1382a3..d7c5d86a1b58 100644 --- a/net-mgmt/net-snmp53/pkg-descr +++ b/net-mgmt/net-snmp53/pkg-descr @@ -1,18 +1,12 @@ This is UCD SNMP, a derivative of CMU's SNMP package. -From the README: +Various tools relating to the Simple Network Management Protocol including: -This package contains a port and modified code of the CMU 2.1.2.1 -snmp agent. It has been modified to allow extensibility quickly -and easily. It is far from the best and most configurable systems; -but hey: its free. - -We use this agent here to monitor known system problems before they -take the machine over. The agent can be easily configured to -monitor the number of a given process running, run external scripts -to check and report functional status. Examples: mountd(s) under -Ultrix 4.3 which tend to fork themselves crazy and eventually fill -up the process table; On our hp700s, "amd" sometimes stops working, -HP VUE hangs and fails to start X, etc. + An extensible agent + An SNMP library + tools to request or set information from SNMP agents + tools to generate and handle SNMP traps + a version of the unix 'netstat' command using SNMP + a Tk/perl mib browser -WWW: http://ucd-snmp.ucdavis.edu/ +WWW: http://net-snmp.sourceforge.net/ |