diff options
Diffstat (limited to 'net-mgmt/rancid-devel')
-rw-r--r-- | net-mgmt/rancid-devel/Makefile | 55 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-Makefile.am | 19 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-Makefile.in | 19 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-bin::Makefile.in | 17 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-util::Makefile.in | 17 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in | 25 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/pkg-descr | 16 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/pkg-message | 8 | ||||
-rw-r--r-- | net-mgmt/rancid-devel/pkg-plist | 51 |
10 files changed, 0 insertions, 228 deletions
diff --git a/net-mgmt/rancid-devel/Makefile b/net-mgmt/rancid-devel/Makefile deleted file mode 100644 index 3ed851297999..000000000000 --- a/net-mgmt/rancid-devel/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: rancid -# Date created: 3 June 2002 -# Whom: Janos.Mohacsi@bsd.hu -# -# $FreeBSD$ -# - -PORTNAME= rancid -PORTVERSION= 2.2.2 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= Really Awesome New Cisco confIg Differ - -BUILD_DEPENDS= expect:${PORTSDIR}/lang/expect -RUN_DEPENDS= expect:${PORTSDIR}/lang/expect \ - ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${SITE_PERL}/LockFile/Simple.pm:${PORTSDIR}/devel/p5-LockFile-Simple - -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} -USE_PERL5= yes -PKGMESSAGE= ${WRKDIR}/pkg-message -USE_GMAKE= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= \ - --prefix=${PREFIX}/rancid - -MANPREFIX= ${PREFIX}/rancid - -MAN1= lg_intro.1 par.1 do-diffs.1 alogin.1 blogin.1 clogin.1 \ - control_rancid.1 create_cvs.1 rancid.1 rancid_intro.1 \ - elogin.1 f10rancid.1 flogin.1 hlogin.1 hrancid.1 jlogin.1 \ - jrancid.1 francid.1 cat5rancid.1 erancid.1 mrancid.1 xrancid.1 - -MAN5= env.5 lg.conf.5 cloginrc.5 router.db.5 - -CONFIG_FILES= bin/env util/lg/lg.conf - -post-install: - @ ${SED} -e "s:%%INSTDIR%%:${PREFIX}/rancid:g" pkg-message >${PKGMESSAGE} -.if !defined(BATCH) - @ ${ECHO} - @ ${CAT} ${PKGMESSAGE} - @ ${ECHO} -.endif -.for file in ${CONFIG_FILES} - @ if [ -f ${PREFIX}/rancid/${file}.dist ] ; then \ - ${ECHO} "WARNING: *** new ${file} file is installed as ${PREFIX}/rancid/${file}.dist"; \ - ${ECHO} " : *** review ${file}.dist for new/deprecated switches or install in place ${file}"; \ - fi -.endfor - -.include <bsd.port.mk> diff --git a/net-mgmt/rancid-devel/distinfo b/net-mgmt/rancid-devel/distinfo deleted file mode 100644 index d1df95e5fc0f..000000000000 --- a/net-mgmt/rancid-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (rancid-2.2.2.tar.gz) = bd77b33ca00cc954737c8097ffa74220 diff --git a/net-mgmt/rancid-devel/files/patch-Makefile.am b/net-mgmt/rancid-devel/files/patch-Makefile.am deleted file mode 100644 index 246e638fd59d..000000000000 --- a/net-mgmt/rancid-devel/files/patch-Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.am.orig Mon Jun 3 14:01:32 2002 ---- Makefile.am Mon Jun 3 14:02:03 2002 -*************** -*** 22,28 **** - $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg - - install: -! for file in CHANGES README cloginrc.sample ; do \ - $(INSTALL_DATA) $$file $(prefix); \ - done - ---- 22,28 ---- - $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg - - install: -! for file in CHANGES FAQ README cloginrc.sample ; do \ - $(INSTALL_DATA) $$file $(prefix); \ - done - diff --git a/net-mgmt/rancid-devel/files/patch-Makefile.in b/net-mgmt/rancid-devel/files/patch-Makefile.in deleted file mode 100644 index eabf76568439..000000000000 --- a/net-mgmt/rancid-devel/files/patch-Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ -*** Makefile.in.orig Mon Jun 3 14:01:40 2002 ---- Makefile.in Mon Jun 3 14:02:40 2002 -*************** -*** 354,360 **** - $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg - - install: -! for file in CHANGES README cloginrc.sample ; do \ - $(INSTALL_DATA) $$file $(prefix); \ - done - ---- 354,360 ---- - $(mkinstalldirs) $(prefix)/util $(prefix)/util/lg - - install: -! for file in CHANGES FAQ README cloginrc.sample ; do \ - $(INSTALL_DATA) $$file $(prefix); \ - done - diff --git a/net-mgmt/rancid-devel/files/patch-bin::Makefile.in b/net-mgmt/rancid-devel/files/patch-bin::Makefile.in deleted file mode 100644 index 623a67fbfd79..000000000000 --- a/net-mgmt/rancid-devel/files/patch-bin::Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- bin/Makefile.in.orig Fri Aug 9 23:59:06 2002 -+++ bin/Makefile.in Mon Mar 17 15:46:42 2003 -@@ -375,13 +375,7 @@ - for prog in $(BIN_PROGS) ; do \ - $(INSTALL) $$prog $(bindir); \ - done; \ -- if test -f $(bindir)/env ; then \ -- echo "WARNING: *** $(bindir)/env exists: installing as env.new."; \ -- echo " *** review env.new for new/deprecated switches"; \ -- $(INSTALL_DATA) env $(bindir)/env.new; \ -- else \ -- $(INSTALL_DATA) env $(bindir); \ -- fi -+ $(INSTALL_DATA) env $(bindir)/env.dist - # BIN_DATAS are empty at the moment. - # for prog in $(BIN_DATAS) ; do \ - # $(INSTALL_DATA) $$prog $(PREFIX)/bin; \ diff --git a/net-mgmt/rancid-devel/files/patch-util::Makefile.in b/net-mgmt/rancid-devel/files/patch-util::Makefile.in deleted file mode 100644 index 833b917fc36e..000000000000 --- a/net-mgmt/rancid-devel/files/patch-util::Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -*** util/Makefile.in.orig Mon Jun 3 14:21:54 2002 ---- util/Makefile.in Mon Jun 3 14:23:55 2002 -*************** -*** 1,6 **** - PREFIX = @prefix@ - -! INSTALL = @INSTALL@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_PROGS = @RD_UTIL_PROGS@ ---- 1,6 ---- - PREFIX = @prefix@ - -! INSTALL = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_PROGS = @RD_UTIL_PROGS@ diff --git a/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in b/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in deleted file mode 100644 index 54d62727828b..000000000000 --- a/net-mgmt/rancid-devel/files/patch-util::lg::Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- util/lg/Makefile.in.orig Fri Aug 9 23:59:06 2002 -+++ util//lg/Makefile.in Mon Mar 17 15:48:24 2003 -@@ -1,6 +1,6 @@ - PREFIX = @prefix@ - --INSTALL = @INSTALL@ -+INSTALL = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - - UTIL_LG_PROGS = @RD_UTIL_LG_PROGS@ -@@ -13,13 +13,7 @@ - for file in $(UTIL_LG_PROGS) ; do \ - $(INSTALL) $$file $(PREFIX)/util/lg; \ - done; \ -- if test -f $(PREFIX)/util/lg/lg.conf ; then \ -- echo "WARNING: *** $(PREFIX)/util/lg/lg.conf exists: installing as lg.conf.new."; \ -- echo " *** review lg.conf.new for new/deprecated switches"; \ -- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.new; \ -- else \ -- $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg; \ -- fi; \ -+ $(INSTALL_DATA) lg.conf $(PREFIX)/util/lg/lg.conf.dist; \ - for file in *README* *.html; do \ - $(INSTALL_DATA) $$file $(PREFIX)/util/lg; \ - done diff --git a/net-mgmt/rancid-devel/pkg-descr b/net-mgmt/rancid-devel/pkg-descr deleted file mode 100644 index c0d9ccf4140f..000000000000 --- a/net-mgmt/rancid-devel/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -Rancid monitors a router's (or device's) configuration, including software -and hardware (cards, serial numbers, etc), using CVS. Rancid currently -supports Bay routers, Cisco routers, Juniper routers, Catalyst switches, -Foundry switches, Redback NASs, ADC EZT3 muxes, MRTd (and thus likely IRRd), -Alteon switches, and HP procurve switches. - -Rancid logs into each of the devices in a router table file, runs various -commands, chomps the output, and emails any differences ( sample) from -the previous collection to a mail list. - -A looking glass is also included with rancid, based on Ed Kern's in use on -http://nitrous.digex.net/. Rancid version has added functions, supports cisco, - juniper, and foundry and uses the login scripts that come with rancid; -so it can use rsh, telnet, or ssh to connect to your router(s). - -WWW: http://www.shrubbery.net/rancid/ diff --git a/net-mgmt/rancid-devel/pkg-message b/net-mgmt/rancid-devel/pkg-message deleted file mode 100644 index b41462caeca9..000000000000 --- a/net-mgmt/rancid-devel/pkg-message +++ /dev/null @@ -1,8 +0,0 @@ -For further configuration information please look at -%%INSTDIR%%/README. - -If you would like to set up Rancid to be browseable from Web, -you need to install devel/cvsweb or devel/viewcvs. - -For rancid looking-glass copy the actual CGIs (located at -%%INSTDIR%%/util/lg/{lg.cgi lgform.cgi}) to your cgi-bin. diff --git a/net-mgmt/rancid-devel/pkg-plist b/net-mgmt/rancid-devel/pkg-plist deleted file mode 100644 index bde32fcd160e..000000000000 --- a/net-mgmt/rancid-devel/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -rancid/util/lg/lg.cgi -rancid/util/lg/lgform.cgi -rancid/util/lg/lg.conf.dist -rancid/util/lg/README -rancid/util/lg/index.html -rancid/util/lg/lgnotes.html -rancid/util/README -rancid/util/rtrfilter -rancid/util/rtrfilter.README -rancid/util/cisco-load.exp -rancid/util/cisco-reload.exp -rancid/util/downreport -rancid/util/getipacctg -rancid/bin/hpfilter -rancid/bin/cat5rancid -rancid/bin/control_rancid -rancid/bin/alogin -rancid/bin/arancid -rancid/bin/clogin -rancid/bin/create_cvs -rancid/bin/blogin -rancid/bin/brancid -rancid/bin/do-diffs -rancid/bin/elogin -rancid/bin/erancid -rancid/bin/f10rancid -rancid/bin/flogin -rancid/bin/francid -rancid/bin/jlogin -rancid/bin/jrancid -rancid/bin/hlogin -rancid/bin/hrancid -rancid/bin/mrancid -rancid/bin/par -rancid/bin/rancid-fe -rancid/bin/rancid -rancid/bin/rename -rancid/bin/rrancid -rancid/bin/xrancid -rancid/bin/env.dist -rancid/CHANGES -rancid/README -rancid/FAQ -rancid/cloginrc.sample -@dirrm rancid/util/lg -@dirrm rancid/util -@dirrm rancid/bin -@dirrm rancid/man/man1 -@dirrm rancid/man/man5 -@dirrm rancid/man -@dirrm rancid |