pkgsrc-WIP-changes archive

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

gtksourceview2: Import gtksourceview2-2.10.5nb55 from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun Aug 11 18:55:43 2024 +0900
Changeset:	87782d5c825f21d4d4ff19e0b7c477bffd00f63e

Modified Files:
	Makefile
Added Files:
	gtksourceview2/DESCR
	gtksourceview2/Makefile
	gtksourceview2/PLIST
	gtksourceview2/buildlink3.mk
	gtksourceview2/distinfo

Log Message:
gtksourceview2: Import gtksourceview2-2.10.5nb55 from pkgsrc

use wip/gwyddion

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=87782d5c825f21d4d4ff19e0b7c477bffd00f63e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                     |   1 +
 gtksourceview2/DESCR         |   5 +
 gtksourceview2/Makefile      |  33 +++++++
 gtksourceview2/PLIST         | 223 +++++++++++++++++++++++++++++++++++++++++++
 gtksourceview2/buildlink3.mk |  19 ++++
 gtksourceview2/distinfo      |   5 +
 6 files changed, 286 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 4175074dae..fba6326756 100644
--- a/Makefile
+++ b/Makefile
@@ -1390,6 +1390,7 @@ SUBDIR+=	gtkhotkey
 SUBDIR+=	gtkmathview
 SUBDIR+=	gtkmmorse
 SUBDIR+=	gtksourcecompletion
+SUBDIR+=	gtksourceview2
 SUBDIR+=	gts-snapshot
 SUBDIR+=	gtypist
 SUBDIR+=	gucharmap
diff --git a/gtksourceview2/DESCR b/gtksourceview2/DESCR
new file mode 100644
index 0000000000..5663a37d8c
--- /dev/null
+++ b/gtksourceview2/DESCR
@@ -0,0 +1,5 @@
+GtkSourceView is a text widget that extends the standard GTK+ 2.x text
+widget GtkTextView.  It improves GtkTextView by implementing syntax
+highlighting and other features typical of a source editor.
+
+This provides the 2.x API of this package.
diff --git a/gtksourceview2/Makefile b/gtksourceview2/Makefile
new file mode 100644
index 0000000000..fd3045bda7
--- /dev/null
+++ b/gtksourceview2/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.84 2024/04/07 07:35:20 wiz Exp $
+
+DISTNAME=	gtksourceview-2.10.5
+PKGNAME=	${DISTNAME:S/-/2-/}
+PKGREVISION=	55
+CATEGORIES=	x11
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/gtksourceview/${PKGVERSION_NOREV:R}/}
+EXTRACT_SUFX=	.tar.bz2
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://gtksourceview.sourceforge.net/
+COMMENT=	Text widget that extends GTK2's GtkTextView widget (v2)
+LICENSE=	gnu-gpl-v2
+
+USE_LIBTOOL=		yes
+USE_PKGLOCALEDIR=	yes
+USE_TOOLS+=		gmake intltool msgfmt perl pkg-config
+GNU_CONFIGURE=		yes
+
+PKGCONFIG_OVERRIDE=	gtksourceview-2.0.pc.in
+
+SUBST_CLASSES+=		ige-mac
+SUBST_STAGE.ige-mac=	pre-configure
+SUBST_MESSAGE.ige-mac=	Do not require ige-mac-integration.
+SUBST_FILES.ige-mac=	configure
+SUBST_SED.ige-mac=	-e 's,os_osx=yes,os_osx=no,'
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gtksourceview2/PLIST b/gtksourceview2/PLIST
new file mode 100644
index 0000000000..5a1c44082b
--- /dev/null
+++ b/gtksourceview2/PLIST
@@ -0,0 +1,223 @@
+@comment $NetBSD: PLIST,v 1.11 2010/07/06 15:51:19 drochner Exp $
+include/gtksourceview-2.0/gtksourceview/completion-providers/words/gtksourcecompletionwords.h
+include/gtksourceview-2.0/gtksourceview/gtksourcebuffer.h
+include/gtksourceview-2.0/gtksourceview/gtksourcecompletion.h
+include/gtksourceview-2.0/gtksourceview/gtksourcecompletioncontext.h
+include/gtksourceview-2.0/gtksourceview/gtksourcecompletioninfo.h
+include/gtksourceview-2.0/gtksourceview/gtksourcecompletionitem.h
+include/gtksourceview-2.0/gtksourceview/gtksourcecompletionproposal.h
+include/gtksourceview-2.0/gtksourceview/gtksourcecompletionprovider.h
+include/gtksourceview-2.0/gtksourceview/gtksourcegutter.h
+include/gtksourceview-2.0/gtksourceview/gtksourceiter.h
+include/gtksourceview-2.0/gtksourceview/gtksourcelanguage.h
+include/gtksourceview-2.0/gtksourceview/gtksourcelanguagemanager.h
+include/gtksourceview-2.0/gtksourceview/gtksourcemark.h
+include/gtksourceview-2.0/gtksourceview/gtksourceprintcompositor.h
+include/gtksourceview-2.0/gtksourceview/gtksourcestyle.h
+include/gtksourceview-2.0/gtksourceview/gtksourcestylescheme.h
+include/gtksourceview-2.0/gtksourceview/gtksourcestyleschememanager.h
+include/gtksourceview-2.0/gtksourceview/gtksourceundomanager.h
+include/gtksourceview-2.0/gtksourceview/gtksourceview-typebuiltins.h
+include/gtksourceview-2.0/gtksourceview/gtksourceview.h
+lib/libgtksourceview-2.0.la
+lib/pkgconfig/gtksourceview-2.0.pc
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceBuffer.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceCompletion.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceCompletionInfo.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceCompletionItem.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceCompletionProposal.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceCompletionProvider.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceGutter.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceLanguage.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceLanguageManager.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceMark.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourcePrintCompositor.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceStyle.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceStyleScheme.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceStyleSchemeManager.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceUndoManager.html
+share/gtk-doc/html/gtksourceview-2.0/GtkSourceView.html
+share/gtk-doc/html/gtksourceview-2.0/gtksourceview-2.0-Searching-in-a-GtkSourceBuffer.html
+share/gtk-doc/html/gtksourceview-2.0/gtksourceview-2.0-completioncontext.html
+share/gtk-doc/html/gtksourceview-2.0/gtksourceview-2.0.devhelp
+share/gtk-doc/html/gtksourceview-2.0/gtksourceview-2.0.devhelp2
+share/gtk-doc/html/gtksourceview-2.0/home.png
+share/gtk-doc/html/gtksourceview-2.0/index.html
+share/gtk-doc/html/gtksourceview-2.0/index.sgml
+share/gtk-doc/html/gtksourceview-2.0/lang-reference.html
+share/gtk-doc/html/gtksourceview-2.0/lang-tutorial.html
+share/gtk-doc/html/gtksourceview-2.0/left.png
+share/gtk-doc/html/gtksourceview-2.0/right.png
+share/gtk-doc/html/gtksourceview-2.0/rn01.html
+share/gtk-doc/html/gtksourceview-2.0/rn02.html
+share/gtk-doc/html/gtksourceview-2.0/style-reference.html
+share/gtk-doc/html/gtksourceview-2.0/style.css
+share/gtk-doc/html/gtksourceview-2.0/up.png
+share/gtksourceview-2.0/language-specs/R.lang
+share/gtksourceview-2.0/language-specs/ada.lang
+share/gtksourceview-2.0/language-specs/asp.lang
+share/gtksourceview-2.0/language-specs/awk.lang
+share/gtksourceview-2.0/language-specs/bibtex.lang
+share/gtksourceview-2.0/language-specs/boo.lang
+share/gtksourceview-2.0/language-specs/c.lang
+share/gtksourceview-2.0/language-specs/cg.lang
+share/gtksourceview-2.0/language-specs/changelog.lang
+share/gtksourceview-2.0/language-specs/chdr.lang
+share/gtksourceview-2.0/language-specs/check.sh
+share/gtksourceview-2.0/language-specs/cmake.lang
+share/gtksourceview-2.0/language-specs/convert.py
+share/gtksourceview-2.0/language-specs/cpp.lang
+share/gtksourceview-2.0/language-specs/csharp.lang
+share/gtksourceview-2.0/language-specs/css.lang
+share/gtksourceview-2.0/language-specs/cuda.lang
+share/gtksourceview-2.0/language-specs/d.lang
+share/gtksourceview-2.0/language-specs/def.lang
+share/gtksourceview-2.0/language-specs/desktop.lang
+share/gtksourceview-2.0/language-specs/diff.lang
+share/gtksourceview-2.0/language-specs/docbook.lang
+share/gtksourceview-2.0/language-specs/dosbatch.lang
+share/gtksourceview-2.0/language-specs/dot.lang
+share/gtksourceview-2.0/language-specs/dpatch.lang
+share/gtksourceview-2.0/language-specs/dtd.lang
+share/gtksourceview-2.0/language-specs/eiffel.lang
+share/gtksourceview-2.0/language-specs/erlang.lang
+share/gtksourceview-2.0/language-specs/fcl.lang
+share/gtksourceview-2.0/language-specs/forth.lang
+share/gtksourceview-2.0/language-specs/fortran.lang
+share/gtksourceview-2.0/language-specs/fsharp.lang
+share/gtksourceview-2.0/language-specs/gap.lang
+share/gtksourceview-2.0/language-specs/glsl.lang
+share/gtksourceview-2.0/language-specs/gtk-doc.lang
+share/gtksourceview-2.0/language-specs/gtkrc.lang
+share/gtksourceview-2.0/language-specs/haddock.lang
+share/gtksourceview-2.0/language-specs/haskell-literate.lang
+share/gtksourceview-2.0/language-specs/haskell.lang
+share/gtksourceview-2.0/language-specs/html.lang
+share/gtksourceview-2.0/language-specs/idl.lang
+share/gtksourceview-2.0/language-specs/ini.lang
+share/gtksourceview-2.0/language-specs/java.lang
+share/gtksourceview-2.0/language-specs/javascript.lang
+share/gtksourceview-2.0/language-specs/language.dtd
+share/gtksourceview-2.0/language-specs/language.rng
+share/gtksourceview-2.0/language-specs/language2.rng
+share/gtksourceview-2.0/language-specs/latex.lang
+share/gtksourceview-2.0/language-specs/libtool.lang
+share/gtksourceview-2.0/language-specs/lua.lang
+share/gtksourceview-2.0/language-specs/m4.lang
+share/gtksourceview-2.0/language-specs/makefile.lang
+share/gtksourceview-2.0/language-specs/mallard.lang
+share/gtksourceview-2.0/language-specs/msil.lang
+share/gtksourceview-2.0/language-specs/nemerle.lang
+share/gtksourceview-2.0/language-specs/nsis.lang
+share/gtksourceview-2.0/language-specs/objc.lang
+share/gtksourceview-2.0/language-specs/ocaml.lang
+share/gtksourceview-2.0/language-specs/ocl.lang
+share/gtksourceview-2.0/language-specs/octave.lang
+share/gtksourceview-2.0/language-specs/ooc.lang
+share/gtksourceview-2.0/language-specs/pascal.lang
+share/gtksourceview-2.0/language-specs/perl.lang
+share/gtksourceview-2.0/language-specs/php.lang
+share/gtksourceview-2.0/language-specs/pkgconfig.lang
+share/gtksourceview-2.0/language-specs/po.lang
+share/gtksourceview-2.0/language-specs/prolog.lang
+share/gtksourceview-2.0/language-specs/python.lang
+share/gtksourceview-2.0/language-specs/rpmspec.lang
+share/gtksourceview-2.0/language-specs/ruby.lang
+share/gtksourceview-2.0/language-specs/scheme.lang
+share/gtksourceview-2.0/language-specs/sh.lang
+share/gtksourceview-2.0/language-specs/sparql.lang
+share/gtksourceview-2.0/language-specs/sql.lang
+share/gtksourceview-2.0/language-specs/styles.rng
+share/gtksourceview-2.0/language-specs/t2t.lang
+share/gtksourceview-2.0/language-specs/tcl.lang
+share/gtksourceview-2.0/language-specs/texinfo.lang
+share/gtksourceview-2.0/language-specs/vala.lang
+share/gtksourceview-2.0/language-specs/vbnet.lang
+share/gtksourceview-2.0/language-specs/verilog.lang
+share/gtksourceview-2.0/language-specs/vhdl.lang
+share/gtksourceview-2.0/language-specs/xml.lang
+share/gtksourceview-2.0/language-specs/xslt.lang
+share/gtksourceview-2.0/language-specs/yacc.lang
+share/gtksourceview-2.0/styles/classic.xml
+share/gtksourceview-2.0/styles/cobalt.xml
+share/gtksourceview-2.0/styles/kate.xml
+share/gtksourceview-2.0/styles/oblivion.xml
+share/gtksourceview-2.0/styles/styles.rng
+share/gtksourceview-2.0/styles/tango.xml
+share/locale/ar/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/as/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ast/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/az/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/be/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/bg/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/bn/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/bs/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ca/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/cs/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/cy/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/da/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/de/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/dz/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/el/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/en@shaw/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/es/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/et/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/eu/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/fa/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/fi/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/fr/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ga/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/gl/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/gu/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/he/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/hi/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/hr/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/hu/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/id/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/it/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ja/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/kn/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ko/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/lt/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/lv/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/mai/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/mg/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/mk/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ml/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/mn/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/mr/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ms/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/nb/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ne/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/nl/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/nn/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/oc/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/or/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/pa/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/pl/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/pt/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ro/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ru/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/rw/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/si/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/sk/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/sl/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/sq/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/sr/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/sv/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/ta/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/te/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/th/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/tr/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/uk/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/vi/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/xh/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gtksourceview-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gtksourceview-2.0.mo
diff --git a/gtksourceview2/buildlink3.mk b/gtksourceview2/buildlink3.mk
new file mode 100644
index 0000000000..ffe764077b
--- /dev/null
+++ b/gtksourceview2/buildlink3.mk
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.55 2024/04/07 07:35:20 wiz Exp $
+
+BUILDLINK_TREE+=	gtksourceview2
+
+.if !defined(GTKSOURCEVIEW2_BUILDLINK3_MK)
+GTKSOURCEVIEW2_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gtksourceview2+=	gtksourceview2>=2.0.2<3
+BUILDLINK_ABI_DEPENDS.gtksourceview2+=	gtksourceview2>=2.10.5nb55
+BUILDLINK_PKGSRCDIR.gtksourceview2?=	../../wip/gtksourceview2
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.endif # GTKSOURCEVIEW2_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-gtksourceview2
diff --git a/gtksourceview2/distinfo b/gtksourceview2/distinfo
new file mode 100644
index 0000000000..b59ec5670e
--- /dev/null
+++ b/gtksourceview2/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.18 2021/10/26 11:33:53 nia Exp $
+
+BLAKE2s (gtksourceview-2.10.5.tar.bz2) = 64e9440f11a099488a0a657025f01651d0a7a1a677cc51a49a154706180cf87b
+SHA512 (gtksourceview-2.10.5.tar.bz2) = 6f64acef6196bfc5953e0b148d7e460d366073b5e21367c01b01fc4d1c86ffe8aca71ecd77cf0814e47d8fc3085495f25bbbdc69e746987b02fd02fcda64886d
+Size (gtksourceview-2.10.5.tar.bz2) = 1253321 bytes


Home | Main Index | Thread Index | Old Index