svn commit: r303573 - in head/net: . py-gntp

Nicola Vitale nivit at FreeBSD.org
Sun Sep 2 20:05:14 UTC 2012


Author: nivit
Date: Sun Sep  2 20:05:13 2012
New Revision: 303573
URL: http://svn.freebsd.org/changeset/ports/303573

Log:
  Python library for working with the `Growl Notification Transport
  Protocol ( http://www.growlforwindows.com/gfw/help/gntp.aspx )
  
  It should work as a dropin replacement for the older Python bindings.
  
  WWW: http://github.com/kfdm/gntp/

Added:
  head/net/py-gntp/
  head/net/py-gntp/Makefile   (contents, props changed)
  head/net/py-gntp/distinfo   (contents, props changed)
  head/net/py-gntp/pkg-descr   (contents, props changed)
  head/net/py-gntp/pkg-plist   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Sep  2 20:03:39 2012	(r303572)
+++ head/net/Makefile	Sun Sep  2 20:05:13 2012	(r303573)
@@ -882,6 +882,7 @@
     SUBDIR += py-cloudfiles
     SUBDIR += py-dpkt
     SUBDIR += py-eventlet
+    SUBDIR += py-gntp
     SUBDIR += py-google
     SUBDIR += py-impacket
     SUBDIR += py-iplib

Added: head/net/py-gntp/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gntp/Makefile	Sun Sep  2 20:05:13 2012	(r303573)
@@ -0,0 +1,39 @@
+# $FreeBSD$
+
+PORTNAME=	gntp
+PORTVERSION=	0.7
+#PORTREVISION=	0
+CATEGORIES=	net
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	nivit at FreeBSD.org
+COMMENT=	Growl Notification Transport Protocol for Python
+
+LICENSE=	MIT
+
+GH_ACCOUNT=	kfdm
+GH_COMMIT=	e177c37
+GH_TAGNAME=	master
+
+OPTIONSFILE=	${PORT_DBDIR}/py-${PORTNAME}/options
+OPTIONS_DEFINE=	DOCS
+
+USE_GITHUB=	yes
+USE_PYTHON=	-2.7
+USE_PYDISTUTILS=	easy_install
+
+.include <bsd.port.options.mk>
+
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MDOCS}
+BUILD_DEPENDS+=	sphinx-build:${PORTSDIR}/textproc/py-sphinx
+DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
+PYDISTUTILS_BUILD_TARGET+=	build_sphinx
+
+post-install:
+	${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC}/build/sphinx/html && ${COPYTREE_SHARE} . ${DOCSDIR}
+.endif
+
+.include <bsd.port.post.mk>

Added: head/net/py-gntp/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gntp/distinfo	Sun Sep  2 20:05:13 2012	(r303573)
@@ -0,0 +1,2 @@
+SHA256 (gntp-0.7.tar.gz) = 033580db5bd4a779907b0ee8292fee3ebeab7f22844ad3bcf29ab05f5e1ea3e8
+SIZE (gntp-0.7.tar.gz) = 37939

Added: head/net/py-gntp/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gntp/pkg-descr	Sun Sep  2 20:05:13 2012	(r303573)
@@ -0,0 +1,6 @@
+Python library for working with the `Growl Notification Transport
+Protocol ( http://www.growlforwindows.com/gfw/help/gntp.aspx )
+
+It should work as a dropin replacement for the older Python bindings.
+
+WWW: http://github.com/kfdm/gntp/

Added: head/net/py-gntp/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/py-gntp/pkg-plist	Sun Sep  2 20:05:13 2012	(r303573)
@@ -0,0 +1,35 @@
+ at comment $FreeBSD$
+bin/gntp
+%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
+%%PORTDOCS%%%%DOCSDIR%%/.buildinfo
+%%PORTDOCS%%%%DOCSDIR%%/_sources/core.txt
+%%PORTDOCS%%%%DOCSDIR%%/_sources/index.txt
+%%PORTDOCS%%%%DOCSDIR%%/_static/ajax-loader.gif
+%%PORTDOCS%%%%DOCSDIR%%/_static/basic.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment-bright.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment-close.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/comment.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/default.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/doctools.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/down-pressed.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/down.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/file.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/jquery.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/minus.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/plus.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/pygments.css
+%%PORTDOCS%%%%DOCSDIR%%/_static/searchtools.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/sidebar.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/underscore.js
+%%PORTDOCS%%%%DOCSDIR%%/_static/up-pressed.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/up.png
+%%PORTDOCS%%%%DOCSDIR%%/_static/websupport.js
+%%PORTDOCS%%%%DOCSDIR%%/core.html
+%%PORTDOCS%%%%DOCSDIR%%/genindex.html
+%%PORTDOCS%%%%DOCSDIR%%/index.html
+%%PORTDOCS%%%%DOCSDIR%%/objects.inv
+%%PORTDOCS%%%%DOCSDIR%%/search.html
+%%PORTDOCS%%%%DOCSDIR%%/searchindex.js
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_static
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/_sources
+%%PORTDOCS%%@dirrm %%DOCSDIR%%



More information about the svn-ports-all mailing list