diff options
author | rpaulo <rpaulo> | 2006-08-14 13:31:21 +0000 |
---|---|---|
committer | rpaulo <rpaulo> | 2006-08-14 13:31:21 +0000 |
commit | 83becd44e485a03ed286b9d685c218e598350db0 (patch) | |
tree | 82097f8515cac7b574656d38d43b85d732c357df /benchmarks | |
parent | b8bb437ba7fc7c01402491c0436227313435b0cd (diff) | |
download | pkgsrc-83becd44e485a03ed286b9d685c218e598350db0.tar.gz |
Update to version 0.8.
thrulay-0.8 release notes
Linux compatibility release; fixes problems with compiling the
software on some flavors of Linux.
thrulay-0.7 release notes
This release incorporates the results of the work of Bernhard Lutzmann
on his Google Summer of Code project.
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/thrulay/Makefile | 13 | ||||
-rw-r--r-- | benchmarks/thrulay/PLIST | 9 | ||||
-rw-r--r-- | benchmarks/thrulay/distinfo | 8 |
3 files changed, 11 insertions, 19 deletions
diff --git a/benchmarks/thrulay/Makefile b/benchmarks/thrulay/Makefile index 575b11ec609..d86664933ec 100644 --- a/benchmarks/thrulay/Makefile +++ b/benchmarks/thrulay/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/06 19:42:01 reed Exp $ +# $NetBSD: Makefile,v 1.2 2006/08/14 13:31:21 rpaulo Exp $ -DISTNAME= thrulay-0.6 +DISTNAME= thrulay-0.8 CATEGORIES= benchmarks net MASTER_SITES= http://www.internet2.edu/~shalunov/thrulay/ @@ -13,14 +13,7 @@ ONLY_FOR_PLATFORM= DragonFly-*-i386 FreeBSD-*-i386 Linux-*-i386 \ PKG_INSTALLATION_TYPES= overwrite pkgviews +GNU_CONFIGURE= yes INSTALLATION_DIRS= bin share/doc/thrulay -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/thrulayd ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/thrulay ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/README \ - ${PREFIX}/share/doc/thrulay - ${INSTALL_DATA} ${WRKSRC}/thrulay-protocol.txt \ - ${PREFIX}/share/doc/thrulay - .include "../../mk/bsd.pkg.mk" diff --git a/benchmarks/thrulay/PLIST b/benchmarks/thrulay/PLIST index 0f6b04b9584..ed5ed2fc3c0 100644 --- a/benchmarks/thrulay/PLIST +++ b/benchmarks/thrulay/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2005/07/06 19:42:01 reed Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/08/14 13:31:21 rpaulo Exp $ bin/thrulay -bin/thrulayd -share/doc/thrulay/README -share/doc/thrulay/thrulay-protocol.txt -@dirrm share/doc/thrulay +sbin/thrulayd +man/man1/thrulay.1 +man/man8/thrulayd.8 diff --git a/benchmarks/thrulay/distinfo b/benchmarks/thrulay/distinfo index 186168e2e47..5e94c339e17 100644 --- a/benchmarks/thrulay/distinfo +++ b/benchmarks/thrulay/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/07/06 19:42:01 reed Exp $ +$NetBSD: distinfo,v 1.2 2006/08/14 13:31:21 rpaulo Exp $ -SHA1 (thrulay-0.6.tar.gz) = 11ba34f6fedd74c5180f510974007ecef6a33078 -RMD160 (thrulay-0.6.tar.gz) = aa3c052b2806ea790e1eeb19bfe70165198a7182 -Size (thrulay-0.6.tar.gz) = 19397 bytes +SHA1 (thrulay-0.8.tar.gz) = c5ee231795cb0b26cb16dab867140d567627c1e5 +RMD160 (thrulay-0.8.tar.gz) = b19f309d87bcf00dee4ef49ffe38f5ea46e4caa2 +Size (thrulay-0.8.tar.gz) = 88881 bytes |