FreeBSD Bugzilla – Attachment 151028 Details for
Bug 189824
[new port] net-mgmt/lldpd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
lldp port staged
lldpd.shar (text/plain), 5.92 KB, created by
Rodrigo Osorio
on 2014-12-28 10:25:18 UTC
(
hide
)
Description:
lldp port staged
Filename:
MIME Type:
Creator:
Rodrigo Osorio
Created:
2014-12-28 10:25:18 UTC
Size:
5.92 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd ># >echo c - net-mgmt/lldpd >mkdir -p net-mgmt/lldpd > /dev/null 2>&1 >exit > ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd/distinfo ># >echo x - net-mgmt/lldpd/distinfo >sed 's/^X//' >net-mgmt/lldpd/distinfo << '15393d241e374f87ff61f1b801b8c124' >XSHA256 (lldpd-0.7.8.tar.gz) = d22151e0aed3831435924c1958b4457118ff34e84164aa3b6e0b136a188c2ce7 >XSIZE (lldpd-0.7.8.tar.gz) = 1491939 >15393d241e374f87ff61f1b801b8c124 >exit > ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd/Makefile ># >echo x - net-mgmt/lldpd/Makefile >sed 's/^X//' >net-mgmt/lldpd/Makefile << 'f6b1954028dc68b6d73308fa5195f983' >X# Created by: Alexander Sulfrian <alexander@sulfrian.net> >X# $FreeBSD$ >X >XPORTNAME= lldpd >XPORTVERSION= 0.7.8 >XCATEGORIES= net-mgmt >XMASTER_SITES= http://media.luffy.cx/files/lldpd/ >X >XMAINTAINER= alexander@sulfrian.net >XCOMMENT= LLDP (802.1ab)/CDP/EDP/SONMP/FDP daemon and SNMP subagent >X >XLICENSE= ISCL >X >XLIB_DEPENDS= libevent-2.0.so:${PORTSDIR}/devel/libevent2 >X >XCONFLICTS_INSTALL= openlldp >X >XOPTIONS_DEFINE= DOCS >X >XCFLAGS+= -I${LOCALBASE}/include >XLDFLAGS+= -L${LOCALBASE}/lib >X >XGNU_CONFIGURE= yes >XCONFIGURE_ARGS+= --with-privsep-chroot=/var/empty >XCONFIGURE_ENV+= LIBEVENT_CFLAGS=" " LIBEVENT_LIBS="-L${LOCALBASE}/lib/event2/ -levent-2.0" >XUSE_LDCONFIG= yes >X >XUSE_RC_SUBR= lldpd >X >XUSERS= _lldpd >XGROUPS= _lldpd >X >XOPTIONS_DEFINE= JSON XML SNMP >XJSON_DESC= "Enable JSON output via Jansson" >XXML_DESC= "Enable XML output via libxml2" >XSNMP_DESC= "Enable the use of SNMP" >XOPTIONS_DEFAULT= JSON XML >X >XJSON_LIB_DEPENDS= libjansson.so:${PORTSDIR}/devel/jansson >XJSON_CONFIGURE_ENV= JANSSON_CFLAGS=" " JANSSON_LIBS="-ljansson" >XJSON_CONFIGURE_WITH= json >X >XXML_LIB_DEPENDS= libxml2.so:${PORTSDIR}/textproc/libxml2 >XXML_CONFIGURE_ENV= XML2_CFLAGS="-I${LOCALBASE}/include/libxml2" XML2_LIBS="-lxml2" >XXML_CONFIGURE_WITH= xml >X >XSNMP_CONFIGURE_WITH= snmp >XSNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp >X >Xpost-patch: >X @${REINPLACE_CMD} -e "s|/etc/|${STAGEDIR}${PREFIX}/etc/|g" ${WRKSRC}/src/daemon/lldpd.8 >X >X.include <bsd.port.mk> >f6b1954028dc68b6d73308fa5195f983 >exit > ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd/pkg-descr ># >echo x - net-mgmt/lldpd/pkg-descr >sed 's/^X//' >net-mgmt/lldpd/pkg-descr << '07ee4b1e749b149e717820f4f25cc73c' >XLLDP is an industry standard protocol designed to supplant >Xproprietary Link-Layer protocols such as Extreme's EDP (Extreme >XDiscovery Protocol) and CDP (Cisco Discovery Protocol). The goal of >XLLDP is to provide an inter-vendor compatible mechanism to deliver >XLink-Layer notifications to adjacent network devices. >X >XThis implementation provides LLDP sending and reception, supports >XVLAN and includes an SNMP subagent that can interface to an SNMP >Xagent through AgentX protocol. >X >XThis daemon is also able to deal with CDP, SONMP, FDP and EDP >Xprotocol. It also handles LLDP-MED extension. >X >XWWW: http://vincentbernat.github.io/lldpd/ >07ee4b1e749b149e717820f4f25cc73c >exit > ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd/files ># >echo c - net-mgmt/lldpd/files >mkdir -p net-mgmt/lldpd/files > /dev/null 2>&1 >exit > ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd/files/lldpd.in ># >echo x - net-mgmt/lldpd/files/lldpd.in >sed 's/^X//' >net-mgmt/lldpd/files/lldpd.in << '4c424c492d63faf4ea5bee3bc6778f94' >X#!/bin/sh >X >X# $FreeBSD$ >X# >X# PROVIDE: lldpd >X# REQUIRE: LOGIN >X# KEYWORD: shutdown >X# >X# Add the following lines to /etc/rc.conf to enable lldpd: >X# lldpd_enable (bool): Set to "NO" by default. >X# Set it to "YES" to enable lldpd. >X# lldpd_flags (str): Empty by default. >X# >X >X. /etc/rc.subr >X >Xname=lldpd >Xrcvar=lldpd_enable >X >Xload_rc_config $name >X >X: ${lldpd_enable:="NO"} >X >Xcommand=%%PREFIX%%/sbin/${name} >Xpidfile=/var/run/${name}.pid >X >Xrun_rc_command "$1" >4c424c492d63faf4ea5bee3bc6778f94 >exit > ># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># net-mgmt/lldpd/pkg-plist ># >echo x - net-mgmt/lldpd/pkg-plist >sed 's/^X//' >net-mgmt/lldpd/pkg-plist << 'e9b4a83e6662cbd2b3333d88ff0517d2' >Xinclude/lldp-const.h >Xinclude/lldpctl.h >Xlib/liblldpctl.a >Xlib/liblldpctl.la >Xlib/liblldpctl.so >Xlib/liblldpctl.so.6 >Xman/man8/lldpcli.8.gz >Xman/man8/lldpctl.8.gz >Xman/man8/lldpd.8.gz >Xsbin/lldpcli >Xsbin/lldpctl >Xsbin/lldpd >X%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTE.md >X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >X%%PORTDOCS%%%%DOCSDIR%%/NEWS >X%%PORTDOCS%%%%DOCSDIR%%/README.md >e9b4a83e6662cbd2b3333d88ff0517d2 >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 189824
:
142757
|
142758
|
151028
|
151029
|
151133
|
151156
|
151353
|
151403
|
151740