pkgsrc-WIP-changes archive

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

Add Judy version 1.0.5.



Module Name:	pkgsrc-wip
Committed By:	Havard Eidnes <he%NetBSD.org@localhost>
Pushed By:	he
Date:		Thu Dec 20 15:27:40 2018 +0100
Changeset:	0ef2b6ed944d08122d7b6add862f67f55f3f7aec

Added Files:
	judy/DESCR
	judy/Makefile
	judy/PLIST
	judy/distinfo

Log Message:
Add Judy version 1.0.5.

Judy is a general purpose dynamic array implemented as a C callable
library. Judy's speed and memory usage are typically better than
other data storage models and improves with very large data sets.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ef2b6ed944d08122d7b6add862f67f55f3f7aec

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 judy/DESCR    |  3 ++
 judy/Makefile | 19 ++++++++++++
 judy/PLIST    | 96 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 judy/distinfo |  6 ++++
 4 files changed, 124 insertions(+)

diffs:
diff --git a/judy/DESCR b/judy/DESCR
new file mode 100644
index 0000000000..746d779e64
--- /dev/null
+++ b/judy/DESCR
@@ -0,0 +1,3 @@
+Judy is a general purpose dynamic array implemented as a C callable
+library. Judy's speed and memory usage are typically better than
+other data storage models and improves with very large data sets.
diff --git a/judy/Makefile b/judy/Makefile
new file mode 100644
index 0000000000..fcaa13248b
--- /dev/null
+++ b/judy/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.5 2012/09/24 16:56:26 asau Exp $
+#
+
+DISTNAME=	Judy-1.0.5
+PKGNAME=	${DISTNAME:S/J/j/}
+WRKSRC=		${WRKDIR}/${PKGNAME_NOREV}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=judy/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://judy.sourceforge.net/
+COMMENT=	C library for efficient sparse arrays
+LICENSE=	gnu-lgpl-v2
+
+GNU_CONFIGURE=	yes
+USE_TOOLS+=	gmake
+USE_LANGUAGES=	c
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/judy/PLIST b/judy/PLIST
new file mode 100644
index 0000000000..70c090dac5
--- /dev/null
+++ b/judy/PLIST
@@ -0,0 +1,96 @@
+@comment $NetBSD$
+include/Judy.h
+lib/libJudy.la
+man/man3/J1BC.3
+man/man3/J1C.3
+man/man3/J1F.3
+man/man3/J1FA.3
+man/man3/J1FE.3
+man/man3/J1L.3
+man/man3/J1LE.3
+man/man3/J1MU.3
+man/man3/J1N.3
+man/man3/J1NE.3
+man/man3/J1P.3
+man/man3/J1PE.3
+man/man3/J1S.3
+man/man3/J1T.3
+man/man3/J1U.3
+man/man3/JHSD.3
+man/man3/JHSFA.3
+man/man3/JHSG.3
+man/man3/JHSI.3
+man/man3/JLBC.3
+man/man3/JLC.3
+man/man3/JLD.3
+man/man3/JLF.3
+man/man3/JLFA.3
+man/man3/JLFE.3
+man/man3/JLG.3
+man/man3/JLI.3
+man/man3/JLL.3
+man/man3/JLLE.3
+man/man3/JLMU.3
+man/man3/JLN.3
+man/man3/JLNE.3
+man/man3/JLP.3
+man/man3/JLPE.3
+man/man3/JSLD.3
+man/man3/JSLF.3
+man/man3/JSLFA.3
+man/man3/JSLG.3
+man/man3/JSLI.3
+man/man3/JSLL.3
+man/man3/JSLN.3
+man/man3/JSLP.3
+man/man3/Judy.3
+man/man3/Judy1.3
+man/man3/Judy1ByCount.3
+man/man3/Judy1Count.3
+man/man3/Judy1First.3
+man/man3/Judy1FirstEmpty.3
+man/man3/Judy1FreeArray.3
+man/man3/Judy1Last.3
+man/man3/Judy1LastEmpty.3
+man/man3/Judy1MemUsed.3
+man/man3/Judy1Next.3
+man/man3/Judy1NextEmpty.3
+man/man3/Judy1Prev.3
+man/man3/Judy1PrevEmpty.3
+man/man3/Judy1Set.3
+man/man3/Judy1Test.3
+man/man3/Judy1Unset.3
+man/man3/Judy1_funcs.3
+man/man3/JudyHS.3
+man/man3/JudyHSDel.3
+man/man3/JudyHSFreeArray.3
+man/man3/JudyHSGet.3
+man/man3/JudyHSIns.3
+man/man3/JudyHS_funcs.3
+man/man3/JudyL.3
+man/man3/JudyLByCount.3
+man/man3/JudyLCount.3
+man/man3/JudyLDel.3
+man/man3/JudyLFirst.3
+man/man3/JudyLFirstEmpty.3
+man/man3/JudyLFreeArray.3
+man/man3/JudyLGet.3
+man/man3/JudyLIns.3
+man/man3/JudyLLast.3
+man/man3/JudyLLastEmpty.3
+man/man3/JudyLMemUsed.3
+man/man3/JudyLNext.3
+man/man3/JudyLNextEmpty.3
+man/man3/JudyLPrev.3
+man/man3/JudyLPrevEmpty.3
+man/man3/JudyL_funcs.3
+man/man3/JudySL.3
+man/man3/JudySLDel.3
+man/man3/JudySLFirst.3
+man/man3/JudySLFreeArray.3
+man/man3/JudySLGet.3
+man/man3/JudySLIns.3
+man/man3/JudySLLast.3
+man/man3/JudySLNext.3
+man/man3/JudySLPrev.3
+man/man3/JudySL_funcs.3
diff --git a/judy/distinfo b/judy/distinfo
new file mode 100644
index 0000000000..c3d1bf858e
--- /dev/null
+++ b/judy/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (Judy-1.0.5.tar.gz) = 3540f003509acac3b1260424380ddf97914f7745
+RMD160 (Judy-1.0.5.tar.gz) = 00cc2d28fd385e64c8fb9a564e186aee4bd52b4f
+SHA512 (Judy-1.0.5.tar.gz) = 1a0d59b092c80d95270a3089cd25ee0ddad1d591101b03784e2e46dfc73bce445a7fb495b449043544a366c09b35b833556053bf3bf65dd00abbd786d26c6980
+Size (Judy-1.0.5.tar.gz) = 1147847 bytes


Home | Main Index | Thread Index | Old Index