[arch-commits] Commit in netperf/repos (12 files)

Sébastien Luttringer seblu at archlinux.org
Sat Jul 8 10:56:58 UTC 2017


    Date: Saturday, July 8, 2017 @ 10:56:57
  Author: seblu
Revision: 243322

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

Added:
  netperf/repos/community-i686/001-fix-inlining.patch
    (from rev 243321, netperf/trunk/001-fix-inlining.patch)
  netperf/repos/community-i686/PKGBUILD
    (from rev 243321, netperf/trunk/PKGBUILD)
  netperf/repos/community-i686/netperf.service
    (from rev 243321, netperf/trunk/netperf.service)
  netperf/repos/community-x86_64/001-fix-inlining.patch
    (from rev 243321, netperf/trunk/001-fix-inlining.patch)
  netperf/repos/community-x86_64/PKGBUILD
    (from rev 243321, netperf/trunk/PKGBUILD)
  netperf/repos/community-x86_64/netperf.service
    (from rev 243321, netperf/trunk/netperf.service)
Deleted:
  netperf/repos/community-i686/001-fix-inlining.patch
  netperf/repos/community-i686/PKGBUILD
  netperf/repos/community-i686/netperf.service
  netperf/repos/community-x86_64/001-fix-inlining.patch
  netperf/repos/community-x86_64/PKGBUILD
  netperf/repos/community-x86_64/netperf.service

-----------------------------------------+
 /001-fix-inlining.patch                 |   64 +++++++++++++++++
 /PKGBUILD                               |  110 ++++++++++++++++++++++++++++++
 /netperf.service                        |   18 ++++
 community-i686/001-fix-inlining.patch   |   32 --------
 community-i686/PKGBUILD                 |   55 ---------------
 community-i686/netperf.service          |    9 --
 community-x86_64/001-fix-inlining.patch |   32 --------
 community-x86_64/PKGBUILD               |   55 ---------------
 community-x86_64/netperf.service        |    9 --
 9 files changed, 192 insertions(+), 192 deletions(-)

Deleted: community-i686/001-fix-inlining.patch
===================================================================
--- community-i686/001-fix-inlining.patch	2017-07-08 10:56:40 UTC (rev 243321)
+++ community-i686/001-fix-inlining.patch	2017-07-08 10:56:57 UTC (rev 243322)
@@ -1,32 +0,0 @@
-# Copyright Seblu 2015
---- a/src/netlib.c	2015-08-04 20:30:43.449468815 +0200
-+++ b/src/netlib.c	2015-08-04 20:31:40.317792002 +0200
-@@ -3997,11 +3997,7 @@
-   }
- }
- 
--#ifdef WIN32
--__forceinline void demo_interval_display(double actual_interval)
--#else
--  inline void demo_interval_display(double actual_interval)
--#endif
-+void demo_interval_display(double actual_interval)
- {
-   static int count = 0;
-   struct timeval now;
-@@ -4060,15 +4056,7 @@
-    important compilers have supported such a construct so it should
-    not be a big deal. raj 2012-01-23 */
- 
--#ifdef WIN32
--/* It would seem that the Microsoft compiler will not inline across
--   source files. So there is little point in having an inline
--   directive in that situation.  Of course that makes me wonder if an
--   inline directive has to appear in netlib.h... */
- void demo_interval_tick(uint32_t units)
--#else
--  inline void demo_interval_tick(uint32_t units)
--#endif
- {
-   double actual_interval = 0.0;
- 

Copied: netperf/repos/community-i686/001-fix-inlining.patch (from rev 243321, netperf/trunk/001-fix-inlining.patch)
===================================================================
--- community-i686/001-fix-inlining.patch	                        (rev 0)
+++ community-i686/001-fix-inlining.patch	2017-07-08 10:56:57 UTC (rev 243322)
@@ -0,0 +1,32 @@
+# Copyright Seblu 2015
+--- a/src/netlib.c	2015-08-04 20:30:43.449468815 +0200
++++ b/src/netlib.c	2015-08-04 20:31:40.317792002 +0200
+@@ -3997,11 +3997,7 @@
+   }
+ }
+ 
+-#ifdef WIN32
+-__forceinline void demo_interval_display(double actual_interval)
+-#else
+-  inline void demo_interval_display(double actual_interval)
+-#endif
++void demo_interval_display(double actual_interval)
+ {
+   static int count = 0;
+   struct timeval now;
+@@ -4060,15 +4056,7 @@
+    important compilers have supported such a construct so it should
+    not be a big deal. raj 2012-01-23 */
+ 
+-#ifdef WIN32
+-/* It would seem that the Microsoft compiler will not inline across
+-   source files. So there is little point in having an inline
+-   directive in that situation.  Of course that makes me wonder if an
+-   inline directive has to appear in netlib.h... */
+ void demo_interval_tick(uint32_t units)
+-#else
+-  inline void demo_interval_tick(uint32_t units)
+-#endif
+ {
+   double actual_interval = 0.0;
+ 

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-08 10:56:40 UTC (rev 243321)
+++ community-i686/PKGBUILD	2017-07-08 10:56:57 UTC (rev 243322)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Tilman Blumenbach <tilman (at) ax86 (dot) net>
-
-pkgname=netperf
-pkgver=2.7.0
-pkgrel=2
-pkgdesc='Benchmarking tool for many different types of networking'
-url='http://www.netperf.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc' 'libsmbios' 'lksctp-tools')
-source=("ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.service"
-        '001-fix-inlining.patch')
-md5sums=('ad1c5342d61f297c417a93133aeba65a'
-         '7bce5056b2a24d76fcc0c20e4b527416'
-         '0160c47c86ff1fca8df64cfb4cd4d9f2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-    if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch $filename"
-      patch -p1 -N -i "$srcdir/$filename"
-    fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --enable-demo \
-    --enable-unixdomain \
-    --enable-dccp \
-    --enable-sctp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netperf/repos/community-i686/PKGBUILD (from rev 243321, netperf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-08 10:56:57 UTC (rev 243322)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Tilman Blumenbach <tilman (at) ax86 (dot) net>
+
+pkgname=netperf
+pkgver=2.7.0
+pkgrel=3
+pkgdesc='Benchmarking tool for many different types of networking'
+url='https://github.com/HewlettPackard/netperf/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc' 'libsmbios' 'lksctp-tools')
+source=("https://github.com/HewlettPackard/netperf/archive/$pkgname-$pkgver.tar.gz"
+        "$pkgname.service"
+        '001-fix-inlining.patch')
+md5sums=('e0d45b5bca1eee2aef0155de82366202'
+         '7bce5056b2a24d76fcc0c20e4b527416'
+         '0160c47c86ff1fca8df64cfb4cd4d9f2')
+
+prepare() {
+  cd netperf-netperf-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+    if [[ "$filename" =~ \.patch$ ]]; then
+      msg2 "Applying patch ${filename##*/}"
+      patch -p1 -N -i "$srcdir/${filename##*/}"
+    fi
+  done
+  :
+}
+
+build() {
+  cd netperf-netperf-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --enable-demo \
+    --enable-unixdomain \
+    --enable-dccp \
+    --enable-sctp
+  make
+}
+
+package() {
+  cd netperf-netperf-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/netperf.service
===================================================================
--- community-i686/netperf.service	2017-07-08 10:56:40 UTC (rev 243321)
+++ community-i686/netperf.service	2017-07-08 10:56:57 UTC (rev 243322)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netperf Benchmark Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/netserver -D
-
-[Install]
-WantedBy=multi-user.target

Copied: netperf/repos/community-i686/netperf.service (from rev 243321, netperf/trunk/netperf.service)
===================================================================
--- community-i686/netperf.service	                        (rev 0)
+++ community-i686/netperf.service	2017-07-08 10:56:57 UTC (rev 243322)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Netperf Benchmark Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/netserver -D
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/001-fix-inlining.patch
===================================================================
--- community-x86_64/001-fix-inlining.patch	2017-07-08 10:56:40 UTC (rev 243321)
+++ community-x86_64/001-fix-inlining.patch	2017-07-08 10:56:57 UTC (rev 243322)
@@ -1,32 +0,0 @@
-# Copyright Seblu 2015
---- a/src/netlib.c	2015-08-04 20:30:43.449468815 +0200
-+++ b/src/netlib.c	2015-08-04 20:31:40.317792002 +0200
-@@ -3997,11 +3997,7 @@
-   }
- }
- 
--#ifdef WIN32
--__forceinline void demo_interval_display(double actual_interval)
--#else
--  inline void demo_interval_display(double actual_interval)
--#endif
-+void demo_interval_display(double actual_interval)
- {
-   static int count = 0;
-   struct timeval now;
-@@ -4060,15 +4056,7 @@
-    important compilers have supported such a construct so it should
-    not be a big deal. raj 2012-01-23 */
- 
--#ifdef WIN32
--/* It would seem that the Microsoft compiler will not inline across
--   source files. So there is little point in having an inline
--   directive in that situation.  Of course that makes me wonder if an
--   inline directive has to appear in netlib.h... */
- void demo_interval_tick(uint32_t units)
--#else
--  inline void demo_interval_tick(uint32_t units)
--#endif
- {
-   double actual_interval = 0.0;
- 

Copied: netperf/repos/community-x86_64/001-fix-inlining.patch (from rev 243321, netperf/trunk/001-fix-inlining.patch)
===================================================================
--- community-x86_64/001-fix-inlining.patch	                        (rev 0)
+++ community-x86_64/001-fix-inlining.patch	2017-07-08 10:56:57 UTC (rev 243322)
@@ -0,0 +1,32 @@
+# Copyright Seblu 2015
+--- a/src/netlib.c	2015-08-04 20:30:43.449468815 +0200
++++ b/src/netlib.c	2015-08-04 20:31:40.317792002 +0200
+@@ -3997,11 +3997,7 @@
+   }
+ }
+ 
+-#ifdef WIN32
+-__forceinline void demo_interval_display(double actual_interval)
+-#else
+-  inline void demo_interval_display(double actual_interval)
+-#endif
++void demo_interval_display(double actual_interval)
+ {
+   static int count = 0;
+   struct timeval now;
+@@ -4060,15 +4056,7 @@
+    important compilers have supported such a construct so it should
+    not be a big deal. raj 2012-01-23 */
+ 
+-#ifdef WIN32
+-/* It would seem that the Microsoft compiler will not inline across
+-   source files. So there is little point in having an inline
+-   directive in that situation.  Of course that makes me wonder if an
+-   inline directive has to appear in netlib.h... */
+ void demo_interval_tick(uint32_t units)
+-#else
+-  inline void demo_interval_tick(uint32_t units)
+-#endif
+ {
+   double actual_interval = 0.0;
+ 

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-08 10:56:40 UTC (rev 243321)
+++ community-x86_64/PKGBUILD	2017-07-08 10:56:57 UTC (rev 243322)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Tilman Blumenbach <tilman (at) ax86 (dot) net>
-
-pkgname=netperf
-pkgver=2.7.0
-pkgrel=2
-pkgdesc='Benchmarking tool for many different types of networking'
-url='http://www.netperf.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc' 'libsmbios' 'lksctp-tools')
-source=("ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.service"
-        '001-fix-inlining.patch')
-md5sums=('ad1c5342d61f297c417a93133aeba65a'
-         '7bce5056b2a24d76fcc0c20e4b527416'
-         '0160c47c86ff1fca8df64cfb4cd4d9f2')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-    if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch $filename"
-      patch -p1 -N -i "$srcdir/$filename"
-    fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --enable-demo \
-    --enable-unixdomain \
-    --enable-dccp \
-    --enable-sctp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netperf/repos/community-x86_64/PKGBUILD (from rev 243321, netperf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-08 10:56:57 UTC (rev 243322)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Tilman Blumenbach <tilman (at) ax86 (dot) net>
+
+pkgname=netperf
+pkgver=2.7.0
+pkgrel=3
+pkgdesc='Benchmarking tool for many different types of networking'
+url='https://github.com/HewlettPackard/netperf/'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('glibc' 'libsmbios' 'lksctp-tools')
+source=("https://github.com/HewlettPackard/netperf/archive/$pkgname-$pkgver.tar.gz"
+        "$pkgname.service"
+        '001-fix-inlining.patch')
+md5sums=('e0d45b5bca1eee2aef0155de82366202'
+         '7bce5056b2a24d76fcc0c20e4b527416'
+         '0160c47c86ff1fca8df64cfb4cd4d9f2')
+
+prepare() {
+  cd netperf-netperf-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+    if [[ "$filename" =~ \.patch$ ]]; then
+      msg2 "Applying patch ${filename##*/}"
+      patch -p1 -N -i "$srcdir/${filename##*/}"
+    fi
+  done
+  :
+}
+
+build() {
+  cd netperf-netperf-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --enable-demo \
+    --enable-unixdomain \
+    --enable-dccp \
+    --enable-sctp
+  make
+}
+
+package() {
+  cd netperf-netperf-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/netperf.service
===================================================================
--- community-x86_64/netperf.service	2017-07-08 10:56:40 UTC (rev 243321)
+++ community-x86_64/netperf.service	2017-07-08 10:56:57 UTC (rev 243322)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netperf Benchmark Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/netserver -D
-
-[Install]
-WantedBy=multi-user.target

Copied: netperf/repos/community-x86_64/netperf.service (from rev 243321, netperf/trunk/netperf.service)
===================================================================
--- community-x86_64/netperf.service	                        (rev 0)
+++ community-x86_64/netperf.service	2017-07-08 10:56:57 UTC (rev 243322)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Netperf Benchmark Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/netserver -D
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list