diff --git a/net/librest1/Makefile b/net/librest1/Makefile index 1a3452f3061f..59c7d3fdccf1 100644 --- a/net/librest1/Makefile +++ b/net/librest1/Makefile @@ -1,32 +1,32 @@ PORTNAME= librest PORTVERSION= 0.9.1 CATEGORIES= net devel gnome 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 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libadwaita-1.so:x11-toolkits/libadwaita \ libjson-glib-1.0.so:devel/json-glib \ libsoup-3.0.so:devel/libsoup3 PORTSCOUT= limitw:1,even USES= gettext gnome localbase meson pkgconfig python:3.8+ tar:bz2 USE_GNOME= glib20 gtksourceview5 introspection:build USE_LDCONFIG= yes MESON_ARGS= -Dca_certificates=true \ -Dca_certificates_path=/etc/ssl/cert.pem \ -Dgtk_doc=false OPTIONS_DEFINE= DOCS DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR} DOCS_MESON_TRUE= gtk_doc .include diff --git a/net/librest1/pkg-descr b/net/librest1/pkg-descr index c507f7694711..07bb1aa17b65 100644 --- a/net/librest1/pkg-descr +++ b/net/librest1/pkg-descr @@ -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.