gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4513: add both libidn and libidn2


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4513: add both libidn and libidn2
Date: Wed, 31 May 2017 17:51:46 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4513
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Wed 2017-05-31 14:51:05 -0700
message:
  add both libidn and libidn2
added:
  pkg/gnu/libidn2/               libidn2-20170531214858-g7mcu85316v4ldy9-1
  pkg/gnu/libidn2/Makefile       makefile-20170531214858-g7mcu85316v4ldy9-4
  pkg/gnu/libidn2/config.mk      config.mk-20170531214858-g7mcu85316v4ldy9-2
  pkg/gnu/libidn2/gpg-keyring    gpgkeyring-20170531214858-g7mcu85316v4ldy9-3
  pkg/gnu/libidn2/sha256sums     sha256sums-20170531214858-g7mcu85316v4ldy9-5
modified:
  pkg/gnu/libidn/Makefile        makefile-20160617014725-uokjfnggs70iry9h-1191
  pkg/gnu/libidn/gpg-keyring     gpgkeyring-20160617014725-uokjfnggs70iry9h-1195
  pkg/gnu/libidn/sha256sums      sha256sums-20160617014725-uokjfnggs70iry9h-1196
=== modified file 'pkg/gnu/libidn/Makefile'
--- a/pkg/gnu/libidn/Makefile   2017-04-27 18:01:41 +0000
+++ b/pkg/gnu/libidn/Makefile   2017-05-31 21:51:05 +0000
@@ -17,23 +17,21 @@
 
 NAME = IDN Library
 GARNAME = libidn
-UPSTREAMNAME = libidn2
-GARVERSION = 2.0.2
+GARVERSION = 1.33
 HOME_URL = http://www.gnu.org/software/libidn/
-DESCRIPTION = Internationalized string processing library
+DESCRIPTION = Internationalized domain name string processing library
 define BLURB
-libidn is a library implementing of the Stringprep, Punycode
-and IDNA specifications.  These are used to encode and decode
-internationalized domain names.  It includes native C, C# and Java
-libraries.
+Libidn is a free software implementation of IDNA, Punycode.
+Its purpose is to encode and decode internationalized domain names.
+Note, there is also libidn2, later version.
 endef
 
 ######################################################################
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.lz
-SIGFILES = $(DISTNAME).tar.lz.sig
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES  = $(DISTNAME).tar.gz.sig
 
 BUILDDEPS =
 LIBDEPS =

=== modified file 'pkg/gnu/libidn/gpg-keyring'
Binary files a/pkg/gnu/libidn/gpg-keyring       2016-07-21 00:57:32 +0000 and 
b/pkg/gnu/libidn/gpg-keyring      2017-05-31 21:51:05 +0000 differ
=== modified file 'pkg/gnu/libidn/sha256sums'
--- a/pkg/gnu/libidn/sha256sums 2017-04-27 18:01:41 +0000
+++ b/pkg/gnu/libidn/sha256sums 2017-05-31 21:51:05 +0000
@@ -1,2 +1,2 @@
-5886c65ada48eb7bb0c03533ecad7f13048d998d2e1903428844aa001a920a5f  
download/libidn2-2.0.2.tar.lz
-cc017a4c6291d63f23a479ddad2e02785d5c318166fa3f2c9f2ba4f8dc0b82e9  
download/libidn2-2.0.2.tar.lz.sig
+44a7aab635bb721ceef6beecc4d49dfd19478325e1b47f3196f7d2acc4930e19  
download/libidn-1.33.tar.gz
+cf5b7271da42f2afdcda99bdc2d64085235ae3430b9cd290d7b8e11fa0054a37  
download/libidn-1.33.tar.gz.sig

=== added directory 'pkg/gnu/libidn2'
=== added file 'pkg/gnu/libidn2/Makefile'
--- a/pkg/gnu/libidn2/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/libidn2/Makefile  2017-05-31 21:51:05 +0000
@@ -0,0 +1,44 @@
+# Copyright © 2013, 2014, 2015, 2017 Brandon Invergo <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/>.
+
+NAME = IDN Library
+GARNAME = libidn2
+#UPSTREAMNAME = libidn2
+GARVERSION = 2.0.2
+HOME_URL = http://www.gnu.org/software/libidn/
+DESCRIPTION = Internationalized domain name string processing library
+define BLURB
+Libidn2 is a free software implementation of IDNA2008, Punycode and TR46.
+Its purpose is to encode and decode internationalized domain names.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+#MASTER_SUBDIR = $(GARNAME)/
+MASTER_SUBDIR = libidn/
+DISTFILES = $(DISTNAME).tar.lz
+SIGFILES = $(DISTNAME).tar.lz.sig
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk

=== added file 'pkg/gnu/libidn2/config.mk'
--- a/pkg/gnu/libidn2/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/libidn2/config.mk 2017-05-31 21:51:05 +0000
@@ -0,0 +1,4 @@
+## Configuration options for libidn ##
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnu/libidn2/gpg-keyring'
Binary files a/pkg/gnu/libidn2/gpg-keyring      1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/libidn2/gpg-keyring     2017-05-31 21:51:05 +0000 differ
=== added file 'pkg/gnu/libidn2/sha256sums'
--- a/pkg/gnu/libidn2/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/libidn2/sha256sums        2017-05-31 21:51:05 +0000
@@ -0,0 +1,2 @@
+5886c65ada48eb7bb0c03533ecad7f13048d998d2e1903428844aa001a920a5f  
download/libidn2-2.0.2.tar.lz
+cc017a4c6291d63f23a479ddad2e02785d5c318166fa3f2c9f2ba4f8dc0b82e9  
download/libidn2-2.0.2.tar.lz.sig


reply via email to

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