Port details |
- py-libpeas Python support for libpeas
- 1.34.0_1 devel
=3 1.34.0_1Version of this port present on the latest quarterly branch. - Maintainer: gnome@FreeBSD.org
 - Port Added: 2015-06-12 15:14:30
- Last Update: 2024-11-22 22:31:54
- Commit Hash: 32a55d2
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- Also Listed In: gnome
- License: LGPL21+
- WWW:
- https://wiki.gnome.org/Projects/Libpeas
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}libpeas>0:devel/py-libpeas@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-libpeas/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-libpeas
- pkg install py311-libpeas
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-libpeas listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-libpeas
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1667049798
SHA256 (gnome/libpeas-1.34.0.tar.xz) = 4305f715dab4b5ad3e8007daec316625e7065a94e63e25ef55eb1efb964a7bf0
SIZE (gnome/libpeas-1.34.0.tar.xz) = 194716
Packages (timestamps in pop-ups are UTC):
- Master port: devel/libpeas
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- valac : lang/vala
- gettext-runtime>=0.22_1 : devel/gettext-runtime
- msgfmt : devel/gettext-tools
- py311-pygobject>=0 : devel/py-pygobject@py311
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libpeas-1.0.so : devel/libpeas
- libintl.so : devel/gettext-runtime
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgirepository-1.0.so : devel/gobject-introspection
- libxml2.so : textproc/libxml2
- This port is required by:
- for Build
-
- editors/pluma-plugins
- for Run
-
- audio/rhythmbox
- editors/gedit
- editors/gedit-plugins
- editors/pluma-plugins
- editors/xed
- graphics/entangle
- graphics/eog-plugins
Configuration Options:
- No options to configure
- Options name:
- devel_py-libpeas
- USES:
- cpe gettext gnome meson pkgconfig tar:xz python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/libpeas |
Commit | Credits | Log message |
1.34.0_1 22 Nov 2024 22:31:54
    |
Charlie Li (vishwin)  |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
1.34.0 25 Jan 2023 18:00:43
    |
Gleb Popov (arrowd)  Author: Olivier Duchateau |
devel/libpeas: Update to 1.34.0
PR: 267420
Tested by: arrowd
Approved by: gnome (timeout) |
1.26.0 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.26.0 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.26.0 07 Dec 2020 08:30:23
  |
tcberner  |
devel/libpeas: update to 1.26.0
- remove py2.7 flavor (end of year is coming)
PR: 243743
Submitted by: Greg V <greg@unrelenting.technology> |
1.22.0 28 May 2020 08:43:30
  |
danfe  |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 6). |
1.22.0 01 Oct 2018 19:04:04
  |
antoine  |
Cleanup plist handling |
1.20.0 30 Nov 2017 15:50:34
  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.16.0 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.12.1 12 Jun 2015 15:14:18
  |
kwm  |
* Split off the python bindings from the main libpeas port.
* This allows use to supply both python bindings. Update libpeas using
ports for this change.
* Assign maintainership to gnome@
Obtained from: GNOME devel repo |