import ladvd, from maintainer Paul de Weerd.

LADVD uses CDP / LLDP frames to inform switches about connected hosts,
which simplifies ethernet switch management. It does this by creating
the required payloads and descriptors on startup and then switching 
to a non-privileged user for the remaining runtime.
This commit is contained in:
sthen 2008-07-27 21:29:56 +00:00
parent b25c23fe18
commit 382b97f29c
4 changed files with 43 additions and 0 deletions

25
net/ladvd/Makefile Normal file
View File

@ -0,0 +1,25 @@
# $OpenBSD: Makefile,v 1.1.1.1 2008/07/27 21:29:56 sthen Exp $
COMMENT = LLDP/CDP sender for UNIX
DISTNAME = ladvd-0.6.0
CATEGORIES = net
HOMEPAGE = http://blinkenlights.nl/software/ladvd/
MAINTAINER = Paul de Weerd <weerd@weirdnet.nl>
# ISC
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = ${HOMEPAGE}
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += --with-user=_ladvd
WANTLIB = c
.include <bsd.port.mk>

5
net/ladvd/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (ladvd-0.6.0.tar.gz) = 9a4idQW/J7mLzyypfh5CFQ==
RMD160 (ladvd-0.6.0.tar.gz) = yXRAmgn6mflnaTB2yYg8GqKTdZw=
SHA1 (ladvd-0.6.0.tar.gz) = mpHLayO8ITw+bOWoxjMn/hWZc7w=
SHA256 (ladvd-0.6.0.tar.gz) = CsfZiYrk+Bdrn6aBQMC3+loBXABMYsxbumRADN05HXE=
SIZE (ladvd-0.6.0.tar.gz) = 97266

4
net/ladvd/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
LADVD uses CDP / LLDP frames to inform switches about connected hosts,
which simplifies ethernet switch management. It does this by creating
the required payloads and descriptors on startup and then switching
to a non-privileged user for the remaining runtime.

9
net/ladvd/pkg/PLIST Normal file
View File

@ -0,0 +1,9 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/07/27 21:29:56 sthen Exp $
@newgroup _ladvd:606
@newuser _ladvd:606:606:daemon:Link Advertisement Daemon:/var/empty:/sbin/nologin
@man man/man8/ladvd.8
@bin sbin/ladvd
share/doc/ladvd/
share/doc/ladvd/ChangeLog
share/doc/ladvd/LICENSE
share/doc/ladvd/README