diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 06:00:24 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-10-17 06:00:24 +0800 |
commit | 41379168409ce100dffb0cae1a59082a4a458abd (patch) | |
tree | 1fdabe531f22e42fa65c1b27b32bb09c7c877241 /x11-toolkits | |
parent | 950c10f5f89bb834aa1544e42ca88989b14bc39d (diff) | |
download | marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.tar marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.tar.gz marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.tar.bz2 marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.tar.lz marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.tar.xz marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.tar.zst marcuscom-ports-41379168409ce100dffb0cae1a59082a4a458abd.zip |
Add gtksourceviewmm3, gtkmm bindings for gtksourceview 3.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16445 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceviewmm3/Makefile | 29 | ||||
-rw-r--r-- | x11-toolkits/gtksourceviewmm3/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtksourceviewmm3/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/gtksourceviewmm3/pkg-plist | 58 |
4 files changed, 92 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceviewmm3/Makefile b/x11-toolkits/gtksourceviewmm3/Makefile new file mode 100644 index 000000000..2af06abec --- /dev/null +++ b/x11-toolkits/gtksourceviewmm3/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: libgtksourceviewmm +# Date created: 2006-11-11 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gtksourceviewmm +PORTVERSION= 3.2.0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= GNOME +PKGNAMESUFFIX= 3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= C++ binding of GtkSourceView3 + +LIB_DEPENDS= gtkmm-3.0.1:${PORTSDIR}/x11-toolkits/gtkmm30 + +USE_LDCONFIG= yes +USE_XZ= yes +USE_GNOME= gtksourceview3 gnomeprefix gnomehack +USE_GMAKE= yes +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBAS}/lib +CONFIGURE_ARGS= --disable-documentation + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtksourceviewmm3/distinfo b/x11-toolkits/gtksourceviewmm3/distinfo new file mode 100644 index 000000000..edb60f95d --- /dev/null +++ b/x11-toolkits/gtksourceviewmm3/distinfo @@ -0,0 +1,2 @@ +SHA256 (gtksourceviewmm-3.2.0.tar.xz) = 9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66 +SIZE (gtksourceviewmm-3.2.0.tar.xz) = 742028 diff --git a/x11-toolkits/gtksourceviewmm3/pkg-descr b/x11-toolkits/gtksourceviewmm3/pkg-descr new file mode 100644 index 000000000..93aaf7163 --- /dev/null +++ b/x11-toolkits/gtksourceviewmm3/pkg-descr @@ -0,0 +1,3 @@ +GtkSourceViewMM is a C++ binding of GtkSourceView, a text widget that extends +the standard gtk+ 2.x text widget. It improves the gtk+ text widget by +implementing syntax highlighting and other features typical of a source editor. diff --git a/x11-toolkits/gtksourceviewmm3/pkg-plist b/x11-toolkits/gtksourceviewmm3/pkg-plist new file mode 100644 index 000000000..9401cdb7e --- /dev/null +++ b/x11-toolkits/gtksourceviewmm3/pkg-plist @@ -0,0 +1,58 @@ +include/gtksourceviewmm-3.0/gtksourceviewmm.h +include/gtksourceviewmm-3.0/gtksourceviewmm/buffer.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completion.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completionactivation.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completioncontext.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completioninfo.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completionitem.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completionproposal.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completionprovider.h +include/gtksourceviewmm-3.0/gtksourceviewmm/completionwords.h +include/gtksourceviewmm-3.0/gtksourceviewmm/gutter.h +include/gtksourceviewmm-3.0/gtksourceviewmm/gutterrenderer.h +include/gtksourceviewmm-3.0/gtksourceviewmm/gutterrendererpixbuf.h +include/gtksourceviewmm-3.0/gtksourceviewmm/gutterrenderertext.h +include/gtksourceviewmm-3.0/gtksourceviewmm/init.h +include/gtksourceviewmm-3.0/gtksourceviewmm/language.h +include/gtksourceviewmm-3.0/gtksourceviewmm/languagemanager.h +include/gtksourceviewmm-3.0/gtksourceviewmm/mark.h +include/gtksourceviewmm-3.0/gtksourceviewmm/markattributes.h +include/gtksourceviewmm-3.0/gtksourceviewmm/markup.h +include/gtksourceviewmm-3.0/gtksourceviewmm/printcompositor.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/buffer_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completion_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completionactivation_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completioncontext_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completioninfo_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completionitem_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completionproposal_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completionprovider_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/completionwords_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/gutter_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/gutterrenderer_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/gutterrendererpixbuf_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/gutterrenderertext_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/language_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/languagemanager_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/mark_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/markattributes_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/printcompositor_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/style_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/stylescheme_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/styleschememanager_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/undomanager_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/private/view_p.h +include/gtksourceviewmm-3.0/gtksourceviewmm/style.h +include/gtksourceviewmm-3.0/gtksourceviewmm/stylescheme.h +include/gtksourceviewmm-3.0/gtksourceviewmm/styleschememanager.h +include/gtksourceviewmm-3.0/gtksourceviewmm/undomanager.h +include/gtksourceviewmm-3.0/gtksourceviewmm/view.h +include/gtksourceviewmm-3.0/gtksourceviewmm/wrap_init.h +lib/gtksourceviewmm-3.0/include/gtksourceviewmmconfig.h +lib/libgtksourceviewmm-3.0.la +lib/libgtksourceviewmm-3.0.so +lib/libgtksourceviewmm-3.0.so.0 +libdata/pkgconfig/gtksourceviewmm-3.0.pc +@dirrm lib/gtksourceviewmm-3.0/include/ +@dirrm include/gtksourceviewmm-3.0/gtksourceviewmm/private +@dirrm include/gtksourceviewmm-3.0/gtksourceviewmm |