- Update to 1.03
PR: ports/72471 Submitted by: Dima Panov <redfox@Fluffy.Khv.RU> While I'm here: - Install some additional documentation - Shorten COMMENT - Various cleanup
This commit is contained in:
parent
10e1478c5a
commit
b907fae0dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118853
2 changed files with 10 additions and 11 deletions
|
@ -6,28 +6,25 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= ucl
|
PORTNAME= ucl
|
||||||
PORTVERSION= 1.02
|
PORTVERSION= 1.03
|
||||||
CATEGORIES= archivers devel
|
CATEGORIES= archivers devel
|
||||||
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
|
MASTER_SITES= http://www.oberhumer.com/opensource/ucl/download/
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= A data compression library with low memory usage during decompression
|
COMMENT= A data compression library with low memory usage
|
||||||
|
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_INC_LIBTOOL_VER= 13
|
USE_LIBTOOL_VER= 15
|
||||||
CONFIGURE_ARGS= --enable-shared
|
CONFIGURE_ARGS= --enable-shared
|
||||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||||
|
|
||||||
PORTDOCS= COPYING README
|
PORTDOCS= AUTHORS NEWS README THANKS TODO
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack \
|
${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/uclpack ${PREFIX}/bin
|
||||||
${PREFIX}/bin/uclpack
|
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
.for file in ${PORTDOCS}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
|
||||||
.endfor
|
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
MD5 (ucl-1.02.tar.gz) = e35efd120104c522acfd0e1a5c3ec091
|
SHA1 (ucl-1.03.tar.gz) = 5847003d136fbbca1334dd5de10554c76c755f7c
|
||||||
SIZE (ucl-1.02.tar.gz) = 513433
|
RMD160 (ucl-1.03.tar.gz) = d1b50127d482481c125eabff9a9c157d491c4a6a
|
||||||
|
MD5 (ucl-1.03.tar.gz) = 852bd691d8abc75b52053465846fba34
|
||||||
|
SIZE (ucl-1.03.tar.gz) = 534881
|
||||||
|
|
Loading…
Reference in a new issue