summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-06-09 14:30:00 +0000
committernia <nia@pkgsrc.org>2020-06-09 14:30:00 +0000
commit7a4fb74d75caa8b205acd953778686798788b020 (patch)
tree8576f8f0c30afb4625820b304c5f0e2284749a6c
parentea5f1c89ae82f2acb736db669885f2e03cf9334d (diff)
downloadpkgsrc-7a4fb74d75caa8b205acd953778686798788b020.tar.gz
editors: Add tepl4
Tepl is a library that eases the development of GtkSourceView-based text editors and IDEs. Tepl is the acronym for "Text editor product line". It serves as an incubator for GtkSourceView. Tepl was previously named Gtef (GTK+ text editor framework). The project has been renamed in June 2017 to have a more beautiful name. The end of Tepl is pronounced like in "apple".
-rw-r--r--editors/Makefile3
-rw-r--r--editors/tepl4/DESCR7
-rw-r--r--editors/tepl4/Makefile24
-rw-r--r--editors/tepl4/PLIST107
-rw-r--r--editors/tepl4/buildlink3.mk16
-rw-r--r--editors/tepl4/distinfo6
6 files changed, 162 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile
index a62a00d6516..41e44264a45 100644
--- a/editors/Makefile
+++ b/editors/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.205 2020/06/02 08:49:15 sjmulder Exp $
+# $NetBSD: Makefile,v 1.206 2020/06/09 14:30:00 nia Exp $
#
COMMENT= Editors
@@ -143,6 +143,7 @@ SUBDIR+= ted-no
SUBDIR+= ted-pl
SUBDIR+= ted-pt
SUBDIR+= ted-sv
+SUBDIR+= tepl4
SUBDIR+= texmaker
SUBDIR+= texstudio
SUBDIR+= texworks
diff --git a/editors/tepl4/DESCR b/editors/tepl4/DESCR
new file mode 100644
index 00000000000..db5e6c67b6a
--- /dev/null
+++ b/editors/tepl4/DESCR
@@ -0,0 +1,7 @@
+Tepl is a library that eases the development of GtkSourceView-based text
+editors and IDEs. Tepl is the acronym for "Text editor product line". It
+serves as an incubator for GtkSourceView.
+
+Tepl was previously named Gtef (GTK+ text editor framework). The project
+has been renamed in June 2017 to have a more beautiful name. The end of Tepl
+is pronounced like in "apple".
diff --git a/editors/tepl4/Makefile b/editors/tepl4/Makefile
new file mode 100644
index 00000000000..9f80a6a63ad
--- /dev/null
+++ b/editors/tepl4/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/06/09 14:30:00 nia Exp $
+
+DISTNAME= tepl-4.4.0
+PKGNAME= ${DISTNAME:S/tepl-/tepl4-/1}
+CATEGORIES= editors gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/tepl/4.4/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= https://wiki.gnome.org/Projects/Tepl
+COMMENT= GtkSourceView-based text editors and IDE helper library
+LICENSE= gnu-lgpl-v2.1
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config gmake
+USE_TOOLS+= msgfmt msgmerge xgettext
+
+.include "../../devel/amtk/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../textproc/uchardet/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/gtksourceview4/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/editors/tepl4/PLIST b/editors/tepl4/PLIST
new file mode 100644
index 00000000000..9d029ac7d21
--- /dev/null
+++ b/editors/tepl4/PLIST
@@ -0,0 +1,107 @@
+@comment $NetBSD: PLIST,v 1.1 2020/06/09 14:30:00 nia Exp $
+include/tepl-4/tepl/tepl-abstract-factory-vala.h
+include/tepl-4/tepl/tepl-abstract-factory.h
+include/tepl-4/tepl/tepl-application-window.h
+include/tepl-4/tepl/tepl-application.h
+include/tepl-4/tepl/tepl-buffer.h
+include/tepl-4/tepl/tepl-encoding.h
+include/tepl-4/tepl/tepl-enum-types.h
+include/tepl-4/tepl/tepl-file-loader.h
+include/tepl-4/tepl/tepl-file-metadata.h
+include/tepl-4/tepl/tepl-file-saver.h
+include/tepl-4/tepl/tepl-file.h
+include/tepl-4/tepl/tepl-fold-region.h
+include/tepl-4/tepl/tepl-gutter-renderer-folds.h
+include/tepl-4/tepl/tepl-info-bar.h
+include/tepl-4/tepl/tepl-init.h
+include/tepl-4/tepl/tepl-iter.h
+include/tepl-4/tepl/tepl-menu-shell.h
+include/tepl-4/tepl/tepl-metadata-manager.h
+include/tepl-4/tepl/tepl-notebook.h
+include/tepl-4/tepl/tepl-tab-group.h
+include/tepl-4/tepl/tepl-tab-label.h
+include/tepl-4/tepl/tepl-tab.h
+include/tepl-4/tepl/tepl-types.h
+include/tepl-4/tepl/tepl-utils.h
+include/tepl-4/tepl/tepl-view.h
+include/tepl-4/tepl/tepl.h
+lib/libtepl-4.la
+lib/pkgconfig/tepl-4.pc
+share/gtk-doc/html/tepl-4.0/TeplAbstractFactory.html
+share/gtk-doc/html/tepl-4.0/TeplAbstractFactoryVala.html
+share/gtk-doc/html/tepl-4.0/TeplApplication.html
+share/gtk-doc/html/tepl-4.0/TeplApplicationWindow.html
+share/gtk-doc/html/tepl-4.0/TeplBuffer.html
+share/gtk-doc/html/tepl-4.0/TeplEncoding.html
+share/gtk-doc/html/tepl-4.0/TeplFile.html
+share/gtk-doc/html/tepl-4.0/TeplFileLoader.html
+share/gtk-doc/html/tepl-4.0/TeplFileMetadata.html
+share/gtk-doc/html/tepl-4.0/TeplFileSaver.html
+share/gtk-doc/html/tepl-4.0/TeplFoldRegion.html
+share/gtk-doc/html/tepl-4.0/TeplGutterRendererFolds.html
+share/gtk-doc/html/tepl-4.0/TeplInfoBar.html
+share/gtk-doc/html/tepl-4.0/TeplNotebook.html
+share/gtk-doc/html/tepl-4.0/TeplTab.html
+share/gtk-doc/html/tepl-4.0/TeplTabGroup.html
+share/gtk-doc/html/tepl-4.0/TeplTabLabel.html
+share/gtk-doc/html/tepl-4.0/TeplView.html
+share/gtk-doc/html/tepl-4.0/annexes.html
+share/gtk-doc/html/tepl-4.0/annotation-glossary.html
+share/gtk-doc/html/tepl-4.0/api-breaks-1-to-2.html
+share/gtk-doc/html/tepl-4.0/api-breaks-2-to-3-amtk.html
+share/gtk-doc/html/tepl-4.0/api-breaks-2-to-3-tepl.html
+share/gtk-doc/html/tepl-4.0/api-breaks-3-to-4-tepl.html
+share/gtk-doc/html/tepl-4.0/api-breaks.html
+share/gtk-doc/html/tepl-4.0/api-index-1-0.html
+share/gtk-doc/html/tepl-4.0/api-index-2-0.html
+share/gtk-doc/html/tepl-4.0/api-index-3-0.html
+share/gtk-doc/html/tepl-4.0/api-index-4-0.html
+share/gtk-doc/html/tepl-4.0/api-index-4-4.html
+share/gtk-doc/html/tepl-4.0/api-index-full.html
+share/gtk-doc/html/tepl-4.0/code-folding.html
+share/gtk-doc/html/tepl-4.0/file-loading-and-saving.html
+share/gtk-doc/html/tepl-4.0/framework.html
+share/gtk-doc/html/tepl-4.0/general.html
+share/gtk-doc/html/tepl-4.0/home.png
+share/gtk-doc/html/tepl-4.0/index.html
+share/gtk-doc/html/tepl-4.0/intro.html
+share/gtk-doc/html/tepl-4.0/left-insensitive.png
+share/gtk-doc/html/tepl-4.0/left.png
+share/gtk-doc/html/tepl-4.0/menus-and-toolbars.html
+share/gtk-doc/html/tepl-4.0/misc.html
+share/gtk-doc/html/tepl-4.0/object-tree.html
+share/gtk-doc/html/tepl-4.0/porting-guide-file-loading-and-saving.html
+share/gtk-doc/html/tepl-4.0/porting-guides.html
+share/gtk-doc/html/tepl-4.0/right-insensitive.png
+share/gtk-doc/html/tepl-4.0/right.png
+share/gtk-doc/html/tepl-4.0/style.css
+share/gtk-doc/html/tepl-4.0/tepl-4.0-Tepl-Initialization-and-Finalization.html
+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplIter.html
+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplMenuShell.html
+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplMetadataManager.html
+share/gtk-doc/html/tepl-4.0/tepl-4.0-TeplUtils.html
+share/gtk-doc/html/tepl-4.0/tepl-4.0.devhelp2
+share/gtk-doc/html/tepl-4.0/tepl-api-reference.html
+share/gtk-doc/html/tepl-4.0/up-insensitive.png
+share/gtk-doc/html/tepl-4.0/up.png
+share/locale/ca/LC_MESSAGES/tepl-4.mo
+share/locale/cs/LC_MESSAGES/tepl-4.mo
+share/locale/da/LC_MESSAGES/tepl-4.mo
+share/locale/de/LC_MESSAGES/tepl-4.mo
+share/locale/el/LC_MESSAGES/tepl-4.mo
+share/locale/en_GB/LC_MESSAGES/tepl-4.mo
+share/locale/es/LC_MESSAGES/tepl-4.mo
+share/locale/eu/LC_MESSAGES/tepl-4.mo
+share/locale/fur/LC_MESSAGES/tepl-4.mo
+share/locale/hu/LC_MESSAGES/tepl-4.mo
+share/locale/id/LC_MESSAGES/tepl-4.mo
+share/locale/nl/LC_MESSAGES/tepl-4.mo
+share/locale/pl/LC_MESSAGES/tepl-4.mo
+share/locale/pt_BR/LC_MESSAGES/tepl-4.mo
+share/locale/ro/LC_MESSAGES/tepl-4.mo
+share/locale/ru/LC_MESSAGES/tepl-4.mo
+share/locale/sl/LC_MESSAGES/tepl-4.mo
+share/locale/sr/LC_MESSAGES/tepl-4.mo
+share/locale/sv/LC_MESSAGES/tepl-4.mo
+share/locale/tr/LC_MESSAGES/tepl-4.mo
+share/locale/uk/LC_MESSAGES/tepl-4.mo
diff --git a/editors/tepl4/buildlink3.mk b/editors/tepl4/buildlink3.mk
new file mode 100644
index 00000000000..f4e9dcc43c8
--- /dev/null
+++ b/editors/tepl4/buildlink3.mk
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/06/09 14:30:00 nia Exp $
+
+BUILDLINK_TREE+= tepl4
+
+.if !defined(TEPL4_BUILDLINK3_MK)
+TEPL4_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.tepl4+= tepl4>=4.4.0
+BUILDLINK_PKGSRCDIR.tepl4?= ../../wip/tepl4
+
+.include "../../devel/amtk/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/gtksourceview4/buildlink3.mk"
+.endif # TEPL4_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -tepl4
diff --git a/editors/tepl4/distinfo b/editors/tepl4/distinfo
new file mode 100644
index 00000000000..79adc006949
--- /dev/null
+++ b/editors/tepl4/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/06/09 14:30:00 nia Exp $
+
+SHA1 (tepl-4.4.0.tar.xz) = 433bf28ff60109d94f0b140c076c7fb14a4278d6
+RMD160 (tepl-4.4.0.tar.xz) = 4226fbbd0b18a3a1b1681432830e8cd5cf0ae5fd
+SHA512 (tepl-4.4.0.tar.xz) = 2050c28f9564034bea7c44d3fa27784ab87503c2db6cf35e6389c40ca78722b092fbc52df5fdfc85cc1e39a9dc3c0e30fa7993fb63411b0240f3a6ac9607c282
+Size (tepl-4.4.0.tar.xz) = 466576 bytes