FreeBSD Bugzilla – Attachment 256273 Details for
Bug 276820
devel/indi: update to 2.0.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] devel/indi: improve port
0001-devel-indi-improve-port.patch (text/plain), 2.48 KB, created by
Älven
on 2024-12-29 18:54:08 UTC
(
hide
)
Description:
[PATCH] devel/indi: improve port
Filename:
MIME Type:
Creator:
Älven
Created:
2024-12-29 18:54:08 UTC
Size:
2.48 KB
patch
obsolete
>From 514bd730208133d20c73a351b036b85a17da8bc2 Mon Sep 17 00:00:00 2001 >From: Ãlven <alster@vinterdalen.se> >Date: Sun, 8 Dec 2024 09:05:28 +0400 >Subject: [PATCH] devel/indi: improve port > >+ Add astro to CATEGORIES >+ Add main site WWW >* Sort LIB_DEPENDS >* Improve pkg-descr >--- > devel/indi/Makefile | 11 +++++++---- > devel/indi/pkg-descr | 24 ++++++++++++++++++++++-- > 2 files changed, 29 insertions(+), 6 deletions(-) > >diff --git a/devel/indi/Makefile b/devel/indi/Makefile >index fcf7389d66bb..755019a01488 100644 >--- a/devel/indi/Makefile >+++ b/devel/indi/Makefile >@@ -1,20 +1,23 @@ > PORTNAME= indi > DISTVERSIONPREFIX= v > DISTVERSION= 2.1.1 >-CATEGORIES= devel >+CATEGORIES= devel astro > > MAINTAINER= acm@FreeBSD.org > COMMENT= Implementation of the Instrument-Neutral-Device-Interface protocol >-WWW= https://github.com/indilib/indi >+WWW= https://www.indilib.org/ \ >+ https://github.com/indilib/indi/ > > LICENSE= LGPL21 > > BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev2.h:multimedia/v4l_compat > LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ >- libnova.so:astro/libnova \ > libcurl.so:ftp/curl \ >- libgsl.so:math/gsl \ >+ libev.so:devel/libev \ > libfftw3.so:math/fftw3 \ >+ libgsl.so:math/gsl \ >+ libnova.so:astro/libnova \ >+ libogg.so:audio/libogg \ > libtheora.so:multimedia/libtheora \ > libogg.so:audio/libogg \ > libev.so:devel/libev \ >diff --git a/devel/indi/pkg-descr b/devel/indi/pkg-descr >index 1eb0c8918cf2..2dc9214e1a5f 100644 >--- a/devel/indi/pkg-descr >+++ b/devel/indi/pkg-descr >@@ -1,3 +1,23 @@ >-INDI is a standard for astronomical instrumentation control. INDI Library is >-an Open Source POSIX implementation of the Instrument-Neutral-Device-Interface >+INDI is a standard for astronomical instrumentation control. INDI Library is an >+Open Source POSIX implementation of the Instrument-Neutral-Device-Interface > protocol. >+ >+INDI core library is composed of the following components: >+ >+* INDI Server. >+* INDI Core Drivers: Hardware drivers that communicate with the equipment. >+ Many devices are supported including: >+- Mounts >+- CCDs, CMOS, Webcams, DSLRs (Canon, Nikon, Sony, Pentax..etc). >+- Focusers >+- Filter Wheels >+- Adaptive Optics >+- Domes >+- GPS >+- Weather Stations >+- Controllers >+- Auxiliary Devices (switches, watchdog, relays, light sources, measurement >+ devices..etc). >+* Client Library: Cross-platform POSIX and Qt5-based client libraries. The >+ client libraries can be embedded in 3rd party applications to communicate >+ with INDI server and devices. >-- >2.47.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
alster
:
maintainer-approval?
(
acm
)
Actions:
View
|
Diff
Attachments on
bug 276820
:
255695
| 256273