aboutsummaryrefslogtreecommitdiff
path: root/net/sprinkle
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2008-04-10 04:13:25 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2008-04-10 04:13:25 +0000
commit5296547c5f180a6ec0333a1e9c300950dfab8d13 (patch)
tree9059c6aa1ee869271d7c5d57623a32d7a19532ce /net/sprinkle
parentc9426c400ed07d78825c8f59f64e0313b5b250ed (diff)
downloadports-5296547c5f180a6ec0333a1e9c300950dfab8d13.tar.gz
ports-5296547c5f180a6ec0333a1e9c300950dfab8d13.zip
Notes
Diffstat (limited to 'net/sprinkle')
-rw-r--r--net/sprinkle/Makefile27
-rw-r--r--net/sprinkle/distinfo3
-rw-r--r--net/sprinkle/pkg-descr4
-rw-r--r--net/sprinkle/pkg-plist9
4 files changed, 43 insertions, 0 deletions
diff --git a/net/sprinkle/Makefile b/net/sprinkle/Makefile
new file mode 100644
index 000000000000..685d79fec9ef
--- /dev/null
+++ b/net/sprinkle/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: sprinkle
+# Date created: 2008-04-10
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= sprinkle
+DISTVERSION= 2007-08-07
+CATEGORIES= net python
+MASTER_SITES= http://www.thuswise.org/sprinkle/pub/
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Stomp messaging broker written in Python
+
+NO_BUILD= yes
+USE_PYTHON= yes
+WRKSRC= ${WRKDIR}/sprinkle-dist
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/sprinkle.py ${PREFIX}/sbin
+.ifndef(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/*.* ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/sprinkle/distinfo b/net/sprinkle/distinfo
new file mode 100644
index 000000000000..f84632a897ec
--- /dev/null
+++ b/net/sprinkle/distinfo
@@ -0,0 +1,3 @@
+MD5 (sprinkle-2007-08-07.tar.gz) = b64143cc390e8b7267eec4b339478a97
+SHA256 (sprinkle-2007-08-07.tar.gz) = 7d127768ea64e94e6b22292b70b5d3b51b090c60b21e5645b67b48ae7c8a9f49
+SIZE (sprinkle-2007-08-07.tar.gz) = 188017
diff --git a/net/sprinkle/pkg-descr b/net/sprinkle/pkg-descr
new file mode 100644
index 000000000000..0f23cf54d504
--- /dev/null
+++ b/net/sprinkle/pkg-descr
@@ -0,0 +1,4 @@
+Sprinkle is a broker which implements a simple messaging protocol
+called STOMP.
+
+WWW: http://www.thuswise.org/sprinkle/
diff --git a/net/sprinkle/pkg-plist b/net/sprinkle/pkg-plist
new file mode 100644
index 000000000000..5409eb5283a1
--- /dev/null
+++ b/net/sprinkle/pkg-plist
@@ -0,0 +1,9 @@
+@comment $FreeBSD$
+%%PORTDOCS%%%%DOCSDIR%%/README.html
+%%PORTDOCS%%%%DOCSDIR%%/README.txt
+%%PORTDOCS%%%%DOCSDIR%%/hackers.html
+%%PORTDOCS%%%%DOCSDIR%%/hackers.txt
+%%PORTDOCS%%%%DOCSDIR%%/users.html
+%%PORTDOCS%%%%DOCSDIR%%/users.txt
+sbin/sprinkle.py
+%%PORTDOCS%%@dirrm %%DOCSDIR%%