svn commit: r344376 - in head/textproc: . py-sparqlwrapper

Olivier Duchateau olivierd at FreeBSD.org
Sat Feb 15 12:43:38 UTC 2014


Author: olivierd
Date: Sat Feb 15 12:43:36 2014
New Revision: 344376
URL: http://svnweb.freebsd.org/changeset/ports/344376
QAT: https://qat.redports.org/buildarchive/r344376/

Log:
  This is a wrapper around a SPARQL service. It helps in creating the query URI
  and, possibly, convert the result into a more manageable format.
  
  WWW: http://rdflib.github.io/sparqlwrapper/

Added:
  head/textproc/py-sparqlwrapper/
  head/textproc/py-sparqlwrapper/Makefile   (contents, props changed)
  head/textproc/py-sparqlwrapper/distinfo   (contents, props changed)
  head/textproc/py-sparqlwrapper/pkg-descr   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Sat Feb 15 12:32:41 2014	(r344375)
+++ head/textproc/Makefile	Sat Feb 15 12:43:36 2014	(r344376)
@@ -1192,6 +1192,7 @@
     SUBDIR += py-rstyoutube
     SUBDIR += py-rxp
     SUBDIR += py-sgrep
+    SUBDIR += py-sparqlwrapper
     SUBDIR += py-sphinx
     SUBDIR += py-sphinxcontrib-adadomain
     SUBDIR += py-sphinxcontrib-bitbucket

Added: head/textproc/py-sparqlwrapper/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sparqlwrapper/Makefile	Sat Feb 15 12:43:36 2014	(r344376)
@@ -0,0 +1,18 @@
+# Created by: Olivier Duchateau
+# $FreeBSD$
+
+PORTNAME=	sparqlwrapper
+PORTVERSION=	1.5.2
+CATEGORIES=	textproc python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	SPARQLWrapper-${PORTVERSION}
+
+MAINTAINER=	python at FreeBSD.org
+COMMENT=	SPARQL endpoint interface to Python
+
+USE_PYTHON=	yes
+USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
+
+.include <bsd.port.mk>

Added: head/textproc/py-sparqlwrapper/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sparqlwrapper/distinfo	Sat Feb 15 12:43:36 2014	(r344376)
@@ -0,0 +1,2 @@
+SHA256 (SPARQLWrapper-1.5.2.tar.gz) = 65254c7c3cae093fbd5e6b65e2c725db3ad80ab7402c4aa59d18a9cb8f5695b4
+SIZE (SPARQLWrapper-1.5.2.tar.gz) = 24953

Added: head/textproc/py-sparqlwrapper/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/py-sparqlwrapper/pkg-descr	Sat Feb 15 12:43:36 2014	(r344376)
@@ -0,0 +1,4 @@
+This is a wrapper around a SPARQL service. It helps in creating the query URI
+and, possibly, convert the result into a more manageable format.
+
+WWW: http://rdflib.github.io/sparqlwrapper/


More information about the svn-ports-all mailing list