pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wip/lldpd: remove (mechanical cleanup)



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Wed Sep 23 05:14:53 2015 +0200
Changeset:	66240f34fa1918fd21052d78ee2f7e66fa5b96cd

Removed Files:
	lldpd/DESCR
	lldpd/Makefile
	lldpd/PLIST
	lldpd/TODO
	lldpd/distinfo
	lldpd/files/lldpd.sh
	lldpd/options.mk

Log Message:
wip/lldpd: remove (mechanical cleanup)

- pkgsrc/net/lldpd exists
- pkgsrc (0.7.15nb1) >= wip (0.7.9)
- doc/CHANGES-2015: Updated to 0.7.14 [mef 2015-04-11]
- doc/CHANGES-2015: Updated to 0.7.15 [mef 2015-05-23]
- wip/lldpd last touched [wiz 2014-10-09]
- package does not appear to be actively used to stage updates
- manual inspection of diff revealed no uncommitted improvements

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=66240f34fa1918fd21052d78ee2f7e66fa5b96cd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lldpd/DESCR          | 10 ----------
 lldpd/Makefile       | 47 -----------------------------------------------
 lldpd/PLIST          | 15 ---------------
 lldpd/TODO           | 31 -------------------------------
 lldpd/distinfo       |  5 -----
 lldpd/files/lldpd.sh | 18 ------------------
 lldpd/options.mk     | 23 -----------------------
 7 files changed, 149 deletions(-)

diffs:
diff --git a/lldpd/DESCR b/lldpd/DESCR
deleted file mode 100644
index 78f927b..0000000
--- a/lldpd/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-LLDP allows you to know exactly on which port is a server
-(and reciprocally).
-
-LLDP is an industry standard protocol designed to supplant proprietary
-Link-Layer protocols such as EDP or CDP. The goal of LLDP is to provide
-an inter-vendor compatible mechanism to deliver Link-Layer notifications
-to adjacent network devices.
-
-lldpd is an ISC-licensed implementation of LLDP for various Unixes.
-It also supports some proprietary protocols.
diff --git a/lldpd/Makefile b/lldpd/Makefile
deleted file mode 100644
index 03d029b..0000000
--- a/lldpd/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# $NetBSD: Makefile,v 1.12 2014/10/09 14:06:28 thomasklausner Exp $
-
-DISTNAME=		lldpd-0.7.9
-CATEGORIES=		net
-MASTER_SITES=		http://media.luffy.cx/files/lldpd/
-
-MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=		http://vincentbernat.github.com/lldpd/
-COMMENT=		802.1ab (LLDP) implementation
-LICENSE=		isc
-# `lldpcli` will be linked to GNU Readline (which is GPL licensed)
-# if available. To avoid this, use `--without-readline` as a configure
-# option.
-
-# interfaces-bsd.c:45:34: error: net/agr/if_agrioctl.h: No such file or directory
-NOT_FOR_PLATFORM=	NetBSD-5*-*
-USE_LIBTOOL=		yes
-USE_LANGUAGES=		c c++
-USE_TOOLS+=		pkg-config
-GNU_CONFIGURE=		yes
-CONFIGURE_ARGS+=	--with-privsep-chroot=${PKG_HOME._lldpd}
-# run/lldpd.socket is created under this directory
-# (the default is ${PRERIX}/var, changed since 0.7.9)
-CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
-BUILD_DEFS+=		VARBASE
-
-#  CCLD     lldpd
-#  ld: cannot find -lperl
-LDFLAGS+=		-L${PREFIX}/${PERL5_SUB_INSTALLARCHLIB}/CORE
-
-RCD_SCRIPTS=		lldpd
-PKG_GROUPS=		_lldpd
-PKG_USERS=		_lldpd:_lldpd
-PKG_HOME._lldpd=	${VARBASE}/chroot/lldpd
-
-OWN_DIRS=		${VARBASE}/chroot/lldpd
-AUTO_MKDIRS=		yes
-
-INSTALLATION_DIRS+=	sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8
-
-.include "options.mk"
-
-BUILDLINK_API_DEPENDS.libevent+=	libevent>=2.0.5
-.include "../../devel/libevent/buildlink3.mk"
-.include "../../mk/readline.buildlink3.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lldpd/PLIST b/lldpd/PLIST
deleted file mode 100644
index 06c0b09..0000000
--- a/lldpd/PLIST
+++ /dev/null
@@ -1,15 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2014/06/13 02:49:50 makoto Exp $
-include/lldp-const.h
-include/lldpctl.h
-lib/liblldpctl.la
-lib/pkgconfig/lldpctl.pc
-man/man8/lldpcli.8
-man/man8/lldpctl.8
-man/man8/lldpd.8
-sbin/lldpcli
-sbin/lldpctl
-sbin/lldpd
-share/doc/lldpd/CONTRIBUTE.md
-share/doc/lldpd/ChangeLog
-share/doc/lldpd/NEWS
-share/doc/lldpd/README.md
diff --git a/lldpd/TODO b/lldpd/TODO
deleted file mode 100644
index ea811f7..0000000
--- a/lldpd/TODO
+++ /dev/null
@@ -1,31 +0,0 @@
-- socket file (/var/run/lldpd.socket) left unremoved when
-  lldpd stops by receiving SIGHUP (reported upstream at least).
-
-- (seccomp is secure computing mode for Linux )
-
------------------- Summary ------------------
- lldpd version 0.7.9
-  OS.............: NetBSD
-  Prefix.........: /usr/pkg
-  C Compiler.....: gcc -std=gnu99 -O2 -I/usr/pkg/include -I/usr/include -fdiagnostics-show-option -pipe -Wall -W -Wextra -Wformat -Wformat-security -Wfatal-errors -Wcast-align -Winline -fstack-protector -fno-omit-frame-pointer -D_FORTIFY_SOURCE=2 -Wno-unused-parameter -Wno-missing-field-initializers -Wno-sign-compare -D_GNU_SOURCE -I/usr/pkg/include -I/usr/include
-  Linker.........: /WRKOBJDIR/wip/lldpd/work/.wrapper/bin/ld -L/usr/pkg/lib/perl5/5.20.0/x86_64-netbsd-thread-multi/CORE -Wl,-R/usr/pkg/lib/perl5/5.20.0/x86_64-netbsd-thread-multi/CORE -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-z,relro -Wl,-z,now 
-  Libevent.......: system
-  Readline.......: -lreadline
- Optional features:
-  SNMP support...: yes
-  CDP............: yes
-  FDP............: yes
-  EDP............: yes
-  SONMP..........: yes
-  LLDPMED........: yes
-  DOT1...........: yes
-  DOT3...........: yes
-  XML output.....: yes
-  JSON output....: yes
-  Oldies support.: no
-  seccomp........: no
- Privilege separation:
-  Enabled........: yes
-  User/group.....: _lldpd/_lldpd
-  Chroot.........: /var/chroot/lldpd
---------------------------------------------
diff --git a/lldpd/distinfo b/lldpd/distinfo
deleted file mode 100644
index f23f145..0000000
--- a/lldpd/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2014/06/11 13:25:17 makoto Exp $
-
-SHA1 (lldpd-0.7.9.tar.gz) = 260888a94116642ead9f733278b32f3be0750e4a
-RMD160 (lldpd-0.7.9.tar.gz) = f48f4f6fec80a2e48786b764daf5055d41177da2
-Size (lldpd-0.7.9.tar.gz) = 1496740 bytes
diff --git a/lldpd/files/lldpd.sh b/lldpd/files/lldpd.sh
deleted file mode 100644
index fcd03c1..0000000
--- a/lldpd/files/lldpd.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!@RCD_SCRIPTS_SHELL@
-#
-# $NetBSD: lldpd.sh,v 1.1 2013/11/27 04:12:35 makoto Exp $
-#
-
-# PROVIDE: lldpd
-# REQUIRE: DAEMON
-# BEFORE:  LOGIN
-
-. /etc/rc.subr
-
-name="lldpd"
-rcvar="lldpd"
-command="@PREFIX@/sbin/${name}"
-#required_files="@PKG_SYSCONFDIR@/lldpd.conf"
-
-load_rc_config $name
-run_rc_command "$1"
diff --git a/lldpd/options.mk b/lldpd/options.mk
deleted file mode 100644
index 2ae1f43..0000000
--- a/lldpd/options.mk
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: options.mk,v 1.5 2014/06/11 13:55:20 makoto Exp $
-PKG_OPTIONS_VAR=	PKG_OPTIONS.lldpd
-PKG_SUPPORTED_OPTIONS=	json snmp xml
-PKG_SUGGESTED_OPTIONS=	json snmp xml
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mjson)
-.	include "../../textproc/jansson/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-json
-.endif
-
-.if !empty(PKG_OPTIONS:Msnmp)
-.	include "../../net/net-snmp/buildlink3.mk"
-USE_TOOLS+= perl
-BUILDLINK_API_DEPENDS.perl+= perl>=5.16.0
-.	include "../../lang/perl5/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-snmp
-.endif
-
-.if !empty(PKG_OPTIONS:Mxml)
-.	include "../../textproc/libxml2/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-xml
-.endif


Home | Main Index | Thread Index | Old Index