mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
devel/p8-platform: add new port
PR: 207552 Submitted by: mickael.maillot@gmail.com Platform support library used by libCEC and binary add-ons for Kodi https://github.com/Pulse-Eight/platform
This commit is contained in:
parent
f7731c8be8
commit
7082dfb47f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=411230
@ -3495,6 +3495,7 @@
|
||||
SUBDIR += p5-uni-perl
|
||||
SUBDIR += p5-version
|
||||
SUBDIR += p65
|
||||
SUBDIR += p8-platform
|
||||
SUBDIR += paexec
|
||||
SUBDIR += papi
|
||||
SUBDIR += papp
|
||||
|
26
devel/p8-platform/Makefile
Normal file
26
devel/p8-platform/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= p8-platform
|
||||
PORTVERSION= 2.0.1
|
||||
DISTVERSIONPREFIX= ${PORTNAME}-
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= mickael.maillot@gmail.com
|
||||
COMMENT= Platform support library used by libCEC and binary add-ons for Kodi
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Pulse-Eight
|
||||
GH_PROJECT= platform
|
||||
|
||||
USES= cmake
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS= -DBUILD_SHARED_LIBS:BOOL=ON
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/SOVERSION/ s|\.0||' \
|
||||
-e 's|$${CMAKE_INSTALL_LIBDIR_NOARCH}/pkgconfig|libdata/pkgconfig|' \
|
||||
${WRKSRC}/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p8-platform/distinfo
Normal file
2
devel/p8-platform/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Pulse-Eight-platform-p8-platform-2.0.1_GH0.tar.gz) = e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf
|
||||
SIZE (Pulse-Eight-platform-p8-platform-2.0.1_GH0.tar.gz) = 74676
|
3
devel/p8-platform/pkg-descr
Normal file
3
devel/p8-platform/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Platform support library used by libCEC and binary add-ons for Kodi
|
||||
|
||||
WWW: https://github.com/Pulse-Eight/platform
|
21
devel/p8-platform/pkg-plist
Normal file
21
devel/p8-platform/pkg-plist
Normal file
@ -0,0 +1,21 @@
|
||||
include/p8-platform/os.h
|
||||
include/p8-platform/posix/os-socket.h
|
||||
include/p8-platform/posix/os-threads.h
|
||||
include/p8-platform/posix/os-types.h
|
||||
include/p8-platform/sockets/cdevsocket.h
|
||||
include/p8-platform/sockets/socket.h
|
||||
include/p8-platform/sockets/tcp.h
|
||||
include/p8-platform/threads/atomics.h
|
||||
include/p8-platform/threads/mutex.h
|
||||
include/p8-platform/threads/threads.h
|
||||
include/p8-platform/util/StdString.h
|
||||
include/p8-platform/util/StringUtils.h
|
||||
include/p8-platform/util/atomic.h
|
||||
include/p8-platform/util/buffer.h
|
||||
include/p8-platform/util/timeutils.h
|
||||
include/p8-platform/util/util.h
|
||||
lib/libp8-platform.so
|
||||
lib/libp8-platform.so.2
|
||||
lib/libp8-platform.so.2.0.1
|
||||
lib/p8-platform/p8-platform-config.cmake
|
||||
libdata/pkgconfig/p8-platform.pc
|
Loading…
Reference in New Issue
Block a user