From 17f68bd3b953776a6d77f1a9aff345c3391068b8 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Wed, 11 Sep 2019 11:56:56 +0200 Subject: rpcsvc-proto: new spell, rpcsvc protocol definitions from glibc --- ChangeLog | 4 ++++ libs/rpcsvc-proto/DEPENDS | 1 + libs/rpcsvc-proto/DETAILS | 18 ++++++++++++++++++ libs/rpcsvc-proto/HISTORY | 2 ++ 4 files changed, 25 insertions(+) create mode 100755 libs/rpcsvc-proto/DEPENDS create mode 100755 libs/rpcsvc-proto/DETAILS create mode 100644 libs/rpcsvc-proto/HISTORY diff --git a/ChangeLog b/ChangeLog index abd4d61f69..293f3526cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-09-11 Ismael Luceno + * libs/rpcsvc-proto: new spell, rpcsvc protocol definitions from + glibc + 2019-09-06 Ismael Luceno * libs/musl-fts: new spell, Implementation of fts(3) for musl libc diff --git a/libs/rpcsvc-proto/DEPENDS b/libs/rpcsvc-proto/DEPENDS new file mode 100755 index 0000000000..a119db4e56 --- /dev/null +++ b/libs/rpcsvc-proto/DEPENDS @@ -0,0 +1 @@ +depends libtirpc diff --git a/libs/rpcsvc-proto/DETAILS b/libs/rpcsvc-proto/DETAILS new file mode 100755 index 0000000000..484238fdd0 --- /dev/null +++ b/libs/rpcsvc-proto/DETAILS @@ -0,0 +1,18 @@ + SPELL=rpcsvc-proto + VERSION=1.4 + SOURCE="$SPELL-$VERSION.tar.xz" + WEB_SITE="https://github.com/thkukuk/rpcsvc-proto" + SOURCE_URL[0]="$WEB_SITE/releases/download/v$VERSION/$SOURCE" + SOURCE_HASH=sha512:c3011d7d7ef97a4a751f6921df1a23e1dd8ac50fb0690c759d37010ed7be27968a2130e3b8872cb48d5914216f9d539096a424f1ec38a75f7ed899748151c6f4 +SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION" + LICENSE[0]="BSD-3-Clause" + ENTERED=20190911 + KEYWORDS="" + SHORT="rpcsvc protocol definitions from glibc" +cat << EOF +This package contains rpcsvc proto.x files from glibc, which are missing in +libtirpc. Additional it contains rpcgen, which is needed to create header files +and sources from protocol files. This package is only needed, if glibc is +installed without the deprecated sunrpc functionality and libtirpc should +replace it. +EOF diff --git a/libs/rpcsvc-proto/HISTORY b/libs/rpcsvc-proto/HISTORY new file mode 100644 index 0000000000..509ba58268 --- /dev/null +++ b/libs/rpcsvc-proto/HISTORY @@ -0,0 +1,2 @@ +2019-09-11 Ismael Luceno + * DEPENDS, DETAILS: spell created -- cgit v1.2.3