summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2010-08-31 13:21:24 +0000
committergdt <gdt@pkgsrc.org>2010-08-31 13:21:24 +0000
commit0da77ad138970b836e1b3a005c7f9d1535f61be2 (patch)
treeadc15426b8ccb90942d7f6d0d98cdc70092ac251 /net
parentd225ece65b447771714e9449c6a15e712652f815 (diff)
downloadpkgsrc-0da77ad138970b836e1b3a005c7f9d1535f61be2.tar.gz
Remove; now in net/quagga.
Diffstat (limited to 'net')
-rw-r--r--net/quagga-devel/DESCR8
-rw-r--r--net/quagga-devel/Makefile66
-rw-r--r--net/quagga-devel/PLIST80
-rw-r--r--net/quagga-devel/PLIST.opaquelsa4
-rw-r--r--net/quagga-devel/PLIST.v67
-rw-r--r--net/quagga-devel/PLIST.vtysh3
-rw-r--r--net/quagga-devel/distinfo5
-rw-r--r--net/quagga-devel/files/log_syslog.conf3
-rw-r--r--net/quagga-devel/options.mk46
9 files changed, 0 insertions, 222 deletions
diff --git a/net/quagga-devel/DESCR b/net/quagga-devel/DESCR
deleted file mode 100644
index 94b4d253ce8..00000000000
--- a/net/quagga-devel/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-Quagga is a routing software suite, providing implementations of
-OSPFv2, OSPFv3, RIP v1 and v2, RIPv3 and BGPv4 for Unix platforms,
-including NetBSD, FreeBSD, OpenBSD, Linux, and Solaris.
-Quagga is a fork of GNU Zebra which was developed by Kunihiro
-Ishiguro. The Quagga tree aims to build a more involved community
-around Quagga than the current centralised model of GNU Zebra.
-
-This package provides a development snapshot of quagga.
diff --git a/net/quagga-devel/Makefile b/net/quagga-devel/Makefile
deleted file mode 100644
index 4374784e50c..00000000000
--- a/net/quagga-devel/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2010/08/25 17:52:24 gdt Exp $
-#
-
-DISTNAME= quagga-0.99.17
-CATEGORIES= net
-MASTER_SITES= http://www.quagga.net/download/
-
-MAINTAINER= gdt@NetBSD.org
-HOMEPAGE= http://www.quagga.net/
-COMMENT= Free multithreaded routing daemon software
-LICENSE= gnu-gpl-v2
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-.include "../../mk/bsd.prefs.mk"
-
-GNU_CONFIGURE= YES
-USE_TOOLS+= gawk gmake perl
-USE_LIBTOOL= YES
-
-PKG_SYSCONFSUBDIR?= zebra
-CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ARGS+= --enable-exampledir=${PREFIX}/share/examples/quagga
-#CONFIGURE_ARGS+= --enable-pkgsrcrcdir=${PREFIX}/${RCD_SCRIPTS_EXAMPLEDIR}
-CONFIGURE_ARGS+= --localstatedir=${VARBASE}/run/zebra
-
-CONFLICTS+= zebra-[0-9]*
-
-PLIST_SRC= ${WRKDIR}/PLIST
-PLIST_CAT= # empty
-
-INFO_FILES= # PLIST
-
-RCD_SCRIPTS= zebra bgpd ospfd ripd
-PKG_GROUPS= quagga
-PKG_USERS= quagga:quagga
-
-PKG_SYSCONFDIR_PERMS= quagga quagga 750
-# log_syslog.conf is used as a template for each config file
-.for _file_ in vtysh.conf zebra.conf bgpd.conf ospfd.conf ripd.conf
-CONF_FILES_PERMS+= ${PREFIX}/share/examples/quagga/log_syslog.conf \
- ${PKG_SYSCONFDIR}/${_file_} quagga quagga 0600
-.endfor
-
-.include "options.mk"
-
-PLIST_CAT+= ${PKGDIR}/PLIST
-
-LIBS+= ${LDFLAGS}
-
-.for _script_ in ${RCD_SCRIPTS}
-RCD_SCRIPT_SRC.${_script_}?= ${WRKSRC}/pkgsrc/${_script_}.sh
-.endfor
-
-post-install:
- @${CHMOD} a+r ${DESTDIR}${PREFIX}/share/examples/quagga/*
- ${INSTALL_DATA} ${FILESDIR}/log_syslog.conf ${DESTDIR}${PREFIX}/share/examples/quagga
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/quagga
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/quagga/mpls
- ${INSTALL_DATA} ${WRKSRC}/doc/BGP-TypeCode ${DESTDIR}${PREFIX}/share/doc/quagga
- ${INSTALL_DATA} ${WRKSRC}/doc/draft-zebra-00.txt ${DESTDIR}${PREFIX}/share/doc/quagga
- ${INSTALL_DATA} ${WRKSRC}/doc/mpls/* ${DESTDIR}${PREFIX}/share/doc/quagga/mpls
- ${CAT} ${PLIST_CAT} > ${PLIST_SRC}
- (cd ${DESTDIR}${PREFIX}; ${FIND} share/doc/quagga -type f -print ) >> ${PLIST_SRC}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/net/quagga-devel/PLIST b/net/quagga-devel/PLIST
deleted file mode 100644
index be6cca92343..00000000000
--- a/net/quagga-devel/PLIST
+++ /dev/null
@@ -1,80 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 18:09:41 joerg Exp $
-include/quagga/buffer.h
-include/quagga/checksum.h
-include/quagga/command.h
-include/quagga/distribute.h
-include/quagga/filter.h
-include/quagga/getopt.h
-include/quagga/hash.h
-include/quagga/if.h
-include/quagga/if_rmap.h
-include/quagga/jhash.h
-include/quagga/keychain.h
-include/quagga/linklist.h
-include/quagga/log.h
-include/quagga/md5.h
-include/quagga/memory.h
-include/quagga/memtypes.h
-include/quagga/network.h
-include/quagga/ospfd/ospf_api.h
-include/quagga/ospfd/ospf_asbr.h
-include/quagga/ospfd/ospf_dump.h
-include/quagga/ospfd/ospf_ism.h
-include/quagga/ospfd/ospf_lsa.h
-include/quagga/ospfd/ospf_lsdb.h
-include/quagga/ospfd/ospf_nsm.h
-include/quagga/ospfd/ospf_opaque.h
-include/quagga/ospfd/ospfd.h
-include/quagga/plist.h
-include/quagga/pqueue.h
-include/quagga/prefix.h
-include/quagga/privs.h
-include/quagga/route_types.h
-include/quagga/routemap.h
-include/quagga/sigevent.h
-include/quagga/smux.h
-include/quagga/sockopt.h
-include/quagga/sockunion.h
-include/quagga/str.h
-include/quagga/stream.h
-include/quagga/table.h
-include/quagga/thread.h
-include/quagga/vector.h
-include/quagga/version.h
-include/quagga/vty.h
-include/quagga/workqueue.h
-include/quagga/zassert.h
-include/quagga/zclient.h
-include/quagga/zebra.h
-info/quagga.info
-lib/libospf.la
-lib/libzebra.la
-man/man1/vtysh.1
-man/man8/bgpd.8
-man/man8/isisd.8
-man/man8/ospf6d.8
-man/man8/ospfd.8
-man/man8/ripd.8
-man/man8/ripngd.8
-man/man8/zebra.8
-sbin/bgpd
-sbin/ospfd
-sbin/ripd
-sbin/watchquagga
-sbin/zebra
-share/doc/quagga/BGP-TypeCode
-share/doc/quagga/draft-zebra-00.txt
-share/doc/quagga/mpls/ChangeLog.opaque.txt
-share/doc/quagga/mpls/cli_summary.txt
-share/doc/quagga/mpls/opaque_lsa.txt
-share/doc/quagga/mpls/ospfd.conf
-share/examples/quagga/bgpd.conf.sample
-share/examples/quagga/bgpd.conf.sample2
-share/examples/quagga/log_syslog.conf
-share/examples/quagga/ospfd.conf.sample
-share/examples/quagga/ripd.conf.sample
-share/examples/quagga/zebra.conf.sample
-share/examples/rc.d/bgpd
-share/examples/rc.d/ospfd
-share/examples/rc.d/ripd
-share/examples/rc.d/zebra
diff --git a/net/quagga-devel/PLIST.opaquelsa b/net/quagga-devel/PLIST.opaquelsa
deleted file mode 100644
index 5120295e941..00000000000
--- a/net/quagga-devel/PLIST.opaquelsa
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.opaquelsa,v 1.2 2009/06/14 18:09:41 joerg Exp $
-include/quagga/ospfapi/ospf_apiclient.h
-lib/libospfapiclient.la
-sbin/ospfclient
diff --git a/net/quagga-devel/PLIST.v6 b/net/quagga-devel/PLIST.v6
deleted file mode 100644
index e3b0a44b572..00000000000
--- a/net/quagga-devel/PLIST.v6
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST.v6,v 1.2 2008/06/02 12:08:55 obache Exp $
-sbin/ospf6d
-sbin/ripngd
-share/examples/quagga/ospf6d.conf.sample
-share/examples/quagga/ripngd.conf.sample
-share/examples/rc.d/ospf6d
-share/examples/rc.d/ripngd
diff --git a/net/quagga-devel/PLIST.vtysh b/net/quagga-devel/PLIST.vtysh
deleted file mode 100644
index e05c8bd278b..00000000000
--- a/net/quagga-devel/PLIST.vtysh
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST.vtysh,v 1.1.1.1 2006/03/08 01:46:05 gdt Exp $
-bin/vtysh
-share/examples/quagga/vtysh.conf.sample
diff --git a/net/quagga-devel/distinfo b/net/quagga-devel/distinfo
deleted file mode 100644
index 0c067328275..00000000000
--- a/net/quagga-devel/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.11 2010/08/25 17:52:24 gdt Exp $
-
-SHA1 (quagga-0.99.17.tar.gz) = 31f42fa9f4d96aadf1bf97c3d9bf3308eb0d56c1
-RMD160 (quagga-0.99.17.tar.gz) = f00bf01930f781ae0de9fe9981c74e7bae0798b5
-Size (quagga-0.99.17.tar.gz) = 2202151 bytes
diff --git a/net/quagga-devel/files/log_syslog.conf b/net/quagga-devel/files/log_syslog.conf
deleted file mode 100644
index 2bb6a45c48b..00000000000
--- a/net/quagga-devel/files/log_syslog.conf
+++ /dev/null
@@ -1,3 +0,0 @@
-!
-log syslog
-!
diff --git a/net/quagga-devel/options.mk b/net/quagga-devel/options.mk
deleted file mode 100644
index f6aa1fa1e59..00000000000
--- a/net/quagga-devel/options.mk
+++ /dev/null
@@ -1,46 +0,0 @@
-# $NetBSD: options.mk,v 1.3 2010/03/10 19:57:06 gdt Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.quagga
-PKG_SUPPORTED_OPTIONS= inet6
-PKG_SUPPORTED_OPTIONS+= quagga-ospf-opaque-lsa quagga-vtysh
-PKG_SUGGESTED_OPTIONS= quagga-ospf-opaque-lsa quagga-vtysh
-
-PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_OSPF_OPAQUELSA:quagga-ospf-opaque-lsa
-PKG_OPTIONS_LEGACY_VARS+= USE_ZEBRA_VTYSH:quagga-vtysh
-
-.include "../../mk/bsd.options.mk"
-
-###
-### IPv6 support
-###
-.if !empty(PKG_OPTIONS:Minet6)
-PLIST_CAT+= ${PKGDIR}/PLIST.v6
-RCD_SCRIPTS+= ospf6d ripngd
-. for _file_ in ospf6d.conf ripngd.conf
-CONF_FILES_PERMS+= ${PREFIX}/share/examples/quagga/log_syslog.conf \
- ${PKG_SYSCONFDIR}/${_file_} quagga quagga 0600
-. endfor
-.else
-CONFIGURE_ARGS+= --disable-ospf6d
-CONFIGURE_ARGS+= --disable-ripngd
-.endif
-
-###
-### Include 'vtysh' program.
-###
-.if !empty(PKG_OPTIONS:Mquagga-vtysh)
-USE_GNU_READLINE= # uses rl_pending_input
-. include "../../devel/readline/buildlink3.mk"
-CONFIGURE_ARGS+= --enable-vtysh
-PLIST_CAT+= ${PKGDIR}/PLIST.vtysh
-.else
-CONFIGURE_ARGS+= --disable-vtysh
-.endif
-
-###
-### Include Opaque LSA support in OSPF (RFC2370).
-###
-.if !empty(PKG_OPTIONS:Mquagga-ospf-opaque-lsa)
-CONFIGURE_ARGS+= --enable-opaque-lsa
-PLIST_CAT+= ${PKGDIR}/PLIST.opaquelsa
-.endif