Update to 0.8.2

This commit is contained in:
Patrick Li 2001-12-17 23:13:46 +00:00
parent e9387fb0e5
commit 7367e4e6a8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51709
4 changed files with 58 additions and 6 deletions

View file

@ -6,14 +6,16 @@
#
PORTNAME= kstars
PORTVERSION= 0.7
PORTVERSION= 0.8.2
CATEGORIES= astro kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.2//}
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_KDELIBS_VER= 2
CONFIGURE_ENV= KDEDIR="${LOCALBASE}"

View file

@ -1 +1 @@
MD5 (kstars-0.7.tar.gz) = 49fc6efd17e04b845cc2f9541bb07e45
MD5 (kstars-0.8.2.tar.gz) = 9c13d29b405123b818771570f8649e06

View file

@ -0,0 +1,11 @@
--- kstars/skyobject.h.orig Mon Dec 17 18:06:52 2001
+++ kstars/skyobject.h Mon Dec 17 18:07:06 2001
@@ -101,7 +101,7 @@
/**
*Return translated name
*/
- QString translatedName() { return i18n(name.utf8().data());}
+ QString translatedName() { return i18n(name.local8Bit().data());}
/**
*Return the local time that the object will rise
*@param jd current Julian date

View file

@ -1,8 +1,10 @@
bin/kstars
share/applnk/Applications/kstars.desktop
share/apps/kstars/Cities.dat
share/apps/kstars/chart.colors
share/apps/kstars/clines.dat
share/apps/kstars/cnames.dat
share/apps/kstars/default.colors
share/apps/kstars/earth.B0.vsop
share/apps/kstars/earth.B1.vsop
share/apps/kstars/earth.B2.vsop
@ -197,7 +199,17 @@ share/apps/kstars/moon8.png
share/apps/kstars/moon9.png
share/apps/kstars/moonB.dat
share/apps/kstars/moonLR.dat
share/apps/kstars/mw.dat
share/apps/kstars/mw01.dat
share/apps/kstars/mw02.dat
share/apps/kstars/mw03.dat
share/apps/kstars/mw04.dat
share/apps/kstars/mw05.dat
share/apps/kstars/mw06.dat
share/apps/kstars/mw07.dat
share/apps/kstars/mw08.dat
share/apps/kstars/mw09.dat
share/apps/kstars/mw10.dat
share/apps/kstars/mw11.dat
share/apps/kstars/neptune.B0.vsop
share/apps/kstars/neptune.B1.vsop
share/apps/kstars/neptune.B2.vsop
@ -217,6 +229,7 @@ share/apps/kstars/neptune.R3.vsop
share/apps/kstars/neptune.R4.vsop
share/apps/kstars/neptune.png
share/apps/kstars/ngc2000.dat
share/apps/kstars/night.colors
share/apps/kstars/pluto.freq
share/apps/kstars/pluto.png
share/apps/kstars/pluto.x
@ -279,19 +292,45 @@ share/apps/kstars/venus.R3.vsop
share/apps/kstars/venus.R4.vsop
share/apps/kstars/venus.R5.vsop
share/apps/kstars/venus.png
share/doc/HTML/en/kstars/common
share/doc/HTML/en/kstars/ai-contents.docbook
share/doc/HTML/en/kstars/astroinfo.docbook
share/doc/HTML/en/kstars/commands.docbook
share/doc/HTML/en/kstars/config.docbook
share/doc/HTML/en/kstars/cpoles.docbook
share/doc/HTML/en/kstars/credits.docbook
share/doc/HTML/en/kstars/csphere.docbook
share/doc/HTML/en/kstars/ecliptic.docbook
share/doc/HTML/en/kstars/equinox.docbook
share/doc/HTML/en/kstars/faq.docbook
share/doc/HTML/en/kstars/geocoords.docbook
share/doc/HTML/en/kstars/greatcircle.docbook
share/doc/HTML/en/kstars/horizon.docbook
share/doc/HTML/en/kstars/hourangle.docbook
share/doc/HTML/en/kstars/index.docbook
share/doc/HTML/en/kstars/install.docbook
share/doc/HTML/en/kstars/julianday.docbook
share/doc/HTML/en/kstars/leapyear.docbook
share/doc/HTML/en/kstars/meridian.docbook
share/doc/HTML/en/kstars/precession.docbook
share/doc/HTML/en/kstars/quicktour.docbook
share/doc/HTML/en/kstars/retrograde.docbook
share/doc/HTML/en/kstars/screen1.png
share/doc/HTML/en/kstars/screen2.png
share/doc/HTML/en/kstars/screen3.png
share/doc/HTML/en/kstars/screen4.png
share/doc/HTML/en/kstars/sidereal.docbook
share/doc/HTML/en/kstars/skycoords.docbook
share/doc/HTML/en/kstars/timezones.docbook
share/doc/HTML/en/kstars/utime.docbook
share/doc/HTML/en/kstars/zenith.docbook
share/icons/hicolor/16x16/apps/kstars.png
share/icons/hicolor/32x32/apps/kstars.png
share/icons/hicolor/48x48/apps/kstars.png
share/icons/locolor/16x16/apps/kstars.png
share/icons/locolor/32x32/apps/kstars.png
share/icons/locolor/48x48/apps/kstars.png
share/locale/de/LC_MESSAGES/kstars.mo
share/locale/fr/LC_MESSAGES/kstars.mo
share/locale/de/LC_MESSAGES/kstars-0.8.mo
share/locale/fr/LC_MESSAGES/kstars-0.8.mo
@unexec rmdir %D/share/locale/fr/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fr 2>/dev/null || true
@unexec rmdir %D/share/locale/de/LC_MESSAGES 2>/dev/null || true