Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Feb 1999 00:05:48 +0300 (MSK)
From:      Dima Sivachenko <dima@Chg.RU>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/10109: New port - generic graphical server daemon
Message-ID:  <199902152105.AAA27016@netserv1.chg.ru>

next in thread | raw e-mail | index | archive | help

>Number:         10109
>Category:       ports
>Synopsis:       New port - generic graphical server daemon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 15 13:10:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Dima Sivachenko
>Release:        FreeBSD 3.0-980520-SNAP i386
>Organization:
>Environment:

	

>Description:

This is new port - generic graphics server daemon.

>How-To-Repeat:

	

>Fix:
	

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./patches
#	./patches/patch-aa
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:	ggsd
X# Version required:			0.1
X# Date created:				14 February 1999
X# Whom:                			Dima Sivachenko <dima@chg.ru>
X#
X# $Id$
X#
X
XDISTNAME=	ggsd
XPKGNAME=	ggsd-0.1
XCATEGORIES=	net
XMASTER_SITES=	http://devplanet.fastethernet.net/	\
X		ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
XEXTRACT_SUFX=	.tar
X
XMAINTAINER=	dima@chg.ru
X
XLIB_DEPENDS=	gtk.1:${PORTSDIR}/x11-toolkits/gtk
X
XWRKSRC=		${WRKDIR}/GGSD
X
XEXTRACT_BEFORE_ARGS=	-xf
X
Xdo-install:
X
X		@ ${INSTALL_PROGRAM} ${WRKSRC}/ggsd ${PREFIX}/bin
X
Xpost-install:
X.if !defined(NOPORTDOCS)
X		@ ${MKDIR} ${PREFIX}/share/doc/ggsd
X		@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ggsd
X		@ ${INSTALL_DATA} ${WRKSRC}/example.scr ${PREFIX}/share/doc/ggsd
X.endif
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (ggsd.tar) = e824e034c66d0af0c35d77e961f61a3f
END-of-./files/md5
echo c - ./patches
mkdir -p ./patches > /dev/null 2>&1
echo x - ./patches/patch-aa
sed 's/^X//' >./patches/patch-aa << 'END-of-./patches/patch-aa'
X--- Makefile.orig	Sun Feb 14 12:59:36 1999
X+++ Makefile	Sun Feb 14 13:00:10 1999
X@@ -1,5 +1,5 @@
X CC=gcc
X-CFLAGS=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
X+CFLAGS+=-Wall -O -DUSE_GUI `gtk-config --cflags` -DVERSION=\"0.1\"
X LIBS=`gtk-config --libs`
X 
X all:
END-of-./patches/patch-aa
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/ggsd
Xshare/doc/ggsd/README
Xshare/doc/ggsd/example.scr
X@dirrm share/doc/ggsd
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
XStart a network server to execute scripts.
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
XGGSD is a Generic Graphical Server Daemon. It allows anyone to make a simple
Xscript and then start a network server to run it.
X
Xhttp://devplanet.fastethernet.net/files.html
X
X--Dima
Xdima@chg.ru
END-of-./pkg/DESCR
exit

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902152105.AAA27016>