pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/libmowgli Reimport of devel/mowgli as devel/libm...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ed730d96958
branches: trunk
changeset: 549841:3ed730d96958
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Nov 10 11:34:34 2008 +0000
description:
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:
devel/libmowgli/DESCR | 6 ++++++
devel/libmowgli/Makefile | 20 ++++++++++++++++++++
devel/libmowgli/PLIST | 39 +++++++++++++++++++++++++++++++++++++++
devel/libmowgli/buildlink3.mk | 19 +++++++++++++++++++
devel/libmowgli/distinfo | 5 +++++
5 files changed, 89 insertions(+), 0 deletions(-)
diffs (109 lines):
diff -r 2515a4a6dafd -r 3ed730d96958 devel/libmowgli/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmowgli/DESCR Mon Nov 10 11:34:34 2008 +0000
@@ -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 -r 2515a4a6dafd -r 3ed730d96958 devel/libmowgli/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmowgli/Makefile Mon Nov 10 11:34:34 2008 +0000
@@ -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@localhost
+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 -r 2515a4a6dafd -r 3ed730d96958 devel/libmowgli/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmowgli/PLIST Mon Nov 10 11:34:34 2008 +0000
@@ -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 -r 2515a4a6dafd -r 3ed730d96958 devel/libmowgli/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmowgli/buildlink3.mk Mon Nov 10 11:34:34 2008 +0000
@@ -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 -r 2515a4a6dafd -r 3ed730d96958 devel/libmowgli/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmowgli/distinfo Mon Nov 10 11:34:34 2008 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index