pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libmaa Import libmaa-1.1.0 from pkgsrc-wip. Pac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d43359aef2cd
branches:  trunk
changeset: 555906:d43359aef2cd
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 12 00:50:20 2009 +0000

description:
Import libmaa-1.1.0 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

The LIBMAA library provides many low-level data structures which are
helpful for writing compilers, including hash tables, sets, lists,
debugging support, and memory management.  Although LIBMAA was
designed and implemented as a foundation for the Khepera
Transformation System, the data structures are generally applicable to
a wide range of programming problems.

The memory management routines are especially helpful for improving the
performance of memory-intensive applications.

diffstat:

 devel/libmaa/DESCR         |   9 +++++++++
 devel/libmaa/Makefile      |  31 +++++++++++++++++++++++++++++++
 devel/libmaa/PLIST         |   7 +++++++
 devel/libmaa/buildlink3.mk |  19 +++++++++++++++++++
 devel/libmaa/distinfo      |   5 +++++
 5 files changed, 71 insertions(+), 0 deletions(-)

diffs (91 lines):

diff -r e37dbcc6749d -r d43359aef2cd devel/libmaa/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmaa/DESCR        Thu Mar 12 00:50:20 2009 +0000
@@ -0,0 +1,9 @@
+The LIBMAA library provides many low-level data structures which are
+helpful for writing compilers, including hash tables, sets, lists,
+debugging support, and memory management.  Although LIBMAA was
+designed and implemented as a foundation for the Khepera
+Transformation System, the data structures are generally applicable to
+a wide range of programming problems.
+
+The memory management routines are especially helpful for improving the
+performance of memory-intensive applications.
diff -r e37dbcc6749d -r d43359aef2cd devel/libmaa/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmaa/Makefile     Thu Mar 12 00:50:20 2009 +0000
@@ -0,0 +1,31 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/12 00:50:20 minskim Exp $
+
+DISTNAME=              libmaa-1.1.0
+CATEGORIES=            devel
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=dict/} \
+                        ftp://ftp.dict.org/pub/dict/
+
+MAINTAINER=            cheusov%tut.by@localhost
+HOMEPAGE=              http://www.dict.org/
+COMMENT=               General purpose data structures and functions
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+BUILD_TARGET=          lib
+TEST_TARGET=           test
+
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake
+GNU_CONFIGURE=         yes
+
+PKGDOCDIR=             ${PREFIX}/share/doc/libmaa
+INSTALLATION_DIRS+=    ${PKGDOCDIR} lib include
+
+EXTRA_DOC_FILES=       COPYING.LIB README doc/libmaa.600dpi.ps
+
+post-install:
+.for i in ${EXTRA_DOC_FILES}
+       ${INSTALL_DATA} ${WRKSRC}/"${i}" ${DESTDIR}${PKGDOCDIR}
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff -r e37dbcc6749d -r d43359aef2cd devel/libmaa/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmaa/PLIST        Thu Mar 12 00:50:20 2009 +0000
@@ -0,0 +1,7 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/03/12 00:50:20 minskim Exp $
+include/maa.h
+lib/libmaa.la
+share/doc/libmaa/COPYING.LIB
+share/doc/libmaa/README
+share/doc/libmaa/libmaa.600dpi.ps
+@dirrm share/doc/libmaa
diff -r e37dbcc6749d -r d43359aef2cd devel/libmaa/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmaa/buildlink3.mk        Thu Mar 12 00:50:20 2009 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/03/12 00:50:20 minskim Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+LIBMAA_BUILDLINK3_MK:= ${LIBMAA_BUILDLINK3_MK}+
+
+.if ${BUILDLINK_DEPTH} == "+"
+BUILDLINK_DEPENDS+=    libmaa
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:Nlibmaa}
+BUILDLINK_PACKAGES+=   libmaa
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libmaa
+
+.if ${LIBMAA_BUILDLINK3_MK} == "+"
+BUILDLINK_API_DEPENDS.libmaa+= libmaa>=0.990
+BUILDLINK_PKGSRCDIR.libmaa?=   ../../devel/libmaa
+.endif # LIBMAA_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
diff -r e37dbcc6749d -r d43359aef2cd devel/libmaa/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/libmaa/distinfo     Thu Mar 12 00:50:20 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/12 00:50:20 minskim Exp $
+
+SHA1 (libmaa-1.1.0.tar.gz) = 4e1a2b52bc80b3a1085f2d5815a85be3b714f907
+RMD160 (libmaa-1.1.0.tar.gz) = 979c995aa6240a08e34c01b19b95f0fa91a1b8f4
+Size (libmaa-1.1.0.tar.gz) = 278905 bytes



Home | Main Index | Thread Index | Old Index