Github messages for voidlinux
 help / color / mirror / Atom feed
From: ufud-org <ufud-org@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Add zssh
Date: Fri, 03 Mar 2023 11:05:49 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-42564@inbox.vuxu.org> (raw)

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

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

https://github.com/ufud-org/void-packages add-zssh
https://github.com/void-linux/void-packages/pull/42564

Add zssh
#### Testing the changes
- I tested the changes in this PR: **YES**
- 

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l



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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-zssh-42564.patch --]
[-- Type: text/x-diff, Size: 3100 bytes --]

From e76ee69950fccdc2fec2f0675a3d05ea848bd46e Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:30:35 +0100
Subject: [PATCH 1/4] New package: zssh-1.5c

---
 srcpkgs/zssh/template | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 srcpkgs/zssh/template

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..7eb047c5526b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,26 @@
+# Template file for 'zssh'
+pkgname=zssh
+version=1.5c
+revision=1
+build_style=gnu-configure
+makedepends="readline-devel"
+depends="openssh inetutils-telnet lrzsz"
+short_desc="Zmodem aware telnet and ssh cli client"
+maintainer="Niels Haedecke <webmaster@ufud.org>"
+license="GPL-2.0-only"
+homepage="https://zssh.sourceforge.net/"
+distfiles="http://prdownloads.sf.net/zssh/zssh-${version}.tgz"
+checksum=a2e840f82590690d27ea1ea1141af509ee34681fede897e58ae8d354701ce71b
+
+pre_build() {
+	rm -f ${XBPS_WRAPPERDIR}/strip
+}
+
+do_install() {
+	vmkdir usr/bin
+	vmkdir usr/share/man/man1
+	vbin zssh 755 usr/bin/zssh
+	vbin ztelnet 755 usr/bin/ztelnet
+	vman ztelnet.1
+	vman zssh.1
+}

From a5fbef65d82585cee0432750de4e8622797411ea Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:33:32 +0100
Subject: [PATCH 2/4] zssh: zssh

---
 srcpkgs/zssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 7eb047c5526b..6d31c8cf56df 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=1
+revision=2
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From 995fd175f0830efce504ed7a7b5bb62948aaacd9 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:01 +0100
Subject: [PATCH 3/4] zssh: initial commit of new zssh package

---
 srcpkgs/zssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index 6d31c8cf56df..bd6f642b2642 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=2
+revision=3
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

From ef2b75bfa03ae5e77eade2a0e48fd1dcaa3db84d Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 10:34:03 +0100
Subject: [PATCH 4/4] zssh: initial commit of new zssh package

---
 srcpkgs/zssh/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
index bd6f642b2642..647a7eb86509 100644
--- a/srcpkgs/zssh/template
+++ b/srcpkgs/zssh/template
@@ -1,7 +1,7 @@
 # Template file for 'zssh'
 pkgname=zssh
 version=1.5c
-revision=3
+revision=4
 build_style=gnu-configure
 makedepends="readline-devel"
 depends="openssh inetutils-telnet lrzsz"

             reply	other threads:[~2023-03-03 10:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-03 10:05 ufud-org [this message]
2023-03-03 16:06 ` [PR PATCH] [Updated] New package: zssh ufud-org
2023-03-03 16:07 ` ufud-org
2023-03-03 16:17 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 16:18 ` ufud-org
2023-03-03 16:18 ` [PR PATCH] [Closed]: " ufud-org
2023-03-03 17:02 ` Duncaen

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-42564@inbox.vuxu.org \
    --to=ufud-org@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).