[arch-commits] Commit in openbsd-netcat/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Tue Sep 12 13:43:12 UTC 2017


    Date: Tuesday, September 12, 2017 @ 13:43:10
  Author: spupykin
Revision: 257114

archrelease: copy trunk to community-i686, community-x86_64

Added:
  openbsd-netcat/repos/community-i686/PKGBUILD
    (from rev 257113, openbsd-netcat/trunk/PKGBUILD)
  openbsd-netcat/repos/community-x86_64/PKGBUILD
    (from rev 257113, openbsd-netcat/trunk/PKGBUILD)
Deleted:
  openbsd-netcat/repos/community-i686/PKGBUILD
  openbsd-netcat/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-12 13:42:50 UTC (rev 257113)
+++ community-i686/PKGBUILD	2017-09-12 13:43:10 UTC (rev 257114)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
-
-pkgname="openbsd-netcat"
-pkgver=1.130_3
-pkgrel=1
-pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/netcat-openbsd"
-license=('BSD')
-depends=('libbsd')
-makedepends=('gcc' 'make')
-provides=('netcat')
-conflicts=('gnu-netcat')
-source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz"
-	"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz")
-sha256sums=('fd7205065d0b47898851f31f33e614de5d47a5b9dc81fd50d2ff51b63d091e5b'
-            '2a41980c0c81159243ef7b97480241bb6c23f9c9bab81fea51689b2a77022439')
-
-build() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  for i in `cat ../debian/patches/series`; do
-	echo "** patch $i" 1>&2
-	cat "../debian/patches/$i"
-  done | patch -p1
-  make \
-	CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" -I/usr/include/libbsd" \
-	LDFLAGS="$LDFLAGS -lbsd"
-}
-
-package() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  install -Dm0755 nc "$pkgdir"/usr/bin/nc
-  ln -s nc "$pkgdir"/usr/bin/netcat
-  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
-  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
-  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openbsd-netcat/repos/community-i686/PKGBUILD (from rev 257113, openbsd-netcat/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-12 13:43:10 UTC (rev 257114)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname="openbsd-netcat"
+pkgver=1.178_3
+pkgrel=1
+pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/netcat-openbsd"
+license=('BSD')
+depends=('libbsd')
+makedepends=('gcc' 'make')
+provides=('netcat')
+conflicts=('gnu-netcat')
+source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz"
+	"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz")
+sha256sums=('918330a41ee8ea938144ab1c59fa27533654ebff983bfb5255f730a3d9b06239'
+            'f43841f25b69a7b2cc1e42f9b5b94cf9d4f18b624b634d2bc593269f2d776765')
+
+build() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  for i in `cat ../debian/patches/series`; do
+	echo "** patch $i" 1>&2
+	cat "../debian/patches/$i"
+  done | patch -p1
+  make \
+	CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" -I/usr/include/libbsd" \
+	LDFLAGS="$LDFLAGS -lbsd"
+}
+
+package() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  install -Dm0755 nc "$pkgdir"/usr/bin/nc
+  ln -s nc "$pkgdir"/usr/bin/netcat
+  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
+  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
+  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-12 13:42:50 UTC (rev 257113)
+++ community-x86_64/PKGBUILD	2017-09-12 13:43:10 UTC (rev 257114)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
-
-pkgname="openbsd-netcat"
-pkgver=1.130_3
-pkgrel=1
-pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/netcat-openbsd"
-license=('BSD')
-depends=('libbsd')
-makedepends=('gcc' 'make')
-provides=('netcat')
-conflicts=('gnu-netcat')
-source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz"
-	"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz")
-sha256sums=('fd7205065d0b47898851f31f33e614de5d47a5b9dc81fd50d2ff51b63d091e5b'
-            '2a41980c0c81159243ef7b97480241bb6c23f9c9bab81fea51689b2a77022439')
-
-build() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  for i in `cat ../debian/patches/series`; do
-	echo "** patch $i" 1>&2
-	cat "../debian/patches/$i"
-  done | patch -p1
-  make \
-	CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" -I/usr/include/libbsd" \
-	LDFLAGS="$LDFLAGS -lbsd"
-}
-
-package() {
-  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
-  install -Dm0755 nc "$pkgdir"/usr/bin/nc
-  ln -s nc "$pkgdir"/usr/bin/netcat
-  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
-  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
-  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: openbsd-netcat/repos/community-x86_64/PKGBUILD (from rev 257113, openbsd-netcat/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-12 13:43:10 UTC (rev 257114)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Andrej Gelenberg <andrej.gelenberg at udo.edu>
+
+pkgname="openbsd-netcat"
+pkgver=1.178_3
+pkgrel=1
+pkgdesc="TCP/IP swiss army knife. OpenBSD variant."
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/netcat-openbsd"
+license=('BSD')
+depends=('libbsd')
+makedepends=('gcc' 'make')
+provides=('netcat')
+conflicts=('gnu-netcat')
+source=("http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver%_*}.orig.tar.gz"
+	"http://ftp.debian.org/debian/pool/main/n/netcat-openbsd/netcat-openbsd_${pkgver/_/-}.debian.tar.xz")
+sha256sums=('918330a41ee8ea938144ab1c59fa27533654ebff983bfb5255f730a3d9b06239'
+            'f43841f25b69a7b2cc1e42f9b5b94cf9d4f18b624b634d2bc593269f2d776765')
+
+build() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  for i in `cat ../debian/patches/series`; do
+	echo "** patch $i" 1>&2
+	cat "../debian/patches/$i"
+  done | patch -p1
+  make \
+	CFLAGS="$CFLAGS -DDEBIAN_VERSION=\"\\\"${pkgrel}\\\"\" -I/usr/include/libbsd" \
+	LDFLAGS="$LDFLAGS -lbsd"
+}
+
+package() {
+  cd "$srcdir"/netcat-openbsd-${pkgver%_*}
+  install -Dm0755 nc "$pkgdir"/usr/bin/nc
+  ln -s nc "$pkgdir"/usr/bin/netcat
+  install -Dm0644 nc.1 "$pkgdir"/usr/share/man/man1/nc.1
+  install -dm0755 "$pkgdir"/usr/share/licenses/$pkgname/
+  head -n28 netcat.c | tail -n+2 >"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list