1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

net/librest1: Use accurate descriptions in Makefile and pkg-descr

This commit is contained in:
Neel Chauhan 2023-01-29 20:44:04 -08:00
parent d43f857355
commit f0ac6622e5
2 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,7 @@ PKGNAMESUFFIX= 1
MASTER_SITES= https://gitlab.gnome.org/GNOME/librest/-/archive/${PORTVERSION}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Convenience library for the geocoding and reverse geocoding
COMMENT= GNOME REST library
WWW= https://gitlab.gnome.org/GNOME/librest
LICENSE= LGPL21

View File

@ -1,5 +1,4 @@
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.
librest has been designed to make it easier to access web services that claim
to be "RESTful". A reasonable definition of what this means can be found on
Wikipedia. However a reasonable description is that a RESTful service should
have urls that represent remote objects which methods can then be called on.