- Update to 1.0.3: http://www.oberhumer.com/opensource/ucl/ucl-news.txt
- Use example program as regression test From Lawrence Teo <lteo.openbsd1@mailnull.com>
This commit is contained in:
parent
41373d4077
commit
dc08dd1f9b
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2004/07/31 15:36:46 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2005/05/22 10:54:35 alek Exp $
|
||||
|
||||
COMMENT= "portable lossless data compression library"
|
||||
|
||||
DISTNAME= ucl-1.01
|
||||
DISTNAME= ucl-1.03
|
||||
CATEGORIES= archivers devel
|
||||
|
||||
HOMEPAGE= http://www.oberhumer.com/opensource/ucl
|
||||
@ -27,4 +27,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
|
||||
MAKE_FLAGS= CFLAGS_O=""
|
||||
|
||||
do-regress:
|
||||
${WRKBUILD}/examples/simple
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (ucl-1.01.tar.gz) = 1152323cd54eee905b3a9423ff43c373
|
||||
RMD160 (ucl-1.01.tar.gz) = 0b0e47f371435d3f5ef541b4cc763ebff5ce4e52
|
||||
SHA1 (ucl-1.01.tar.gz) = eb5839c3397c3a84a107ef7bf0cb8c89addf6cca
|
||||
SIZE (ucl-1.01.tar.gz) = 341562
|
||||
MD5 (ucl-1.03.tar.gz) = 852bd691d8abc75b52053465846fba34
|
||||
RMD160 (ucl-1.03.tar.gz) = d1b50127d482481c125eabff9a9c157d491c4a6a
|
||||
SHA1 (ucl-1.03.tar.gz) = 5847003d136fbbca1334dd5de10554c76c755f7c
|
||||
SIZE (ucl-1.03.tar.gz) = 534881
|
||||
|
@ -1,2 +1,2 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2004/08/10 07:27:48 espie Exp $
|
||||
@lib lib/libucl.so.0.0
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.4 2005/05/22 10:54:35 alek Exp $
|
||||
@lib lib/libucl.so.1.0
|
||||
|
@ -1,8 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/07/24 14:20:49 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2005/05/22 10:54:35 alek Exp $
|
||||
include/ucl/
|
||||
include/ucl/ucl.h
|
||||
include/ucl/ucl_asm.h
|
||||
include/ucl/uclconf.h
|
||||
include/ucl/uclutil.h
|
||||
lib/libucl.a
|
||||
lib/libucl.la
|
||||
%%SHARED%%
|
||||
|
Loading…
x
Reference in New Issue
Block a user