From 4de77cefe0cfb3db0201a23d112448d725ff5913 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Wed, 26 Oct 2005 11:01:09 +0000 Subject: [PATCH] Sobby is a stand-alone server for the collaborative editor gobby and other obby users. WWW: http://gobby.0x539.de PR: ports/87692 Submitted by: Andreas Kohn --- net/Makefile | 1 + net/sobby/Makefile | 32 ++++++++++++++++++++++++++++++++ net/sobby/distinfo | 2 ++ net/sobby/pkg-descr | 4 ++++ 4 files changed, 39 insertions(+) create mode 100644 net/sobby/Makefile create mode 100644 net/sobby/distinfo create mode 100644 net/sobby/pkg-descr diff --git a/net/Makefile b/net/Makefile index 139307af0b70..eecdfc322a6a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -793,6 +793,7 @@ SUBDIR += smokeping SUBDIR += sniffit SUBDIR += sntop + SUBDIR += sobby SUBDIR += socat SUBDIR += socketbind SUBDIR += socketpipe diff --git a/net/sobby/Makefile b/net/sobby/Makefile new file mode 100644 index 000000000000..7226468d9a8a --- /dev/null +++ b/net/sobby/Makefile @@ -0,0 +1,32 @@ +# Ports collection makefile for: sobby +# Date created: 2005-10-14 +# Whom: Andreas Kohn +# +# $FreeBSD$ +# + +PORTNAME= sobby +PORTVERSION= 0.2.0 +CATEGORIES= net +MASTER_SITES= http://releases.0x539.de/sobby/ + +MAINTAINER= andreas@syndrom23.de +COMMENT= A standalone obby server + +LIB_DEPENDS= net6:${PORTSDIR}/net/net6 \ + obby:${PORTSDIR}/devel/obby \ + sigc++-2.0:${PORTSDIR}/devel/libsigc++20 \ + glibmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" + +PLIST_FILES= bin/sobby + +.include + +.if ${OSVERSION} < 500000 +IGNORE= "Some dependencies does not run on FreeBSD \< 5.x" +.endif + +.include diff --git a/net/sobby/distinfo b/net/sobby/distinfo new file mode 100644 index 000000000000..74b309457077 --- /dev/null +++ b/net/sobby/distinfo @@ -0,0 +1,2 @@ +MD5 (sobby-0.2.0.tar.gz) = 68e740d9ad051e7939de29fa2c28da56 +SIZE (sobby-0.2.0.tar.gz) = 104063 diff --git a/net/sobby/pkg-descr b/net/sobby/pkg-descr new file mode 100644 index 000000000000..a500378b0394 --- /dev/null +++ b/net/sobby/pkg-descr @@ -0,0 +1,4 @@ +Sobby is a stand-alone server for the collaborative editor gobby +and other obby users. + +WWW: http://gobby.0x539.de