From owner-svn-ports-all@FreeBSD.ORG Sun Mar 16 10:09:32 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1771BDB; Sun, 16 Mar 2014 10:09:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC80BE51; Sun, 16 Mar 2014 10:09:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2GA9WZb096383; Sun, 16 Mar 2014 10:09:32 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2GA9VOG096379; Sun, 16 Mar 2014 10:09:31 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201403161009.s2GA9VOG096379@svn.freebsd.org> From: Koop Mast Date: Sun, 16 Mar 2014 10:09:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348399 - in head/textproc: . gtkspell3 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.17 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: Sun, 16 Mar 2014 10:09:32 -0000 Author: kwm Date: Sun Mar 16 10:09:31 2014 New Revision: 348399 URL: http://svnweb.freebsd.org/changeset/ports/348399 QAT: https://qat.redports.org/buildarchive/r348399/ Log: Add gtkspell3 3.0.4. Gtkspell check library based on Gtk+ 3. This version isn't compatible with gtkspell. Added: head/textproc/gtkspell3/ - copied from r348393, head/textproc/gtkspell/ Modified: head/textproc/Makefile head/textproc/gtkspell3/Makefile head/textproc/gtkspell3/distinfo head/textproc/gtkspell3/pkg-plist Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Mar 16 10:08:16 2014 (r348398) +++ head/textproc/Makefile Sun Mar 16 10:09:31 2014 (r348399) @@ -208,6 +208,7 @@ SUBDIR += gsed SUBDIR += gtk-doc SUBDIR += gtkspell + SUBDIR += gtkspell3 SUBDIR += gtkspell-reference SUBDIR += gu-aspell SUBDIR += gutenmark Modified: head/textproc/gtkspell3/Makefile ============================================================================== --- head/textproc/gtkspell/Makefile Sun Mar 16 07:03:44 2014 (r348393) +++ head/textproc/gtkspell3/Makefile Sun Mar 16 10:09:31 2014 (r348399) @@ -1,32 +1,28 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ -# $MCom: ports/textproc/gtkspell/Makefile,v 1.2 2006/09/10 00:51:13 mezz Exp $ -PORTNAME= gtkspell -PORTVERSION= 2.0.16 -PORTREVISION?= 4 +PORTNAME= gtkspell3 +PORTVERSION= 3.0.4 CATEGORIES= textproc gnome -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= marcus +MASTER_SITES= SF/gtkspell/${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= A GTK+ 2 spell checking component +COMMENT= GTK+ 3 spell checking component -.if !defined(REFERENCE_PORT) +BUILD_DEPENDS= vapigen:${PORTSDIR}/lang/vala-vapigen +LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant -LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant - -USE_GNOME= gnomeprefix gnomehack gtk20 intlhack -USES= gettext gmake pkgconfig +USE_GNOME= gnomehier gnomeprefix gtk30 intlhack introspection:build +USES= gettext gmake libtool pathfix pkgconfig USE_LDCONFIG= yes -USE_AUTOTOOLS= libtool +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS/ s|docs||' ${WRKSRC}/Makefile.in -.include +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtkspell3-3.so.* -.endif +.include Modified: head/textproc/gtkspell3/distinfo ============================================================================== --- head/textproc/gtkspell/distinfo Sun Mar 16 07:03:44 2014 (r348393) +++ head/textproc/gtkspell3/distinfo Sun Mar 16 10:09:31 2014 (r348399) @@ -1,2 +1,2 @@ -SHA256 (gtkspell-2.0.16.tar.gz) = 8fc7dc560167b2cb7193e76aca625a152dc19b0ebf49816b78539cbb90d80d02 -SIZE (gtkspell-2.0.16.tar.gz) = 351277 +SHA256 (gtkspell3-3.0.4.tar.gz) = fabf8e670c99c1a91996e0e33fa78b7c023f77efb3e11355cf5aa9bcdc43e4a7 +SIZE (gtkspell3-3.0.4.tar.gz) = 420762 Modified: head/textproc/gtkspell3/pkg-plist ============================================================================== --- head/textproc/gtkspell/pkg-plist Sun Mar 16 07:03:44 2014 (r348393) +++ head/textproc/gtkspell3/pkg-plist Sun Mar 16 10:09:31 2014 (r348399) @@ -1,63 +1,98 @@ -include/gtkspell-2.0/gtkspell/gtkspell.h -lib/libgtkspell.a -lib/libgtkspell.la -lib/libgtkspell.so -lib/libgtkspell.so.0 -libdata/pkgconfig/gtkspell-2.0.pc -share/locale/af/LC_MESSAGES/gtkspell.mo -share/locale/be/LC_MESSAGES/gtkspell.mo -share/locale/cs/LC_MESSAGES/gtkspell.mo -share/locale/da/LC_MESSAGES/gtkspell.mo -share/locale/de/LC_MESSAGES/gtkspell.mo -share/locale/el/LC_MESSAGES/gtkspell.mo -share/locale/eo/LC_MESSAGES/gtkspell.mo -share/locale/es/LC_MESSAGES/gtkspell.mo -share/locale/eu/LC_MESSAGES/gtkspell.mo -share/locale/fi/LC_MESSAGES/gtkspell.mo -share/locale/fr/LC_MESSAGES/gtkspell.mo -share/locale/ga/LC_MESSAGES/gtkspell.mo -share/locale/gl/LC_MESSAGES/gtkspell.mo -share/locale/hu/LC_MESSAGES/gtkspell.mo -share/locale/hy/LC_MESSAGES/gtkspell.mo -share/locale/id/LC_MESSAGES/gtkspell.mo -share/locale/it/LC_MESSAGES/gtkspell.mo -share/locale/ja/LC_MESSAGES/gtkspell.mo -share/locale/ky/LC_MESSAGES/gtkspell.mo -share/locale/lt/LC_MESSAGES/gtkspell.mo -share/locale/lv/LC_MESSAGES/gtkspell.mo -share/locale/mn/LC_MESSAGES/gtkspell.mo -share/locale/ms/LC_MESSAGES/gtkspell.mo -share/locale/nb/LC_MESSAGES/gtkspell.mo -share/locale/nl/LC_MESSAGES/gtkspell.mo -share/locale/pl/LC_MESSAGES/gtkspell.mo -share/locale/pt/LC_MESSAGES/gtkspell.mo -share/locale/pt_BR/LC_MESSAGES/gtkspell.mo -share/locale/rm/LC_MESSAGES/gtkspell.mo -share/locale/ro/LC_MESSAGES/gtkspell.mo -share/locale/ru/LC_MESSAGES/gtkspell.mo -share/locale/rw/LC_MESSAGES/gtkspell.mo -share/locale/sk/LC_MESSAGES/gtkspell.mo -share/locale/sl/LC_MESSAGES/gtkspell.mo -share/locale/sq/LC_MESSAGES/gtkspell.mo -share/locale/sr/LC_MESSAGES/gtkspell.mo -share/locale/sv/LC_MESSAGES/gtkspell.mo -share/locale/th/LC_MESSAGES/gtkspell.mo -share/locale/tr/LC_MESSAGES/gtkspell.mo -share/locale/uk/LC_MESSAGES/gtkspell.mo -share/locale/vi/LC_MESSAGES/gtkspell.mo -share/locale/wa/LC_MESSAGES/gtkspell.mo -share/locale/zh_CN/LC_MESSAGES/gtkspell.mo -share/locale/zh_HK/LC_MESSAGES/gtkspell.mo -share/locale/zh_TW/LC_MESSAGES/gtkspell.mo -@dirrm include/gtkspell-2.0/gtkspell -@dirrm include/gtkspell-2.0 +include/gtkspell-3.0/gtkspell/gtkspell.h +lib/girepository-1.0/GtkSpell-3.0.typelib +lib/libgtkspell3-3.a +lib/libgtkspell3-3.la +lib/libgtkspell3-3.so +lib/libgtkspell3-3.so.0 +lib/libgtkspell3-3.so.0.1.0 +libdata/pkgconfig/gtkspell3-3.0.pc +share/gir-1.0/GtkSpell-3.0.gir +share/locale/af/LC_MESSAGES/gtkspell3.mo +share/locale/ak/LC_MESSAGES/gtkspell3.mo +share/locale/ast/LC_MESSAGES/gtkspell3.mo +share/locale/be/LC_MESSAGES/gtkspell3.mo +share/locale/cs/LC_MESSAGES/gtkspell3.mo +share/locale/da/LC_MESSAGES/gtkspell3.mo +share/locale/de/LC_MESSAGES/gtkspell3.mo +share/locale/el/LC_MESSAGES/gtkspell3.mo +share/locale/eo/LC_MESSAGES/gtkspell3.mo +share/locale/es/LC_MESSAGES/gtkspell3.mo +share/locale/eu/LC_MESSAGES/gtkspell3.mo +share/locale/ff/LC_MESSAGES/gtkspell3.mo +share/locale/fi/LC_MESSAGES/gtkspell3.mo +share/locale/fo/LC_MESSAGES/gtkspell3.mo +share/locale/fr/LC_MESSAGES/gtkspell3.mo +share/locale/ga/LC_MESSAGES/gtkspell3.mo +share/locale/gl/LC_MESSAGES/gtkspell3.mo +share/locale/he/LC_MESSAGES/gtkspell3.mo +share/locale/hr/LC_MESSAGES/gtkspell3.mo +share/locale/hu/LC_MESSAGES/gtkspell3.mo +share/locale/hy/LC_MESSAGES/gtkspell3.mo +share/locale/id/LC_MESSAGES/gtkspell3.mo +share/locale/is/LC_MESSAGES/gtkspell3.mo +share/locale/it/LC_MESSAGES/gtkspell3.mo +share/locale/ja/LC_MESSAGES/gtkspell3.mo +share/locale/ky/LC_MESSAGES/gtkspell3.mo +share/locale/lg/LC_MESSAGES/gtkspell3.mo +share/locale/lt/LC_MESSAGES/gtkspell3.mo +share/locale/lv/LC_MESSAGES/gtkspell3.mo +share/locale/mn/LC_MESSAGES/gtkspell3.mo +share/locale/ms/LC_MESSAGES/gtkspell3.mo +share/locale/nb/LC_MESSAGES/gtkspell3.mo +share/locale/nl/LC_MESSAGES/gtkspell3.mo +share/locale/nso/LC_MESSAGES/gtkspell3.mo +share/locale/pl/LC_MESSAGES/gtkspell3.mo +share/locale/pt/LC_MESSAGES/gtkspell3.mo +share/locale/pt_BR/LC_MESSAGES/gtkspell3.mo +share/locale/rm/LC_MESSAGES/gtkspell3.mo +share/locale/ro/LC_MESSAGES/gtkspell3.mo +share/locale/ru/LC_MESSAGES/gtkspell3.mo +share/locale/rw/LC_MESSAGES/gtkspell3.mo +share/locale/sk/LC_MESSAGES/gtkspell3.mo +share/locale/sl/LC_MESSAGES/gtkspell3.mo +share/locale/son/LC_MESSAGES/gtkspell3.mo +share/locale/sq/LC_MESSAGES/gtkspell3.mo +share/locale/sr/LC_MESSAGES/gtkspell3.mo +share/locale/st/LC_MESSAGES/gtkspell3.mo +share/locale/sv/LC_MESSAGES/gtkspell3.mo +share/locale/th/LC_MESSAGES/gtkspell3.mo +share/locale/tr/LC_MESSAGES/gtkspell3.mo +share/locale/uk/LC_MESSAGES/gtkspell3.mo +share/locale/vi/LC_MESSAGES/gtkspell3.mo +share/locale/wa/LC_MESSAGES/gtkspell3.mo +share/locale/zh_CN/LC_MESSAGES/gtkspell3.mo +share/locale/zh_HK/LC_MESSAGES/gtkspell3.mo +share/locale/zh_TW/LC_MESSAGES/gtkspell3.mo +share/locale/zu/LC_MESSAGES/gtkspell3.mo +share/vala/vapi/gtkspell3-3.0.deps +share/vala/vapi/gtkspell3-3.0.vapi +@dirrmtry share/locale/zu/LC_MESSAGES +@dirrmtry share/locale/zu @dirrmtry share/locale/zh_HK/LC_MESSAGES @dirrmtry share/locale/zh_HK +@dirrmtry share/locale/st/LC_MESSAGES +@dirrmtry share/locale/st +@dirrmtry share/locale/son/LC_MESSAGES +@dirrmtry share/locale/son @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrmtry share/locale/rm/LC_MESSAGES @dirrmtry share/locale/rm +@dirrmtry share/locale/nso/LC_MESSAGES +@dirrmtry share/locale/nso +@dirrmtry share/locale/lg/LC_MESSAGES +@dirrmtry share/locale/lg @dirrmtry share/locale/ky/LC_MESSAGES @dirrmtry share/locale/ky @dirrmtry share/locale/hy/LC_MESSAGES @dirrmtry share/locale/hy +@dirrmtry share/locale/fo/LC_MESSAGES +@dirrmtry share/locale/fo +@dirrmtry share/locale/ff/LC_MESSAGES +@dirrmtry share/locale/ff +@dirrmtry share/locale/ast/LC_MESSAGES +@dirrmtry share/locale/ast +@dirrmtry share/locale/ak/LC_MESSAGES +@dirrmtry share/locale/ak +@dirrm include/gtkspell-3.0/gtkspell +@dirrm include/gtkspell-3.0