Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 117590) +++ head/astro/Makefile (revision 117591) @@ -1,80 +1,81 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += SETIsupport SUBDIR += accrete SUBDIR += celestia SUBDIR += cfitsio SUBDIR += dgpsip SUBDIR += ephem SUBDIR += fooseti SUBDIR += gdesklets-goodweather SUBDIR += gdesklets-goodweather-psi SUBDIR += gdesklets-seti SUBDIR += gdesklets-weather SUBDIR += gkrellmearth SUBDIR += gkrellmoon + SUBDIR += gkrellmoon2 SUBDIR += gkrellmseti SUBDIR += gkrellsun SUBDIR += glunarclock SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += jday SUBDIR += ksetisaver SUBDIR += ksetispy SUBDIR += ksetiwatch SUBDIR += libnova SUBDIR += linux-setiathome SUBDIR += luna SUBDIR += match SUBDIR += mymoon SUBDIR += nightfall SUBDIR += nova SUBDIR += openuniverse SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-GPS SUBDIR += p5-Geo-METAR SUBDIR += p5-SETI-Stats SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 SUBDIR += py-metar SUBDIR += pyweather SUBDIR += rmap SUBDIR += roadmap SUBDIR += saoimage SUBDIR += sattrack SUBDIR += setiathome SUBDIR += sky2000 SUBDIR += spacechart SUBDIR += squeuer SUBDIR += sscalc SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock SUBDIR += tkseti SUBDIR += wmglobe SUBDIR += wmjupiter SUBDIR += wmmoonclock SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun SUBDIR += xearth SUBDIR += xephem SUBDIR += xglobe SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xtide SUBDIR += xworld .include Property changes on: head/astro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.82 \ No newline at end of property +1.83 \ No newline at end of property Index: head/astro/gkrellmoon2/Makefile =================================================================== --- head/astro/gkrellmoon2/Makefile (nonexistent) +++ head/astro/gkrellmoon2/Makefile (revision 117591) @@ -0,0 +1,35 @@ +# New ports collection makefile for: gkrellmoon2 +# Date Created: Wed Aug 25 13:18:39 CEST 2004 +# Whom: Jan Srzednicki +# +# $FreeBSD$ +# + +PORTNAME= gkrellmoon2 +PORTVERSION= 0.6 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= gkrellmoon +DISTNAME= gkrellmoon-${PORTVERSION} + +MAINTAINER= w@wrzask.pl +COMMENT= A moon clock plugin for Gkrellm2 + +BUILD_DEPENDS= ${X11BASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 +RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 + +USE_X_PREFIX= yes +USE_GNOME= gtk20 + +ALL_TARGET= gkrellmoon.so + +do-install: + ${INSTALL_DATA} ${WRKSRC}/gkrellmoon.so \ + ${PREFIX}/libexec/gkrellm2/plugins +.ifndef(NOPORTDOCS) + ${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \ + ${PREFIX}/share/doc/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME} +.endif #NOPORTDOCS + +.include Property changes on: head/astro/gkrellmoon2/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/astro/gkrellmoon2/distinfo =================================================================== --- head/astro/gkrellmoon2/distinfo (nonexistent) +++ head/astro/gkrellmoon2/distinfo (revision 117591) @@ -0,0 +1,2 @@ +MD5 (gkrellmoon-0.6.tar.gz) = 0e30da51526d68cbce146ea2bdd9b685 +SIZE (gkrellmoon-0.6.tar.gz) = 55035 Property changes on: head/astro/gkrellmoon2/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/gkrellmoon2/files/patch-CalcEphem.c =================================================================== --- head/astro/gkrellmoon2/files/patch-CalcEphem.c (nonexistent) +++ head/astro/gkrellmoon2/files/patch-CalcEphem.c (revision 117591) @@ -0,0 +1,10 @@ +--- CalcEphem.c.orig Thu Aug 15 20:41:03 2002 ++++ CalcEphem.c Thu Aug 15 20:41:23 2002 +@@ -8,6 +8,7 @@ + #ifdef HAVE_CONFIG_H + #include + #endif ++#include + + #include "CalcEphem.h" + #include "Moon.h" Property changes on: head/astro/gkrellmoon2/files/patch-CalcEphem.c ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/gkrellmoon2/files/patch-Makefile =================================================================== --- head/astro/gkrellmoon2/files/patch-Makefile (nonexistent) +++ head/astro/gkrellmoon2/files/patch-Makefile (revision 117591) @@ -0,0 +1,15 @@ +--- Makefile.orig Wed Dec 11 04:36:06 2002 ++++ Makefile Wed Aug 25 13:09:01 2004 +@@ -4,11 +4,9 @@ + INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins + + +-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE) ++CFLAGS += -Wall -fPIC $(GTK_INCLUDE) + LIBS = $(GTK_LIB) + LFLAGS = -shared +- +-CC = gcc $(CFLAGS) $(FLAGS) + + OBJS = gkrellmoon.o MoonRise.o CalcEphem.o Moon.o + Property changes on: head/astro/gkrellmoon2/files/patch-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/gkrellmoon2/pkg-descr =================================================================== --- head/astro/gkrellmoon2/pkg-descr (nonexistent) +++ head/astro/gkrellmoon2/pkg-descr (revision 117591) @@ -0,0 +1,7 @@ +gkrellmoon is a moon clock plugin for Gkrellm2. This plugin is based +upon the glunarclock and wmMoonClock applications. + +The port is based on the original gkrellmoon port for Grellm1 by Patrick Li. + +WWW: http://gkrellmoon.sourceforge.net/ +Author: Dale P. Smith Property changes on: head/astro/gkrellmoon2/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/gkrellmoon2/pkg-plist =================================================================== --- head/astro/gkrellmoon2/pkg-plist (nonexistent) +++ head/astro/gkrellmoon2/pkg-plist (revision 117591) @@ -0,0 +1,3 @@ +libexec/gkrellm2/plugins/gkrellmoon.so +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/astro/gkrellmoon2/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property