[Midnightbsd-cvs] mports [18607] trunk/x11-toolkits: add vte3

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Apr 10 07:51:34 EDT 2015


Revision: 18607
          http://svnweb.midnightbsd.org/mports/?rev=18607
Author:   laffer1
Date:     2015-04-10 07:51:33 -0400 (Fri, 10 Apr 2015)
Log Message:
-----------
add vte3

Modified Paths:
--------------
    trunk/x11-toolkits/Makefile

Added Paths:
-----------
    trunk/x11-toolkits/vte3/
    trunk/x11-toolkits/vte3/Makefile
    trunk/x11-toolkits/vte3/distinfo
    trunk/x11-toolkits/vte3/files/
    trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c
    trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in
    trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in
    trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure
    trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c
    trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c
    trunk/x11-toolkits/vte3/files/patch-src_vteseq.c
    trunk/x11-toolkits/vte3/pkg-descr
    trunk/x11-toolkits/vte3/pkg-plist

Modified: trunk/x11-toolkits/Makefile
===================================================================
--- trunk/x11-toolkits/Makefile	2015-04-10 11:47:47 UTC (rev 18606)
+++ trunk/x11-toolkits/Makefile	2015-04-10 11:51:33 UTC (rev 18607)
@@ -65,6 +65,7 @@
 SUBDIR += tkshape
 SUBDIR += unique
 SUBDIR += vte
+SUBDIR += vte3
 SUBDIR += wxgtk26
 SUBDIR += wxgtk26-common
 SUBDIR += wxgtk26-docs

Added: trunk/x11-toolkits/vte3/Makefile
===================================================================
--- trunk/x11-toolkits/vte3/Makefile	                        (rev 0)
+++ trunk/x11-toolkits/vte3/Makefile	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,65 @@
+# $MidnightBSD$
+
+PORTNAME?=	vte
+PORTVERSION=	0.38.3
+PORTREVISION?=	0
+CATEGORIES=	x11-toolkits gnome
+MASTER_SITES=	GNOME
+MASTER_SITE_SUBDIR=	sources/${PORTNAME:S/gnome-pty-helper/vte/}/${PORTVERSION:R}
+DISTNAME=	vte-${PORTVERSION}
+PKGNAMESUFFIX?=	3
+DIST_SUBDIR=	gnome3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT?=	Terminal widget with improved accessibility and I18N support
+
+LICENSE=	lgpl2.1
+
+USES=		tar:xz
+
+.if !defined(REFERENCE_PORT)
+VTE3_SLAVE?=	no
+
+.if ${VTE3_SLAVE} != yes
+BUILD_DEPENDS+= vapigen:${PORTSDIR}/lang/vala \
+		bash:${PORTSDIR}/shells/bash
+RUN_DEPENDS+=	${LOCALBASE}/libexec/gnome-pty-helper:${PORTSDIR}/x11-toolkits/gnome-pty-helper
+.endif
+
+USES+=		bison gettext gmake libtool pathfix pkgconfig
+USE_LDCONFIG=	yes
+GNU_CONFIGURE=	yes
+USE_GNOME?=	gnomeprefix gtk30 referencehack introspection:build
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+CONFIGURE_ARGS?=--disable-python \
+		--with-gtk=3.0 \
+		--enable-introspection \
+		--disable-static \
+		--disable-Bsymbolic \
+		--disable-gnome-pty-helper \
+		--disable-freetypetest
+INSTALL_TARGET=	install-strip
+
+PLIST_SUB=	VERSION=2.91
+
+.include <bsd.mport.options.mk>
+
+.if ${OSVERSION} < 4015
+EXTRA_PATCHES+=		${FILESDIR}/extra-patch-gnome-pty-helper_gnome-utmp.c
+.endif
+
+post-patch:
+.if ${VTE3_SLAVE} != yes
+	@${REINPLACE_CMD} -e 's|-Wno-unused-but-set-variable||g' \
+		${WRKSRC}/src/Makefile.in
+.endif
+.if ${ARCH} == i386
+	@${REINPLACE_CMD} -e 's|-fstack-protector-strong||g; \
+		s|-fstack-protector||g' \
+		${WRKSRC}/configure
+.endif
+
+.include <bsd.port.mk>
+
+.endif


Property changes on: trunk/x11-toolkits/vte3/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/x11-toolkits/vte3/distinfo
===================================================================
--- trunk/x11-toolkits/vte3/distinfo	                        (rev 0)
+++ trunk/x11-toolkits/vte3/distinfo	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/vte-0.38.3.tar.xz) = 3f3ae063207ceea9ca2abd1cf9c9f8bd2b66ca82156609f31f3554288c0c2bf4
+SIZE (gnome3/vte-0.38.3.tar.xz) = 1005548


Property changes on: trunk/x11-toolkits/vte3/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/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c
===================================================================
--- trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,40 @@
+--- gnome-pty-helper/gnome-utmp.c.orig	Sat Oct 28 23:15:53 2006
++++ gnome-pty-helper/gnome-utmp.c	Sat Oct 28 23:15:40 2006
+@@ -258,10 +258,18 @@ write_logout_record (char *login_name, v
+ #endif
+ 
+ 	if (utmp)
++#if defined(__FreeBSD__)
++		logout (put.ut_line);
++#else
+ 		update_utmp (&put);
++#endif
+ 
+ 	if (wtmp)
++#if defined(__FreeBSD__)
++		logwtmp (put.ut_line, "", "");
++#else
+ 		update_wtmp (WTMP_OUTPUT_FILENAME, &put);
++#endif
+ 
+ 	free (ut);
+ }
+@@ -347,10 +355,18 @@ write_login_record (char *login_name, ch
+ #    endif
+ #endif
+ 	if (utmp)
++#if defined(__FreeBSD__)
++		login (ut);
++#else
+ 		update_utmp (ut);
++#endif
+ 
+ 	if (wtmp)
++#if defined(__FreeBSD__)
++		logwtmp (ut->ut_line, ut->ut_name, ut->ut_host);
++#else
+ 		update_wtmp (WTMP_OUTPUT_FILENAME, ut);
++#endif
+ 
+ 	if (lastlog)
+ 		update_lastlog(login_name, ut);


Property changes on: trunk/x11-toolkits/vte3/files/extra-patch-gnome-pty-helper_gnome-utmp.c
___________________________________________________________________
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/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,13 @@
+--- gnome-pty-helper/Makefile.in.orig	2009-05-06 01:20:54.000000000 -0400
++++ gnome-pty-helper/Makefile.in	2009-05-06 01:21:30.000000000 -0400
+@@ -590,8 +590,8 @@ uninstall-am: uninstall-libexecPROGRAMS
+ 
+ 
+ install-exec-hook:
+-	chown root.utmp $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+-	chmod g+s       $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
++	chown root:wheel $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
++	chmod u+s       $(DESTDIR)$(libexecdir)/gnome-pty-helper || true
+ 
+ -include $(top_srcdir)/git.mk
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.


Property changes on: trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_Makefile.in
___________________________________________________________________
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/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,12 @@
+--- gnome-pty-helper/config.h.in.orig	2012-03-24 17:31:26.000000000 -0400
++++ gnome-pty-helper/config.h.in	2012-03-24 17:31:43.000000000 -0400
+@@ -24,6 +24,9 @@
+ /* Define to 1 if you have the `getutmpx' function. */
+ #undef HAVE_GETUTMPX
+ 
++/* Define to 1 if you have the `getutxid' function. */
++#undef HAVE_GETUTXID
++
+ /* Define to 1 if you have the `grantpt' function. */
+ #undef HAVE_GRANTPT
+ 


Property changes on: trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_config.h.in
___________________________________________________________________
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/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_configure	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,11 @@
+--- gnome-pty-helper/configure.orig	2012-03-24 17:31:04.000000000 -0400
++++ gnome-pty-helper/configure	2012-03-24 17:31:21.000000000 -0400
+@@ -5699,7 +5699,7 @@ fi
+ 
+ fi
+ 
+-for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname
++for ac_func in endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty revoke sendmsg seteuid setreuid setutent strrchr updwtmp updwtmpx utmpname utmpxname getutxid
+ do :
+   as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
+ ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"


Property changes on: trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_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/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,10 @@
+--- gnome-pty-helper/gnome-pty-helper.c
++++ gnome-pty-helper/gnome-pty-helper.c
+@@ -51,7 +51,6 @@
+ #include <stdlib.h>
+ #include <string.h>
+ #include <stdio.h>
+-#include <utmp.h>
+ #include <grp.h>
+ #include "gnome-pty.h"
+ #include "gnome-login-support.h"


Property changes on: trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-pty-helper.c
___________________________________________________________________
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/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,11 @@
+--- gnome-pty-helper/gnome-utmp.c.orig	2012-03-24 17:30:46.000000000 -0400
++++ gnome-pty-helper/gnome-utmp.c	2012-03-24 17:30:25.000000000 -0400
+@@ -152,7 +152,7 @@ update_wtmp (char *file, UTMP *putmp)
+ #endif /* !HAVE_GETUTMPX */
+ 
+ 
+-#if defined(HAVE_GETUTMPX)
++#if defined(HAVE_GETUTMPX) || defined(HAVE_GETUTXID)
+ static void
+ update_utmp (UTMP *ut)
+ {


Property changes on: trunk/x11-toolkits/vte3/files/patch-gnome-pty-helper_gnome-utmp.c
___________________________________________________________________
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/x11-toolkits/vte3/files/patch-src_vteseq.c
===================================================================
--- trunk/x11-toolkits/vte3/files/patch-src_vteseq.c	                        (rev 0)
+++ trunk/x11-toolkits/vte3/files/patch-src_vteseq.c	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,10 @@
+--- src/vteseq.c.orig	Mon Jun 12 20:27:00 2006
++++ src/vteseq.c	Mon Jun 12 20:27:19 2006
+@@ -20,6 +20,7 @@
+ #include "../config.h"
+ 
+ #ifdef HAVE_SYS_SYSLIMITS_H
++#include <sys/cdefs.h>
+ #include <sys/syslimits.h>
+ #endif
+ 


Property changes on: trunk/x11-toolkits/vte3/files/patch-src_vteseq.c
___________________________________________________________________
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/x11-toolkits/vte3/pkg-descr
===================================================================
--- trunk/x11-toolkits/vte3/pkg-descr	                        (rev 0)
+++ trunk/x11-toolkits/vte3/pkg-descr	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,4 @@
+Terminal widget with improved font, internationalisation and accessibility
+support for the GNOME 2 desktop.  Designed to replace libzvt.
+
+WWW: http://www.gnome.org/


Property changes on: trunk/x11-toolkits/vte3/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/x11-toolkits/vte3/pkg-plist
===================================================================
--- trunk/x11-toolkits/vte3/pkg-plist	                        (rev 0)
+++ trunk/x11-toolkits/vte3/pkg-plist	2015-04-10 11:51:33 UTC (rev 18607)
@@ -0,0 +1,133 @@
+bin/vte-%%VERSION%%
+etc/profile.d/vte.sh
+include/vte-%%VERSION%%/vte/vte.h
+include/vte-%%VERSION%%/vte/vteenums.h
+include/vte-%%VERSION%%/vte/vteglobals.h
+include/vte-%%VERSION%%/vte/vtemacros.h
+include/vte-%%VERSION%%/vte/vtepty.h
+include/vte-%%VERSION%%/vte/vteterminal.h
+include/vte-%%VERSION%%/vte/vtetypebuiltins.h
+include/vte-%%VERSION%%/vte/vteversion.h
+lib/girepository-1.0/Vte-%%VERSION%%.typelib
+lib/libvte-%%VERSION%%.so
+lib/libvte-%%VERSION%%.so.0
+lib/libvte-%%VERSION%%.so.0.3800.3
+libdata/pkgconfig/vte-%%VERSION%%.pc
+share/doc/vte-%%VERSION%%/VteTerminal.html
+share/doc/vte-%%VERSION%%/annotation-glossary.html
+share/doc/vte-%%VERSION%%/api-index-deprecated.html
+share/doc/vte-%%VERSION%%/api-index-full.html
+share/doc/vte-%%VERSION%%/ch01.html
+share/doc/vte-%%VERSION%%/ch02.html
+share/doc/vte-%%VERSION%%/ch03.html
+share/doc/vte-%%VERSION%%/home.png
+share/doc/vte-%%VERSION%%/index.html
+share/doc/vte-%%VERSION%%/index.sgml
+share/doc/vte-%%VERSION%%/left-insensitive.png
+share/doc/vte-%%VERSION%%/left.png
+share/doc/vte-%%VERSION%%/licence.html
+share/doc/vte-%%VERSION%%/object-hierarchy.html
+share/doc/vte-%%VERSION%%/pt01.html
+share/doc/vte-%%VERSION%%/right-insensitive.png
+share/doc/vte-%%VERSION%%/right.png
+share/doc/vte-%%VERSION%%/style.css
+share/doc/vte-%%VERSION%%/up-insensitive.png
+share/doc/vte-%%VERSION%%/up.png
+share/doc/vte-%%VERSION%%/vte-%%VERSION%%.devhelp2
+share/doc/vte-%%VERSION%%/vte-Version-Information.html
+share/doc/vte-%%VERSION%%/vte-Vte-PTY.html
+share/gir-1.0/Vte-%%VERSION%%.gir
+share/locale/am/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ang/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ar/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/as/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ast/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/az/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/be/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/be at latin/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/bg/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/bn/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/bn_IN/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/bs/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ca/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ca at valencia/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/cs/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/cy/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/da/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/de/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/dz/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/el/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/en at shaw/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/en_CA/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/en_GB/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/eo/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/es/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/et/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/eu/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/fa/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/fi/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/fr/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/fur/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ga/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/gd/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/gl/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/gu/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/he/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/hi/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/hr/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/hu/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/id/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/is/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/it/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ja/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ka/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/kn/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ko/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ku/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ky/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/li/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/lt/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/lv/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/mai/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/mi/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/mk/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ml/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/mn/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/mr/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ms/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/nb/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ne/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/nds/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/nl/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/nn/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/oc/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/or/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/pa/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/pl/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/pt/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/pt_BR/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ro/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ru/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/rw/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/si/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/sk/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/sl/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/sq/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/sr/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/sr at latin/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/sv/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ta/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/te/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/tg/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/th/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/tr/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/ug/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/uk/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/uz at cyrillic/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/vi/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/wa/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/xh/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/zh_CN/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/zh_HK/LC_MESSAGES/vte-%%VERSION%%.mo
+share/locale/zh_TW/LC_MESSAGES/vte-%%VERSION%%.mo
+share/vala/vapi/vte-%%VERSION%%.vapi


Property changes on: trunk/x11-toolkits/vte3/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