-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |