From 43dfd37195f9d2a8c11891f742d9a10ae9659b6f Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 21 Jan 2018 14:23:11 +0100 Subject: [PATCH 1/2] sipgrep: move to telephony repo Delete sipgrep from openwrt/packages. Once done it will be put into the openwrt/telephony repo. Signed-off-by: Sebastian Kemper --- net/sipgrep/Makefile | 48 -------------------------------------------- 1 file changed, 48 deletions(-) delete mode 100644 net/sipgrep/Makefile diff --git a/net/sipgrep/Makefile b/net/sipgrep/Makefile deleted file mode 100644 index 4329b8252..000000000 --- a/net/sipgrep/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# -# Copyright (C) 2016 Daniel Engberg -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=sipgrep -PKG_VERSION:=20160914-devel -PKG_RELEASE:=1 -PKG_MAINTAINER:=Daniel Engberg -PKG_LICENSE:=GPL-3.0 -PKG_LICENSE_FILES:=COPYING - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/sipcapture/sipgrep -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=df8a95b066569be92aa38cad01086ea595b36863 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MIRROR_HASH:=a9131ae443bdce760e3dadd83dcf115d51a894381fc18461cbe62522618418fa - -PKG_FIXUP:=autoreconf - -include $(INCLUDE_DIR)/package.mk - -define Package/sipgrep - SECTION:=net - CATEGORY:=Network - DEPENDS:=+libpcap +libpcre +libncursesw - TITLE:=Display and Troubleshoot SIP signaling in CLI - URL:=https://github.com/sipcapture/sipgrep -endef - -define Package/sipgrep/description - SipGrep is a utility for displaying and troubleshooting SIP signaling. -endef - -CONFIGURE_ARGS += \ - --enable-ncurses - -define Package/sipgrep/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/sipgrep $(1)/usr/sbin/ -endef - -$(eval $(call BuildPackage,sipgrep)) From f22e179b12ec11259d14116d53fb0c211fdbd4f5 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 21 Jan 2018 14:24:55 +0100 Subject: [PATCH 2/2] sngrep: move to telephony repo Delete sngrep from openwrt/packages. Once done it will be put into the openwrt/telephony repo. Signed-off-by: Sebastian Kemper --- net/sngrep/Makefile | 50 --------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 net/sngrep/Makefile diff --git a/net/sngrep/Makefile b/net/sngrep/Makefile deleted file mode 100644 index 7ebfe5d3a..000000000 --- a/net/sngrep/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# -# Copyright (C) 2016 Daniel Engberg -# -# This is free software, licensed under the GNU General Public License v2. -# See /LICENSE for more information. -# - -include $(TOPDIR)/rules.mk - -PKG_NAME:=sngrep -PKG_VERSION=1.4.4-rc2 -PKG_RELEASE:=1 -PKG_MAINTAINER:=Daniel Engberg -PKG_LICENSE:=GPL-3.0 -PKG_LICENSE_FILES:=COPYING - -PKG_SOURCE_PROTO:=git -PKG_SOURCE_URL:=https://github.com/irontec/sngrep -PKG_SOURCE_SUBDIR=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=cf5e1da49d00bc7ab1afe9d63daa240db2b9b19c -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=a6cee2caa108a618134fe87d7c04862e93aa2fdf9647d81dfe4abe91a6c9c19f - -PKG_FIXUP:=autoreconf - -include $(INCLUDE_DIR)/package.mk - -define Package/sngrep - SECTION:=net - CATEGORY:=Network - DEPENDS:=+libpcap +libpthread +libpcre +libncursesw - TITLE:=Display SIP calls message flows - URL:=https://github.com/irontec/sngrep -endef - -define Package/sngrep/description - sngrep is a tool for displaying SIP calls message flows from terminal. - It supports live capture to display realtime SIP packets and can also be used as PCAP viewer. -endef - -CONFIGURE_ARGS += \ - --with-pcre \ - --enable-unicode \ - -define Package/sngrep/install - $(INSTALL_DIR) $(1)/usr/sbin - $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/sngrep $(1)/usr/sbin/ -endef - -$(eval $(call BuildPackage,sngrep))