summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcheusov <cheusov@pkgsrc.org>2011-05-07 09:59:16 +0000
committercheusov <cheusov@pkgsrc.org>2011-05-07 09:59:16 +0000
commit52f6438ba190b6aa78c8de3fa0fa868aea441339 (patch)
tree90e9a8fdd48958c36ce085d15686c3fe72702563
parent6baf55cbcf22dfd0a9c8e67932bf52b22ee9705e (diff)
downloadpkgsrc-52f6438ba190b6aa78c8de3fa0fa868aea441339.tar.gz
Closes PR pkg/44851, oked by wiz@ and reed@
Add LICENCE Update to 1.0.5 Major changes in Judy-1.0.5: 1.0.5 Version by (twh) o added proper clean targets to enable multiple builds o added examples directory o Correctly Detects 32/64-bit build environment o Allow explicit configure for 32/64-bit environment
-rw-r--r--devel/libjudy/Makefile9
-rw-r--r--devel/libjudy/PLIST4
-rw-r--r--devel/libjudy/distinfo8
3 files changed, 12 insertions, 9 deletions
diff --git a/devel/libjudy/Makefile b/devel/libjudy/Makefile
index 1b8d80fa64b..9f6ef511b84 100644
--- a/devel/libjudy/Makefile
+++ b/devel/libjudy/Makefile
@@ -1,16 +1,19 @@
-# $NetBSD: Makefile,v 1.4 2009/06/30 00:07:13 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2011/05/07 09:59:16 cheusov Exp $
-DISTNAME= Judy-1.0.4
-PKGNAME= libjudy-1.0.4
+DISTNAME= Judy-1.0.5
+PKGNAME= ${DISTNAME:S/Judy/libjudy/}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=judy/}
MAINTAINER= vle@gmx.net
HOMEPAGE= http://judy.sourceforge.net/
COMMENT= High-performance sparse dynamic array library
+LICENSE= gnu-lgpl-v2
MAKE_JOBS_SAFE= no
+WRKSRC= ${WRKDIR}/${DISTNAME:S/Judy/judy/}
+
USE_TOOLS+= gmake
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
diff --git a/devel/libjudy/PLIST b/devel/libjudy/PLIST
index b5441af8885..84c81ea3805 100644
--- a/devel/libjudy/PLIST
+++ b/devel/libjudy/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/04/05 04:26:31 obache Exp $
+@comment $NetBSD: PLIST,v 1.3 2011/05/07 09:59:16 cheusov Exp $
include/Judy.h
lib/libJudy.la
man/man3/J1BC.3
@@ -95,6 +95,6 @@ man/man3/JudySLNext.3
man/man3/JudySLPrev.3
man/man3/JudySL_funcs.3
share/doc/libjudy/AUTHORS
-share/doc/libjudy/ChangeLog
share/doc/libjudy/COPYING
+share/doc/libjudy/ChangeLog
share/doc/libjudy/README
diff --git a/devel/libjudy/distinfo b/devel/libjudy/distinfo
index 293b87e2672..2e233a3c9d2 100644
--- a/devel/libjudy/distinfo
+++ b/devel/libjudy/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/06/13 13:28:10 obache Exp $
+$NetBSD: distinfo,v 1.2 2011/05/07 09:59:16 cheusov Exp $
-SHA1 (Judy-1.0.4.tar.gz) = ceb3d4be5572438a414f39db4ce0eb3735462130
-RMD160 (Judy-1.0.4.tar.gz) = f97aa8937dd5f774d6cd37ba3599795a9e794306
-Size (Judy-1.0.4.tar.gz) = 1142724 bytes
+SHA1 (Judy-1.0.5.tar.gz) = 3540f003509acac3b1260424380ddf97914f7745
+RMD160 (Judy-1.0.5.tar.gz) = 00cc2d28fd385e64c8fb9a564e186aee4bd52b4f
+Size (Judy-1.0.5.tar.gz) = 1147847 bytes