summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradam <adam>2006-02-17 23:49:19 +0000
committeradam <adam>2006-02-17 23:49:19 +0000
commitfbd254539705311df94f0a8745b3ce43641d1f90 (patch)
tree7dbf8bde2a676b504a9501fdf02efa0bacebbf4d
parent21ddef6dcb762f27f51bc5846c59dc62d30455f8 (diff)
downloadpkgsrc-fbd254539705311df94f0a8745b3ce43641d1f90.tar.gz
Removed celestia{-gtk,-gnome,-kde}; use celestia/options.mk to select a gui
-rw-r--r--misc/Makefile5
-rw-r--r--misc/celestia-gnome/DESCR10
-rw-r--r--misc/celestia-gnome/Makefile29
-rw-r--r--misc/celestia-gnome/PLIST5
-rw-r--r--misc/celestia-gtk/DESCR10
-rw-r--r--misc/celestia-gtk/Makefile24
-rw-r--r--misc/celestia-gtk/PLIST2
-rw-r--r--misc/celestia-kde/DESCR10
-rw-r--r--misc/celestia-kde/Makefile66
-rw-r--r--misc/celestia-kde/PLIST57
10 files changed, 1 insertions, 217 deletions
diff --git a/misc/Makefile b/misc/Makefile
index f59c3191d28..351eea4c4f5 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.256 2006/02/17 21:00:00 adrianp Exp $
+# $NetBSD: Makefile,v 1.257 2006/02/17 23:49:19 adam Exp $
#
COMMENT= Miscellaneous utilities
@@ -23,9 +23,6 @@ SUBDIR+= brs
SUBDIR+= bsdiff
SUBDIR+= buffer
SUBDIR+= celestia
-SUBDIR+= celestia-gnome
-SUBDIR+= celestia-gtk
-SUBDIR+= celestia-kde
SUBDIR+= chipmunk
SUBDIR+= chord
SUBDIR+= cksfv
diff --git a/misc/celestia-gnome/DESCR b/misc/celestia-gnome/DESCR
deleted file mode 100644
index e1fec857ffc..00000000000
--- a/misc/celestia-gnome/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-
-This is the GNOME frontend for Celestia.
diff --git a/misc/celestia-gnome/Makefile b/misc/celestia-gnome/Makefile
deleted file mode 100644
index 2c7b6f6670e..00000000000
--- a/misc/celestia-gnome/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2006/02/13 21:12:55 wiz Exp $
-
-PKGNAME= ${DISTNAME:S/-/-gnome-/}
-PKGREVISION= 6
-
-COMMENT= GNOME frontend for free real-time 3D space simulator
-
-DEPENDS+= celestia-${CELESTIA_VERS}*:../../misc/celestia
-
-CELESTIA_PROGPREFIX= g
-
-CONFIGURE_ARGS+= --with-gnome
-
-BUILD_DIRS= ${WRKSRC}/src
-INSTALL_DIRS= ${BUILD_DIRS}
-
-INSTALLATION_DIRS= bin share/applications share/pixmaps
-
-GCONF2_SCHEMAS= celestia.schemas
-
-.include "../../devel/libgnomeui/buildlink3.mk"
-.include "../../graphics/gtkglext/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../misc/celestia/Makefile.common"
-
-.include "../../devel/GConf2/schemas.mk"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/celestia-gnome/PLIST b/misc/celestia-gnome/PLIST
deleted file mode 100644
index dc49269c8b2..00000000000
--- a/misc/celestia-gnome/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2005/06/20 06:06:11 hira Exp $
-bin/gcelestia
-share/applications/celestia.desktop
-share/gconf/schemas/celestia.schemas
-share/pixmaps/celestia.png
diff --git a/misc/celestia-gtk/DESCR b/misc/celestia-gtk/DESCR
deleted file mode 100644
index e1fec857ffc..00000000000
--- a/misc/celestia-gtk/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-
-This is the GNOME frontend for Celestia.
diff --git a/misc/celestia-gtk/Makefile b/misc/celestia-gtk/Makefile
deleted file mode 100644
index cac0e60882c..00000000000
--- a/misc/celestia-gtk/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.11 2006/02/13 21:12:55 wiz Exp $
-
-PKGNAME= ${DISTNAME:S/-/-gtk-/}
-PKGREVISION= 4
-
-COMMENT= GTK frontend for free real-time 3D space simulator
-
-DEPENDS+= celestia-${CELESTIA_VERS}*:../../misc/celestia
-
-CONFIGURE_ARGS+= --with-gtk
-
-BUILD_DIRS= ${WRKSRC}/src
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia ${PREFIX}/bin/gtkcelestia
-
-.include "../../graphics/gtkglext/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-
-.include "../../misc/celestia/Makefile.common"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/celestia-gtk/PLIST b/misc/celestia-gtk/PLIST
deleted file mode 100644
index c4c4af8456c..00000000000
--- a/misc/celestia-gtk/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 16:40:56 adam Exp $
-bin/gtkcelestia
diff --git a/misc/celestia-kde/DESCR b/misc/celestia-kde/DESCR
deleted file mode 100644
index ce8c8537f03..00000000000
--- a/misc/celestia-kde/DESCR
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-
-This is the KDE frontend for Celestia.
diff --git a/misc/celestia-kde/Makefile b/misc/celestia-kde/Makefile
deleted file mode 100644
index edc9118d7fc..00000000000
--- a/misc/celestia-kde/Makefile
+++ /dev/null
@@ -1,66 +0,0 @@
-# $NetBSD: Makefile,v 1.21 2006/02/05 23:10:07 joerg Exp $
-
-PKGNAME= ${DISTNAME:S/-/-kde-/}
-PKGREVISION= 3
-
-COMMENT= KDE frontend for free real-time 3D space simulator
-
-DEPENDS+= celestia-${CELESTIA_VERS}*:../../misc/celestia
-
-CONFIGURE_ARGS+= --with-kde
-
-BUILD_DIRS= ${WRKSRC}/src
-KDEWRKSRC= ${WRKSRC}/src/celestia/kde/data
-
-INSTALLATION_DIRS= bin share/kde/mimelnk/application share/kde/services
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/celestia/celestia \
- ${PREFIX}/bin/kcelestia
- ${INSTALL_DATA_DIR} ${PREFIX}/share/kde/applnk/Edutainment/Science
- ${INSTALL_DATA} ${KDEWRKSRC}/celestia.desktop \
- ${PREFIX}/share/kde/applnk/Edutainment/Science/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/kde/apps/celestia
- ${INSTALL_DATA} ${KDEWRKSRC}/bookmarks.xml \
- ${PREFIX}/share/kde/apps/celestia/
- ${INSTALL_DATA} ${KDEWRKSRC}/celestia-splash.jpg \
- ${PREFIX}/share/kde/apps/celestia/
- ${INSTALL_DATA} ${KDEWRKSRC}/celestiaui.rc \
- ${PREFIX}/share/kde/apps/celestia/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/kde/apps/celestia/favicons
-.for nn in 20830192652097 20830192655186 21210223316001 21212191412299 \
- 21215164511359 21215164726547 21215170159036 30106235954721
- ${INSTALL_DATA} ${KDEWRKSRC}/celestia_200${nn}.png \
- ${PREFIX}/share/kde/apps/celestia/favicons/
-.endfor
- ${INSTALL_DATA} ${KDEWRKSRC}/celestiarc ${PREFIX}/share/kde/config/
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/kde/HTML/en/celestia
-.for nn in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 \
- 25 26 27 28 29 30 221
- ${INSTALL_DATA} ${KDEWRKSRC}/../doc/celestia/fig${nn}.jpg \
- ${PREFIX}/share/doc/kde/HTML/en/celestia/
-.endfor
- ${INSTALL_DATA} ${KDEWRKSRC}/../doc/celestia/index.cache.bz2 \
- ${PREFIX}/share/doc/kde/HTML/en/celestia/
- ${INSTALL_DATA} ${KDEWRKSRC}/../doc/celestia/index.docbook \
- ${PREFIX}/share/doc/kde/HTML/en/celestia/
-.for nn in 16 22 32 48
- ${INSTALL_DATA_DIR} ${PREFIX}/share/kde/icons/hicolor/${nn}x${nn}/apps
- ${INSTALL_DATA} ${KDEWRKSRC}/hi${nn}-app-celestia.png \
- ${PREFIX}/share/kde/icons/hicolor/${nn}x${nn}/apps/celestia.png
-.endfor
- ${INSTALL_DATA} ${KDEWRKSRC}/x-celestia-script.desktop \
- ${PREFIX}/share/kde/mimelnk/application/
- ${INSTALL_DATA} ${KDEWRKSRC}/celestia.protocol \
- ${PREFIX}/share/kde/services/
-
-.include "../../x11/kdelibs3/buildlink3.mk"
-.include "../../x11/qt3-tools/buildlink3.mk"
-# XXX Please verify whether qt3-tools is really needed at run-time.
-# If it is, then remove this comment. If it is not, then remove
-# this comment and the line below, and bump PKGREVISION.
-BUILDLINK_DEPMETHOD.qt3-tools= full
-
-.include "../../misc/celestia/Makefile.common"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/misc/celestia-kde/PLIST b/misc/celestia-kde/PLIST
deleted file mode 100644
index a40692f20f9..00000000000
--- a/misc/celestia-kde/PLIST
+++ /dev/null
@@ -1,57 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2004/11/16 14:34:10 adam Exp $
-bin/kcelestia
-share/doc/kde/HTML/en/celestia/fig1.jpg
-share/doc/kde/HTML/en/celestia/fig10.jpg
-share/doc/kde/HTML/en/celestia/fig11.jpg
-share/doc/kde/HTML/en/celestia/fig12.jpg
-share/doc/kde/HTML/en/celestia/fig13.jpg
-share/doc/kde/HTML/en/celestia/fig14.jpg
-share/doc/kde/HTML/en/celestia/fig15.jpg
-share/doc/kde/HTML/en/celestia/fig16.jpg
-share/doc/kde/HTML/en/celestia/fig17.jpg
-share/doc/kde/HTML/en/celestia/fig18.jpg
-share/doc/kde/HTML/en/celestia/fig19.jpg
-share/doc/kde/HTML/en/celestia/fig2.jpg
-share/doc/kde/HTML/en/celestia/fig20.jpg
-share/doc/kde/HTML/en/celestia/fig21.jpg
-share/doc/kde/HTML/en/celestia/fig22.jpg
-share/doc/kde/HTML/en/celestia/fig221.jpg
-share/doc/kde/HTML/en/celestia/fig23.jpg
-share/doc/kde/HTML/en/celestia/fig24.jpg
-share/doc/kde/HTML/en/celestia/fig25.jpg
-share/doc/kde/HTML/en/celestia/fig26.jpg
-share/doc/kde/HTML/en/celestia/fig27.jpg
-share/doc/kde/HTML/en/celestia/fig28.jpg
-share/doc/kde/HTML/en/celestia/fig29.jpg
-share/doc/kde/HTML/en/celestia/fig3.jpg
-share/doc/kde/HTML/en/celestia/fig30.jpg
-share/doc/kde/HTML/en/celestia/fig4.jpg
-share/doc/kde/HTML/en/celestia/fig5.jpg
-share/doc/kde/HTML/en/celestia/fig6.jpg
-share/doc/kde/HTML/en/celestia/fig7.jpg
-share/doc/kde/HTML/en/celestia/fig8.jpg
-share/doc/kde/HTML/en/celestia/fig9.jpg
-share/doc/kde/HTML/en/celestia/index.cache.bz2
-share/doc/kde/HTML/en/celestia/index.docbook
-share/kde/applnk/Edutainment/Science/celestia.desktop
-share/kde/apps/celestia/bookmarks.xml
-share/kde/apps/celestia/celestia-splash.jpg
-share/kde/apps/celestia/celestiaui.rc
-share/kde/apps/celestia/favicons/celestia_20020830192652097.png
-share/kde/apps/celestia/favicons/celestia_20020830192655186.png
-share/kde/apps/celestia/favicons/celestia_20021210223316001.png
-share/kde/apps/celestia/favicons/celestia_20021212191412299.png
-share/kde/apps/celestia/favicons/celestia_20021215164511359.png
-share/kde/apps/celestia/favicons/celestia_20021215164726547.png
-share/kde/apps/celestia/favicons/celestia_20021215170159036.png
-share/kde/apps/celestia/favicons/celestia_20030106235954721.png
-share/kde/config/celestiarc
-share/kde/icons/hicolor/16x16/apps/celestia.png
-share/kde/icons/hicolor/22x22/apps/celestia.png
-share/kde/icons/hicolor/32x32/apps/celestia.png
-share/kde/icons/hicolor/48x48/apps/celestia.png
-share/kde/mimelnk/application/x-celestia-script.desktop
-share/kde/services/celestia.protocol
-@dirrm share/kde/apps/celestia/favicons
-@dirrm share/kde/apps/celestia
-@dirrm share/doc/kde/HTML/en/celestia