summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xlibs/rpcsvc-proto/DEPENDS1
-rwxr-xr-xlibs/rpcsvc-proto/DETAILS18
-rw-r--r--libs/rpcsvc-proto/HISTORY2
4 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abd4d61f69..293f3526cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-11 Ismael Luceno <ismael@sourcemage.org>
+ * libs/rpcsvc-proto: new spell, rpcsvc protocol definitions from
+ glibc
+
2019-09-06 Ismael Luceno <ismael@sourcemage.org>
* 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 <ismael@sourcemage.org>
+ * DEPENDS, DETAILS: spell created