[Midnightbsd-cvs] mports [18637] trunk/devel: add libpeas

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Apr 12 00:28:55 EDT 2015


Revision: 18637
          http://svnweb.midnightbsd.org/mports/?rev=18637
Author:   laffer1
Date:     2015-04-12 00:28:54 -0400 (Sun, 12 Apr 2015)
Log Message:
-----------
add libpeas

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/libpeas/
    trunk/devel/libpeas/Makefile
    trunk/devel/libpeas/distinfo
    trunk/devel/libpeas/files/
    trunk/devel/libpeas/files/patch-Makefile.in
    trunk/devel/libpeas/pkg-descr
    trunk/devel/libpeas/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2015-04-12 04:27:01 UTC (rev 18636)
+++ trunk/devel/Makefile	2015-04-12 04:28:54 UTC (rev 18637)
@@ -165,6 +165,7 @@
 SUBDIR += libopensync022
 SUBDIR += libpci
 SUBDIR += libpciaccess
+SUBDIR += libpeas
 SUBDIR += libplist
 SUBDIR += libpthread-stubs
 SUBDIR += libsigc++12

Added: trunk/devel/libpeas/Makefile
===================================================================
--- trunk/devel/libpeas/Makefile	                        (rev 0)
+++ trunk/devel/libpeas/Makefile	2015-04-12 04:28:54 UTC (rev 18637)
@@ -0,0 +1,39 @@
+# $MidnightBSD$
+
+PORTNAME=	libpeas
+PORTVERSION=	1.12.1
+CATEGORIES=	devel gnome
+MASTER_SITES=	GNOME
+DIST_SUBDIR=	gnome3
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Next evolution of the Gedit plugins engine
+
+LICENSE=	lgpl
+
+BUILD_DEPENDS=	valac:${PORTSDIR}/lang/vala
+
+USES=		gettext gmake libtool pathfix pkgconfig \
+		python:3 tar:xz
+USE_GNOME=	gtk30 intlhack introspection:build
+USE_LDCONFIG=	yes
+INSTALLS_ICONS=	yes
+GNU_CONFIGURE=	yes
+CPPFLAGS+=	-I${LOCALBASE}/include
+LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
+CONFIGURE_ARGS+=--disable-glade-catalog \
+		--disable-python2
+
+OPTIONS_SUB=	yes
+OPTIONS_DEFINE=	PYTHON SEED
+OPTIONS_DEFAULT=PYTHON SEED
+SEED_DESC=	JavaScript support based on webkit-gtk3
+SEED_LIB_DEPENDS=	libseed-gtk3.so:${PORTSDIR}/devel/seed
+SEED_CONFIGURE_ENABLE=	seed	
+PYTHON_USE=	GNOME=py3gobject3
+PYTHON_CONFIGURE_ENABLE=	python3
+
+PLIST_SUB+=	PYVER=${PYTHON_VER:S/.//}
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/libpeas/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libpeas/distinfo
===================================================================
--- trunk/devel/libpeas/distinfo	                        (rev 0)
+++ trunk/devel/libpeas/distinfo	2015-04-12 04:28:54 UTC (rev 18637)
@@ -0,0 +1,2 @@
+SHA256 (gnome3/libpeas-1.12.1.tar.xz) = e610be31c9d382580fb5d8686f8311149f27413f55af6abf5c033178b99452d6
+SIZE (gnome3/libpeas-1.12.1.tar.xz) = 522616


Property changes on: trunk/devel/libpeas/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libpeas/files/patch-Makefile.in
===================================================================
--- trunk/devel/libpeas/files/patch-Makefile.in	                        (rev 0)
+++ trunk/devel/libpeas/files/patch-Makefile.in	2015-04-12 04:28:54 UTC (rev 18637)
@@ -0,0 +1,11 @@
+--- Makefile.in.orig	2012-05-25 22:12:44.000000000 +0200
++++ Makefile.in	2012-05-25 22:12:52.000000000 +0200
+@@ -328,7 +328,7 @@
+ top_srcdir = @top_srcdir@
+ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
+ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-glade-catalog
+-SUBDIRS = libpeas loaders $(am__append_1) tests data po docs
++SUBDIRS = libpeas loaders $(am__append_1) data po docs
+ GCOVDIRS = libpeas loaders $(am__append_2)
+ all: config.h
+ 	$(MAKE) $(AM_MAKEFLAGS) all-recursive


Property changes on: trunk/devel/libpeas/files/patch-Makefile.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libpeas/pkg-descr
===================================================================
--- trunk/devel/libpeas/pkg-descr	                        (rev 0)
+++ trunk/devel/libpeas/pkg-descr	2015-04-12 04:28:54 UTC (rev 18637)
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://live.gnome.org/libpeas


Property changes on: trunk/devel/libpeas/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/libpeas/pkg-plist
===================================================================
--- trunk/devel/libpeas/pkg-plist	                        (rev 0)
+++ trunk/devel/libpeas/pkg-plist	2015-04-12 04:28:54 UTC (rev 18637)
@@ -0,0 +1,131 @@
+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.so
+lib/libpeas-1.0.so.0
+lib/libpeas-1.0.so.0.1201.0
+%%PYTHON%%lib/libpeas-1.0/loaders/libpython3loader.so
+%%SEED%%lib/libpeas-1.0/loaders/libseedloader.so
+lib/libpeas-gtk-1.0.so
+lib/libpeas-gtk-1.0.so.0
+lib/libpeas-gtk-1.0.so.0.1201.0
+lib/peas-demo/plugins/helloworld/helloworld.plugin
+lib/peas-demo/plugins/helloworld/libhelloworld.so
+%%PYTHON%%lib/peas-demo/plugins/pythonhello/__pycache__/pythonhello.cpython-%%PYVER%%.pyc
+%%PYTHON%%lib/peas-demo/plugins/pythonhello/__pycache__/pythonhello.cpython-%%PYVER%%.pyo
+%%PYTHON%%lib/peas-demo/plugins/pythonhello/pythonhello.plugin
+%%PYTHON%%lib/peas-demo/plugins/pythonhello/pythonhello.py
+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/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/PeasPluginInfo.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-insensitive.png
+share/gtk-doc/html/libpeas/left.png
+share/gtk-doc/html/libpeas/libpeas-PeasExtension.html
+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-insensitive.png
+share/gtk-doc/html/libpeas/right.png
+share/gtk-doc/html/libpeas/style.css
+share/gtk-doc/html/libpeas/up-insensitive.png
+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/an/LC_MESSAGES/libpeas.mo
+share/locale/ar/LC_MESSAGES/libpeas.mo
+share/locale/as/LC_MESSAGES/libpeas.mo
+share/locale/ast/LC_MESSAGES/libpeas.mo
+share/locale/be/LC_MESSAGES/libpeas.mo
+share/locale/bg/LC_MESSAGES/libpeas.mo
+share/locale/bn_IN/LC_MESSAGES/libpeas.mo
+share/locale/ca/LC_MESSAGES/libpeas.mo
+share/locale/ca at valencia/LC_MESSAGES/libpeas.mo
+share/locale/cs/LC_MESSAGES/libpeas.mo
+share/locale/da/LC_MESSAGES/libpeas.mo
+share/locale/de/LC_MESSAGES/libpeas.mo
+share/locale/el/LC_MESSAGES/libpeas.mo
+share/locale/en_GB/LC_MESSAGES/libpeas.mo
+share/locale/eo/LC_MESSAGES/libpeas.mo
+share/locale/es/LC_MESSAGES/libpeas.mo
+share/locale/et/LC_MESSAGES/libpeas.mo
+share/locale/eu/LC_MESSAGES/libpeas.mo
+share/locale/fa/LC_MESSAGES/libpeas.mo
+share/locale/fi/LC_MESSAGES/libpeas.mo
+share/locale/fr/LC_MESSAGES/libpeas.mo
+share/locale/fur/LC_MESSAGES/libpeas.mo
+share/locale/gl/LC_MESSAGES/libpeas.mo
+share/locale/gu/LC_MESSAGES/libpeas.mo
+share/locale/he/LC_MESSAGES/libpeas.mo
+share/locale/hi/LC_MESSAGES/libpeas.mo
+share/locale/hu/LC_MESSAGES/libpeas.mo
+share/locale/id/LC_MESSAGES/libpeas.mo
+share/locale/it/LC_MESSAGES/libpeas.mo
+share/locale/ja/LC_MESSAGES/libpeas.mo
+share/locale/kn/LC_MESSAGES/libpeas.mo
+share/locale/ko/LC_MESSAGES/libpeas.mo
+share/locale/lt/LC_MESSAGES/libpeas.mo
+share/locale/lv/LC_MESSAGES/libpeas.mo
+share/locale/ml/LC_MESSAGES/libpeas.mo
+share/locale/mr/LC_MESSAGES/libpeas.mo
+share/locale/nb/LC_MESSAGES/libpeas.mo
+share/locale/nds/LC_MESSAGES/libpeas.mo
+share/locale/nl/LC_MESSAGES/libpeas.mo
+share/locale/or/LC_MESSAGES/libpeas.mo
+share/locale/pa/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/ro/LC_MESSAGES/libpeas.mo
+share/locale/ru/LC_MESSAGES/libpeas.mo
+share/locale/sk/LC_MESSAGES/libpeas.mo
+share/locale/sl/LC_MESSAGES/libpeas.mo
+share/locale/sr/LC_MESSAGES/libpeas.mo
+share/locale/sr at latin/LC_MESSAGES/libpeas.mo
+share/locale/sv/LC_MESSAGES/libpeas.mo
+share/locale/ta/LC_MESSAGES/libpeas.mo
+share/locale/te/LC_MESSAGES/libpeas.mo
+share/locale/tg/LC_MESSAGES/libpeas.mo
+share/locale/th/LC_MESSAGES/libpeas.mo
+share/locale/tr/LC_MESSAGES/libpeas.mo
+share/locale/ug/LC_MESSAGES/libpeas.mo
+share/locale/uk/LC_MESSAGES/libpeas.mo
+share/locale/vi/LC_MESSAGES/libpeas.mo
+share/locale/zh_CN/LC_MESSAGES/libpeas.mo
+share/locale/zh_HK/LC_MESSAGES/libpeas.mo
+share/locale/zh_TW/LC_MESSAGES/libpeas.mo


Property changes on: trunk/devel/libpeas/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list