Skip to Content.
Sympa Menu

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

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 (a31193e809bf46698980d62c82cc83cd3e74ee3d)
  • Date: Tue, 11 Aug 2020 22:22:40 +0000

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

ChangeLog | 1 +
net/openfortivpn/DEPENDS | 4 ++++
net/openfortivpn/DETAILS | 17 +++++++++++++++++
net/openfortivpn/HISTORY | 2 ++
net/openfortivpn/PRE_BUILD | 5 +++++
5 files changed, 29 insertions(+)

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

openfortivpn: new spell, Fortinet-compatible VPN client

diff --git a/ChangeLog b/ChangeLog
index e81f445..4fe746d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2020-08-11 Ismael Luceno <ismael AT sourcemage.org>
* smgl/runit: new spell, A UNIX init scheme with service supervision
+ * net/openfortivpn: new spell, Fortinet-compatible VPN client

2020-08-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* graphics-libs/libavif: new spell, an AV1 implementation
diff --git a/net/openfortivpn/DEPENDS b/net/openfortivpn/DEPENDS
new file mode 100755
index 0000000..0c804d3
--- /dev/null
+++ b/net/openfortivpn/DEPENDS
@@ -0,0 +1,4 @@
+depends SSL &&
+depends autoconf &&
+depends automake &&
+runtime_depends ppp
diff --git a/net/openfortivpn/DETAILS b/net/openfortivpn/DETAILS
new file mode 100755
index 0000000..ba4ac4a
--- /dev/null
+++ b/net/openfortivpn/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=openfortivpn
+ VERSION=1.14.1
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/adrienverge/$SPELL/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:df96a7fa8a84700e7d6c587c55ae0deda6c93a49ba1fb0f25edc9080c6eb566170b5152d623cd45e8f48f0c41126ed0cff67f96bcc254dcf8a26db940f5b68fc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="https://github.com/adrienverge/openfortivpn";
+ LICENSE[0]="GPL-3.0-or-later"
+ ENTERED=20200812
+ KEYWORDS=""
+ SHORT="Fortinet-compatible VPN client"
+cat << EOF
+openfortivpn is a client for PPP+SSL VPN tunnel services. It spawns a pppd
+process and operates the communication between the gateway and this process.
+
+It is compatible with Fortinet VPNs.
+EOF
diff --git a/net/openfortivpn/HISTORY b/net/openfortivpn/HISTORY
new file mode 100644
index 0000000..3f3c9f9
--- /dev/null
+++ b/net/openfortivpn/HISTORY
@@ -0,0 +1,2 @@
+2020-08-12 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/net/openfortivpn/PRE_BUILD b/net/openfortivpn/PRE_BUILD
new file mode 100755
index 0000000..e59e14d
--- /dev/null
+++ b/net/openfortivpn/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+aclocal &&
+autoconf &&
+automake --foreign --add-missing



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (a31193e809bf46698980d62c82cc83cd3e74ee3d), Ismael Luceno, 08/11/2020

Archive powered by MHonArc 2.6.24.

Top of Page