Date: Sat, 3 Dec 2016 08:24:33 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427597 - in head/textproc/uchardet: . files Message-ID: <201612030824.uB38OXr0096728@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Dec 3 08:24:32 2016 New Revision: 427597 URL: https://svnweb.freebsd.org/changeset/ports/427597 Log: Update to 0.0.6 Update LICENSE; it can be distributed under GPLv2+, LGPL21+, or MPL Update pkg-descr and WWW PR: 214962 Approved by: Yuri Victorovich <yuri@rawbw.com> (maintainer) Deleted: head/textproc/uchardet/files/ Modified: head/textproc/uchardet/Makefile head/textproc/uchardet/distinfo head/textproc/uchardet/pkg-descr head/textproc/uchardet/pkg-plist Modified: head/textproc/uchardet/Makefile ============================================================================== --- head/textproc/uchardet/Makefile Sat Dec 3 08:11:52 2016 (r427596) +++ head/textproc/uchardet/Makefile Sat Dec 3 08:24:32 2016 (r427597) @@ -2,19 +2,19 @@ # $FreeBSD$ PORTNAME= uchardet -PORTVERSION= 0.0.1 +PORTVERSION= 0.0.6 CATEGORIES= textproc -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/${PORTNAME}/ +MASTER_SITES= https://www.freedesktop.org/software/${PORTNAME}/releases/ MAINTAINER= yuri@rawbw.com -COMMENT= Universal charset detection library by Mozilla +COMMENT= Universal charset detection library -LICENSE= MPL +LICENSE= GPLv2+ LGPL21+ MPL +LICENSE_COMB= dual -USES= cmake +USES= cmake pathfix tar:xz USE_LDCONFIG= yes -post-patch: - @${REINPLACE_CMD} 's|_SHARE|_PREFIX|' ${WRKSRC}/doc/CMakeLists.txt +CMAKE_ARGS= -DCMAKE_INSTALL_MANDIR:PATH=${MANPREFIX}/man .include <bsd.port.mk> Modified: head/textproc/uchardet/distinfo ============================================================================== --- head/textproc/uchardet/distinfo Sat Dec 3 08:11:52 2016 (r427596) +++ head/textproc/uchardet/distinfo Sat Dec 3 08:24:32 2016 (r427597) @@ -1,2 +1,3 @@ -SHA256 (uchardet-0.0.1.tar.gz) = e238c212350e07ebbe1961f8f128faaa40f71b70d37b63ffa2fe12c664269ee6 -SIZE (uchardet-0.0.1.tar.gz) = 179207 +TIMESTAMP = 1480500347 +SHA256 (uchardet-0.0.6.tar.xz) = 8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61 +SIZE (uchardet-0.0.6.tar.xz) = 169192 Modified: head/textproc/uchardet/pkg-descr ============================================================================== --- head/textproc/uchardet/pkg-descr Sat Dec 3 08:11:52 2016 (r427596) +++ head/textproc/uchardet/pkg-descr Sat Dec 3 08:24:32 2016 (r427597) @@ -1,4 +1,10 @@ -uchardet is a C language binding of the original C++ implementation -of the universal charset detection library by Mozilla. +uchardet is an encoding detection library, which takes a sequence +of bytes in an unknown character encoding without any additional +information, and attempts to determine the encoding of the text. +Returned encoding names are iconv-compatible. -WWW: https://code.google.com/p/uchardet/ +It started as a C language binding of the original C++ implementation +of the universal charset detection library by Mozilla. It can now +detect more charsets, and more reliably than the original implementation. + +WWW: https://www.freedesktop.org/wiki/Software/uchardet/ Modified: head/textproc/uchardet/pkg-plist ============================================================================== --- head/textproc/uchardet/pkg-plist Sat Dec 3 08:11:52 2016 (r427596) +++ head/textproc/uchardet/pkg-plist Sat Dec 3 08:24:32 2016 (r427597) @@ -3,6 +3,6 @@ include/uchardet/uchardet.h lib/libuchardet.a lib/libuchardet.so lib/libuchardet.so.0 -lib/libuchardet.so.0.0.0 +lib/libuchardet.so.0.0.6 libdata/pkgconfig/uchardet.pc man/man1/uchardet.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612030824.uB38OXr0096728>