Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c12bb558e505cee9df4c5b40af064dae8eb1f7d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c12bb558e505cee9df4c5b40af064dae8eb1f7d9)
  • Date: Mon, 18 May 2020 18:08:17 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
net/asdig/DEPENDS | 1 +
net/asdig/DETAILS | 16 ++++++++++++++++
net/asdig/HISTORY | 2 ++
net/asdig/PRE_BUILD | 4 ++++
5 files changed, 27 insertions(+)

New commits:
commit c12bb558e505cee9df4c5b40af064dae8eb1f7d9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

asdig: new spell, simple client for retrieving AS from IP published via
DNS

diff --git a/ChangeLog b/ChangeLog
index 83b182f..1e3a86d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * net/asdig: new spell, simple client for retrieving AS from IP
+ published via DNS
+
2020-05-17 Ismael Luceno <ismael AT sourcemage.org>
* devel/rl_json: new spell, JSON type and command to manipulate
JSON values directly
diff --git a/net/asdig/DEPENDS b/net/asdig/DEPENDS
new file mode 100755
index 0000000..f148724
--- /dev/null
+++ b/net/asdig/DEPENDS
@@ -0,0 +1 @@
+depends -sub CXX gcc
diff --git a/net/asdig/DETAILS b/net/asdig/DETAILS
new file mode 100755
index 0000000..a98d2a8
--- /dev/null
+++ b/net/asdig/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=asdig
+ VERSION=0.97
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/Rezopole/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:990296fae023512b621c8299235c95faa2debc47f96325dc590001de2c6b1234ace50c6d6345fb0f1c10298a840ef670ecef285790cea16c3264c7d4ea4b0d01
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="AUTHORS TODO ${DOCS}"
+ WEB_SITE=https://github.com/Rezopole/asdig
+ LICENSE[0]=GPL
+ ENTERED=20200518
+ KEYWORDS="net dns"
+ SHORT="simple client for retrieving AS from IP published via DNS"
+cat << EOF
+asdig is a simple unix util for retrieving AS (autonomous system) match from
+IP(v6) published by services like Rezopole GoASMap or cymru.
+EOF
diff --git a/net/asdig/HISTORY b/net/asdig/HISTORY
new file mode 100644
index 0000000..52f7e6e
--- /dev/null
+++ b/net/asdig/HISTORY
@@ -0,0 +1,2 @@
+2020-05-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: created spell, version 0.97
diff --git a/net/asdig/PRE_BUILD b/net/asdig/PRE_BUILD
new file mode 100755
index 0000000..90b3299
--- /dev/null
+++ b/net/asdig/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+autoreconf -fi



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (c12bb558e505cee9df4c5b40af064dae8eb1f7d9), Vlad Glagolev, 05/18/2020

Archive powered by MHonArc 2.6.24.

Top of Page