mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add libpeas 1.6.1.
Libpeas is a gobject-based plugins engine. Obtained from: GNOME team repo, based on patch by Gustau Perez
This commit is contained in:
parent
819a1fb35f
commit
b96ce883df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316403
@ -1057,6 +1057,7 @@
|
||||
SUBDIR += libpciaccess
|
||||
SUBDIR += libpdel
|
||||
SUBDIR += libpeak
|
||||
SUBDIR += libpeas
|
||||
SUBDIR += libpff
|
||||
SUBDIR += libphish
|
||||
SUBDIR += libphk
|
||||
|
71
devel/libpeas/Makefile
Normal file
71
devel/libpeas/Makefile
Normal file
@ -0,0 +1,71 @@
|
||||
# Created by: Koop Mast <kwm@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/trunk/devel/libpeas/Makefile 17268 2013-04-01 05:13:11Z marcus $
|
||||
|
||||
PORTNAME= libpeas
|
||||
PORTVERSION= 1.6.1
|
||||
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 \
|
||||
valac:${PORTSDIR}/lang/vala
|
||||
|
||||
USE_XZ= yes
|
||||
USE_PYTHON= 2.5+
|
||||
USE_LDCONFIG= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USES= pathfix
|
||||
USE_GNOME= glib20 gtk30 ltverhack
|
||||
INSTALLS_ICONS= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS+=--disable-glade-catalog
|
||||
|
||||
OPTIONS_DEFINE= PYTHON JS
|
||||
OPTIONS_DEFAULT=PYTHON JS GJS
|
||||
OPTIONS_MULTI= JS
|
||||
OPTIONS_MULTI_JS=SEED GJS
|
||||
JS_DESC=JavaScript plugin support
|
||||
SEED_DESC= JavaScript support based on webkit-gtk3
|
||||
GJS_DESC= JavaScript support based on spidermonkey
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MSEED}
|
||||
CONFIGURE_ARGS+=--enable-seed=yes
|
||||
LIB_DEPENDS= seed-gtk3:${PORTSDIR}/devel/seed3
|
||||
PLIST_SUB+= SEED=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-seed=no
|
||||
PLIST_SUB+= SEED="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPYTHON}
|
||||
CONFIGURE_ARGS+=--enable-python
|
||||
USE_GNOME+= pygobject3
|
||||
PLIST_SUB+= PYTHONS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-python=no
|
||||
PLIST_SUB+= PYTHONS="@comment "
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MGJS}
|
||||
CONFIGURE_ARGS+=--enable-gjs
|
||||
BUILD_DEPENDS+= gjs>=1.32.0:${PORTSDIR}/lang/gjs
|
||||
LIB_DEPENDS+= gjs:${PORTSDIR}/lang/gjs
|
||||
PLIST_SUB+= GJS=""
|
||||
.else
|
||||
CONFIGURE_ARGS+=--enable-gjs=no
|
||||
PLIST_SUB+= GJS="@comment "
|
||||
.endif
|
||||
|
||||
PLIST_SUB+= VALA="@comment "
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libpeas/distinfo
Normal file
2
devel/libpeas/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (gnome3/libpeas-1.6.1.tar.xz) = 7f133f44101594e0f96a0e5fe69c5893cde500f3edf916f680467dfd74de5c39
|
||||
SIZE (gnome3/libpeas-1.6.1.tar.xz) = 523800
|
11
devel/libpeas/files/patch-Makefile.in
Normal file
11
devel/libpeas/files/patch-Makefile.in
Normal file
@ -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
|
6
devel/libpeas/pkg-descr
Normal file
6
devel/libpeas/pkg-descr
Normal file
@ -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
|
172
devel/libpeas/pkg-plist
Normal file
172
devel/libpeas/pkg-plist
Normal file
@ -0,0 +1,172 @@
|
||||
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
|
||||
%%GJS%%lib/libpeas-1.0/loaders/libgjsloader.a
|
||||
%%GJS%%lib/libpeas-1.0/loaders/libgjsloader.la
|
||||
%%GJS%%lib/libpeas-1.0/loaders/libgjsloader.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
|
||||
%%GJS%%lib/peas-demo/plugins/gjshello/gjshello.js
|
||||
%%GJS%%lib/peas-demo/plugins/gjshello/gjshello.plugin
|
||||
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
|
||||
%%VALA%%lib/peas-demo/plugins/valahello/libvalahello.a
|
||||
%%VALA%%lib/peas-demo/plugins/valahello/libvalahello.la
|
||||
%%VALA%%lib/peas-demo/plugins/valahello/libvalahello.so
|
||||
%%VALA%%lib/peas-demo/plugins/valahello/valahello.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.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.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/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@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/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/mr/LC_MESSAGES/libpeas.mo
|
||||
share/locale/te/LC_MESSAGES/libpeas.mo
|
||||
share/locale/th/LC_MESSAGES/libpeas.mo
|
||||
share/locale/tr/LC_MESSAGES/libpeas.mo
|
||||
share/locale/lv/LC_MESSAGES/libpeas.mo
|
||||
share/locale/ml/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/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/sl/LC_MESSAGES/libpeas.mo
|
||||
share/locale/sr/LC_MESSAGES/libpeas.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/libpeas.mo
|
||||
share/locale/sv/LC_MESSAGES/libpeas.mo
|
||||
share/locale/ta/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
|
||||
@dirrmtry share/locale/zh_HK/LC_MESSAGES
|
||||
@dirrmtry share/locale/zh_HK
|
||||
@dirrmtry share/locale/ug/LC_MESSAGES
|
||||
@dirrmtry share/locale/ug
|
||||
@dirrmtry share/locale/te/LC_MESSAGES
|
||||
@dirrmtry share/locale/te
|
||||
@dirrmtry share/locale/sr@latin/LC_MESSAGES
|
||||
@dirrmtry share/locale/sr@latin
|
||||
@dirrmtry share/locale/nds/LC_MESSAGES
|
||||
@dirrmtry share/locale/nds
|
||||
@dirrmtry share/locale/ca@valencia/LC_MESSAGES
|
||||
@dirrmtry share/locale/ca@valencia
|
||||
@dirrmtry share/locale/ast/LC_MESSAGES
|
||||
@dirrmtry share/locale/ast
|
||||
@dirrmtry share/locale/as/LC_MESSAGES
|
||||
@dirrmtry share/locale/as
|
||||
@dirrm share/gtk-doc/html/libpeas
|
||||
%%VALA%%@dirrm lib/peas-demo/plugins/valahello
|
||||
%%SEED%%@dirrm lib/peas-demo/plugins/seedhello
|
||||
@dirrm lib/peas-demo/plugins/secondtime
|
||||
%%PYTHONS%%@dirrm lib/peas-demo/plugins/pythonhello
|
||||
%%GJS%%@dirrm lib/peas-demo/plugins/gjshello
|
||||
@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
|
Loading…
Reference in New Issue
Block a user