From owner-freebsd-ports Wed Aug 14 13: 0:18 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 71F0E37B400 for ; Wed, 14 Aug 2002 13:00:06 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B081643E6E for ; Wed, 14 Aug 2002 13:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7EK05JU029235 for ; Wed, 14 Aug 2002 13:00:05 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7EK05Ll029234; Wed, 14 Aug 2002 13:00:05 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9C6E37B405 for ; Wed, 14 Aug 2002 12:50:28 -0700 (PDT) Received: from vogelreuter.de (p5086C4DD.dip0.t-ipconnect.de [80.134.196.221]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A6B143EAA for ; Wed, 14 Aug 2002 12:50:20 -0700 (PDT) (envelope-from steffen@vogelreuter.de) Received: from localhost (localhost [127.0.0.1]) by vogelreuter.de (Postfix) with ESMTP id 8C438890 for ; Wed, 14 Aug 2002 21:48:01 +0200 (CEST) Received: by vogelreuter.de (Postfix, from userid 1001) id F11A488B; Wed, 14 Aug 2002 21:47:59 +0200 (CEST) Message-Id: <20020814194759.F11A488B@vogelreuter.de> Date: Wed, 14 Aug 2002 21:47:59 +0200 (CEST) From: Steffen Vogelreuter Reply-To: Steffen Vogelreuter To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/41670: New Port: A Gkrellm-Plugin that displays the local sun rise and sun set times. Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 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 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