diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-12 01:56:30 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-11-12 01:56:30 +0800 |
commit | b2d83d485f23c8fc450844ed1c52290e20772f69 (patch) | |
tree | e76d26760b6097d35c467af619d7b9a7350cdf88 /x11-toolkits/libgtksourceviewmm | |
parent | 85544e26d61d19690368aec7a09c02e0569d64c2 (diff) | |
download | marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.tar marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.tar.gz marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.tar.bz2 marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.tar.lz marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.tar.xz marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.tar.zst marcuscom-ports-b2d83d485f23c8fc450844ed1c52290e20772f69.zip |
add libgtksourceviewmm
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.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7908 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/libgtksourceviewmm')
-rw-r--r-- | x11-toolkits/libgtksourceviewmm/Makefile | 28 | ||||
-rw-r--r-- | x11-toolkits/libgtksourceviewmm/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/libgtksourceviewmm/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/libgtksourceviewmm/pkg-plist | 34 |
4 files changed, 68 insertions, 0 deletions
diff --git a/x11-toolkits/libgtksourceviewmm/Makefile b/x11-toolkits/libgtksourceviewmm/Makefile new file mode 100644 index 000000000..b0d7bbb4c --- /dev/null +++ b/x11-toolkits/libgtksourceviewmm/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: libgtksourceviewmm +# Date created: 2006-11-11 +# Whom: Michael Johnson <ahze@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= libgtksourceviewmm +PORTVERSION= 0.2.0 +CATEGORIES= x11-toolkits +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= C++ binding of GtkSourceView + +LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 + +USE_LDCONFIG= yes +USE_BZIP2= yes +USE_GNOME= gtksourceview gnomeprefix gnomehack +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${WRKSRC}/gtksourceview/ \ + `pkg-config --cflags gtkmm-2.4 gtksourceview-1.0`" \ + LDFLAGS="-L${LOCALBAS}/lib \ + `pkg-config --libs gtkmm-2.4 gtksourceview-1.0`" + +.include <bsd.port.pre.mk> +.include <bsd.port.post.mk> diff --git a/x11-toolkits/libgtksourceviewmm/distinfo b/x11-toolkits/libgtksourceviewmm/distinfo new file mode 100644 index 000000000..346393322 --- /dev/null +++ b/x11-toolkits/libgtksourceviewmm/distinfo @@ -0,0 +1,3 @@ +MD5 (libgtksourceviewmm-0.2.0.tar.bz2) = cf035031aeeaa3437ce814efa92a3bd6 +SHA256 (libgtksourceviewmm-0.2.0.tar.bz2) = 706c1831847fe619c67ebc2b71586923e89b11692ecf821c0339276744edeb2f +SIZE (libgtksourceviewmm-0.2.0.tar.bz2) = 270578 diff --git a/x11-toolkits/libgtksourceviewmm/pkg-descr b/x11-toolkits/libgtksourceviewmm/pkg-descr new file mode 100644 index 000000000..93aaf7163 --- /dev/null +++ b/x11-toolkits/libgtksourceviewmm/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/libgtksourceviewmm/pkg-plist b/x11-toolkits/libgtksourceviewmm/pkg-plist new file mode 100644 index 000000000..52ef235c2 --- /dev/null +++ b/x11-toolkits/libgtksourceviewmm/pkg-plist @@ -0,0 +1,34 @@ +include/gtksourceviewmm-1.0/gtksourceviewmm/init.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcebuffer_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcelanguage_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcelanguagesmanager_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcemarker_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcestylescheme_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcetag_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcetagstyle_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourcetagtable_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/private/sourceview_p.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcebuffer.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcelanguage.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcelanguagesmanager.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcemarker.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcestylescheme.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcetag.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcetagstyle.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourcetagtable.h +include/gtksourceviewmm-1.0/gtksourceviewmm/sourceview.h +include/gtksourceviewmm-1.0/gtksourceviewmm/wrap_init.h +lib/gtksourceviewmm-1.0/include/gtksourceviewmmconfig.h +lib/gtksourceviewmm-1.0/proc/m4/convert.m4 +lib/gtksourceviewmm-1.0/proc/m4/convert_gtksourceviewmm.m4 +lib/libgtksourceviewmm-1.0.la +lib/libgtksourceviewmm-1.0.so +lib/libgtksourceviewmm-1.0.so.1 +libdata/pkgconfig/libgtksourceviewmm-1.0.pc +@dirrm lib/gtksourceviewmm-1.0/proc/m4 +@dirrm lib/gtksourceviewmm-1.0/proc +@dirrm lib/gtksourceviewmm-1.0/include +@dirrm lib/gtksourceviewmm-1.0 +@dirrm include/gtksourceviewmm-1.0/gtksourceviewmm/private +@dirrm include/gtksourceviewmm-1.0/gtksourceviewmm +@dirrm include/gtksourceviewmm-1.0 |