Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F162377387
D19933.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D19933.diff
View Options
Index: head/archivers/Makefile
===================================================================
--- head/archivers/Makefile
+++ head/archivers/Makefile
@@ -74,6 +74,7 @@
SUBDIR += libunrar
SUBDIR += libunrar5
SUBDIR += libzip
+ SUBDIR += lizard
SUBDIR += lrzip
SUBDIR += lua-lzlib
SUBDIR += lua51-zlib
Index: head/archivers/lizard/Makefile
===================================================================
--- head/archivers/lizard/Makefile
+++ head/archivers/lizard/Makefile
@@ -0,0 +1,27 @@
+# $FreeBSD$
+
+PORTNAME= lizard
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.0
+CATEGORIES= archivers
+
+MAINTAINER= tagattie@yandex.com
+COMMENT= Efficient compressor with very fast decompression
+
+LICENSE= BSD2CLAUSE GPLv2
+LICENSE_COMB= multi
+LICENSE_FILE_BSD2CLAUSE= ${WRKSRC}/lib/LICENSE
+LICENSE_FILE_GPLv2= ${WRKSRC}/programs/COPYING
+
+USES= gmake
+
+USE_GITHUB= yes
+GH_ACCOUNT= inikep
+
+USE_LDCONFIG= yes
+
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/lizard \
+ ${STAGEDIR}/${PREFIX}/lib/liblizard.so.1.0.0
+
+.include <bsd.port.mk>
Index: head/archivers/lizard/distinfo
===================================================================
--- head/archivers/lizard/distinfo
+++ head/archivers/lizard/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1550625881
+SHA256 (inikep-lizard-v1.0_GH0.tar.gz) = 6f666ed699fc15dc7fdaabfaa55787b40ac251681b50c0d8df017c671a9457e6
+SIZE (inikep-lizard-v1.0_GH0.tar.gz) = 213732
Index: head/archivers/lizard/pkg-descr
===================================================================
--- head/archivers/lizard/pkg-descr
+++ head/archivers/lizard/pkg-descr
@@ -0,0 +1,6 @@
+Lizard (formerly LZ5) is an efficient compressor with very fast
+decompression. It achieves compression ratio that is comparable to
+zip/zlib and zstd/brotli (at low and medium compression levels) at
+decompression speed of 1000 MB/s and faster.
+
+WWW: https://github.com/inikep/lizard
Index: head/archivers/lizard/pkg-plist
===================================================================
--- head/archivers/lizard/pkg-plist
+++ head/archivers/lizard/pkg-plist
@@ -0,0 +1,14 @@
+bin/lizard
+bin/lizardcat
+bin/unlizard
+include/lizard_common.h
+include/lizard_compress.h
+include/lizard_frame.h
+lib/liblizard.a
+lib/liblizard.so
+lib/liblizard.so.1
+lib/liblizard.so.1.0.0
+libdata/pkgconfig/liblizard.pc
+man/man1/lizard.1.gz
+man/man1/lizardcat.1.gz
+man/man1/unlizard.1.gz
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 13, 3:49 PM (7 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35037719
Default Alt Text
D19933.diff (2 KB)
Attached To
Mode
D19933: New port: archivers/lizard: Efficient compressor with very fast decompression
Attached
Detach File
Event Timeline
Log In to Comment