From 286a8106f543f32a8780aef3483b7b5d1b14251b Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Sat, 26 Jun 1999 08:34:07 +0000 Subject: Import of wmglobe: a neat dockapp that displays an xeath-like display of the earth that is currentlyl under the sun, and more. PR: 12396 Submitted by: Will Andrews --- astro/wmglobe/Makefile | 33 +++++++++++++++++++++++++++++++++ astro/wmglobe/distinfo | 1 + astro/wmglobe/files/patch-aa | 28 ++++++++++++++++++++++++++++ astro/wmglobe/pkg-comment | 1 + astro/wmglobe/pkg-descr | 8 ++++++++ astro/wmglobe/pkg-plist | 1 + 6 files changed, 72 insertions(+) create mode 100644 astro/wmglobe/Makefile create mode 100644 astro/wmglobe/distinfo create mode 100644 astro/wmglobe/files/patch-aa create mode 100644 astro/wmglobe/pkg-comment create mode 100644 astro/wmglobe/pkg-descr create mode 100644 astro/wmglobe/pkg-plist (limited to 'astro') diff --git a/astro/wmglobe/Makefile b/astro/wmglobe/Makefile new file mode 100644 index 000000000000..83b1da90cd8f --- /dev/null +++ b/astro/wmglobe/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: wmglobe +# Version required: 1.0 +# Date created: 23 Jun 1999 +# Whom: Will Andrews +# +# $Id$ +# + +DISTNAME= wmglobe-1.0 +CATEGORIES= astro windowmaker +MASTER_SITES= http://perso.linuxfr.org/jdumont/wmg/ \ + http://www.cana.net/~acme/wmglobe/ \ + http://www.psn.net/~andrews/wmglobe/ + +MAINTAINER= andrews@technologist.com + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ + jpeg.9:${PORTSDIR}/graphics/jpeg \ + png.3:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff34 \ + gif.3:${PORTSDIR}/graphics/giflib \ + wraster.3:${PORTSDIR}/x11-wm/windowmaker + +USE_X_PREFIX= yes +USE_GMAKE= yes + +MAN1= wmglobe.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmglobe ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/wmglobe.1 ${PREFIX}/man/man1 + +.include diff --git a/astro/wmglobe/distinfo b/astro/wmglobe/distinfo new file mode 100644 index 000000000000..3d8c049c9970 --- /dev/null +++ b/astro/wmglobe/distinfo @@ -0,0 +1 @@ +MD5 (wmglobe-1.0.tar.gz) = 0452931026c9c6ed84732a0e57f9bfff diff --git a/astro/wmglobe/files/patch-aa b/astro/wmglobe/files/patch-aa new file mode 100644 index 000000000000..f6c7958d4aa0 --- /dev/null +++ b/astro/wmglobe/files/patch-aa @@ -0,0 +1,28 @@ +--- Makefile.orig Tue Feb 2 12:11:37 1999 ++++ Makefile Sat Jun 26 01:23:37 1999 +@@ -1,12 +1,12 @@ +-INC = -I/usr/X11R6/include +-LIBS = -lXext -lX11 -lm -L/usr/X11R6/lib \ +- -ltiff -lXpm -lpng -lz -ljpeg -lungif -lwraster ++INC = -I${X11BASE}/include ++LIBS = -lXext -lX11 -lm -L${X11BASE}/lib -L${LOCALBASE}/lib \ ++ -ltiff -lXpm -lpng -lz -ljpeg -lgif -lwraster + OBJS = src/wmglobe.o src/rend.o src/wmgutil.o \ + src/sunpos.o src/myconvert.o src/mycontext.o + + + .c.o : +- gcc -c -O2 -Wall $(INC) $< -o $*.o ++ ${CC} -c ${CFLAGS} -Wall $(INC) $< -o $*.o + + all: wmglobe + +@@ -14,7 +14,7 @@ + rm -f src/*.o wmglobe + + wmglobe : $(OBJS) +- gcc -O2 -Wall $(OBJS) -o wmglobe $(LIBS) ++ ${CC} ${CFLAGS} -Wall $(OBJS) -o wmglobe $(LIBS) + strip wmglobe + + install : diff --git a/astro/wmglobe/pkg-comment b/astro/wmglobe/pkg-comment new file mode 100644 index 000000000000..637fe172810f --- /dev/null +++ b/astro/wmglobe/pkg-comment @@ -0,0 +1 @@ +A neat xearth-like WindowMaker dockapp diff --git a/astro/wmglobe/pkg-descr b/astro/wmglobe/pkg-descr new file mode 100644 index 000000000000..7ed33296fa6a --- /dev/null +++ b/astro/wmglobe/pkg-descr @@ -0,0 +1,8 @@ +wmglobe is a neat WindowMaker dockapp that displays a +xearth-like display of the earth that is currently under +the sun, and does a lot of other neat stuff. + +Author: jerome.dumonteil@linuxfr.org +WWW: http://perso.linuxfr.org/jdumont/wmg/ + +- Will diff --git a/astro/wmglobe/pkg-plist b/astro/wmglobe/pkg-plist new file mode 100644 index 000000000000..c6eec35d2eba --- /dev/null +++ b/astro/wmglobe/pkg-plist @@ -0,0 +1 @@ +bin/wmglobe -- cgit v1.2.3