Port details |
- template-glib Templating library for GLib
- 3.36.1 devel =2 3.36.1Version of this port present on the latest quarterly branch.
- Maintainer: gnome@FreeBSD.org
- Port Added: 2018-09-30 11:58:54
- Last Update: 2023-05-19 21:49:39
- Commit Hash: 9a18281
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL21
- WWW:
- https://gitlab.gnome.org/GNOME/template-glib
- Description:
- Template-GLib is a templating library for GLib.
It includes a simple template format along with integration into
GObject-Introspection for properties and methods. It separates the parsing
of templates and the expansion of templates for faster expansion. You can
also define scope, custom functions, and more with the embedded expression
language.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- template-glib>0:devel/template-glib
- To install the port:
- cd /usr/ports/devel/template-glib/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/template-glib
- pkg install template-glib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: template-glib
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684532853
SHA256 (template-glib-3.36.1.tar.xz) = 3b167a17385ad745afbe20fadf8106c66d30c5bd746d5aa1d9bdb7e803f6a503
SIZE (template-glib-3.36.1.tar.xz) = 64580
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- valac : lang/vala
- bison : devel/bison
- msgfmt : devel/gettext-tools
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libintl.so : devel/gettext-runtime
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgirepository-1.0.so : devel/gobject-introspection
- This port is required by:
- for Libraries
-
- devel/gnome-builder
Configuration Options:
- No options to configure
- Options name:
- devel_template-glib
- USES:
- bison compiler:c11 gettext gnome meson pkgconfig tar:xz
- 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) |
Commit | Credits | Log message |
3.36.1 19 May 2023 21:49:39 |
Dima Panov (fluffy) |
devel/template-glib: update to 3.36.1 release (+)
Changelog: https://gitlab.gnome.org/GNOME/template-glib/-/blob/3.36.1/NEWS |
3.36.0 09 Oct 2022 17:57:19 |
Dima Panov (fluffy) |
devel/template-glib: update to 3.36.0 release (+)
Changelog: https://gitlab.gnome.org/GNOME/template-glib/-/blob/3.36.0/NEWS |
3.34.1 26 Aug 2022 17:02:25 |
Tobias C. Berner (tcberner) |
framework: switch tree to using vala.mk
PR: 249940 |
3.34.1 07 May 2022 04:12:55 |
Neel Chauhan (nc) |
devel/template-glib: Update to 3.34.1 |
3.34.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.34.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.34.0 15 Jun 2020 20:53:20 |
bapt |
Update to 3.34.0 |
3.28.0_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.28.0_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.28.0 03 Dec 2018 21:00:29 |
linimon |
A C11-aware compiler is necessary to build this port.
PR: 233720
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
3.28.0 30 Sep 2018 11:58:31 |
kwm |
The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/
Thanks to Antoine Brodin for running the exp-runs.
PR: 229761 |