diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 22:15:06 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-11-18 22:15:06 +0000 |
commit | d4d521c91c766e1c422f34bcb96ab059a1416f1c (patch) | |
tree | 9076ecfbfffaa33222abd4dd597c03eee81acbb4 /net-mgmt/ciscoconf | |
parent | 0ac60094f0dad7800ae63b6c27923cfedaf18b95 (diff) | |
download | ports-d4d521c91c766e1c422f34bcb96ab059a1416f1c.tar.gz ports-d4d521c91c766e1c422f34bcb96ab059a1416f1c.zip |
Initial import of ciscoconf - a cisco RCS tracker
PR: ports/7888
Submitted By: Joe Abley <jabley@clear.co.nz>
Notes
Notes:
svn path=/head/; revision=14657
Diffstat (limited to 'net-mgmt/ciscoconf')
-rw-r--r-- | net-mgmt/ciscoconf/Makefile | 37 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/distinfo | 1 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/pkg-comment | 1 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/pkg-descr | 8 | ||||
-rw-r--r-- | net-mgmt/ciscoconf/pkg-plist | 4 |
5 files changed, 51 insertions, 0 deletions
diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile new file mode 100644 index 000000000000..9f4f086e9b76 --- /dev/null +++ b/net-mgmt/ciscoconf/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: ciscoconf +# Version required: 1.0beta1 +# Date created: 11 September 1998 +# Whom: jabley@clear.co.nz +# +# $Id:$ +# + +DISTNAME= ciscoconf-1.0beta1 +PKGNAME= ciscoconf-1.0 +CATEGORIES= net +MASTER_SITES= ftp://ftp.patho.gen.nz/pub/users/jabley/ \ + http://www.FreeBSD.org/~billf/ + +MAINTAINER= jabley@clear.co.nz + +ALL_TARGET= depend all +MAN8= ciscoconfd.8 ciscoconfr.8 + +post-patch: + + ${MV} ${WRKSRC}/Makefile ${WRKSRC}/Makefile.old + ${CAT} ${WRKSRC}/Makefile.old | \ + ${SED} -e 's#/usr/local#${PREFIX}#g' | \ + ${SED} -e 's#lib/cisco#share/cisco#' \ + >> ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/ciscoconfd ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/ciscoconfr ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/ciscoconfd.man ${PREFIX}/man/man8/ciscoconfd.8 + ${INSTALL_MAN} ${WRKSRC}/ciscoconfr.man ${PREFIX}/man/man8/ciscoconfr.8 + +post-install: + ${MKDIR} ${PREFIX}/share/cisco/RCS + +.include <bsd.port.mk> diff --git a/net-mgmt/ciscoconf/distinfo b/net-mgmt/ciscoconf/distinfo new file mode 100644 index 000000000000..e4ad40b9529f --- /dev/null +++ b/net-mgmt/ciscoconf/distinfo @@ -0,0 +1 @@ +MD5 (ciscoconf-1.0beta1.tar.gz) = d13b9cb222f8829cc7c6b16255edbda2 diff --git a/net-mgmt/ciscoconf/pkg-comment b/net-mgmt/ciscoconf/pkg-comment new file mode 100644 index 000000000000..dd577c3eeb73 --- /dev/null +++ b/net-mgmt/ciscoconf/pkg-comment @@ -0,0 +1 @@ +fetches configuration from Cisco routers and stores them under RCS. diff --git a/net-mgmt/ciscoconf/pkg-descr b/net-mgmt/ciscoconf/pkg-descr new file mode 100644 index 000000000000..abe916d295ce --- /dev/null +++ b/net-mgmt/ciscoconf/pkg-descr @@ -0,0 +1,8 @@ +Ciscoconf automatically fetches configuration from Cisco routers whenever +syslog indicates that a change has been made, and stores them under RCS. + +MORE INFORMATION + +For more information, or to foward comments or details of problems, please +contact Joe Abley <jabley@clear.co.nz>. Future versions of this utility +will be made available at http://www.patho.gen.nz/~jabley/. diff --git a/net-mgmt/ciscoconf/pkg-plist b/net-mgmt/ciscoconf/pkg-plist new file mode 100644 index 000000000000..5d53dfb8e418 --- /dev/null +++ b/net-mgmt/ciscoconf/pkg-plist @@ -0,0 +1,4 @@ +bin/ciscoconfd +bin/ciscoconfr +@dirrm share/cisco/RCS +@dirrm share/cisco |