Port details |
- libmowgli2 Development framework for C
- 2.1.3 devel =2 2.1.3Version of this port present on the latest quarterly branch.
- Maintainer: tdb@FreeBSD.org
- Port Added: 2014-02-13 10:23:33
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ISCL
- WWW:
- https://github.com/atheme/libmowgli-2
- Description:
- mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a supplement
to GLib (to add additional functions (dictionaries, hashes), or replace
some of the slow GLib list manipulation functions), or stand alone. It
also provides a powerful hook system and convenient logging for your code,
as well as a high performance block allocator.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libmowgli2>0:devel/libmowgli2
- To install the port:
- cd /usr/ports/devel/libmowgli2/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libmowgli2
- pkg install libmowgli2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libmowgli2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1520104302
SHA256 (atheme-libmowgli-2-v2.1.3_GH0.tar.gz) = b7faab2fb9f46366a52b51443054a2ed4ecdd04774c65754bf807c5e9bdda477
SIZE (atheme-libmowgli-2-v2.1.3_GH0.tar.gz) = 227742
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:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Libraries
-
- irc/atheme-services
Configuration Options:
- No options to configure
- Options name:
- devel_libmowgli2
- USES:
- gmake pathfix ssl
- 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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.1.3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.1.3 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 ) |
2.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.3 31 Dec 2019 09:30:08 |
amdmi3 |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
2.1.3 07 Mar 2018 15:22:03 |
tdb |
Update libmowgli2 to 2.1.3. |
2.1.0 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.1.0 08 Apr 2016 19:22:32 |
tdb |
Update libmowgli2 to version 2.1.0. |
2.0.0_1 18 May 2015 17:07:46 |
mat |
Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
2.0.0_1 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
2.0.0 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
2.0.0 09 May 2014 21:54:53 |
tdb |
Update URL for libmowgli. |
2.0.0 13 Feb 2014 10:23:24 |
tdb |
mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a supplement
to GLib (to add additional functions (dictionaries, hashes), or replace
some of the slow GLib list manipulation functions), or stand alone. It
also provides a powerful hook system and convenient logging for your code,
as well as a high performance block allocator.
WWW: http://www.atheme.org/project/mowgli |