diff options
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/sprinkle/Makefile | 27 | ||||
-rw-r--r-- | net/sprinkle/distinfo | 3 | ||||
-rw-r--r-- | net/sprinkle/pkg-descr | 4 | ||||
-rw-r--r-- | net/sprinkle/pkg-plist | 9 |
5 files changed, 44 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index f194d869b791..95dd93bec4b6 100644 --- a/net/Makefile +++ b/net/Makefile @@ -862,6 +862,7 @@ SUBDIR += spoofer SUBDIR += spread SUBDIR += spread-j + SUBDIR += sprinkle SUBDIR += spserver SUBDIR += ss5 SUBDIR += ssldump 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%% |