Skip to content

Commit

Permalink
astro/indiwebmanagerapp: NEW: Graphical program to manage an INDI Web…
Browse files Browse the repository at this point in the history
…Manager

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
  • Loading branch information
alonsobsd committed May 23, 2021
1 parent 1a68cb5 commit 5604cde
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions astro/Makefile
Expand Up @@ -22,6 +22,7 @@
SUBDIR += gpsprune
SUBDIR += gpstk
SUBDIR += gpxloggerd
SUBDIR += indiwebmanagerapp
SUBDIR += jday
SUBDIR += josm
SUBDIR += kosmindoormap
Expand Down
23 changes: 23 additions & 0 deletions astro/indiwebmanagerapp/Makefile
@@ -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 changes: 3 additions & 0 deletions astro/indiwebmanagerapp/distinfo
@@ -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 changes: 13 additions & 0 deletions astro/indiwebmanagerapp/pkg-descr
@@ -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 changes: 2 additions & 0 deletions astro/indiwebmanagerapp/pkg-plist
@@ -0,0 +1,2 @@
bin/INDIWebManagerApp
share/config.kcfg/INDIWebManagerApp.kcfg

0 comments on commit 5604cde

Please sign in to comment.