gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r4610: update uchardet to 0.0.6


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4610: update uchardet to 0.0.6
Date: Mon, 24 Jul 2017 17:38:03 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4610
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Mon 2017-07-24 14:37:59 -0700
message:
  update uchardet to 0.0.6
added:
  pkg/freedesktop/uchardet/      uchardet-20170724213744-vxkt335m3l77a7at-1
  pkg/freedesktop/uchardet/Makefile makefile-20170724213744-vxkt335m3l77a7at-3
  pkg/freedesktop/uchardet/config.mk config.mk-20170724213744-vxkt335m3l77a7at-2
  pkg/freedesktop/uchardet/sha256sums 
sha256sums-20170724213744-vxkt335m3l77a7at-4
=== added directory 'pkg/freedesktop/uchardet'
=== added file 'pkg/freedesktop/uchardet/Makefile'
--- a/pkg/freedesktop/uchardet/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/freedesktop/uchardet/Makefile 2017-07-24 21:37:59 +0000
@@ -0,0 +1,50 @@
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+
+NAME =    uchardet
+GARNAME = uchardet
+HOME_URL = https://www.freedesktop.org/wiki/Software/uchardet/
+DESCRIPTION = encoding detector library
+define BLURB
+uchardet is an encoding detector 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.
+endef
+
+GARVERSION = 0.0.6
+
+######################################################################
+
+MASTER_SITES = https://www.freedesktop.org/
+MASTER_SUBDIR = software/$(GARNAME)/releases/
+DISTFILES = $(DISTNAME).tar.xz $(DISTNAME).tar.xz.sha1
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/cmake.mk
+include config.mk
+

=== added file 'pkg/freedesktop/uchardet/config.mk'
--- a/pkg/freedesktop/uchardet/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/freedesktop/uchardet/config.mk        2017-07-24 21:37:59 +0000
@@ -0,0 +1,5 @@
+## Configuration options ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/freedesktop/uchardet/sha256sums'
--- a/pkg/freedesktop/uchardet/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/freedesktop/uchardet/sha256sums       2017-07-24 21:37:59 +0000
@@ -0,0 +1,2 @@
+8351328cdfbcb2432e63938721dd781eb8c11ebc56e3a89d0f84576b96002c61  
download/uchardet-0.0.6.tar.xz
+d761e891767c067cd161275b2cf7961f83b6782bd5f5d1420c054d49bac6ba95  
download/uchardet-0.0.6.tar.xz.sha1


reply via email to

[Prev in Thread] Current Thread [Next in Thread]