Date: Thu, 23 Jun 2016 12:21:56 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> 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 Message-ID: <201606231221.u5NCLuVe043167@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606231221.u5NCLuVe043167>