From 47b9cbb43ceec01b19f6a4c124da0a8ce7422543 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Wed, 5 Feb 2014 20:17:18 +0000 Subject: [PATCH] add myself as a maintainer for various packages SVN-Revision: 39485 --- net/ntripcaster/Makefile | 3 ++- net/ntripclient/Makefile | 3 ++- net/ntripserver/Makefile | 3 ++- net/remserial/Makefile | 2 ++ net/sshtunnel/Makefile | 3 ++- net/usbip/Makefile | 4 +++- utils/open2300/Makefile | 3 ++- utils/restorefactory/Makefile | 3 ++- utils/rtklib/Makefile | 2 ++ utils/tcsh/Makefile | 3 ++- utils/watchcat/Makefile | 3 ++- utils/wifitoggle/Makefile | 3 ++- 12 files changed, 25 insertions(+), 10 deletions(-) diff --git a/net/ntripcaster/Makefile b/net/ntripcaster/Makefile index 51b43e751..7511b75cf 100644 --- a/net/ntripcaster/Makefile +++ b/net/ntripcaster/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)$(PKG_VERSION).zip PKG_SOURCE_URL:=http://igs.bkg.bund.de/root_ftp/NTRIP/software/ PKG_MD5SUM:=8c85a6c31d8c5cdf2638fe103207a1fd +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/ntripcaster @@ -23,7 +25,6 @@ define Package/ntripcaster SUBMENU:=NTRIP TITLE:=Standard Ntrip Broadcaster URL:=http://igs.bkg.bund.de/ntrip/download - MAINTAINER:=Nuno Goncalves DEPENDS:=+libpthread endef diff --git a/net/ntripclient/Makefile b/net/ntripclient/Makefile index 0d0328123..baf5177fe 100644 --- a/net/ntripclient/Makefile +++ b/net/ntripclient/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME).zip PKG_SOURCE_URL:=http://igs.bkg.bund.de/root_ftp/NTRIP/software/ PKG_MD5SUM:=4b357fa648d74e4e13c4b5a2a39f5624 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/ntripclient @@ -23,7 +25,6 @@ define Package/ntripclient SUBMENU:=NTRIP TITLE:=Ntrip Version 2.0 Command Line Client URL:=http://igs.bkg.bund.de/ntrip/download - MAINTAINER:=Nuno Goncalves endef define Package/ntripclient/description diff --git a/net/ntripserver/Makefile b/net/ntripserver/Makefile index 2d9d2a004..de1d7ee14 100644 --- a/net/ntripserver/Makefile +++ b/net/ntripserver/Makefile @@ -15,6 +15,8 @@ PKG_SOURCE:=$(PKG_NAME).zip PKG_SOURCE_URL:=http://igs.bkg.bund.de/root_ftp/NTRIP/software/ PKG_MD5SUM:=cecff5da0173896df041bd889935fc12 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/ntripserver @@ -23,7 +25,6 @@ define Package/ntripserver SUBMENU:=NTRIP TITLE:=Ntrip Version 2.0 Command Line Server URL:=http://igs.bkg.bund.de/ntrip/download - MAINTAINER:=Nuno Goncalves endef define Package/ntripserver/description diff --git a/net/remserial/Makefile b/net/remserial/Makefile index efcee6734..4036c757a 100644 --- a/net/remserial/Makefile +++ b/net/remserial/Makefile @@ -14,6 +14,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://lpccomp.bc.ca/remserial/ PKG_MD5SUM:=b19b57fd118329c5ea3aaf9887f946a6 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/remserial diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index 2d82abaf6..2e96d9d48 100644 --- a/net/sshtunnel/Makefile +++ b/net/sshtunnel/Makefile @@ -12,6 +12,8 @@ PKG_NAME:=sshtunnel PKG_VERSION:=3 PKG_RELEASE:=3 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/sshtunnel @@ -19,7 +21,6 @@ define Package/sshtunnel CATEGORY:=Network SUBMENU:=SSH TITLE:=Manages Local and Remote openssh ssh(1) tunnels - MAINTAINER:=Nuno Goncalves DEPENDS:=+openssh-client endef diff --git a/net/usbip/Makefile b/net/usbip/Makefile index 740cf48c7..e09c1a1e4 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -18,6 +18,9 @@ PKG_VERSION:=$(shell sed -n -e '/^AC_INIT/s/.*\[\([[:digit:]\.]*\)\].*/\1/gp' $ PKG_SOURCE:= PKG_SOURCE_URL:= PKG_MD5SUM:=unknown + +PKG_MAINTAINER:=Nuno Goncalves + PATCH_DIR:=./patches-$(PKG_VERSION) define prepare_source_directory @@ -37,7 +40,6 @@ define Package/usbip/Common TITLE:=USB-over-IP URL:=http://usbip.sourceforge.net/ DEPENDS:=@USB_SUPPORT - MAINTAINER:=Nuno Goncalves endef define Package/usbip/Default diff --git a/utils/open2300/Makefile b/utils/open2300/Makefile index faa3e1918..ac06decb0 100644 --- a/utils/open2300/Makefile +++ b/utils/open2300/Makefile @@ -18,6 +18,8 @@ PKG_SOURCE_VERSION:=r12 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/open2300 @@ -25,7 +27,6 @@ define Package/open2300 CATEGORY:=Utilities TITLE:=WS23XX weather station utilities URL:=http://www.lavrsen.dk/foswiki/bin/view/Open2300 - MAINTAINER:=Nuno Goncalves endef define Package/open2300/description diff --git a/utils/restorefactory/Makefile b/utils/restorefactory/Makefile index 577592b4f..83a58679f 100644 --- a/utils/restorefactory/Makefile +++ b/utils/restorefactory/Makefile @@ -11,13 +11,14 @@ PKG_NAME:=restorefactory PKG_VERSION:=1 PKG_RELEASE:=6 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/restorefactory SECTION:=utils CATEGORY:=Utilities TITLE:=Mimic original functionality of the reset button - MAINTAINER:=Nuno Goncalves endef define Package/restorefactory/description diff --git a/utils/rtklib/Makefile b/utils/rtklib/Makefile index e973016f4..11ba64883 100644 --- a/utils/rtklib/Makefile +++ b/utils/rtklib/Makefile @@ -16,6 +16,8 @@ PKG_SOURCE_VERSION:=4464e1259f34ba8a8b71f0e5f078faf62e1d9ced PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/rtklib/default diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index b1b431fac..d87ef9127 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -14,6 +14,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://ftp.astron.com/pub/tcsh/ PKG_MD5SUM:=c47de903e3d52f6824c8dd0c91eeb477 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/tcsh @@ -22,7 +24,6 @@ define Package/tcsh TITLE:=Enhanced Berkeley UNIX C shell DEPENDS:=+libncurses URL:=http://www.tcsh.org/ - MAINTAINER:=Nuno Goncalves endef define Package/tcsh/description diff --git a/utils/watchcat/Makefile b/utils/watchcat/Makefile index f03c6e769..3ca2854d5 100644 --- a/utils/watchcat/Makefile +++ b/utils/watchcat/Makefile @@ -11,13 +11,14 @@ PKG_NAME:=watchcat PKG_VERSION:=1 PKG_RELEASE:=5 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/watchcat SECTION:=utils CATEGORY:=Utilities TITLE:=Enable the configuration of programed reboots - MAINTAINER:=Nuno Goncalves endef define Package/watchcat/description diff --git a/utils/wifitoggle/Makefile b/utils/wifitoggle/Makefile index 1a4660c57..ae2f44661 100644 --- a/utils/wifitoggle/Makefile +++ b/utils/wifitoggle/Makefile @@ -12,13 +12,14 @@ PKG_NAME:=wifitoggle PKG_VERSION:=1 PKG_RELEASE:=4 +PKG_MAINTAINER:=Nuno Goncalves + include $(INCLUDE_DIR)/package.mk define Package/wifitoggle SECTION:=utils CATEGORY:=Utilities TITLE:=Script to toggle Wi-Fi with a button and UCI config - MAINTAINER:=Nuno Goncalves endef define Package/wifitoggle/description -- 2.30.2