astro/indiwebmanagerapp: NEW: Graphical program to manage an INDI WebManager
A Graphical program to Manage, Configure, Launch, and Monitor an INDI WebManager on OS X, Linux and FreeBSD What it does: - Allows easy and extensive configuration of the options for an INDI Web Manager and an INDI server. - Makes it easy to set up a Stand alone INDI Server on OS X. - Allows the setup of an INDI Web Manager on an OS X machine (which was formerly VERY difficult) - Provides a GUI interface for Starting, Stoping, Accessing, Configuring, and Monitoring an INDI Web Manager and INDI Server on OS X and Linux WWW: https://github.com/rlancaste/INDIWebManagerApp
This commit is contained in:
parent
1a68cb5c34
commit
5604cde7d1
@ -22,6 +22,7 @@
|
||||
SUBDIR += gpsprune
|
||||
SUBDIR += gpstk
|
||||
SUBDIR += gpxloggerd
|
||||
SUBDIR += indiwebmanagerapp
|
||||
SUBDIR += jday
|
||||
SUBDIR += josm
|
||||
SUBDIR += kosmindoormap
|
||||
|
23
astro/indiwebmanagerapp/Makefile
Normal file
23
astro/indiwebmanagerapp/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
PORTNAME= indiwebmanagerapp
|
||||
DISTVERSION= 1.6
|
||||
CATEGORIES= astro
|
||||
|
||||
MAINTAINER= acm@FreeBSD.org
|
||||
COMMENT= Graphical program to manage an INDI WebManager
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= indiserver:devel/indi \
|
||||
${PYTHON_PKGNAMEPREFIX}indiweb>0:astro/py-indiweb@${PY_FLAVOR}
|
||||
|
||||
USES= cmake iconv gettext kde:5 ninja qt:5 pkgconfig python:3.5+
|
||||
USE_KDE= auth bookmarks codecs completion config configwidgets \
|
||||
coreaddons doctools i18n kio itemviews jobwidgets service \
|
||||
solid widgetsaddons windowsystem xmlgui
|
||||
USE_QT= buildtools concurrent core dbus gui qmake_build network widgets \
|
||||
xml
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= rlancaste
|
||||
GH_PROJECT= INDIWebManagerApp
|
||||
|
||||
.include <bsd.port.mk>
|
3
astro/indiwebmanagerapp/distinfo
Normal file
3
astro/indiwebmanagerapp/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1621750232
|
||||
SHA256 (rlancaste-INDIWebManagerApp-1.6_GH0.tar.gz) = 8bb0d62f6e208381a89997989105253eef8db692fb1d105fcaf5f70dd63a8cb2
|
||||
SIZE (rlancaste-INDIWebManagerApp-1.6_GH0.tar.gz) = 1474857
|
13
astro/indiwebmanagerapp/pkg-descr
Normal file
13
astro/indiwebmanagerapp/pkg-descr
Normal file
@ -0,0 +1,13 @@
|
||||
A Graphical program to Manage, Configure, Launch, and Monitor an INDI
|
||||
WebManager on OS X, Linux and FreeBSD
|
||||
|
||||
What it does:
|
||||
- Allows easy and extensive configuration of the options for an INDI Web
|
||||
Manager and an INDI server.
|
||||
- Makes it easy to set up a Stand alone INDI Server on OS X.
|
||||
- Allows the setup of an INDI Web Manager on an OS X machine (which was
|
||||
formerly VERY difficult)
|
||||
- Provides a GUI interface for Starting, Stoping, Accessing, Configuring, and
|
||||
Monitoring an INDI Web Manager and INDI Server on OS X and Linux
|
||||
|
||||
WWW: https://github.com/rlancaste/INDIWebManagerApp
|
2
astro/indiwebmanagerapp/pkg-plist
Normal file
2
astro/indiwebmanagerapp/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/INDIWebManagerApp
|
||||
share/config.kcfg/INDIWebManagerApp.kcfg
|
Loading…
Reference in New Issue
Block a user