[Midnightbsd-cvs] mports [19685] trunk/net: add geocode-glib from freebsd ports

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Aug 8 00:24:08 EDT 2015


Revision: 19685
          http://svnweb.midnightbsd.org/mports/?rev=19685
Author:   laffer1
Date:     2015-08-08 00:24:08 -0400 (Sat, 08 Aug 2015)
Log Message:
-----------
add geocode-glib from freebsd ports

Modified Paths:
--------------
    trunk/net/Makefile

Added Paths:
-----------
    trunk/net/geocode-glib/
    trunk/net/geocode-glib/Makefile
    trunk/net/geocode-glib/distinfo
    trunk/net/geocode-glib/pkg-descr
    trunk/net/geocode-glib/pkg-plist

Modified: trunk/net/Makefile
===================================================================
--- trunk/net/Makefile	2015-08-08 04:21:58 UTC (rev 19684)
+++ trunk/net/Makefile	2015-08-08 04:24:08 UTC (rev 19685)
@@ -21,6 +21,7 @@
 SUBDIR += dhcpdump
 SUBDIR += fping
 SUBDIR += geoclue
+SUBDIR += geocode-glib
 SUBDIR += glib-networking
 SUBDIR += gnet2
 SUBDIR += gnome-nettool

Added: trunk/net/geocode-glib/Makefile
===================================================================
--- trunk/net/geocode-glib/Makefile	                        (rev 0)
+++ trunk/net/geocode-glib/Makefile	2015-08-08 04:24:08 UTC (rev 19685)
@@ -0,0 +1,31 @@
+# Created by: Gustau Perez i Querol <gustau.perez at gmail.com> 
+# $MidnightBSD$
+# $FreeBSD: head/net/geocode-glib/Makefile 372768 2014-11-19 11:49:04Z kwm $
+
+PORTNAME=	geocode-glib
+PORTVERSION=	3.14.0
+CATEGORIES=	net devel gnome
+MASTER_SITES=	GNOME
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Convenience library for the geocoding and reverse geocoding
+
+LICENSE=	lgpl
+
+LIB_DEPENDS=	libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \
+		libsoup-2.4.so:${PORTSDIR}/devel/libsoup
+
+USES=		gettext gmake libtool pathfix pkgconfig tar:xz
+USE_GNOME=	intlhack
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LDFLAGS+=	-L${LOCALBASE}/lib
+MAKE_ENV=	XDG_CACHE_HOME=${WRKDIR}
+INSTALL_TARGET=	install-strip
+
+post-patch:
+	@${REINPLACE_CMD} -e 's|SoupGNOME|Soup|' \
+                ${WRKSRC}/geocode-glib/Makefile.in
+
+.include <bsd.port.mk>


Property changes on: trunk/net/geocode-glib/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/geocode-glib/distinfo
===================================================================
--- trunk/net/geocode-glib/distinfo	                        (rev 0)
+++ trunk/net/geocode-glib/distinfo	2015-08-08 04:24:08 UTC (rev 19685)
@@ -0,0 +1,2 @@
+SHA256 (geocode-glib-3.14.0.tar.xz) = a19b21a92b8cbfa29a5ae6616c2fdca8567e97480f7bb5c955905f6ae1c72010
+SIZE (geocode-glib-3.14.0.tar.xz) = 352308


Property changes on: trunk/net/geocode-glib/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/geocode-glib/pkg-descr
===================================================================
--- trunk/net/geocode-glib/pkg-descr	                        (rev 0)
+++ trunk/net/geocode-glib/pkg-descr	2015-08-08 04:24:08 UTC (rev 19685)
@@ -0,0 +1,7 @@
+geocode-glib is a convenience library for the geocoding (finding longitude,
+and latitude from an address) and reverse geocoding (finding an address from
+coordinates). It uses Nominatim service to achieve that. It also caches
+(reverse-)geocoding requests for faster results and to avoid unnecessary server
+load.
+
+WWW: https://github.com/GNOME/geocode-glib


Property changes on: trunk/net/geocode-glib/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/net/geocode-glib/pkg-plist
===================================================================
--- trunk/net/geocode-glib/pkg-plist	                        (rev 0)
+++ trunk/net/geocode-glib/pkg-plist	2015-08-08 04:24:08 UTC (rev 19685)
@@ -0,0 +1,42 @@
+include/geocode-glib-1.0/geocode-glib/geocode-bounding-box.h
+include/geocode-glib-1.0/geocode-glib/geocode-enum-types.h
+include/geocode-glib-1.0/geocode-glib/geocode-error.h
+include/geocode-glib-1.0/geocode-glib/geocode-forward.h
+include/geocode-glib-1.0/geocode-glib/geocode-glib.h
+include/geocode-glib-1.0/geocode-glib/geocode-location.h
+include/geocode-glib-1.0/geocode-glib/geocode-place.h
+include/geocode-glib-1.0/geocode-glib/geocode-reverse.h
+lib/girepository-1.0/GeocodeGlib-1.0.typelib
+lib/libgeocode-glib.so
+lib/libgeocode-glib.so.0
+lib/libgeocode-glib.so.0.0.0
+libdata/pkgconfig/geocode-glib-1.0.pc
+share/gir-1.0/GeocodeGlib-1.0.gir
+share/gtk-doc/html/geocode-glib-1.0/GeocodeBoundingBox.html
+share/gtk-doc/html/geocode-glib-1.0/GeocodeForward.html
+share/gtk-doc/html/geocode-glib-1.0/GeocodeLocation.html
+share/gtk-doc/html/geocode-glib-1.0/GeocodePlace.html
+share/gtk-doc/html/geocode-glib-1.0/GeocodeReverse.html
+share/gtk-doc/html/geocode-glib-1.0/annotation-glossary.html
+share/gtk-doc/html/geocode-glib-1.0/api-index-full.html
+share/gtk-doc/html/geocode-glib-1.0/ch01.html
+share/gtk-doc/html/geocode-glib-1.0/geocode-glib-1.0.devhelp2
+share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-enum-types.html
+share/gtk-doc/html/geocode-glib-1.0/geocode-glib-geocode-error.html
+share/gtk-doc/html/geocode-glib-1.0/home.png
+share/gtk-doc/html/geocode-glib-1.0/index.html
+share/gtk-doc/html/geocode-glib-1.0/index.sgml
+share/gtk-doc/html/geocode-glib-1.0/left-insensitive.png
+share/gtk-doc/html/geocode-glib-1.0/left.png
+share/gtk-doc/html/geocode-glib-1.0/right-insensitive.png
+share/gtk-doc/html/geocode-glib-1.0/right.png
+share/gtk-doc/html/geocode-glib-1.0/style.css
+share/gtk-doc/html/geocode-glib-1.0/up-insensitive.png
+share/gtk-doc/html/geocode-glib-1.0/up.png
+share/icons/gnome/scalable/places/poi-airport.svg
+share/icons/gnome/scalable/places/poi-building.svg
+share/icons/gnome/scalable/places/poi-bus-stop.svg
+share/icons/gnome/scalable/places/poi-car.svg
+share/icons/gnome/scalable/places/poi-marker.svg
+share/icons/gnome/scalable/places/poi-railway-station.svg
+share/icons/gnome/scalable/places/poi-town.svg


Property changes on: trunk/net/geocode-glib/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list