Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a556f05c85879ae764e3bf4321ce6f3d97bdd345)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a556f05c85879ae764e3bf4321ce6f3d97bdd345)
  • Date: Fri, 13 Sep 2019 15:00:42 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
devel/acr/DETAILS | 8 ++++----
devel/acr/HISTORY | 3 +++
libs/rpcsvc-proto/DEPENDS | 1 +
libs/rpcsvc-proto/DETAILS | 18 ++++++++++++++++++
libs/rpcsvc-proto/HISTORY | 2 ++
6 files changed, 32 insertions(+), 4 deletions(-)

New commits:
commit a556f05c85879ae764e3bf4321ce6f3d97bdd345
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

acr 1.7.2

commit 17f68bd3b953776a6d77f1a9aff345c3391068b8
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

rpcsvc-proto: new spell, rpcsvc protocol definitions from glibc

diff --git a/ChangeLog b/ChangeLog
index abd4d61..293f352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * libs/rpcsvc-proto: new spell, rpcsvc protocol definitions from
+ glibc
+
2019-09-06 Ismael Luceno <ismael AT sourcemage.org>
* libs/musl-fts: new spell, Implementation of fts(3) for musl libc

diff --git a/devel/acr/DETAILS b/devel/acr/DETAILS
index 493f197..72d6dc1 100755
--- a/devel/acr/DETAILS
+++ b/devel/acr/DETAILS
@@ -1,10 +1,10 @@
SPELL=acr
- VERSION=0.9.9
+ VERSION=1.7.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
- SOURCE_URL[0]=http://www.lolcathost.org/b/${SOURCE}
-
SOURCE_HASH=sha512:07c593803af31f1b6e6358ced048c535c069447b40e95d716290a3cfebb650943e59d5c4845f5a7371efee7615eaafc5836d9ba5a97c3ac063a0467fda514c5b
+ WEB_SITE="https://github.com/radare/acr";
+ SOURCE_URL[0]="$WEB_SITE/archive/$VERSION.tar.gz"
+
SOURCE_HASH=sha512:e19733056a31c980f423c9d887193a14ea45a4f31cc022184839ce625884c66a8945eb48e14cddbcdbaf0963a3182ca2d9e01df83bfe15aabc8b9bde6fae66f6
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://nopcode.org/wk.php/Acr";
LICENSE[0]=GPL
ENTERED=20101206
SHORT="autoconf replacement"
diff --git a/devel/acr/HISTORY b/devel/acr/HISTORY
index c5097bb..613dc00 100644
--- a/devel/acr/HISTORY
+++ b/devel/acr/HISTORY
@@ -1,3 +1,6 @@
+2019-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.2
+
2015-01-23 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.9.9

diff --git a/libs/rpcsvc-proto/DEPENDS b/libs/rpcsvc-proto/DEPENDS
new file mode 100755
index 0000000..a119db4
--- /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 0000000..484238f
--- /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 0000000..509ba58
--- /dev/null
+++ b/libs/rpcsvc-proto/HISTORY
@@ -0,0 +1,2 @@
+2019-09-11 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a556f05c85879ae764e3bf4321ce6f3d97bdd345), Ismael Luceno, 09/13/2019

Archive powered by MHonArc 2.6.24.

Top of Page