diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-16 03:24:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-01-16 03:24:41 +0800 |
commit | 2546db58a8b1f2467e587c5182a5bc76496c0257 (patch) | |
tree | 0b1bec1708aaa7d75ef3808a6b92426c633cd31d /devel/libpeas | |
parent | 5e5e25da5cb715d8a62348665f36cbfb3314baa6 (diff) | |
download | marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.tar marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.tar.gz marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.tar.bz2 marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.tar.lz marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.tar.xz marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.tar.zst marcuscom-ports-2546db58a8b1f2467e587c5182a5bc76496c0257.zip |
Update to 0.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15033 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libpeas')
-rw-r--r-- | devel/libpeas/Makefile | 56 | ||||
-rw-r--r-- | devel/libpeas/distinfo | 2 | ||||
-rw-r--r-- | devel/libpeas/pkg-descr | 4 | ||||
-rw-r--r-- | devel/libpeas/pkg-plist | 109 |
4 files changed, 171 insertions, 0 deletions
diff --git a/devel/libpeas/Makefile b/devel/libpeas/Makefile new file mode 100644 index 000000000..d70291dfc --- /dev/null +++ b/devel/libpeas/Makefile @@ -0,0 +1,56 @@ +# New ports collection makefile for: libpeas +# Date created: 20 June 2010 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom: ports/devel/libpeas/Makefile,v 1.7 2010/08/18 20:47:03 kwm Exp $ +# + +PORTNAME= libpeas +PORTVERSION= 0.7.0 +CATEGORIES= devel gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Next evolution of the Gedit plugins engine + +BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection + +USE_BZIP2= yes +USE_PYTHON= yes +USE_LDCONFIG= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_AUTOTOOLS= libtool +USE_GNOME= gnomehack glib20 gtk30 ltverhack +INSTALLS_ICONS= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ + LDFLAGS="-L${LOCALBASE}/lib" + +OPTIONS= PYTHONS "Enable python plugins" on \ + SEED "Enable JavaScript plugins" on + +.include <bsd.port.options.mk> + +.if defined(WITH_SEED) +CONFIGURE_ARGS+=--enable-seed +LIB_DEPENDS= seed.0:${PORTSDIR}/devel/seed3 +PLIST_SUB+= SEED="" +.else +CONFIGURE_ARGS+=--enable-seed=no +PLIST_SUB+= SEED="@comment " +.endif + +.if defined(WITH_PYTHONS) +CONFIGURE_ARGS+=--enable-python +BUILD_DEPENDS+= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject +RUN_DEPENDS+= pygobject-codegen-2.0:${PORTSDIR}/devel/py-gobject +PLIST_SUB+= PYTHONS="" +.else +CONFIGURE_ARGS+=--enable-python=no +PLIST_SUB+= PYTHONS="@comment " +.endif + +.include <bsd.port.mk> diff --git a/devel/libpeas/distinfo b/devel/libpeas/distinfo new file mode 100644 index 000000000..beb23a59b --- /dev/null +++ b/devel/libpeas/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/libpeas-0.7.0.tar.bz2) = f6fa3d4a2150adf9dd65c09e5fc81229918b3cef1b1ed85a0a75957b14b4f6bd +SIZE (gnome3/libpeas-0.7.0.tar.bz2) = 495554 diff --git a/devel/libpeas/pkg-descr b/devel/libpeas/pkg-descr new file mode 100644 index 000000000..3af1eddec --- /dev/null +++ b/devel/libpeas/pkg-descr @@ -0,0 +1,4 @@ +libpeas is the next evolution of the Gedit plugins engine, and is targetted at +giving every application the chance to assume its own extensibility. It also +has a set of enhanced features with regard to what Gedit used to provide, +mirroring the desiderata of your favourite text editor's developpers. diff --git a/devel/libpeas/pkg-plist b/devel/libpeas/pkg-plist new file mode 100644 index 000000000..8a0565b7e --- /dev/null +++ b/devel/libpeas/pkg-plist @@ -0,0 +1,109 @@ +bin/peas-demo +include/libpeas-1.0/libpeas/peas-activatable.h +include/libpeas-1.0/libpeas/peas-engine.h +include/libpeas-1.0/libpeas/peas-extension-base.h +include/libpeas-1.0/libpeas/peas-extension-set.h +include/libpeas-1.0/libpeas/peas-extension.h +include/libpeas-1.0/libpeas/peas-object-module.h +include/libpeas-1.0/libpeas/peas-plugin-info.h +include/libpeas-1.0/libpeas/peas.h +include/libpeas-1.0/libpeas-gtk/peas-gtk-configurable.h +include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager-view.h +include/libpeas-1.0/libpeas-gtk/peas-gtk-plugin-manager.h +include/libpeas-1.0/libpeas-gtk/peas-gtk.h +lib/girepository-1.0/Peas-1.0.typelib +lib/girepository-1.0/PeasGtk-1.0.typelib +lib/libpeas-1.0.a +lib/libpeas-1.0.la +lib/libpeas-1.0.so +lib/libpeas-1.0.so.0 +lib/libpeas-1.0/loaders/libcloader.a +lib/libpeas-1.0/loaders/libcloader.la +lib/libpeas-1.0/loaders/libcloader.so +%%PYTHONS%%lib/libpeas-1.0/loaders/libpythonloader.a +%%PYTHONS%%lib/libpeas-1.0/loaders/libpythonloader.la +%%PYTHONS%%lib/libpeas-1.0/loaders/libpythonloader.so +%%SEED%%lib/libpeas-1.0/loaders/libseedloader.a +%%SEED%%lib/libpeas-1.0/loaders/libseedloader.la +%%SEED%%lib/libpeas-1.0/loaders/libseedloader.so +lib/libpeas-gtk-1.0.a +lib/libpeas-gtk-1.0.la +lib/libpeas-gtk-1.0.so +lib/libpeas-gtk-1.0.so.0 +lib/peas-demo/plugins/helloworld/helloworld.plugin +lib/peas-demo/plugins/helloworld/libhelloworld.a +lib/peas-demo/plugins/helloworld/libhelloworld.la +lib/peas-demo/plugins/helloworld/libhelloworld.so +%%PYTHONS%%lib/peas-demo/plugins/pythonhello/pythonhello.plugin +%%PYTHONS%%lib/peas-demo/plugins/pythonhello/pythonhello.py +%%PYTHONS%%lib/peas-demo/plugins/pythonhello/pythonhello.pyc +%%PYTHONS%%lib/peas-demo/plugins/pythonhello/pythonhello.pyo +lib/peas-demo/plugins/secondtime/libsecondtime.a +lib/peas-demo/plugins/secondtime/libsecondtime.la +lib/peas-demo/plugins/secondtime/libsecondtime.so +lib/peas-demo/plugins/secondtime/secondtime.plugin +%%SEED%%lib/peas-demo/plugins/seedhello/seedhello.js +%%SEED%%lib/peas-demo/plugins/seedhello/seedhello.plugin +libdata/pkgconfig/libpeas-1.0.pc +libdata/pkgconfig/libpeas-gtk-1.0.pc +share/gir-1.0/Peas-1.0.gir +share/gir-1.0/PeasGtk-1.0.gir +share/gtk-doc/html/libpeas/PeasActivatable.html +share/gtk-doc/html/libpeas/PeasEngine.html +share/gtk-doc/html/libpeas/PeasExtension.html +share/gtk-doc/html/libpeas/PeasExtensionBase.html +share/gtk-doc/html/libpeas/PeasExtensionSet.html +share/gtk-doc/html/libpeas/PeasGtkConfigurable.html +share/gtk-doc/html/libpeas/PeasGtkPluginManager.html +share/gtk-doc/html/libpeas/PeasGtkPluginManagerView.html +share/gtk-doc/html/libpeas/PeasObjectModule.html +share/gtk-doc/html/libpeas/annotation-glossary.html +share/gtk-doc/html/libpeas/api-index-full.html +share/gtk-doc/html/libpeas/ch01.html +share/gtk-doc/html/libpeas/ch02.html +share/gtk-doc/html/libpeas/ch03.html +share/gtk-doc/html/libpeas/home.png +share/gtk-doc/html/libpeas/index.html +share/gtk-doc/html/libpeas/index.sgml +share/gtk-doc/html/libpeas/left.png +share/gtk-doc/html/libpeas/libpeas-PeasPluginInfo.html +share/gtk-doc/html/libpeas/libpeas.devhelp +share/gtk-doc/html/libpeas/libpeas.devhelp2 +share/gtk-doc/html/libpeas/peas-gtk-plugin-manager.png +share/gtk-doc/html/libpeas/pt01.html +share/gtk-doc/html/libpeas/right.png +share/gtk-doc/html/libpeas/style.css +share/gtk-doc/html/libpeas/up.png +share/icons/hicolor/16x16/actions/libpeas-plugin.png +share/icons/hicolor/22x22/actions/libpeas-plugin.png +share/icons/hicolor/32x32/actions/libpeas-plugin.png +share/icons/hicolor/scalable/actions/libpeas-plugin.svg +share/locale/cs/LC_MESSAGES/libpeas.mo +share/locale/da/LC_MESSAGES/libpeas.mo +share/locale/de/LC_MESSAGES/libpeas.mo +share/locale/es/LC_MESSAGES/libpeas.mo +share/locale/fr/LC_MESSAGES/libpeas.mo +share/locale/gl/LC_MESSAGES/libpeas.mo +share/locale/hu/LC_MESSAGES/libpeas.mo +share/locale/nb/LC_MESSAGES/libpeas.mo +share/locale/nds/LC_MESSAGES/libpeas.mo +share/locale/pl/LC_MESSAGES/libpeas.mo +share/locale/pt/LC_MESSAGES/libpeas.mo +share/locale/pt_BR/LC_MESSAGES/libpeas.mo +share/locale/sl/LC_MESSAGES/libpeas.mo +share/locale/sv/LC_MESSAGES/libpeas.mo +share/locale/zh_CN/LC_MESSAGES/libpeas.mo +@dirrm share/locale/nds/LC_MESSAGES +@dirrm share/locale/nds +@dirrm share/gtk-doc/html/libpeas +%%SEED%%@dirrm lib/peas-demo/plugins/seedhello +@dirrm lib/peas-demo/plugins/secondtime +%%PYTHONS%%@dirrm lib/peas-demo/plugins/pythonhello +@dirrm lib/peas-demo/plugins/helloworld +@dirrm lib/peas-demo/plugins +@dirrm lib/peas-demo +@dirrm lib/libpeas-1.0/loaders +@dirrm lib/libpeas-1.0 +@dirrm include/libpeas-1.0/libpeas-gtk +@dirrm include/libpeas-1.0/libpeas +@dirrm include/libpeas-1.0 |