[Midnightbsd-cvs] mports [20514] trunk/devel: add liblangtag

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 10 17:09:26 EDT 2015


Revision: 20514
          http://svnweb.midnightbsd.org/mports/?rev=20514
Author:   laffer1
Date:     2015-10-10 17:09:26 -0400 (Sat, 10 Oct 2015)
Log Message:
-----------
add liblangtag

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/liblangtag/
    trunk/devel/liblangtag/Makefile
    trunk/devel/liblangtag/distinfo
    trunk/devel/liblangtag/files/
    trunk/devel/liblangtag/files/patch-configure
    trunk/devel/liblangtag/pkg-descr
    trunk/devel/liblangtag/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-10-10 20:49:45 UTC (rev 20513)
+++ trunk/devel/Makefile	2015-10-10 21:09:26 UTC (rev 20514)
@@ -159,6 +159,7 @@
 SUBDIR += libical
 SUBDIR += libinotify
 SUBDIR += libixp
+SUBDIR += liblangtag
 SUBDIR += libltdl
 SUBDIR += libnotify
 SUBDIR += liboil

Added: trunk/devel/liblangtag/Makefile
===================================================================
--- trunk/devel/liblangtag/Makefile	                        (rev 0)
+++ trunk/devel/liblangtag/Makefile	2015-10-10 21:09:26 UTC (rev 20514)
@@ -0,0 +1,25 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/liblangtag/Makefile 393959 2015-08-11 18:31:18Z jkim $
+
+PORTNAME=	liblangtag
+PORTVERSION=	0.5.7
+CATEGORIES=	devel textproc
+MASTER_SITES=	https://bitbucket.org/tagoh/liblangtag/downloads/ \
+		FREEBSD_LOCAL/jkim
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Interface library to access tags for identifying languages
+
+LICENSE=	lgpl3 mpl
+LICENSE_COMB=	dual
+
+LIB_DEPENDS=	libxml2.so:${PORTSDIR}/textproc/libxml2
+
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+USES=		gmake iconv libtool pathfix pkgconfig tar:bzip2
+INSTALL_TARGET=	install-strip
+
+CONFIGURE_ARGS=	--disable-introspection
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/liblangtag/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/liblangtag/distinfo
===================================================================
--- trunk/devel/liblangtag/distinfo	                        (rev 0)
+++ trunk/devel/liblangtag/distinfo	2015-10-10 21:09:26 UTC (rev 20514)
@@ -0,0 +1,2 @@
+SHA256 (liblangtag-0.5.7.tar.bz2) = f2b20d7b66c37e3be73feb67831195e5db16d0bb7df0d05c2e4bb96c4deb11cf
+SIZE (liblangtag-0.5.7.tar.bz2) = 671856


Property changes on: trunk/devel/liblangtag/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/liblangtag/files/patch-configure
===================================================================
--- trunk/devel/liblangtag/files/patch-configure	                        (rev 0)
+++ trunk/devel/liblangtag/files/patch-configure	2015-10-10 21:09:26 UTC (rev 20514)
@@ -0,0 +1,15 @@
+--- configure.orig	2014-05-21 03:36:23 UTC
++++ configure
+@@ -14651,11 +14651,7 @@ MODULE_LIBS=
+ if test "x$enable_modules" != "xno"; then
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the suffix of module shared libraries" >&5
+ $as_echo_n "checking for the suffix of module shared libraries... " >&6; }
+-	export SED
+-	shrext_cmds=`libtool --config | grep '^shrext_cmds='`
+-	eval $shrext_cmds
+-	module=yes eval std_shrext=$shrext_cmds
+-	lt_module_suffix=`echo $std_shrext | sed 's/^\.//'`
++	lt_module_suffix=so
+ 	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: .$lt_module_suffix" >&5
+ $as_echo ".$lt_module_suffix" >&6; }
+ 	if test "x$lt_module_suffix" = x; then


Property changes on: trunk/devel/liblangtag/files/patch-configure
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/liblangtag/pkg-descr
===================================================================
--- trunk/devel/liblangtag/pkg-descr	                        (rev 0)
+++ trunk/devel/liblangtag/pkg-descr	2015-10-10 21:09:26 UTC (rev 20514)
@@ -0,0 +1,4 @@
+liblangtag is an interface library to access/deal with tags for identifying
+languages, which is described in RFC 5646.
+
+WWW: http://tagoh.bitbucket.org/liblangtag/


Property changes on: trunk/devel/liblangtag/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/liblangtag/pkg-plist
===================================================================
--- trunk/devel/liblangtag/pkg-plist	                        (rev 0)
+++ trunk/devel/liblangtag/pkg-plist	2015-10-10 21:09:26 UTC (rev 20514)
@@ -0,0 +1,88 @@
+include/liblangtag/langtag.h
+include/liblangtag/lt-config.h
+include/liblangtag/lt-database.h
+include/liblangtag/lt-error.h
+include/liblangtag/lt-ext-module-data.h
+include/liblangtag/lt-ext-module.h
+include/liblangtag/lt-extension.h
+include/liblangtag/lt-extlang-db.h
+include/liblangtag/lt-extlang.h
+include/liblangtag/lt-grandfathered-db.h
+include/liblangtag/lt-grandfathered.h
+include/liblangtag/lt-iter.h
+include/liblangtag/lt-lang-db.h
+include/liblangtag/lt-lang.h
+include/liblangtag/lt-list.h
+include/liblangtag/lt-macros.h
+include/liblangtag/lt-redundant-db.h
+include/liblangtag/lt-redundant.h
+include/liblangtag/lt-region-db.h
+include/liblangtag/lt-region.h
+include/liblangtag/lt-script-db.h
+include/liblangtag/lt-script.h
+include/liblangtag/lt-string.h
+include/liblangtag/lt-tag.h
+include/liblangtag/lt-variant-db.h
+include/liblangtag/lt-variant.h
+lib/liblangtag.so
+lib/liblangtag.so.1
+lib/liblangtag.so.1.3.1
+lib/liblangtag/liblangtag-ext-ldml-t.so
+lib/liblangtag/liblangtag-ext-ldml-u.so
+libdata/pkgconfig/liblangtag.pc
+share/gtk-doc/html/liblangtag/Container.html
+share/gtk-doc/html/liblangtag/Module.html
+share/gtk-doc/html/liblangtag/Utilities.html
+share/gtk-doc/html/liblangtag/annotation-glossary.html
+share/gtk-doc/html/liblangtag/api-index-full.html
+share/gtk-doc/html/liblangtag/ch01.html
+share/gtk-doc/html/liblangtag/deprecated-api-index.html
+share/gtk-doc/html/liblangtag/home.png
+share/gtk-doc/html/liblangtag/index.html
+share/gtk-doc/html/liblangtag/index.sgml
+share/gtk-doc/html/liblangtag/left-insensitive.png
+share/gtk-doc/html/liblangtag/left.png
+share/gtk-doc/html/liblangtag/liblangtag-Container---Extension.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Extlang.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Grandfathered.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Language.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Redundant.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Region.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Script.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Tag.html
+share/gtk-doc/html/liblangtag/liblangtag-Container---Variant.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Extlang.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Grandfathered.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Language.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Redundant.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Region.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Script.html
+share/gtk-doc/html/liblangtag/liblangtag-Database---Variant.html
+share/gtk-doc/html/liblangtag/liblangtag-Database.html
+share/gtk-doc/html/liblangtag/liblangtag-Doubly-Linked-Lists.html
+share/gtk-doc/html/liblangtag/liblangtag-Error.html
+share/gtk-doc/html/liblangtag/liblangtag-Iterator.html
+share/gtk-doc/html/liblangtag/liblangtag-Miscellaneous-Macros.html
+share/gtk-doc/html/liblangtag/liblangtag-Module---Accessor.html
+share/gtk-doc/html/liblangtag/liblangtag-Module---Data.html
+share/gtk-doc/html/liblangtag/liblangtag-Strings.html
+share/gtk-doc/html/liblangtag/liblangtag.devhelp2
+share/gtk-doc/html/liblangtag/object-tree.html
+share/gtk-doc/html/liblangtag/right-insensitive.png
+share/gtk-doc/html/liblangtag/right.png
+share/gtk-doc/html/liblangtag/style.css
+share/gtk-doc/html/liblangtag/up-insensitive.png
+share/gtk-doc/html/liblangtag/up.png
+%%DATADIR%%/language-subtag-registry.xml
+%%DATADIR%%/common/bcp47/calendar.xml
+%%DATADIR%%/common/bcp47/collation.xml
+%%DATADIR%%/common/bcp47/currency.xml
+%%DATADIR%%/common/bcp47/number.xml
+%%DATADIR%%/common/bcp47/timezone.xml
+%%DATADIR%%/common/bcp47/transform.xml
+%%DATADIR%%/common/bcp47/transform_ime.xml
+%%DATADIR%%/common/bcp47/transform_keyboard.xml
+%%DATADIR%%/common/bcp47/transform_mt.xml
+%%DATADIR%%/common/bcp47/transform_private_use.xml
+%%DATADIR%%/common/bcp47/variant.xml
+%%DATADIR%%/common/supplemental/likelySubtags.xml


Property changes on: trunk/devel/liblangtag/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list