Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] added zssh
@ 2023-03-03 16:41 ufud-org
  2023-03-03 16:45 ` New package: zssh ufud-org
                   ` (28 more replies)
  0 siblings, 29 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 16:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1274 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/42568

added 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):
  - x86_64-musl (cross-build)
  - armv6l (cross-build)
  - armv6l-musl (cross-build)
  - armv7l (cross-build)
  - armv7l-musl (cross-build)
  - aarch64 (cross-build)
  - aarch64-musl (cross-build)


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

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

From 517769a8013bcd5825379cffbfcd75e4aa699101 Mon Sep 17 00:00:00 2001
From: Niels Haedecke <webmaster@ufud.org>
Date: Fri, 3 Mar 2023 17:39:19 +0100
Subject: [PATCH] added zssh

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

diff --git a/srcpkgs/zssh/template b/srcpkgs/zssh/template
new file mode 100644
index 000000000000..84890facf75b
--- /dev/null
+++ b/srcpkgs/zssh/template
@@ -0,0 +1,23 @@
+# 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
+	vcopy zssh usr/bin/zssh
+	vcopy ztelnet usr/bin/ztelnet
+}

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [PR PATCH] Add zssh
@ 2023-03-03 10:05 ufud-org
  2023-03-03 16:06 ` [PR PATCH] [Updated] New package: zssh ufud-org
  2023-03-03 16:17 ` ufud-org
  0 siblings, 2 replies; 32+ messages in thread
From: ufud-org @ 2023-03-03 10:05 UTC (permalink / raw)
  To: ml

[-- 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"

^ permalink raw reply	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2023-06-17  1:56 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-03 16:41 [PR PATCH] added zssh ufud-org
2023-03-03 16:45 ` New package: zssh ufud-org
2023-03-03 16:46 ` [PR REVIEW] " classabbyamp
2023-03-03 16:46 ` classabbyamp
2023-03-03 16:53 ` ufud-org
2023-03-03 16:53 ` ufud-org
2023-03-03 16:55 ` classabbyamp
2023-03-03 16:55 ` ufud-org
2023-03-03 16:55 ` classabbyamp
2023-03-03 16:57 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:03 ` [PR REVIEW] " ufud-org
2023-03-03 17:03 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:07 ` ufud-org
2023-03-03 17:18 ` paper42
2023-03-03 17:20 ` ufud-org
2023-03-03 17:21 ` ufud-org
2023-03-03 17:24 ` ufud-org
2023-03-03 17:25 ` paper42
2023-03-03 17:31 ` ufud-org
2023-03-03 17:38 ` [PR REVIEW] " classabbyamp
2023-03-03 17:40 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 17:41 ` [PR REVIEW] " ufud-org
2023-03-03 17:44 ` paper42
2023-03-03 17:45 ` paper42
2023-03-03 18:49 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 18:50 ` [PR REVIEW] " ufud-org
2023-03-03 19:23 ` [PR PATCH] [Updated] " ufud-org
2023-03-03 19:28 ` [PR REVIEW] " ufud-org
2023-06-02  2:04 ` github-actions
2023-06-17  1:56 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2023-03-03 10:05 [PR PATCH] Add zssh ufud-org
2023-03-03 16:06 ` [PR PATCH] [Updated] New package: zssh ufud-org
2023-03-03 16:17 ` ufud-org

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).