Skip to content

Commit

Permalink
Update archivers/lz4 to 131.
Browse files Browse the repository at this point in the history
- New : Dos/DJGPP target, thanks to Louis Santillan
- Added : Example using lz4frame library, by Zbigniew Jedrzejewski-Szmek
- Changed: liblz4 : xxhash symbols are dynamically changed (namespace
  emulation) to avoid symbol conflict
- Changed: liblz4.a (static library) no longer compiled with -fPIC
  by default
  • Loading branch information
mamash committed Aug 24, 2015
1 parent 84db0d7 commit 7499ab8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions archivers/lz4/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: Makefile,v 1.5 2015/06/09 12:04:19 fhajny Exp $
# $NetBSD: Makefile,v 1.6 2015/08/24 16:28:32 fhajny Exp $

DISTNAME= lz4-r130
DISTNAME= lz4-r131
PKGNAME= ${DISTNAME:S/-r/-/}
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GITHUB:=Cyan4973/}

MAINTAINER= [email protected]
HOMEPAGE= http://code.google.com/p/lz4/
HOMEPAGE= http://github.com/Cyan4973/lz4/
COMMENT= Extremely Fast Compression algorithm
LICENSE= 2-clause-bsd

Expand Down
4 changes: 2 additions & 2 deletions archivers/lz4/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2015/06/09 12:04:19 fhajny Exp $
@comment $NetBSD: PLIST,v 1.6 2015/08/24 16:28:32 fhajny Exp $
bin/lz4
bin/lz4c
bin/lz4cat
Expand All @@ -9,7 +9,7 @@ include/lz4hc.h
lib/liblz4.a
lib/liblz4.so
lib/liblz4.so.1
lib/liblz4.so.1.7.0
lib/liblz4.so.1.7.1
lib/pkgconfig/liblz4.pc
man/man1/lz4.1
man/man1/lz4c.1
Expand Down
8 changes: 4 additions & 4 deletions archivers/lz4/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.6 2015/06/09 12:04:19 fhajny Exp $
$NetBSD: distinfo,v 1.7 2015/08/24 16:28:32 fhajny Exp $

SHA1 (lz4-r130.tar.gz) = 5e1167e578639cb75e4103933dbf68e193a4d4c4
RMD160 (lz4-r130.tar.gz) = c02f1852e17fea7f88f23cca5ca36a694b857d98
Size (lz4-r130.tar.gz) = 129154 bytes
SHA1 (lz4-r131.tar.gz) = b6eab6461977dca11e7efc4ed79d59924b216c7e
RMD160 (lz4-r131.tar.gz) = 4a76a20739a4842bbbc6435c460e52b0a32f0540
Size (lz4-r131.tar.gz) = 133784 bytes
SHA1 (patch-Makefile) = c6e5cd7c375aea8d37704f307bd6488f80a208bf
SHA1 (patch-lib_Makefile) = 30caae8b487ceedb378c7d4c264cacbfaf3df3e9
SHA1 (patch-programs_Makefile) = 9211e3718b52834fe461dc57ca486113659bbf8d

0 comments on commit 7499ab8

Please sign in to comment.