pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc Removed celestia{-gtk,-gnome,-kde}; use celestia/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/319163cd59b1
branches: trunk
changeset: 508342:319163cd59b1
user: adam <adam%pkgsrc.org@localhost>
date: Fri Feb 17 23:49:19 2006 +0000
description:
Removed celestia{-gtk,-gnome,-kde}; use celestia/options.mk to select a gui
diffstat:
misc/Makefile | 5 +--
misc/celestia-gnome/DESCR | 10 ------
misc/celestia-gnome/Makefile | 29 -------------------
misc/celestia-gnome/PLIST | 5 ---
misc/celestia-gtk/DESCR | 10 ------
misc/celestia-gtk/Makefile | 24 ----------------
misc/celestia-gtk/PLIST | 2 -
misc/celestia-kde/DESCR | 10 ------
misc/celestia-kde/Makefile | 66 --------------------------------------------
misc/celestia-kde/PLIST | 57 --------------------------------------
10 files changed, 1 insertions(+), 217 deletions(-)
diffs (268 lines):
diff -r 8bf2d6cdbc2d -r 319163cd59b1 misc/Makefile
--- a/misc/Makefile Fri Feb 17 23:46:39 2006 +0000
+++ b/misc/Makefile Fri Feb 17 23:49:19 2006 +0000
@@ -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+= bsdiff
SUBDIR+= buffer
SUBDIR+= celestia
-SUBDIR+= celestia-gnome
-SUBDIR+= celestia-gtk
-SUBDIR+= celestia-kde
SUBDIR+= chipmunk
SUBDIR+= chord
SUBDIR+= cksfv
diff -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-gnome/DESCR
--- a/misc/celestia-gnome/DESCR Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-gnome/Makefile
--- a/misc/celestia-gnome/Makefile Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-gnome/PLIST
--- a/misc/celestia-gnome/PLIST Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-gtk/DESCR
--- a/misc/celestia-gtk/DESCR Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-gtk/Makefile
--- a/misc/celestia-gtk/Makefile Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-gtk/PLIST
--- a/misc/celestia-gtk/PLIST Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/10 16:40:56 adam Exp $
-bin/gtkcelestia
diff -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-kde/DESCR
--- a/misc/celestia-kde/DESCR Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-kde/Makefile
--- a/misc/celestia-kde/Makefile Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 8bf2d6cdbc2d -r 319163cd59b1 misc/celestia-kde/PLIST
--- a/misc/celestia-kde/PLIST Fri Feb 17 23:46:39 2006 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index