diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /astro | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'astro')
-rw-r--r-- | astro/celestia/Makefile | 101 | ||||
-rw-r--r-- | astro/celestia/distinfo | 3 | ||||
-rw-r--r-- | astro/celestia/files/patch-config.h.in | 30 | ||||
-rw-r--r-- | astro/celestia/files/patch-src_celestia_Makefile.in | 10 | ||||
-rw-r--r-- | astro/celestia/files/patch-src_celestia_glutmain.cpp | 15 | ||||
-rw-r--r-- | astro/celestia/files/patch-src_celutil_util.h | 10 | ||||
-rw-r--r-- | astro/celestia/pkg-descr | 12 | ||||
-rw-r--r-- | astro/celestia/pkg-plist | 331 | ||||
-rw-r--r-- | astro/glunarclock/Makefile | 38 | ||||
-rw-r--r-- | astro/glunarclock/distinfo | 3 | ||||
-rw-r--r-- | astro/glunarclock/pkg-descr | 4 | ||||
-rw-r--r-- | astro/glunarclock/pkg-plist | 56 | ||||
-rw-r--r-- | astro/nightfall/Makefile | 78 | ||||
-rw-r--r-- | astro/nightfall/distinfo | 3 | ||||
-rw-r--r-- | astro/nightfall/files/patch-Light.c | 13 | ||||
-rw-r--r-- | astro/nightfall/files/patch-Light.h | 12 | ||||
-rw-r--r-- | astro/nightfall/files/patch-LightGLAnimate.c | 10 | ||||
-rw-r--r-- | astro/nightfall/files/patch-LightGnome.c | 14 | ||||
-rw-r--r-- | astro/nightfall/pkg-descr | 8 | ||||
-rw-r--r-- | astro/nightfall/pkg-plist | 96 |
20 files changed, 0 insertions, 847 deletions
diff --git a/astro/celestia/Makefile b/astro/celestia/Makefile deleted file mode 100644 index c66cb682b..000000000 --- a/astro/celestia/Makefile +++ /dev/null @@ -1,101 +0,0 @@ -# New ports collection makefile for: celestia -# Date created: 2002-05-17 -# Whom: trevor -# -# $FreeBSD$ -# - -PORTNAME= celestia -PORTVERSION= 1.4.1 -PORTREVISION= 1 -CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= celestia -PKGNAMESUFFIX= -${CELESTIA_UI} - -MAINTAINER= jylefort@FreeBSD.org -COMMENT= Scriptable space flight simulator for X - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.5:${PORTSDIR}/graphics/png - -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes -USE_GL= yes -USE_GETTEXT= yes -WANT_GNOME= yes - -CONFIGURE_ARGS= --program-prefix="" -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CPPFLAGS= -I${X11BASE}/include -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS= -L${X11BASE}/lib -L${LOCALBASE}/lib -lm ${PTHREAD_LIBS} - -UI_LIST= glut gtk gnome -CELESTIA_UI?= glut -CONFLICTS= ${UI_LIST:S|${CELESTIA_UI}||:S|^|celestia-|:S|$|-[0-9]*|} # lol - -.if ${CELESTIA_UI} == "glut" -CONFIGURE_ARGS+= --with-glut -LIB_DEPENDS+= glut:${PORTSDIR}/graphics/libglut -.elif ${CELESTIA_UI} == "gtk" -CONFIGURE_ARGS+= --with-gtk -USE_GNOME+= gtk20 -.elif ${CELESTIA_UI} == "gnome" -CONFIGURE_ARGS+= --with-gnome -USE_GNOME+= libgnomeui -GCONF_SCHEMAS= celestia.schemas -.else -IGNORE= invalid CELESTIA_UI value "${CELESTIA_UI}" -- valid values are ${UI_LIST} -.endif - -.if ${CELESTIA_UI} == "gtk" || ${CELESTIA_UI} == "gnome" -USE_GNOME+= gnomehack -LIB_DEPENDS+= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext -STARTUP_NOTIFY= true -PLIST_FILES+= share/celestia/celestia-logo.png share/celestia/celestiaui.xml -.else -STARTUP_NOTIFY= false -.endif - -PORTDOCS= AUTHORS CelestiaKeyAssignments.txt ChangeLog \ - KbdMouseJoyControls.txt README TODO TRANSLATORS \ - coding-standards.html devguide.txt - -DESKTOP_ENTRIES="Celestia" \ - "Explore space" \ - "celestia.png" \ - "celestia" \ - "Application;Astronomy;Science;Education;" \ - ${STARTUP_NOTIFY} - -OPTIONS= LUA "Lua support" on - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= does not compile on FreeBSD 4.x -.endif - -.if defined(WITH_LUA) -USE_LUA= 5.0 -CONFIGURE_ARGS+= --with-lua -CPPFLAGS+= -I${LUA_INCDIR} -LDFLAGS+= -L${LUA_LIBDIR} -.endif - -pre-patch: -.for o in -O2 -Wall -ffast-math -fexpensive-optimizations -fomit-frame-pointer - @${REINPLACE_CMD} -e 's|${o}||g' ${WRKSRC}/configure -.endfor - @${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in - -post-install: - ${MKDIR} ${PREFIX}/share/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/celestia/gtk/data/celestia.png \ - ${PREFIX}/share/pixmaps -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif - -.include <bsd.port.post.mk> diff --git a/astro/celestia/distinfo b/astro/celestia/distinfo deleted file mode 100644 index 9d54c550d..000000000 --- a/astro/celestia/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (celestia-1.4.1.tar.gz) = be1d36fc97a13b9a276249dbc0efac41 -SHA256 (celestia-1.4.1.tar.gz) = f9dc34dbc0d53e98534000545802b5ab4a471c3cb3fa08a9c958cbbbeb28d8b5 -SIZE (celestia-1.4.1.tar.gz) = 23966886 diff --git a/astro/celestia/files/patch-config.h.in b/astro/celestia/files/patch-config.h.in deleted file mode 100644 index ea51cc931..000000000 --- a/astro/celestia/files/patch-config.h.in +++ /dev/null @@ -1,30 +0,0 @@ ---- config.h.in.orig Thu May 4 11:37:39 2006 -+++ config.h.in Thu May 4 11:37:52 2006 -@@ -248,27 +248,6 @@ - - - --#if !defined(HAVE_STRLCAT_PROTO) --#ifdef __cplusplus --extern "C" { --#endif --unsigned long strlcat(char*, const char*, unsigned long); --#ifdef __cplusplus --} --#endif --#endif -- -- -- --#if !defined(HAVE_STRLCPY_PROTO) --#ifdef __cplusplus --extern "C" { --#endif --unsigned long strlcpy(char*, const char*, unsigned long); --#ifdef __cplusplus --} --#endif --#endif - - - diff --git a/astro/celestia/files/patch-src_celestia_Makefile.in b/astro/celestia/files/patch-src_celestia_Makefile.in deleted file mode 100644 index 5f38791d2..000000000 --- a/astro/celestia/files/patch-src_celestia_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- src/celestia/Makefile.in.orig Thu May 4 13:10:55 2006 -+++ src/celestia/Makefile.in Thu May 4 13:11:07 2006 -@@ -347,6 +347,7 @@ - - - celestia_LDADD = \ -+ $(INTLLIBS) \ - $(celestiaKDELIBS) \ - $(celestiaGTKLIBS) \ - ../celengine/libcelengine.a \ diff --git a/astro/celestia/files/patch-src_celestia_glutmain.cpp b/astro/celestia/files/patch-src_celestia_glutmain.cpp deleted file mode 100644 index fa8ce5866..000000000 --- a/astro/celestia/files/patch-src_celestia_glutmain.cpp +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- src/celestia/glutmain.cpp.orig Sat Nov 2 23:20:19 2002 -+++ src/celestia/glutmain.cpp Tue Mar 16 12:47:46 2004 -@@ -511,8 +511,8 @@ - // Set the simulation starting time to the current system time - time_t curtime=time(NULL); - appCore->start((double) curtime / 86400.0 + (double) astro::Date(1970, 1, 1)); -- #ifdef MACOSX -- /* localtime in Darwin is is reentrant only -+ #if defined(MACOSX) || defined(__FreeBSD__) -+ /* localtime in Darwin is reentrant only - equiv to Linux localtime_r() - should probably port !MACOSX code to use this too, available since - libc 5.2.5 according to manpage */ diff --git a/astro/celestia/files/patch-src_celutil_util.h b/astro/celestia/files/patch-src_celutil_util.h deleted file mode 100644 index 793e804b7..000000000 --- a/astro/celestia/files/patch-src_celutil_util.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/celutil/util.h.orig Thu May 4 11:51:00 2006 -+++ src/celutil/util.h Thu May 4 11:51:12 2006 -@@ -28,6 +28,7 @@ - #ifdef _WIN32 - #define _(s) s - #else -+#include <libintl.h> - #define _(s) gettext(s) - #endif - diff --git a/astro/celestia/pkg-descr b/astro/celestia/pkg-descr deleted file mode 100644 index 619f30177..000000000 --- a/astro/celestia/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -from the Web page: - -Celestia is a free real-time space simulation that lets you experience our -universe in three dimensions. Unlike most planetarium software, Celestia doesn't -confine you to the surface of the Earth. You can travel throughout the solar -system, to any of over 100,000 stars, or even beyond the galaxy. All travel in -Celestia is seamless; the exponential zoom feature lets you explore space across -a huge range of scales, from galaxy clusters down to spacecraft only a few -meters across. A 'point-and-goto' interface makes it simple to navigate through -the universe to the object you want to visit. - -WWW: http://www.shatters.net/celestia/ diff --git a/astro/celestia/pkg-plist b/astro/celestia/pkg-plist deleted file mode 100644 index 016119805..000000000 --- a/astro/celestia/pkg-plist +++ /dev/null @@ -1,331 +0,0 @@ -bin/celestia -share/celestia/celestia.cfg -share/celestia/controls.txt -share/celestia/data/asterisms.dat -share/celestia/data/asteroids.ssc -share/celestia/data/boundaries.dat -share/celestia/data/cassini.xyz -share/celestia/data/comets.ssc -share/celestia/data/deepsky.dsc -share/celestia/data/earth_locs.ssc -share/celestia/data/eros_locs.ssc -share/celestia/data/extrasolar.ssc -share/celestia/data/extrasolar.stc -share/celestia/data/galileo.xyz -share/celestia/data/gaspra_locs.ssc -share/celestia/data/hdxindex.dat -share/celestia/data/huygens.xyz -share/celestia/data/ida_locs.ssc -share/celestia/data/jupitermoons_locs.ssc -share/celestia/data/mars_locs.ssc -share/celestia/data/marsmoons_locs.ssc -share/celestia/data/merc_locs.ssc -share/celestia/data/moon_locs.ssc -share/celestia/data/nearstars.stc -share/celestia/data/neptunemoons_locs.ssc -share/celestia/data/outersys.ssc -share/celestia/data/revised.stc -share/celestia/data/ring_locs.ssc -share/celestia/data/saoxindex.dat -share/celestia/data/saturnmoons_locs.ssc -share/celestia/data/solarsys.ssc -share/celestia/data/spacecraft.ssc -share/celestia/data/spectbins.stc -share/celestia/data/starnames.dat -share/celestia/data/stars.dat -share/celestia/data/uranusmoons_locs.ssc -share/celestia/data/venus_locs.ssc -share/celestia/data/visualbins.stc -share/celestia/data/world-capitals.ssc -share/celestia/demo.cel -share/celestia/extras/apollo.ssc -share/celestia/extras/comets.ssc -share/celestia/extras/minormoons.ssc -share/celestia/extras/numberedmoons.ssc -share/celestia/extras/shroxclassic.ssc -share/celestia/extras/shroxmars.ssc -share/celestia/extras/skylab.ssc -share/celestia/fonts/clean12.txf -share/celestia/fonts/clean16.txf -share/celestia/fonts/cleanbold12.txf -share/celestia/fonts/cleanbold16.txf -share/celestia/fonts/default.txf -share/celestia/fonts/helv10.txf -share/celestia/fonts/helv12.txf -share/celestia/fonts/helv18.txf -share/celestia/fonts/helv24.txf -share/celestia/fonts/helvbold12.txf -share/celestia/fonts/helvbold18.txf -share/celestia/fonts/helvbold24.txf -share/celestia/fonts/sans10.txf -share/celestia/fonts/sans12.txf -share/celestia/fonts/sans14.txf -share/celestia/fonts/sans20.txf -share/celestia/fonts/sansbold10.txf -share/celestia/fonts/sansbold12.txf -share/celestia/fonts/sansbold14.txf -share/celestia/fonts/sansbold20.txf -share/celestia/guide.cel -share/celestia/models/S0.pts -share/celestia/models/SBa.pts -share/celestia/models/SBb.pts -share/celestia/models/SBc.pts -share/celestia/models/Sa.pts -share/celestia/models/Sb.pts -share/celestia/models/Sc.pts -share/celestia/models/amalthea.cmod -share/celestia/models/asteroid.cms -share/celestia/models/bacchus.cmod -share/celestia/models/borrelly.cms -share/celestia/models/castalia.cmod -share/celestia/models/deimos.cmod -share/celestia/models/epimetheus.cmod -share/celestia/models/eros.cmod -share/celestia/models/eros.cms -share/celestia/models/gaspra.cmod -share/celestia/models/geographos.cmod -share/celestia/models/golevka.cmod -share/celestia/models/halley.cmod -share/celestia/models/hyperion.cmod -share/celestia/models/hyperion.cms -share/celestia/models/ida.cmod -share/celestia/models/janus.cmod -share/celestia/models/kleopatra.cmod -share/celestia/models/ky26.cmod -share/celestia/models/larissa.cmod -share/celestia/models/pandora.cmod -share/celestia/models/phobos.cmod -share/celestia/models/phoebe.cmod -share/celestia/models/prometheus.cmod -share/celestia/models/proteus.cmod -share/celestia/models/proteus.cms -share/celestia/models/roughsphere.cms -share/celestia/models/toutatis.cmod -share/celestia/models/vesta.cmod -share/celestia/shaders/bumpdiffuse.vp -share/celestia/shaders/bumpdiffuse_arb.vp -share/celestia/shaders/bumpdiffuse_nv.fp -share/celestia/shaders/bumphaze.vp -share/celestia/shaders/bumphaze_arb.vp -share/celestia/shaders/diffuse.vp -share/celestia/shaders/diffuse2_arb.vp -share/celestia/shaders/diffuse_arb.vp -share/celestia/shaders/diffuse_nv.fp -share/celestia/shaders/diffuse_texoff.vp -share/celestia/shaders/diffuse_texoff2_arb.vp -share/celestia/shaders/diffuse_texoff_arb.vp -share/celestia/shaders/eclipse1_nv.fp -share/celestia/shaders/eclipse2_nv.fp -share/celestia/shaders/ell_galaxy_arb.vp -share/celestia/shaders/glossmap_arb.vp -share/celestia/shaders/haze.vp -share/celestia/shaders/haze2_arb.vp -share/celestia/shaders/haze_arb.vp -share/celestia/shaders/multishadow_arb.vp -share/celestia/shaders/night.vp -share/celestia/shaders/night2_arb.vp -share/celestia/shaders/night_arb.vp -share/celestia/shaders/rings.vp -share/celestia/shaders/rings_arb.vp -share/celestia/shaders/ringshadow.vp -share/celestia/shaders/ringshadow_arb.vp -share/celestia/shaders/shadow_on_rings_nv.fp -share/celestia/shaders/shadowtex.vp -share/celestia/shaders/shadowtex_arb.vp -share/celestia/shaders/simple.vp -share/celestia/shaders/simple_arb.vp -share/celestia/shaders/specular.vp -share/celestia/shaders/specular2_arb.vp -share/celestia/shaders/specular_arb.vp -share/celestia/shaders/star_arb.vp -share/celestia/shaders/texphong_alpha_arb.vp -share/celestia/shaders/texphong_alpha_nv.fp -share/celestia/shaders/texphong_arb.vp -share/celestia/shaders/texphong_nv.fp -share/celestia/splash/splash.png -share/celestia/start.cel -share/celestia/textures/flare.jpg -share/celestia/textures/logo.png -share/celestia/textures/lores/amalthea.jpg -share/celestia/textures/lores/ariel-lok-mask.png -share/celestia/textures/lores/ariel.jpg -share/celestia/textures/lores/astar.jpg -share/celestia/textures/lores/asteroid.jpg -share/celestia/textures/lores/browndwarf.jpg -share/celestia/textures/lores/bstar.jpg -share/celestia/textures/lores/callisto-lok-mask.png -share/celestia/textures/lores/callisto.jpg -share/celestia/textures/lores/charon-lok-spec.jpg -share/celestia/textures/lores/charon-lok.jpg -share/celestia/textures/lores/deimos.jpg -share/celestia/textures/lores/dione.jpg -share/celestia/textures/lores/earth-clouds.png -share/celestia/textures/lores/earth.png -share/celestia/textures/lores/earthnight.jpg -share/celestia/textures/lores/enceladus.jpg -share/celestia/textures/lores/epimetheus-lok.jpg -share/celestia/textures/lores/epimetheus.jpg -share/celestia/textures/lores/eros.jpg -share/celestia/textures/lores/europa-lok-mask.png -share/celestia/textures/lores/europa.jpg -share/celestia/textures/lores/exo-class1.jpg -share/celestia/textures/lores/exo-class2.jpg -share/celestia/textures/lores/exo-class3.jpg -share/celestia/textures/lores/exo-class4.jpg -share/celestia/textures/lores/exo-class4night.jpg -share/celestia/textures/lores/exo-class5.jpg -share/celestia/textures/lores/exo-class5night.jpg -share/celestia/textures/lores/extrasolar-lok.jpg -share/celestia/textures/lores/ganymede-lok-mask.png -share/celestia/textures/lores/ganymede.jpg -share/celestia/textures/lores/gaspramosaic.jpg -share/celestia/textures/lores/gstar.jpg -share/celestia/textures/lores/hyperion-lok.jpg -share/celestia/textures/lores/hyperion.jpg -share/celestia/textures/lores/iapetus.jpg -share/celestia/textures/lores/idamosaic.jpg -share/celestia/textures/lores/io-lok-mask.png -share/celestia/textures/lores/io.jpg -share/celestia/textures/lores/janus.jpg -share/celestia/textures/lores/jupiter.jpg -share/celestia/textures/lores/mars.jpg -share/celestia/textures/lores/marsbump.jpg -share/celestia/textures/lores/mercury-lok-mask.png -share/celestia/textures/lores/mercury.jpg -share/celestia/textures/lores/mimas-lok-mask.png -share/celestia/textures/lores/mimas.jpg -share/celestia/textures/lores/miranda-lok-mask.png -share/celestia/textures/lores/miranda.jpg -share/celestia/textures/lores/moon.jpg -share/celestia/textures/lores/moonbump.jpg -share/celestia/textures/lores/mstar.jpg -share/celestia/textures/lores/neptune-rings.png -share/celestia/textures/lores/neptune.jpg -share/celestia/textures/lores/oberon-lok-mask.png -share/celestia/textures/lores/oberon.jpg -share/celestia/textures/lores/phobos.jpg -share/celestia/textures/lores/phoebe.jpg -share/celestia/textures/lores/pluto-lok-spec.jpg -share/celestia/textures/lores/pluto-lok.jpg -share/celestia/textures/lores/prometheus.jpg -share/celestia/textures/lores/proteus.jpg -share/celestia/textures/lores/rhea.jpg -share/celestia/textures/lores/saturn-rings.png -share/celestia/textures/lores/saturn.jpg -share/celestia/textures/lores/tethys.jpg -share/celestia/textures/lores/titan-clouds.jpg -share/celestia/textures/lores/titan.jpg -share/celestia/textures/lores/titania-lok-mask.png -share/celestia/textures/lores/titania.jpg -share/celestia/textures/lores/triton-lok-mask.png -share/celestia/textures/lores/triton.jpg -share/celestia/textures/lores/umbriel-lok-mask.png -share/celestia/textures/lores/umbriel.jpg -share/celestia/textures/lores/uranus-rings.png -share/celestia/textures/lores/uranus.jpg -share/celestia/textures/lores/venus.jpg -share/celestia/textures/lores/venuslike.jpg -share/celestia/textures/lores/venuslikenight.jpg -share/celestia/textures/lores/venussurface.jpg -share/celestia/textures/medres/amalthea.jpg -share/celestia/textures/medres/ariel.jpg -share/celestia/textures/medres/astar.jpg -share/celestia/textures/medres/asteroid.jpg -share/celestia/textures/medres/browndwarf.jpg -share/celestia/textures/medres/bstar.jpg -share/celestia/textures/medres/callisto.jpg -share/celestia/textures/medres/charon-lok-spec.jpg -share/celestia/textures/medres/charon-lok.jpg -share/celestia/textures/medres/deimos.jpg -share/celestia/textures/medres/dione.jpg -share/celestia/textures/medres/earth-clouds.png -share/celestia/textures/medres/earth.png -share/celestia/textures/medres/earthnight.jpg -share/celestia/textures/medres/enceladus.jpg -share/celestia/textures/medres/epimetheus-lok.jpg -share/celestia/textures/medres/epimetheus.jpg -share/celestia/textures/medres/eros.jpg -share/celestia/textures/medres/europa.jpg -share/celestia/textures/medres/exo-class1.jpg -share/celestia/textures/medres/exo-class2.jpg -share/celestia/textures/medres/exo-class3.jpg -share/celestia/textures/medres/exo-class4.jpg -share/celestia/textures/medres/exo-class4night.jpg -share/celestia/textures/medres/exo-class5.jpg -share/celestia/textures/medres/exo-class5night.jpg -share/celestia/textures/medres/ganymede.jpg -share/celestia/textures/medres/gaspramosaic.jpg -share/celestia/textures/medres/gstar.jpg -share/celestia/textures/medres/hyperion-lok.jpg -share/celestia/textures/medres/hyperion.jpg -share/celestia/textures/medres/iapetus.jpg -share/celestia/textures/medres/idamosaic.jpg -share/celestia/textures/medres/io.jpg -share/celestia/textures/medres/iss-cap1.jpg -share/celestia/textures/medres/iss-mc1.jpg -share/celestia/textures/medres/iss-mc31.jpg -share/celestia/textures/medres/iss-sol1.jpg -share/celestia/textures/medres/janus.jpg -share/celestia/textures/medres/jupiter.jpg -share/celestia/textures/medres/mars.jpg -share/celestia/textures/medres/marsbump.jpg -share/celestia/textures/medres/mercury.jpg -share/celestia/textures/medres/mimas.jpg -share/celestia/textures/medres/miranda.jpg -share/celestia/textures/medres/moon.jpg -share/celestia/textures/medres/moonbump.jpg -share/celestia/textures/medres/mstar.jpg -share/celestia/textures/medres/neptune.jpg -share/celestia/textures/medres/oberon.jpg -share/celestia/textures/medres/phobos.jpg -share/celestia/textures/medres/phoebe.jpg -share/celestia/textures/medres/pluto-lok-spec.jpg -share/celestia/textures/medres/pluto-lok.jpg -share/celestia/textures/medres/prometheus.jpg -share/celestia/textures/medres/proteus.jpg -share/celestia/textures/medres/rhea.jpg -share/celestia/textures/medres/saturn.jpg -share/celestia/textures/medres/tethys.jpg -share/celestia/textures/medres/titan-clouds.jpg -share/celestia/textures/medres/titan.jpg -share/celestia/textures/medres/titania.jpg -share/celestia/textures/medres/triton.jpg -share/celestia/textures/medres/umbriel.jpg -share/celestia/textures/medres/venus.jpg -share/celestia/textures/medres/venuslike.jpg -share/celestia/textures/medres/venuslikenight.jpg -share/celestia/textures/medres/venussurface.jpg -share/locale/de/LC_MESSAGES/celestia.mo -share/locale/el/LC_MESSAGES/celestia.mo -share/locale/en/LC_MESSAGES/celestia.mo -share/locale/es/LC_MESSAGES/celestia.mo -share/locale/fr/LC_MESSAGES/celestia.mo -share/locale/gl/LC_MESSAGES/celestia.mo -share/locale/hu/LC_MESSAGES/celestia.mo -share/locale/it/LC_MESSAGES/celestia.mo -share/locale/nl/LC_MESSAGES/celestia.mo -share/locale/pt/LC_MESSAGES/celestia.mo -share/locale/pt_br/LC_MESSAGES/celestia.mo -share/locale/ru/LC_MESSAGES/celestia.mo -share/pixmaps/celestia.png -@exec mkdir -p %D/share/celestia/textures/hires -@dirrmtry share/pixmaps -@dirrm share/celestia/textures/medres -@dirrm share/celestia/textures/lores -@dirrm share/celestia/textures/hires -@dirrm share/celestia/textures -@dirrm share/celestia/splash -@dirrm share/celestia/shaders -@dirrm share/celestia/models -@dirrm share/celestia/fonts -@dirrm share/celestia/extras -@dirrm share/celestia/data -@dirrm share/celestia -@dirrmtry share/locale/pt_br/LC_MESSAGES -@dirrmtry share/locale/pt_br -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/el/LC_MESSAGES -@dirrmtry share/locale/el diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile deleted file mode 100644 index e682a46cb..000000000 --- a/astro/glunarclock/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: glunarclock -# Date created: 9 December 2003 -# Whom: Vincent Tantardini <vinc@freebsd-fr.org> -# -# $FreeBSD$ -# - -PORTNAME= glunarclock -PORTVERSION= 0.32.4 -PORTREVISION= 2 -CATEGORIES= astro gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= GNOME applet that displays the current phase of the Moon - -LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier - -USE_XLIB= yes -USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -INSTALLS_OMF= yes - -PLIST_SUB= VERSION="${PORTVERSION:R}" - -GCONF_SCHEMAS= glunarclock.schemas - -post-patch: - @${REINPLACE_CMD} -e \ - 's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-DGNOME_DISABLE_DEPRECATED||g' - -.include <bsd.port.mk> diff --git a/astro/glunarclock/distinfo b/astro/glunarclock/distinfo deleted file mode 100644 index 16ed950b3..000000000 --- a/astro/glunarclock/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (glunarclock-0.32.4.tar.gz) = 63e1d989581e6bf95cec82ff1bbc56ef -SHA256 (glunarclock-0.32.4.tar.gz) = 2025028be6c2cbadf8f32edfe24ed4652e51aa430889d3977d70a3fc87abd824 -SIZE (glunarclock-0.32.4.tar.gz) = 536136 diff --git a/astro/glunarclock/pkg-descr b/astro/glunarclock/pkg-descr deleted file mode 100644 index b9987fe25..000000000 --- a/astro/glunarclock/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -GNOME Lunar Clock displays the current phase of the Moon as an -applet for the gnome panel. - -WWW: http://glunarclock.sourceforge.net/ diff --git a/astro/glunarclock/pkg-plist b/astro/glunarclock/pkg-plist deleted file mode 100644 index 6081838f7..000000000 --- a/astro/glunarclock/pkg-plist +++ /dev/null @@ -1,56 +0,0 @@ -libdata/bonobo/servers/GNOME_GLunarclockApplet_Factory.server -libexec/glunarclock-applet-2 -share/gnome/glunarclock/glunarclock.glade -share/gnome/gnome-2.0/ui/GNOME_GLunarclockApplet.xml -share/gnome/help/glunarclock-applet-2/C/figures/glunarclock_applet.png -share/gnome/help/glunarclock-applet-2/C/glunarclock-applet-2.xml -share/gnome/help/glunarclock-applet-2/C/legal.xml -share/gnome/omf/glunarclock/glunarclock-applet-2-C.omf -share/gnome/pixmaps/glunarclock-logo.png -share/gnome/pixmaps/glunarclock/cartoonmoon_12frames.png -share/gnome/pixmaps/glunarclock/moon_56frames.png -share/locale/ast_ES/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/br/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/no/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/rw/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/glunarclock-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/glunarclock-%%VERSION%%.mo -@dirrm share/gnome/pixmaps/glunarclock -@dirrm share/gnome/omf/glunarclock -@dirrm share/gnome/help/glunarclock-applet-2/C/figures -@dirrm share/gnome/help/glunarclock-applet-2/C -@dirrm share/gnome/help/glunarclock-applet-2 -@dirrm share/gnome/glunarclock -@dirrmtry share/locale/sr/LC_MESSAGES -@dirrmtry share/locale/sr -@dirrmtry share/locale/sk/LC_MESSAGES -@dirrmtry share/locale/sk -@dirrmtry share/locale/rw/LC_MESSAGES -@dirrmtry share/locale/rw -@dirrmtry share/locale/ro/LC_MESSAGES -@dirrmtry share/locale/ro -@dirrmtry share/locale/no/LC_MESSAGES -@dirrmtry share/locale/no -@dirrmtry share/locale/gl/LC_MESSAGES -@dirrmtry share/locale/gl -@dirrmtry share/locale/fi/LC_MESSAGES -@dirrmtry share/locale/fi -@dirrmtry share/locale/ast_ES/LC_MESSAGES -@dirrmtry share/locale/ast_ES diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile deleted file mode 100644 index f2d431203..000000000 --- a/astro/nightfall/Makefile +++ /dev/null @@ -1,78 +0,0 @@ -# New ports collection makefile for: nightfall -# Date created: 21 February 2002 -# Whom: Christian Brueffer <chris@unixpages.org> -# -# $FreeBSD$ -# - -PORTNAME= nightfall -PORTVERSION= 1.52 -PORTREVISION= 1 -CATEGORIES= astro -MASTER_SITES= http://www.la-samhna.de/nightfall/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive binary star application - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -USE_XLIB= yes -WANT_GNOME= yes -USE_GNOME= gnomehack gnomehier gnometarget gtk20 -USE_PERL5= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-locale-prefix=${PREFIX}/share/locale - -MAN1= nightfall.1 - -.include <bsd.port.pre.mk> - -.if ${HAVE_GNOME:Mlibgnomeui}!="" -PKGNAMESUFFIX= -gnome -USE_GNOME+= gnomeprefix libgnomeui -CONFIGURE_ARGS+= --with-gnomedoc-prefix=${PREFIX}/share -INSTALLS_OMF= yes -DATADIR= ${PREFIX}/share/gnome/${PORTNAME} -.else -CONFIGURE_ARGS+= --disable-gnome -.endif - -.if defined(WITHOUT_PGPLOT) -RUN_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot -CONFIGURE_ARGS+= --with-gnuplot -.else -LIB_DEPENDS+= pgplot.5:${PORTSDIR}/graphics/pgplot -CONFIGURE_ARGS+= --with-pgplot-include=${LOCALBASE}/include \ - --with-pgplot-lib=${LOCALBASE}/lib -.endif - -.if defined(WITHOUT_OPENGL) -CONFIGURE_ARGS+= --disable-opengl -.else -LIB_DEPENDS+= glut.4:${PORTSDIR}/graphics/libglut \ - gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 -CONFIGURE_ARGS+= --with-lib-GL -.endif - -pre-everything:: - @${ECHO_MSG} "Nightfall has the following tunable option(s):" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITHOUT_GNOME=libgnomeui Turns off Gnome support" - @${ECHO_MSG} " WITHOUT_PGPLOT=yes Turns off PGPLOT support" - @${ECHO_MSG} " WITHOUT_OPENGL=yes Turns off OpenGL support" - @${ECHO_MSG} "" - -post-patch: - @${REINPLACE_CMD} -e 's|CFLAGS -O3|CFLAGS|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|^Icon=gnome|Icon=${DATADIR}/pixmaps/gnome|g' \ - ${WRKSRC}/nightfall.desktop - -post-install: - @${MKDIR} ${PREFIX}/share/gnome/applications - ${INSTALL_DATA} ${WRKSRC}/nightfall.desktop \ - ${PREFIX}/share/gnome/applications - -.include <bsd.port.post.mk> diff --git a/astro/nightfall/distinfo b/astro/nightfall/distinfo deleted file mode 100644 index 7757b79ea..000000000 --- a/astro/nightfall/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (nightfall-1.52.tar.gz) = ccc9390cbe86f872b60ae48e6a3e2c4c -SHA256 (nightfall-1.52.tar.gz) = fd4199d283b64a2dfe54a132be9cf32d7d0acfd1f18b81825b863028fa8813ec -SIZE (nightfall-1.52.tar.gz) = 1290798 diff --git a/astro/nightfall/files/patch-Light.c b/astro/nightfall/files/patch-Light.c deleted file mode 100644 index b2f9217be..000000000 --- a/astro/nightfall/files/patch-Light.c +++ /dev/null @@ -1,13 +0,0 @@ ---- Light.c.orig Thu Oct 20 22:54:11 2005 -+++ Light.c Wed Dec 7 02:43:38 2005 -@@ -275,8 +275,10 @@ - - /* >>>>>>>>>>>>>>>> ALLOCATE MEMORY <<<<<<<<<<<<<<<<<<<<< */ - -+#if 0 - program_invocation_name = malloc (1 + strlen(argv[0])); - strcpy(program_invocation_name, argv[0]); -+#endif - - /* should be freed by OS on program exit (?) */ - diff --git a/astro/nightfall/files/patch-Light.h b/astro/nightfall/files/patch-Light.h deleted file mode 100644 index ee425a24f..000000000 --- a/astro/nightfall/files/patch-Light.h +++ /dev/null @@ -1,12 +0,0 @@ ---- Light.h.orig Thu Oct 20 22:18:52 2005 -+++ Light.h Wed Dec 7 02:47:16 2005 -@@ -805,7 +805,9 @@ - /* */ - /**************************************************************************/ - -+#if 0 - extern char * program_invocation_name; -+#endif - - /* ----------- Error Messages ---------------------------------------- */ - diff --git a/astro/nightfall/files/patch-LightGLAnimate.c b/astro/nightfall/files/patch-LightGLAnimate.c deleted file mode 100644 index 310eef55e..000000000 --- a/astro/nightfall/files/patch-LightGLAnimate.c +++ /dev/null @@ -1,10 +0,0 @@ ---- LightGLAnimate.c.orig Tue Nov 25 00:21:36 2003 -+++ LightGLAnimate.c Tue Nov 25 00:24:22 2003 -@@ -25,6 +25,7 @@ - #include <stdio.h> - #include <stdlib.h> - #include <string.h> -+#include <sys/types.h> - #include "Light.h" - - #ifdef _WITH_OPENGL diff --git a/astro/nightfall/files/patch-LightGnome.c b/astro/nightfall/files/patch-LightGnome.c deleted file mode 100644 index fcbba3da3..000000000 --- a/astro/nightfall/files/patch-LightGnome.c +++ /dev/null @@ -1,14 +0,0 @@ ---- LightGnome.c.orig Thu Oct 27 21:46:52 2005 -+++ LightGnome.c Wed Dec 7 02:44:36 2005 -@@ -335,7 +335,11 @@ - FileType *dataFile = FileList; - char path[256]; - -+#if 0 - argv[0] = program_invocation_name; -+#else -+ argv[0] = g_get_prgname(); -+#endif - argv[1] = "-U"; - argv[2] = NULL; - diff --git a/astro/nightfall/pkg-descr b/astro/nightfall/pkg-descr deleted file mode 100644 index 8e1a00f36..000000000 --- a/astro/nightfall/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Nightfall is an astronomy application for fun, education, and science. -It can produce animated views of eclipsing binary stars, calculate -synthetic lightcurves and radial velocity curves, and eventually -determine the best-fit model for a given set of observational data of -an eclipsing binary star system. -It is, however, not able to fry your breakfast egg on your harddisk ;-) - -WWW: http://www.hs.uni-hamburg.de/DE/Ins/Per/Wichmann/Nightfall.html diff --git a/astro/nightfall/pkg-plist b/astro/nightfall/pkg-plist deleted file mode 100644 index 097b93ed0..000000000 --- a/astro/nightfall/pkg-plist +++ /dev/null @@ -1,96 +0,0 @@ -bin/nightfall -share/gnome/applications/nightfall.desktop -%%GNOME:%%share/gnome/help/nightfall/C/nightfall.xml -%%GNOME:%%share/gnome/help/nightfall/de/nightfall.xml -share/locale/de/LC_MESSAGES/nightfall.mo -share/locale/it/LC_MESSAGES/nightfall.mo -%%DATADIR%%/cfg/51_peg.cfg -%%DATADIR%%/cfg/bh_vir.cfg -%%DATADIR%%/cfg/bh_vir_simple.cfg -%%DATADIR%%/cfg/dd_mon.cfg -%%DATADIR%%/cfg/er_vul.cfg -%%DATADIR%%/cfg/lz_cen.cfg -%%DATADIR%%/cfg/mr_cyg.cfg -%%DATADIR%%/cfg/ty_boo.cfg -%%DATADIR%%/cfg/v541_cyg.cfg -%%DATADIR%%/data/51_pegR1.dat -%%DATADIR%%/data/bh_virB.dat -%%DATADIR%%/data/bh_virR1.dat -%%DATADIR%%/data/bh_virR2.dat -%%DATADIR%%/data/bh_virV.dat -%%DATADIR%%/data/bh_virb.dat -%%DATADIR%%/data/bh_viru.dat -%%DATADIR%%/data/bh_virv.dat -%%DATADIR%%/data/bh_viry.dat -%%DATADIR%%/data/dd_monB.dat -%%DATADIR%%/data/dd_monR2.dat -%%DATADIR%%/data/dd_monV.dat -%%DATADIR%%/data/er_vulB.dat -%%DATADIR%%/data/er_vulI.dat -%%DATADIR%%/data/er_vulR.dat -%%DATADIR%%/data/er_vulR1.dat -%%DATADIR%%/data/er_vulR2.dat -%%DATADIR%%/data/er_vulU.dat -%%DATADIR%%/data/er_vulV.dat -%%DATADIR%%/data/lz_cenR1.dat -%%DATADIR%%/data/lz_cenR2.dat -%%DATADIR%%/data/lz_cenb.dat -%%DATADIR%%/data/lz_cenu.dat -%%DATADIR%%/data/lz_cenv.dat -%%DATADIR%%/data/lz_ceny.dat -%%DATADIR%%/data/mr_cygB.dat -%%DATADIR%%/data/mr_cygR1.dat -%%DATADIR%%/data/mr_cygR2.dat -%%DATADIR%%/data/mr_cygU.dat -%%DATADIR%%/data/mr_cygV.dat -%%DATADIR%%/data/ty_booB.dat -%%DATADIR%%/data/ty_booR1.dat -%%DATADIR%%/data/ty_booR2.dat -%%DATADIR%%/data/ty_booV.dat -%%DATADIR%%/data/v541_cygR1.dat -%%DATADIR%%/data/v541_cygR2.dat -%%DATADIR%%/data/v541_cygV.dat -%%DATADIR%%/doc/C/help0.txt -%%DATADIR%%/doc/C/help1.txt -%%DATADIR%%/doc/C/help2.txt -%%DATADIR%%/doc/C/help3.txt -%%DATADIR%%/doc/C/help4.txt -%%DATADIR%%/doc/C/help5.txt -%%DATADIR%%/doc/C/help6.txt -%%DATADIR%%/doc/C/help7.txt -%%DATADIR%%/doc/de/help0.txt -%%DATADIR%%/doc/de/help1.txt -%%DATADIR%%/doc/de/help2.txt -%%DATADIR%%/doc/de/help3.txt -%%DATADIR%%/doc/de/help4.txt -%%DATADIR%%/doc/de/help5.txt -%%DATADIR%%/doc/de/help6.txt -%%DATADIR%%/doc/de/help7.txt -%%DATADIR%%/pixmaps/checker_256.jpg -%%DATADIR%%/pixmaps/disk_128.jpg -%%DATADIR%%/pixmaps/disk_256.jpg -%%DATADIR%%/pixmaps/gnome-nightfall.png -%%DATADIR%%/pixmaps/manim.xpm -%%DATADIR%%/pixmaps/mcomp.xpm -%%DATADIR%%/pixmaps/mhelp.xpm -%%DATADIR%%/pixmaps/mplot.xpm -%%DATADIR%%/pixmaps/nf_logo.xpm -%%DATADIR%%/pixmaps/star_128.jpg -%%DATADIR%%/pixmaps/star_256.jpg -%%DATADIR%%/pixmaps/starp_128.jpg -%%DATADIR%%/pixmaps/starp_256.jpg -%%DATADIR%%/pixmaps/stars_128.jpg -%%DATADIR%%/pixmaps/stars_256.jpg -%%GNOME:%%share/gnome/omf/nightfall/nightfall-C.omf -%%GNOME:%%share/gnome/omf/nightfall/nightfall-de.omf -%%GNOME:%%@dirrm share/gnome/omf/nightfall -@dirrm %%DATADIR%%/pixmaps -@dirrm %%DATADIR%%/doc/de -@dirrm %%DATADIR%%/doc/C -@dirrm %%DATADIR%%/doc -@dirrm %%DATADIR%%/data -@dirrm %%DATADIR%%/cfg -@dirrm %%DATADIR%% -%%GNOME:%%@dirrm share/gnome/help/nightfall/de -%%GNOME:%%@dirrm share/gnome/help/nightfall/C -%%GNOME:%%@dirrm share/gnome/help/nightfall |