Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Aug 2002 21:47:59 +0200 (CEST)
From:      Steffen Vogelreuter <steffen@vogelreuter.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41670: New Port: A Gkrellm-Plugin that displays the local sun rise and sun set times.
Message-ID:  <20020814194759.F11A488B@vogelreuter.de>

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

>Number:         41670
>Category:       ports
>Synopsis:       New Port: A Gkrellm-Plugin that displays the local sun rise and sun set times.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 14 13:00:05 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Steffen Vogelreuter
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD regenmacher.lan.fli4l 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 4 14:59:07 CEST 2002 root@regenmacher.lan.fli4l:/usr/src/sys/compile/REGENMACHER i386


	
>Description:
	
>How-To-Repeat:
	
>Fix:

	

--- gkrellsun begins here ---
# 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:
#
#	gkrellsun
#	gkrellsun/files
#	gkrellsun/files/patch-Makefile
#	gkrellsun/Makefile
#	gkrellsun/pkg-descr
#	gkrellsun/distinfo
#	gkrellsun/pkg-plist
#	gkrellsun/pkg-comment
#
echo c - gkrellsun
mkdir -p gkrellsun > /dev/null 2>&1
echo c - gkrellsun/files
mkdir -p gkrellsun/files > /dev/null 2>&1
echo x - gkrellsun/files/patch-Makefile
sed 's/^X//' >gkrellsun/files/patch-Makefile << 'END-of-gkrellsun/files/patch-Makefile'
X--- Makefile.orig	Wed Aug 14 21:25:07 2002
X+++ Makefile	Wed Aug 14 21:25:30 2002
X@@ -1,10 +1,8 @@
X-GTK_INCLUDE = `gtk-config --cflags`
X-GTK_LIB = `gtk-config --libs`
X+GTK_INCLUDE = `gtk12-config --cflags`
X+GTK_LIB = `gtk12-config --libs`
X 
X IMLIB_INCLUDE = `imlib-config --cflags-gdk`
X IMLIB_LIB = `imlib-config --libs-gdk`
X-THREAD_LIB = -lpthread
X-INSTALLDIR = /usr/local/share/gkrellm/plugins
X 
X ZIPVER=
X 
END-of-gkrellsun/files/patch-Makefile
echo x - gkrellsun/Makefile
sed 's/^X//' >gkrellsun/Makefile << 'END-of-gkrellsun/Makefile'
X# New ports collection makefile for:	gkrellsun
X# Date Created:				14.August 2002
X# Whom:					Steffen Vogelreuter
X#
X# $FreeBSD$
X#
X
XPORTNAME=	gkrellsun
XPORTVERSION=	0.2
XCATEGORIES=	astro
XMASTER_SITES=	http://nwalsh.com/hacks/gkrellsun/
X
XMAINTAINER=	steffen@vogelreuter.de
X
XBUILD_DEPENDS=	${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
XRUN_DEPENDS=	gkrellm:${PORTSDIR}/sysutils/gkrellm
X
XWRKSRC=		${WRKDIR}/${DISTNAME:S/_/-/}
XUSE_X_PREFIX=	yes
XUSE_GTK=	yes
XUSE_IMLIB=	yes
XUSE_GMAKE=	yes
X#ALL_TARGET=	#empty
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/gkrellsun.so \
X		${PREFIX}/libexec/gkrellm/plugins
X
X.include <bsd.port.mk>
END-of-gkrellsun/Makefile
echo x - gkrellsun/pkg-descr
sed 's/^X//' >gkrellsun/pkg-descr << 'END-of-gkrellsun/pkg-descr'
XA Gkrellm-Plugin that displays the local sun rise and sun set times.
XThe local latitude and longtitude can be set.
X
XAuthor:  Norman Walsh  <ndw@nwalsh.com>
XWWW: http://nwalsh.com/hacks/gkrellsun/
X
X-- Steffen Vogelreuter
Xsteffen@vogelreuter.de
END-of-gkrellsun/pkg-descr
echo x - gkrellsun/distinfo
sed 's/^X//' >gkrellsun/distinfo << 'END-of-gkrellsun/distinfo'
XMD5 (gkrellsun-0.2.tar.gz) = d692390b8cddcfc173365855f5ffe28c
END-of-gkrellsun/distinfo
echo x - gkrellsun/pkg-plist
sed 's/^X//' >gkrellsun/pkg-plist << 'END-of-gkrellsun/pkg-plist'
Xlibexec/gkrellm/plugins/gkrellsun.so
END-of-gkrellsun/pkg-plist
echo x - gkrellsun/pkg-comment
sed 's/^X//' >gkrellsun/pkg-comment << 'END-of-gkrellsun/pkg-comment'
XA Gkrellm-Plugin that displays the local sun rise and sun set times
END-of-gkrellsun/pkg-comment
exit
--- gkrellsun ends here ---


>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?20020814194759.F11A488B>