New port: astro/kstars, current version of astro/kstars-kde4

This commit is contained in:
Tobias C. Berner 2018-04-28 20:32:37 +00:00
parent ddb2f5c35d
commit 84513d2788
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468592
6 changed files with 1438 additions and 1 deletions

1
MOVED
View file

@ -9983,7 +9983,6 @@ deskutils/kdeplasma-addons|deskutils/kdeplasma-addons-kde4|2018-02-22|Make room
games/pairs|games/pairs-kde4|2018-02-22|Make room for KDE updates
audio/kio-audiocd|audio/kio-audiocd-kde4|2018-02-22|Make room for KDE updates
audio/kscd|audio/kscd-kde4|2018-02-22|Make room for KDE updates
astro/kstars|astro/kstars-kde4|2018-02-22|Make room for KDE updates
comms/kremotecontrol|comms/kremotecontrol-kde4|2018-02-22|Make room for KDE updates
graphics/ksnapshot|graphics/ksnapshot-kde4|2018-02-22|Make room for KDE updates
graphics/ksaneplugin|graphics/ksaneplugin-kde4|2018-02-22|Make room for KDE updates

View file

@ -29,6 +29,7 @@
SUBDIR += gpxloggerd
SUBDIR += jday
SUBDIR += josm
SUBDIR += kstars
SUBDIR += kstars-kde4
SUBDIR += libgal
SUBDIR += libkgeomap

35
astro/kstars/Makefile Normal file
View file

@ -0,0 +1,35 @@
# $FreeBSD$
PORTNAME= kstars
DISTVERSION= 2.8.9
PORTEPOCH= 1
CATEGORIES= astro kde
MASTER_SITES= KDE/stable/${PORTNAME}
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE desktop planetarium
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcfitsio.so:astro/cfitsio \
libwcs.so:astro/wcslib
BUILD_DEPENDS= xplanet:astro/xplanet
RUN_DEPENDS= xplanet:astro/xplanet
USES= cmake:outsource compiler:c++11-lib eigen:3 gettext kde:5 \
pkgconfig tar:xz
USE_KDE= config dbusaddons doctools ecm guiaddons i18n iconthemes init \
jobwidgets kio newstuff notifications parts plotting \
texteditor widgetsaddons xmlgui
USE_QT5= buildtools_build core gui multimedia network opengl \
printsupport qmake_build qml quick sql svg testlib widgets \
xml
post-patch:
# climits defines ULLONG_MAX and LLONG_MAX
${REINPLACE_CMD} -e 's#ULONG_LONG_MAX#ULLONG_MAX#g' \
-e 's#LONG_LONG_MAX#LLONG_MAX#g' \
${WRKSRC}/kstars/fitsviewer/fitsdata.cpp
.include <bsd.port.mk>

3
astro/kstars/distinfo Normal file
View file

@ -0,0 +1,3 @@
TIMESTAMP = 1514023494
SHA256 (kstars-2.8.9.tar.xz) = b4b5618f9febb3f5558804f2df773ad1bbd7d4b51605c7a24435ad179981f098
SIZE (kstars-2.8.9.tar.xz) = 63255720

7
astro/kstars/pkg-descr Normal file
View file

@ -0,0 +1,7 @@
KStars is a desktop planetarium for KDE. It provides an accurate
graphical simulation of the night sky, from any location on Earth, at
any date and time. The display includes up to 100 million stars,
13,000 deep-sky objects, all 8 planets, the Sun and Moon, and
thousands of comets and asteroids.
WWW: http://edu.kde.org/kstars

1392
astro/kstars/pkg-plist Normal file

File diff suppressed because it is too large Load diff