diff options
author | billf <billf@FreeBSD.org> | 1999-02-28 02:04:08 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-02-28 02:04:08 +0800 |
commit | 6aec4d393d9737364bf6d3ddd0a501810de27d56 (patch) | |
tree | 4be682dbafdc3fa67e8abe43d2f0ec97b3830ebe /net/ggsd | |
parent | f43e39cd503ccd9a27e0fa0eea924ea0482e24e4 (diff) | |
download | freebsd-ports-gnome-6aec4d393d9737364bf6d3ddd0a501810de27d56.tar.gz freebsd-ports-gnome-6aec4d393d9737364bf6d3ddd0a501810de27d56.tar.zst freebsd-ports-gnome-6aec4d393d9737364bf6d3ddd0a501810de27d56.zip |
GGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple
script and then start a network server to run it.
http://devplanet.fastethernet.net/files.html
(committers note: this would be good for testing scripts that are later
used with tcp_wrappers)
PR: ports/10109
Submitted By: Dima Sivachenko <dima@Chg.RU>
Diffstat (limited to 'net/ggsd')
-rw-r--r-- | net/ggsd/Makefile | 35 | ||||
-rw-r--r-- | net/ggsd/distinfo | 1 | ||||
-rw-r--r-- | net/ggsd/files/patch-aa | 10 | ||||
-rw-r--r-- | net/ggsd/pkg-comment | 1 | ||||
-rw-r--r-- | net/ggsd/pkg-descr | 7 | ||||
-rw-r--r-- | net/ggsd/pkg-plist | 4 |
6 files changed, 58 insertions, 0 deletions
diff --git a/net/ggsd/Makefile b/net/ggsd/Makefile new file mode 100644 index 000000000000..84ba643afa26 --- /dev/null +++ b/net/ggsd/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: ggsd +# Version required: 0.1 +# Date created: 14 February 1999 +# Whom: Dima Sivachenko <dima@chg.ru> +# +# $Id: $ +# + +DISTNAME= ggsd +PKGNAME= ggsd-0.1 +CATEGORIES= net +MASTER_SITES= http://devplanet.fastethernet.net/ \ + http://www.FreeBSD.org/~billf/distfiles/ +# ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/ +EXTRACT_SUFX= .tar + +MAINTAINER= dima@chg.ru + +LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 + +WRKSRC= ${WRKDIR}/GGSD +EXTRACT_CMD= ${TAR} +EXTRACT_BEFORE_ARGS= -xf +EXTRACT_AFTER_ARGS= # empty + +do-install: + + @ ${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @ ${MKDIR} ${PREFIX}/share/doc/ggsd + @ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ggsd + @ ${INSTALL_DATA} ${WRKSRC}/example.scr ${PREFIX}/share/doc/ggsd +.endif + +.include <bsd.port.mk> diff --git a/net/ggsd/distinfo b/net/ggsd/distinfo new file mode 100644 index 000000000000..917558dce527 --- /dev/null +++ b/net/ggsd/distinfo @@ -0,0 +1 @@ +MD5 (ggsd.tar) = e824e034c66d0af0c35d77e961f61a3f diff --git a/net/ggsd/files/patch-aa b/net/ggsd/files/patch-aa new file mode 100644 index 000000000000..fa6be89f3f75 --- /dev/null +++ b/net/ggsd/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Fri Feb 12 02:22:22 1999 ++++ Makefile Sat Feb 27 12:37:20 1999 +@@ -1,5 +1,6 @@ + CC=gcc +-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" ++CFLAGS?=-O ++CFLAGS+=-Wall -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\" + LIBS=`gtk-config --libs` + + all: diff --git a/net/ggsd/pkg-comment b/net/ggsd/pkg-comment new file mode 100644 index 000000000000..871e8ae36979 --- /dev/null +++ b/net/ggsd/pkg-comment @@ -0,0 +1 @@ +Start a network server to execute scripts. diff --git a/net/ggsd/pkg-descr b/net/ggsd/pkg-descr new file mode 100644 index 000000000000..2047fe7efe3c --- /dev/null +++ b/net/ggsd/pkg-descr @@ -0,0 +1,7 @@ +GGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple +script and then start a network server to run it. + +http://devplanet.fastethernet.net/files.html + +--Dima +dima@chg.ru diff --git a/net/ggsd/pkg-plist b/net/ggsd/pkg-plist new file mode 100644 index 000000000000..0bf101432c56 --- /dev/null +++ b/net/ggsd/pkg-plist @@ -0,0 +1,4 @@ +bin/ggsd +share/doc/ggsd/README +share/doc/ggsd/example.scr +@dirrm share/doc/ggsd |