From owner-svn-ports-head@freebsd.org Thu Jun 23 12:21:58 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 280F1B73D3A; Thu, 23 Jun 2016 12:21:58 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D42361D50; Thu, 23 Jun 2016 12:21:57 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u5NCLvtK043171; Thu, 23 Jun 2016 12:21:57 GMT (envelope-from garga@FreeBSD.org) Received: (from garga@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u5NCLuVe043167; Thu, 23 Jun 2016 12:21:56 GMT (envelope-from garga@FreeBSD.org) Message-Id: <201606231221.u5NCLuVe043167@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: garga set sender to garga@FreeBSD.org using -f From: Renato Botelho Date: Thu, 23 Jun 2016 12:21:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417371 - in head/net: . mobile-broadband-provider-info X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2016 12:21:58 -0000 Author: garga Date: Thu Jun 23 12:21:56 2016 New Revision: 417371 URL: https://svnweb.freebsd.org/changeset/ports/417371 Log: new port: net/mobile-broadband-provider-info XML database with data from mobile service providers information Sponsored by: Rubicon Communications (Netgate) Added: head/net/mobile-broadband-provider-info/ head/net/mobile-broadband-provider-info/Makefile (contents, props changed) head/net/mobile-broadband-provider-info/distinfo (contents, props changed) head/net/mobile-broadband-provider-info/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Thu Jun 23 12:14:44 2016 (r417370) +++ head/net/Makefile Thu Jun 23 12:21:56 2016 (r417371) @@ -398,6 +398,7 @@ SUBDIR += miredo SUBDIR += miruo SUBDIR += mlvpn + SUBDIR += mobile-broadband-provider-info SUBDIR += mono-zeroconf SUBDIR += mopd SUBDIR += morebalance Added: head/net/mobile-broadband-provider-info/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mobile-broadband-provider-info/Makefile Thu Jun 23 12:21:56 2016 (r417371) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= mobile-broadband-provider-info +PORTVERSION= 20151214 +CATEGORIES= net gnome +MASTER_SITES= GNOME + +MAINTAINER= garga@FreeBSD.org +COMMENT= Service mobile broadband provider database + +LICENSE= PD + +USES= autoreconf pathfix tar:xz +GNU_CONFIGURE= yes +PATHFIX_MAKEFILEIN= Makefile.am + +PLIST_FILES= ${DATADIR}/serviceproviders.2.dtd \ + ${DATADIR}/serviceproviders.xml \ + libdata/pkgconfig/${PORTNAME}.pc + +.include Added: head/net/mobile-broadband-provider-info/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mobile-broadband-provider-info/distinfo Thu Jun 23 12:21:56 2016 (r417371) @@ -0,0 +1,3 @@ +TIMESTAMP = 1466683220 +SHA256 (mobile-broadband-provider-info-20151214.tar.xz) = 8ae45d6f10fed9750e259935804c4f40a4372bb119f0504187e4221896b205a4 +SIZE (mobile-broadband-provider-info-20151214.tar.xz) = 84592 Added: head/net/mobile-broadband-provider-info/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/mobile-broadband-provider-info/pkg-descr Thu Jun 23 12:21:56 2016 (r417371) @@ -0,0 +1,3 @@ +XML database with data from mobile service providers information + +WWW: https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders