summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-10 11:34:34 +0000
committerwiz <wiz>2008-11-10 11:34:34 +0000
commitf127c5a3d16f47c88b8f8d90ca72acb32fa4b8cc (patch)
tree8ee8d38f1c3c97ba2d9f6f765b916dffe8ab61c8 /devel
parentfda2012e338548a87428db34217e091db1375bff (diff)
downloadpkgsrc-f127c5a3d16f47c88b8f8d90ca72acb32fa4b8cc.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')
-rw-r--r--devel/libmowgli/DESCR6
-rw-r--r--devel/libmowgli/Makefile20
-rw-r--r--devel/libmowgli/PLIST39
-rw-r--r--devel/libmowgli/buildlink3.mk19
-rw-r--r--devel/libmowgli/distinfo5
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