mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Initial import of ciscoconf - a cisco RCS tracker
PR: ports/7888 Submitted By: Joe Abley <jabley@clear.co.nz>
This commit is contained in:
parent
0ac60094f0
commit
d4d521c91c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14657
37
net-mgmt/ciscoconf/Makefile
Normal file
37
net-mgmt/ciscoconf/Makefile
Normal file
@ -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>
|
1
net-mgmt/ciscoconf/distinfo
Normal file
1
net-mgmt/ciscoconf/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (ciscoconf-1.0beta1.tar.gz) = d13b9cb222f8829cc7c6b16255edbda2
|
1
net-mgmt/ciscoconf/pkg-comment
Normal file
1
net-mgmt/ciscoconf/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
fetches configuration from Cisco routers and stores them under RCS.
|
8
net-mgmt/ciscoconf/pkg-descr
Normal file
8
net-mgmt/ciscoconf/pkg-descr
Normal file
@ -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/.
|
4
net-mgmt/ciscoconf/pkg-plist
Normal file
4
net-mgmt/ciscoconf/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
bin/ciscoconfd
|
||||||
|
bin/ciscoconfr
|
||||||
|
@dirrm share/cisco/RCS
|
||||||
|
@dirrm share/cisco
|
37
net/ciscoconf/Makefile
Normal file
37
net/ciscoconf/Makefile
Normal file
@ -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>
|
1
net/ciscoconf/distinfo
Normal file
1
net/ciscoconf/distinfo
Normal file
@ -0,0 +1 @@
|
|||||||
|
MD5 (ciscoconf-1.0beta1.tar.gz) = d13b9cb222f8829cc7c6b16255edbda2
|
1
net/ciscoconf/pkg-comment
Normal file
1
net/ciscoconf/pkg-comment
Normal file
@ -0,0 +1 @@
|
|||||||
|
fetches configuration from Cisco routers and stores them under RCS.
|
8
net/ciscoconf/pkg-descr
Normal file
8
net/ciscoconf/pkg-descr
Normal file
@ -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/.
|
4
net/ciscoconf/pkg-plist
Normal file
4
net/ciscoconf/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
bin/ciscoconfd
|
||||||
|
bin/ciscoconfr
|
||||||
|
@dirrm share/cisco/RCS
|
||||||
|
@dirrm share/cisco
|
Loading…
Reference in New Issue
Block a user