diff options
author | tdb <tdb@FreeBSD.org> | 2014-02-13 18:23:23 +0800 |
---|---|---|
committer | tdb <tdb@FreeBSD.org> | 2014-02-13 18:23:23 +0800 |
commit | 02d05d27d0d974528c4f9c6445d8156cd07c0a20 (patch) | |
tree | 5c638e6f2b90e143c12eb66d87328834390f5621 /devel/libmowgli2 | |
parent | 0d08110fa4a4c3bfa3ed2cec96343feb1ed2202b (diff) | |
download | freebsd-ports-gnome-02d05d27d0d974528c4f9c6445d8156cd07c0a20.tar.gz freebsd-ports-gnome-02d05d27d0d974528c4f9c6445d8156cd07c0a20.tar.zst freebsd-ports-gnome-02d05d27d0d974528c4f9c6445d8156cd07c0a20.zip |
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
Diffstat (limited to 'devel/libmowgli2')
-rw-r--r-- | devel/libmowgli2/Makefile | 20 | ||||
-rw-r--r-- | devel/libmowgli2/distinfo | 2 | ||||
-rw-r--r-- | devel/libmowgli2/pkg-descr | 8 | ||||
-rw-r--r-- | devel/libmowgli2/pkg-plist | 66 |
4 files changed, 96 insertions, 0 deletions
diff --git a/devel/libmowgli2/Makefile b/devel/libmowgli2/Makefile new file mode 100644 index 000000000000..b7886c1e1e2d --- /dev/null +++ b/devel/libmowgli2/Makefile @@ -0,0 +1,20 @@ +# Created by: tdb +# $FreeBSD$ + +PORTNAME= libmowgli2 +PORTVERSION= 2.0.0 +CATEGORIES= devel +MASTER_SITES= http://github.com/atheme/libmowgli-2/archive/ +DISTNAME= libmowgli-${DISTVERSION} + +MAINTAINER= tdb@FreeBSD.org +COMMENT= Development framework for C + +WRKSRC= ${WRKDIR}/libmowgli-2-libmowgli-${DISTVERSION} + +USES= gmake pathfix +PATHFIX_MAKEFILEIN= Makefile +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +.include <bsd.port.mk> diff --git a/devel/libmowgli2/distinfo b/devel/libmowgli2/distinfo new file mode 100644 index 000000000000..5b39ac44ae6f --- /dev/null +++ b/devel/libmowgli2/distinfo @@ -0,0 +1,2 @@ +SHA256 (libmowgli-2.0.0.tar.gz) = fd48e74f1f706b436e0f25c3d3d63753e9c066ef88e662cd34303ccd3b780798 +SIZE (libmowgli-2.0.0.tar.gz) = 200861 diff --git a/devel/libmowgli2/pkg-descr b/devel/libmowgli2/pkg-descr new file mode 100644 index 000000000000..7b6b331bb7d4 --- /dev/null +++ b/devel/libmowgli2/pkg-descr @@ -0,0 +1,8 @@ +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 diff --git a/devel/libmowgli2/pkg-plist b/devel/libmowgli2/pkg-plist new file mode 100644 index 000000000000..00c01fc9ee72 --- /dev/null +++ b/devel/libmowgli2/pkg-plist @@ -0,0 +1,66 @@ +include/libmowgli-2/base/argstack.h +include/libmowgli-2/base/bitvector.h +include/libmowgli-2/base/formatter.h +include/libmowgli-2/base/hash.h +include/libmowgli-2/base/hook.h +include/libmowgli-2/base/memslice.h +include/libmowgli-2/base/mowgli_signal.h +include/libmowgli-2/base/random.h +include/libmowgli-2/container/dictionary.h +include/libmowgli-2/container/index.h +include/libmowgli-2/container/list.h +include/libmowgli-2/container/patricia.h +include/libmowgli-2/container/queue.h +include/libmowgli-2/core/alloc.h +include/libmowgli-2/core/allocation_policy.h +include/libmowgli-2/core/allocator.h +include/libmowgli-2/core/assert.h +include/libmowgli-2/core/bootstrap.h +include/libmowgli-2/core/exception.h +include/libmowgli-2/core/heap.h +include/libmowgli-2/core/iterator.h +include/libmowgli-2/core/logger.h +include/libmowgli-2/core/mowgli_string.h +include/libmowgli-2/core/process.h +include/libmowgli-2/core/stdinc.h +include/libmowgli-2/dns/dns.h +include/libmowgli-2/dns/dns_evloop_res.h +include/libmowgli-2/dns/dns_evloop_reslib.h +include/libmowgli-2/eventloop/eventloop.h +include/libmowgli-2/ext/confparse.h +include/libmowgli-2/ext/error_backtrace.h +include/libmowgli-2/ext/getopt_long.h +include/libmowgli-2/ext/global_storage.h +include/libmowgli-2/ext/proctitle.h +include/libmowgli-2/ext/program_opts.h +include/libmowgli-2/linebuf/linebuf.h +include/libmowgli-2/module/module.h +include/libmowgli-2/mowgli.h +include/libmowgli-2/object/class.h +include/libmowgli-2/object/message.h +include/libmowgli-2/object/metadata.h +include/libmowgli-2/object/object.h +include/libmowgli-2/platform/constructor.h +include/libmowgli-2/platform/machine.h +include/libmowgli-2/platform/win32/win32_stdinc.h +include/libmowgli-2/thread/mutex.h +include/libmowgli-2/thread/thread.h +include/libmowgli-2/vio/vio.h +lib/libmowgli-2.so +lib/libmowgli-2.so.0 +lib/libmowgli-2.so.0.0.0 +libdata/pkgconfig/libmowgli-2.pc +@dirrmtry include/libmowgli-2/vio +@dirrmtry include/libmowgli-2/thread +@dirrmtry include/libmowgli-2/platform/win32 +@dirrmtry include/libmowgli-2/platform +@dirrmtry include/libmowgli-2/object +@dirrmtry include/libmowgli-2/module +@dirrmtry include/libmowgli-2/linebuf +@dirrmtry include/libmowgli-2/ext +@dirrmtry include/libmowgli-2/eventloop +@dirrmtry include/libmowgli-2/dns +@dirrmtry include/libmowgli-2/core +@dirrmtry include/libmowgli-2/container +@dirrmtry include/libmowgli-2/base +@dirrmtry include/libmowgli-2 |