summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2012-09-30 22:06:24 +0000
committeradam <adam@pkgsrc.org>2012-09-30 22:06:24 +0000
commit92c041201f187ff97fa2d346396c415871d2ad94 (patch)
treef72cf546e08bb42319dcee80675317ef5bf00dfc /benchmarks
parenta98e8b51a28a9ba1b0adfd51e7aa561e07501fa4 (diff)
downloadpkgsrc-92c041201f187ff97fa2d346396c415871d2ad94.tar.gz
Changes 0.9:
Not known.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/thrulay/Makefile12
-rw-r--r--benchmarks/thrulay/PLIST5
-rw-r--r--benchmarks/thrulay/distinfo10
-rw-r--r--benchmarks/thrulay/patches/patch-aa19
-rw-r--r--benchmarks/thrulay/patches/patch-ab24
5 files changed, 16 insertions, 54 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile
index 440777977d4..943ba017076 100644
--- a/benchmarks/thrulay/Makefile
+++ b/benchmarks/thrulay/Makefile
@@ -1,17 +1,21 @@
-# $NetBSD: Makefile,v 1.8 2012/09/11 22:37:15 asau Exp $
+# $NetBSD: Makefile,v 1.9 2012/09/30 22:06:24 adam Exp $
-DISTNAME= thrulay-0.8
+DISTNAME= thrulay-0.9
CATEGORIES= benchmarks net
-MASTER_SITES= http://shlang.com/thrulay/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thrulay/}
+EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://shlang.com/thrulay/
+HOMEPAGE= http://thrulay.sourceforge.net/
COMMENT= TCP and UDP network capacity tester
+LICENSE= modified-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin share/doc/thrulay
diff --git a/benchmarks/thrulay/PLIST b/benchmarks/thrulay/PLIST
index 1dd02bf8bee..57ab6fa16fe 100644
--- a/benchmarks/thrulay/PLIST
+++ b/benchmarks/thrulay/PLIST
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2007/02/22 19:01:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/09/30 22:06:24 adam Exp $
bin/thrulay
+include/thrulay/client.h
+include/thrulay/server.h
+lib/libthrulay.la
man/man1/thrulay.1
man/man8/thrulayd.8
sbin/thrulayd
diff --git a/benchmarks/thrulay/distinfo b/benchmarks/thrulay/distinfo
index 58ce9b20965..f74a863fa70 100644
--- a/benchmarks/thrulay/distinfo
+++ b/benchmarks/thrulay/distinfo
@@ -1,7 +1,5 @@
-$NetBSD: distinfo,v 1.4 2011/01/28 13:42:21 adam Exp $
+$NetBSD: distinfo,v 1.5 2012/09/30 22:06:24 adam Exp $
-SHA1 (thrulay-0.8.tar.gz) = c5ee231795cb0b26cb16dab867140d567627c1e5
-RMD160 (thrulay-0.8.tar.gz) = b19f309d87bcf00dee4ef49ffe38f5ea46e4caa2
-Size (thrulay-0.8.tar.gz) = 88881 bytes
-SHA1 (patch-aa) = 661b93f52044225f9133e8c79579a794369b1ab2
-SHA1 (patch-ab) = 769168d451a1e837fe45166705927ae785bf3be1
+SHA1 (thrulay-0.9.tar.bz2) = 9221fb49351e767882e50decbe73a27503ce5a3d
+RMD160 (thrulay-0.9.tar.bz2) = 10a2af3c51f9a186fb3421c2a22b027e56dbe7e6
+Size (thrulay-0.9.tar.bz2) = 256019 bytes
diff --git a/benchmarks/thrulay/patches/patch-aa b/benchmarks/thrulay/patches/patch-aa
deleted file mode 100644
index 4b6a921ad40..00000000000
--- a/benchmarks/thrulay/patches/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2009/07/08 14:44:00 joerg Exp $
-
---- doc/Makefile.in.orig 2009-07-08 16:30:54.000000000 +0200
-+++ doc/Makefile.in
-@@ -18,10 +18,10 @@ distclean:
- rm -f Makefile
-
- install-man:
-- $(MKINSTALLDIRS) $(MANDIR1)
-- $(MKINSTALLDIRS) $(MANDIR8)
-- $(INSTALL) -c -m 0644 thrulay.1 $(MANDIR1)
-- $(INSTALL) -c -m 0644 thrulayd.8 $(MANDIR8)
-+ $(MKINSTALLDIRS) ${DESTDIR}$(MANDIR1)
-+ $(MKINSTALLDIRS) ${DESTDIR}$(MANDIR8)
-+ $(INSTALL) -c -m 0644 thrulay.1 ${DESTDIR}$(MANDIR1)
-+ $(INSTALL) -c -m 0644 thrulayd.8 ${DESTDIR}$(MANDIR8)
-
- uninstall-man:
- rm -f $(MANDIR1)/thrulay.1
diff --git a/benchmarks/thrulay/patches/patch-ab b/benchmarks/thrulay/patches/patch-ab
deleted file mode 100644
index 029fdb2dc10..00000000000
--- a/benchmarks/thrulay/patches/patch-ab
+++ /dev/null
@@ -1,24 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2011/01/28 13:42:21 adam Exp $
-
---- src/Makefile.in.orig 2009-07-08 16:31:17.000000000 +0200
-+++ src/Makefile.in
-@@ -25,7 +25,7 @@ DEFS = @DEFS@
- CFLAGS = $(DEFS) @CFLAGS@ -I.. \
- -std=gnu99 -Wno-long-long -Wall -pedantic -W \
- -Wpointer-arith -Wnested-externs
--LIBS = @LIBS@
-+LIBS = @LDFLAGS@ @LIBS@
- INDENT = indent
-
- all: $(CLIENT) $(SERVER)
-@@ -43,8 +43,8 @@ distclean: clean
- rm -f Makefile
-
- install:
-- $(INSTALL) -c -m 0755 -s $(CLIENT) $(bindir)/$(CLIENT)
-- $(INSTALL) -c -m 0755 -s $(SERVER) $(sbindir)/$(SERVER)
-+ $(INSTALL) -c -m 0755 -s $(CLIENT) ${DESTDIR}$(bindir)/$(CLIENT)
-+ $(INSTALL) -c -m 0755 -s $(SERVER) ${DESTDIR}$(sbindir)/$(SERVER)
-
- uninstall:
- rm -f $(bindir)/$(CLIENT)