pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/cstream (pkgsrc)
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e25558a3e25
branches: trunk
changeset: 643027:4e25558a3e25
user: mef <mef%pkgsrc.org@localhost>
date: Wed Dec 10 02:40:04 2014 +0000
description:
(pkgsrc)
- Add LICENSE= x11
(upstream)
- Update cstream 2.7.5 to 3.1.1
3.1.1:
-----
-n <nbytes_to_stream> was not clear to use numbers > 2 GB. I didn't
notice since it worked fine if you used suffixes "K/M/G" as long as
the number was < 2 G. Sorry about that.
3.1.0:
------
O_DIRECT supported for input.
3.0.0:
------
IPV6 support for IPV6 day 2011.
The IPV6 support shouldn't break anything after hostname lookup
succeeds. Issues might be building on older platforms if I screwed up
the autoconf mechanism to not compile it in.
Having said that, assorted little code cleanups are in this release,
too. They shouldn't break anything but non-IPV6 things were touched.
Aftermath for 2.7.4 - 2.7.6:
----------------------------
ATTENTION:
I'm afraid that support for the '-B <size_of_buffer>' was clobbered in
2.7.4 or whereabouts. This one allowed you do have a reader do
multiple reads before the writer could write or vice versa.
Change reverted in 2.7.6.
2.7.4 and 2.7.5 do not have working -B.
2.8.0:
------
Support platforms that do not have open(2) with O_DIRECT.
Such as MacOS X.
2.7.6:
------
Revert 2.7.3 which broke -B
diffstat:
misc/cstream/Makefile | 5 +++--
misc/cstream/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r ede92139f8e0 -r 4e25558a3e25 misc/cstream/Makefile
--- a/misc/cstream/Makefile Wed Dec 10 02:27:43 2014 +0000
+++ b/misc/cstream/Makefile Wed Dec 10 02:40:04 2014 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.10 2012/10/08 09:57:18 asau Exp $
+# $NetBSD: Makefile,v 1.11 2014/12/10 02:40:04 mef Exp $
-DISTNAME= cstream-2.7.5
+DISTNAME= cstream-3.1.1
CATEGORIES= misc
MASTER_SITES= http://www.cons.org/cracauer/download/
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.cons.org/cracauer/cstream.html
COMMENT= General-purpose stream-handling tool with bandwidth limiting
+LICENSE= x11
GNU_CONFIGURE= yes
diff -r ede92139f8e0 -r 4e25558a3e25 misc/cstream/distinfo
--- a/misc/cstream/distinfo Wed Dec 10 02:27:43 2014 +0000
+++ b/misc/cstream/distinfo Wed Dec 10 02:40:04 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2008/12/19 10:19:12 adam Exp $
+$NetBSD: distinfo,v 1.5 2014/12/10 02:40:04 mef Exp $
-SHA1 (cstream-2.7.5.tar.gz) = 8071730c1ae322cffb844945a268b95b7e57c3ca
-RMD160 (cstream-2.7.5.tar.gz) = 10275b5a6e93f93b27f8822c6427c5382b493d3a
-Size (cstream-2.7.5.tar.gz) = 102269 bytes
+SHA1 (cstream-3.1.1.tar.gz) = 8df4ca60af8647a08d0dbeb3f0fa660edfefc202
+RMD160 (cstream-3.1.1.tar.gz) = 955346f09c078a36e7d39a38d25da87ed638f20a
+Size (cstream-3.1.1.tar.gz) = 96609 bytes
Home |
Main Index |
Thread Index |
Old Index