File metadata and streaming library
As of march 5th the Charon library is the responsibility of the Embedded Applications team. Pull requests to MASTER have to be verified by the Embedded Applications team. WWW: https://github.com/Ultimaker/libCharon
This commit is contained in:
parent
8b263ac621
commit
735b720550
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=529140
5 changed files with 55 additions and 0 deletions
|
@ -349,6 +349,7 @@
|
||||||
SUBDIR += libarms
|
SUBDIR += libarms
|
||||||
SUBDIR += libbgpdump
|
SUBDIR += libbgpdump
|
||||||
SUBDIR += libcapn
|
SUBDIR += libcapn
|
||||||
|
SUBDIR += libcharon
|
||||||
SUBDIR += libcmis
|
SUBDIR += libcmis
|
||||||
SUBDIR += libcoap
|
SUBDIR += libcoap
|
||||||
SUBDIR += libdaq
|
SUBDIR += libdaq
|
||||||
|
|
22
net/libcharon/Makefile
Normal file
22
net/libcharon/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
PORTNAME= libCharon
|
||||||
|
DISTVERSION= 4.5.0
|
||||||
|
CATEGORIES= net devel cad
|
||||||
|
DIST_SUBDIR= Ultimaker
|
||||||
|
|
||||||
|
MAINTAINER= db@FreeBSD.org
|
||||||
|
COMMENT= File metadata and streaming library
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
||||||
|
USES= cmake python:3.4+
|
||||||
|
STRIP=
|
||||||
|
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_ACCOUNT= Ultimaker
|
||||||
|
USE_GITHUB= yes
|
||||||
|
GH_TAGNAME= bfd36d0
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
net/libcharon/distinfo
Normal file
3
net/libcharon/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1584018065
|
||||||
|
SHA256 (Ultimaker/Ultimaker-libCharon-4.5.0-bfd36d0_GH0.tar.gz) = 9c37f847993510555908743644b25fb6cd8e5957ad849d219661f7d2ad9d4fad
|
||||||
|
SIZE (Ultimaker/Ultimaker-libCharon-4.5.0-bfd36d0_GH0.tar.gz) = 145487
|
7
net/libcharon/pkg-descr
Normal file
7
net/libcharon/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
File metadata and streaming library
|
||||||
|
|
||||||
|
As of march 5th the Charon library is the responsibility of the Embedded
|
||||||
|
Applications team. Pull requests to MASTER have to be verified by the
|
||||||
|
Embedded Applications team.
|
||||||
|
|
||||||
|
WWW: https://github.com/Ultimaker/libCharon
|
22
net/libcharon/pkg-plist
Normal file
22
net/libcharon/pkg-plist
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Client/DBusInterface.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Client/Request.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Client/__init__.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Client/test_glib.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Client/test_qt.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/FileInterface.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/OpenMode.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/ReadOnlyError.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Service/FileService.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Service/RequestQueue.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Service/__init__.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/Service/main.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/VirtualFile.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/WriteOnlyError.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/__init__.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/filetypes/GCodeFile.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/filetypes/GCodeGzFile.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/filetypes/OpenPackagingConvention.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/filetypes/UltimakerFormatPackage.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/Charon/filetypes/__init__.py
|
||||||
|
lib/systemd/system/charon.service
|
||||||
|
share/dbus-1/system.d/nl.ultimaker.charon.conf
|
Loading…
Reference in a new issue