From owner-svn-ports-all@freebsd.org Sat Dec 3 08:24:34 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7328CC64FC6; Sat, 3 Dec 2016 08:24:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCDA1967; Sat, 3 Dec 2016 08:24:34 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB38OXVG096732; Sat, 3 Dec 2016 08:24:33 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB38OXr0096728; Sat, 3 Dec 2016 08:24:33 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201612030824.uB38OXr0096728@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sat, 3 Dec 2016 08:24:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r427597 - in head/textproc/uchardet: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Dec 2016 08:24:34 -0000 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 (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 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