diff options
author | adam <adam@pkgsrc.org> | 2006-10-06 21:01:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-10-06 21:01:57 +0000 |
commit | 036db8601c64be341a84376d71dc54fb375f491a (patch) | |
tree | 51a25a36c94cc53a103a9717e67a5d0956746240 /misc/stellarium | |
parent | b0eef7bd3e8c53192b5e6a183f529911b8cda3db (diff) | |
download | pkgsrc-036db8601c64be341a84376d71dc54fb375f491a.tar.gz |
Changes 0.8.2:
Re-enabled some script recording features (select, pan/tilt, zoom)
Fixed win95/98 missing .dll bug.
Applied patch for sun C/C++ compiler to work.
Hopefully fixed buggy text display using patch from David ZH.R. Huang
Applied patch for MacOSX compilation.
Display real language names instead of two letters codes in the GUI.
Removed HR landscape and added Ocean instead.
Many bug fixes from sf.net.
Added new translations for af vi he mt bg th ar and updated the others.
Diffstat (limited to 'misc/stellarium')
-rw-r--r-- | misc/stellarium/Makefile | 4 | ||||
-rw-r--r-- | misc/stellarium/PLIST | 28 | ||||
-rw-r--r-- | misc/stellarium/distinfo | 8 |
3 files changed, 25 insertions, 15 deletions
diff --git a/misc/stellarium/Makefile b/misc/stellarium/Makefile index f7086ef89d1..3ba99df88c4 100644 --- a/misc/stellarium/Makefile +++ b/misc/stellarium/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2006/10/01 10:27:19 adam Exp $ +# $NetBSD: Makefile,v 1.18 2006/10/06 21:01:57 adam Exp $ -DISTNAME= stellarium-0.8.1 +DISTNAME= stellarium-0.8.2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=stellarium/} diff --git a/misc/stellarium/PLIST b/misc/stellarium/PLIST index 531fdfbdad5..39064c105a8 100644 --- a/misc/stellarium/PLIST +++ b/misc/stellarium/PLIST @@ -1,7 +1,10 @@ -@comment $NetBSD: PLIST,v 1.5 2006/10/01 10:27:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.6 2006/10/06 21:01:57 adam Exp $ bin/stellarium man/man1/stellarium.1 +share/locale/af/LC_MESSAGES/stellarium.mo +share/locale/ar/LC_MESSAGES/stellarium.mo share/locale/az/LC_MESSAGES/stellarium.mo +share/locale/bg/LC_MESSAGES/stellarium.mo share/locale/ca/LC_MESSAGES/stellarium.mo share/locale/cs/LC_MESSAGES/stellarium.mo share/locale/da/LC_MESSAGES/stellarium.mo @@ -14,12 +17,14 @@ share/locale/fa/LC_MESSAGES/stellarium.mo share/locale/fi/LC_MESSAGES/stellarium.mo share/locale/fr/LC_MESSAGES/stellarium.mo share/locale/ga/LC_MESSAGES/stellarium.mo +share/locale/he/LC_MESSAGES/stellarium.mo share/locale/hu/LC_MESSAGES/stellarium.mo share/locale/id/LC_MESSAGES/stellarium.mo share/locale/it/LC_MESSAGES/stellarium.mo share/locale/ja/LC_MESSAGES/stellarium.mo share/locale/ko/LC_MESSAGES/stellarium.mo share/locale/lv/LC_MESSAGES/stellarium.mo +share/locale/mt/LC_MESSAGES/stellarium.mo share/locale/nb/LC_MESSAGES/stellarium.mo share/locale/nl/LC_MESSAGES/stellarium.mo share/locale/nn/LC_MESSAGES/stellarium.mo @@ -30,8 +35,10 @@ share/locale/ro/LC_MESSAGES/stellarium.mo share/locale/ru/LC_MESSAGES/stellarium.mo share/locale/sk/LC_MESSAGES/stellarium.mo share/locale/sv/LC_MESSAGES/stellarium.mo +share/locale/th/LC_MESSAGES/stellarium.mo share/locale/tr/LC_MESSAGES/stellarium.mo share/locale/uk/LC_MESSAGES/stellarium.mo +share/locale/vi/LC_MESSAGES/stellarium.mo share/locale/zh_CN/LC_MESSAGES/stellarium.mo share/locale/zh_HK/LC_MESSAGES/stellarium.mo share/locale/zh_TW/LC_MESSAGES/stellarium.mo @@ -44,6 +51,7 @@ share/stellarium/data/double_txt.dat share/stellarium/data/fontmap.dat share/stellarium/data/hipparcos.fab share/stellarium/data/icon.bmp +share/stellarium/data/iso639-1.utf8 share/stellarium/data/landscapes.ini share/stellarium/data/name.fab share/stellarium/data/nebula_textures.fab @@ -208,20 +216,13 @@ share/stellarium/textures/europa.png share/stellarium/textures/fog.png share/stellarium/textures/fogridge.png share/stellarium/textures/ganymede.png +share/stellarium/textures/h1990-20.png share/stellarium/textures/halo.png share/stellarium/textures/headermenu.png share/stellarium/textures/hyperion.png share/stellarium/textures/iapetus.png share/stellarium/textures/io.png share/stellarium/textures/jupiter.png -share/stellarium/textures/landscapes/HR1.png -share/stellarium/textures/landscapes/HR2.png -share/stellarium/textures/landscapes/HR3.png -share/stellarium/textures/landscapes/HR4.png -share/stellarium/textures/landscapes/HR5.png -share/stellarium/textures/landscapes/HR6.png -share/stellarium/textures/landscapes/HR7.png -share/stellarium/textures/landscapes/HRb.png share/stellarium/textures/landscapes/apollo17.png share/stellarium/textures/landscapes/guereins1.png share/stellarium/textures/landscapes/guereins2.png @@ -241,6 +242,15 @@ share/stellarium/textures/landscapes/hurricane6.png share/stellarium/textures/landscapes/hurricane7.png share/stellarium/textures/landscapes/hurricane8.png share/stellarium/textures/landscapes/hurricaneb.png +share/stellarium/textures/landscapes/ocean1.png +share/stellarium/textures/landscapes/ocean2.png +share/stellarium/textures/landscapes/ocean3.png +share/stellarium/textures/landscapes/ocean4.png +share/stellarium/textures/landscapes/ocean5.png +share/stellarium/textures/landscapes/ocean6.png +share/stellarium/textures/landscapes/ocean7.png +share/stellarium/textures/landscapes/ocean8.png +share/stellarium/textures/landscapes/ocean9.png share/stellarium/textures/landscapes/trees_512.png share/stellarium/textures/logo24bits.png share/stellarium/textures/lune.png diff --git a/misc/stellarium/distinfo b/misc/stellarium/distinfo index bde370ddc7e..bb0a1b540ab 100644 --- a/misc/stellarium/distinfo +++ b/misc/stellarium/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2006/10/01 10:27:19 adam Exp $ +$NetBSD: distinfo,v 1.6 2006/10/06 21:01:57 adam Exp $ -SHA1 (stellarium-0.8.1.tar.gz) = 036c7427544084a9bd9211b83f7ee3b82de6b994 -RMD160 (stellarium-0.8.1.tar.gz) = 8c8363c8778af7486ccfb48c07550ea7b6659c36 -Size (stellarium-0.8.1.tar.gz) = 18949733 bytes +SHA1 (stellarium-0.8.2.tar.gz) = f5721df4cd64ad1673d10a56e340d3d96d4827dd +RMD160 (stellarium-0.8.2.tar.gz) = cd6c8fe909bc247a46d02f0184929aba781ff1b6 +Size (stellarium-0.8.2.tar.gz) = 16575379 bytes |