Github messages for voidlinux
 help / color / mirror / Atom feed
From: fosslinux <fosslinux@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: parprouted-0.7.
Date: Fri, 02 Oct 2020 00:50:30 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25250@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 325 bytes --]

There is a new pull request by fosslinux against master on the void-packages repository

https://github.com/fosslinux/void-packages paraprouted-new
https://github.com/void-linux/void-packages/pull/25250

New package: parprouted-0.7.


A patch file from https://github.com/void-linux/void-packages/pull/25250.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-paraprouted-new-25250.patch --]
[-- Type: text/x-diff, Size: 2053 bytes --]

From 57ec1804a72b47f5edfce7b825c5f864462797e6 Mon Sep 17 00:00:00 2001
From: fosslinux <fosslinux@aussies.space>
Date: Thu, 1 Oct 2020 09:42:15 +1000
Subject: [PATCH] New package: parprouted-0.7.

---
 srcpkgs/parprouted/files/parprouted/conf |  2 ++
 srcpkgs/parprouted/files/parprouted/run  | 14 ++++++++++++++
 srcpkgs/parprouted/template              | 18 ++++++++++++++++++
 3 files changed, 34 insertions(+)
 create mode 100644 srcpkgs/parprouted/files/parprouted/conf
 create mode 100644 srcpkgs/parprouted/files/parprouted/run
 create mode 100644 srcpkgs/parprouted/template

diff --git a/srcpkgs/parprouted/files/parprouted/conf b/srcpkgs/parprouted/files/parprouted/conf
new file mode 100644
index 00000000000..933a132bc72
--- /dev/null
+++ b/srcpkgs/parprouted/files/parprouted/conf
@@ -0,0 +1,2 @@
+#EXIT_IF=wlan0
+#IN_IF=eth0
diff --git a/srcpkgs/parprouted/files/parprouted/run b/srcpkgs/parprouted/files/parprouted/run
new file mode 100644
index 00000000000..2a84bc947b2
--- /dev/null
+++ b/srcpkgs/parprouted/files/parprouted/run
@@ -0,0 +1,14 @@
+#!/bin/sh
+if [ -r ./conf ]; then
+    . ./conf
+else
+    echo "Add conf file!"
+    exit 1
+fi
+
+if [ -z "${EXIT_IF}" ] || [ -z "${IN_IF}" ]; then
+    echo "Add data in conf file!"
+    exit 1
+fi
+
+exec parprouted ${EXIT_IF} ${IN_IF}
diff --git a/srcpkgs/parprouted/template b/srcpkgs/parprouted/template
new file mode 100644
index 00000000000..2d477346b85
--- /dev/null
+++ b/srcpkgs/parprouted/template
@@ -0,0 +1,18 @@
+# Template file for 'parprouted'
+pkgname=parprouted
+version=0.7
+revision=1
+build_style=gnu-makefile
+depends="iproute2"
+short_desc="Daemon for transparent IP (Layer 3) proxy ARP bridging"
+maintainer="fosslinux <fosslinux@aussies.space>"
+license="GPL-2.0-or-later"
+homepage="http://freecode.com/projects/parprouted"
+distfiles="http://www.hazard.maks.net/parprouted/parprouted-${version}.tar.gz"
+checksum=d63643c95d4149a3d71112da5892f459433456bf0279bfa304625f109178defc
+
+do_install() {
+	vbin "${pkgname}"
+	vman "${pkgname}.8"
+	vsv "${pkgname}"
+}

             reply	other threads:[~2020-10-01 22:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-01 22:50 fosslinux [this message]
2020-10-05  5:07 ` fosslinux
2020-10-25 17:02 ` [PR REVIEW] " Duncaen
2020-10-25 17:05 ` Duncaen
2020-10-25 17:05 ` Duncaen
2020-10-26  0:19 ` fosslinux
2020-10-30 23:39 ` [PR PATCH] [Updated] " fosslinux
2020-10-30 23:40 ` fosslinux
2020-10-31 23:32 ` [PR PATCH] [Updated] " fosslinux
2020-11-23  8:03 ` fosslinux
2020-11-23  8:03 ` [PR PATCH] [Closed]: " fosslinux
  -- strict thread matches above, loose matches on Subject: below --
2020-04-21  6:33 [PR PATCH] " pfpulux

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25250@inbox.vuxu.org \
    --to=fosslinux@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).