diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-10 11:34:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-10 11:34:34 +0000 |
commit | 68b00848ff6d3a1eff14da7ab3765eae6b8a843f (patch) | |
tree | 8ee8d38f1c3c97ba2d9f6f765b916dffe8ab61c8 /devel/libmowgli | |
parent | 5ebb24395285e5d33b396203bbdf230479e9528a (diff) | |
download | pkgsrc-68b00848ff6d3a1eff14da7ab3765eae6b8a843f.tar.gz |
Reimport of devel/mowgli as devel/libmowgli, to match DISTNAME.
mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a suppliment
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.
Diffstat (limited to 'devel/libmowgli')
-rw-r--r-- | devel/libmowgli/DESCR | 6 | ||||
-rw-r--r-- | devel/libmowgli/Makefile | 20 | ||||
-rw-r--r-- | devel/libmowgli/PLIST | 39 | ||||
-rw-r--r-- | devel/libmowgli/buildlink3.mk | 19 | ||||
-rw-r--r-- | devel/libmowgli/distinfo | 5 |
5 files changed, 89 insertions, 0 deletions
diff --git a/devel/libmowgli/DESCR b/devel/libmowgli/DESCR new file mode 100644 index 00000000000..2746f872bf2 --- /dev/null +++ b/devel/libmowgli/DESCR @@ -0,0 +1,6 @@ +mowgli is a development framework for C (like GLib), which provides high +performance and highly flexible algorithms. It can be used as a suppliment +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. diff --git a/devel/libmowgli/Makefile b/devel/libmowgli/Makefile new file mode 100644 index 00000000000..a91995468a4 --- /dev/null +++ b/devel/libmowgli/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/11/10 11:34:34 wiz Exp $ +# + +DISTNAME= libmowgli-0.6.1 +CATEGORIES= devel +MASTER_SITES= http://distfiles.atheme.org/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jfranz@bsdprojects.net +HOMEPAGE= http://atheme.org/projects/mowgli.shtml +COMMENT= Development framework for C (like GLib) + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +PKGCONFIG_OVERRIDE+= libmowgli.pc.in + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/libmowgli/PLIST b/devel/libmowgli/PLIST new file mode 100644 index 00000000000..d4961a20fde --- /dev/null +++ b/devel/libmowgli/PLIST @@ -0,0 +1,39 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/11/10 11:34:34 wiz Exp $ +include/libmowgli/mowgli.h +include/libmowgli/mowgli_alloc.h +include/libmowgli/mowgli_allocation_policy.h +include/libmowgli/mowgli_allocator.h +include/libmowgli/mowgli_argstack.h +include/libmowgli/mowgli_assert.h +include/libmowgli/mowgli_bitvector.h +include/libmowgli/mowgli_config.h +include/libmowgli/mowgli_dictionary.h +include/libmowgli/mowgli_error_backtrace.h +include/libmowgli/mowgli_exception.h +include/libmowgli/mowgli_formatter.h +include/libmowgli/mowgli_global_storage.h +include/libmowgli/mowgli_hash.h +include/libmowgli/mowgli_heap.h +include/libmowgli/mowgli_hook.h +include/libmowgli/mowgli_init.h +include/libmowgli/mowgli_ioevent.h +include/libmowgli/mowgli_iterator.h +include/libmowgli/mowgli_list.h +include/libmowgli/mowgli_logger.h +include/libmowgli/mowgli_mempool.h +include/libmowgli/mowgli_module.h +include/libmowgli/mowgli_object.h +include/libmowgli/mowgli_object_class.h +include/libmowgli/mowgli_object_messaging.h +include/libmowgli/mowgli_object_metadata.h +include/libmowgli/mowgli_queue.h +include/libmowgli/mowgli_random.h +include/libmowgli/mowgli_signal.h +include/libmowgli/mowgli_spinlock.h +include/libmowgli/mowgli_stdinc.h +include/libmowgli/mowgli_string.h +lib/libmowgli.so +lib/libmowgli.so.1 +lib/libmowgli.so.1.0.0 +lib/pkgconfig/libmowgli.pc +@dirrm include/libmowgli diff --git a/devel/libmowgli/buildlink3.mk b/devel/libmowgli/buildlink3.mk new file mode 100644 index 00000000000..3441bef8913 --- /dev/null +++ b/devel/libmowgli/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2008/11/10 11:34:34 wiz Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +LIBMOWGLI_BUILDLINK3_MK:= ${LIBMOWGLI_BUILDLINK3_MK}+ + +.if ${BUILDLINK_DEPTH} == "+" +BUILDLINK_DEPENDS+= libmowgli +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibmowgli} +BUILDLINK_PACKAGES+= libmowgli +BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libmowgli + +.if ${LIBMOWGLI_BUILDLINK3_MK} == "+" +BUILDLINK_API_DEPENDS.libmowgli+= libmowgli>=0.6.1 +BUILDLINK_PKGSRCDIR.libmowgli?= ../../devel/mowgli +.endif # LIBMOWGLI_BUILDLINK3_MK + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} diff --git a/devel/libmowgli/distinfo b/devel/libmowgli/distinfo new file mode 100644 index 00000000000..3d8c621fed1 --- /dev/null +++ b/devel/libmowgli/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/11/10 11:34:34 wiz Exp $ + +SHA1 (libmowgli-0.6.1.tgz) = 307172a480e5ea1d21f8978fdc3881d9bd889207 +RMD160 (libmowgli-0.6.1.tgz) = 352daa998390a4bce708ae659f7599ff01504f46 +Size (libmowgli-0.6.1.tgz) = 109102 bytes |