Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2001 18:43:16 -0400 (EDT)
From:      Patrick Li <pat@databits.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29829: New port sysutils/gkrellflynn
Message-ID:  <200108172243.f7HMhGh43182@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         29829
>Category:       ports
>Synopsis:       New port sysutils/gkrellflynn
>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:   Fri Aug 17 15:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Flynn is a tiny system load meter for gkrellm
>How-To-Repeat:
N/A
>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:
#
#	gkrellflynn/
#	gkrellflynn/files
#	gkrellflynn/files/patch-Makefile
#	gkrellflynn/Makefile
#	gkrellflynn/distinfo
#	gkrellflynn/pkg-comment
#	gkrellflynn/pkg-descr
#	gkrellflynn/pkg-plist
#
echo c - gkrellflynn/
mkdir -p gkrellflynn/ > /dev/null 2>&1
echo c - gkrellflynn/files
mkdir -p gkrellflynn/files > /dev/null 2>&1
echo x - gkrellflynn/files/patch-Makefile
sed 's/^X//' >gkrellflynn/files/patch-Makefile << 'END-of-gkrellflynn/files/patch-Makefile'
X--- Makefile.orig	Sun Jul  8 15:34:17 2001
X+++ Makefile	Fri Aug 17 17:12:31 2001
X@@ -2,10 +2,8 @@
X # Makefile for gkrellflynn
X #
X 
X-CC = gcc
X-CFLAGS = -c -O -Wall -fPIC `gtk-config --cflags` `imlib-config --cflags-gdk`
X+CFLAGS = -Wall -fPIC `${GTK_CONFIG} --cflags` `${IMLIB_CONFIG} --cflags-gdk` -I${X11BASE}/include
X 
X-LD = $(CC)
X LDFLAGS = -shared -Wl -o
X 
X TARGET = gkrellflynn.so
X@@ -13,7 +11,7 @@
X OBJS = gkrellflynn.o
X 
X ${TARGET}:	${OBJS}
X-		${LD} ${DEBUG} ${LDFLAGS} ${TARGET} ${OBJS}
X+		${CC} ${DEBUG} ${LDFLAGS} ${TARGET} ${OBJS}
X 
X clean:
X 	rm -f ${OBJS}
END-of-gkrellflynn/files/patch-Makefile
echo x - gkrellflynn/Makefile
sed 's/^X//' >gkrellflynn/Makefile << 'END-of-gkrellflynn/Makefile'
X# New ports collection makefile for:	gkrellflynn
X# Date Created:				Fri Aug 17 15:57:42 EDT 2001
X# Whom:					Patrick Li <pat@databits.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gkrellflynn
XPORTVERSION=	0.4
XCATEGORIES=	sysutils
XMASTER_SITES=	http://horus.comlab.uni-rostock.de/flynn/
X
XMAINTAINER=	pat@databits.net
X
XBUILD_DEPENDS=	${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
XRUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
X
XUSE_X_PREFIX=	yes
XUSE_GTK=	yes
XUSE_IMLIB=	yes
XALL_TARGET=	${PORTNAME}.so
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/gkrellflynn.so \
X		${PREFIX}/libexec/gkrellm/plugins
X
X.include <bsd.port.mk>
END-of-gkrellflynn/Makefile
echo x - gkrellflynn/distinfo
sed 's/^X//' >gkrellflynn/distinfo << 'END-of-gkrellflynn/distinfo'
XMD5 (gkrellflynn-0.4.tar.gz) = c07f0d3408318981545f4dfa8f7e4cf5
END-of-gkrellflynn/distinfo
echo x - gkrellflynn/pkg-comment
sed 's/^X//' >gkrellflynn/pkg-comment << 'END-of-gkrellflynn/pkg-comment'
XFlynn is a tiny system load meter for gkrellm
END-of-gkrellflynn/pkg-comment
echo x - gkrellflynn/pkg-descr
sed 's/^X//' >gkrellflynn/pkg-descr << 'END-of-gkrellflynn/pkg-descr'
XFlynn is a guy who suffers from your activity, i.e. the applications
Xconsuming precious processor time. Hurt him plenty!
X
XWWW: http://horus.comlab.uni-rostock.de/flynn/
XAuthor: Henryk Richter <buggs@comlabien.net>
X
X- Patrick Li <pat@databits.net>
END-of-gkrellflynn/pkg-descr
echo x - gkrellflynn/pkg-plist
sed 's/^X//' >gkrellflynn/pkg-plist << 'END-of-gkrellflynn/pkg-plist'
Xlibexec/gkrellm/plugins/gkrellflynn.so
END-of-gkrellflynn/pkg-plist
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?200108172243.f7HMhGh43182>