pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libjudy Closes PR pkg/44851, oked by wiz@ and reed@



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4afca0879d56
branches:  trunk
changeset: 588338:4afca0879d56
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sat May 07 09:59:16 2011 +0000

description:
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

diffstat:

 devel/libjudy/Makefile |  9 ++++++---
 devel/libjudy/PLIST    |  4 ++--
 devel/libjudy/distinfo |  8 ++++----
 3 files changed, 12 insertions(+), 9 deletions(-)

diffs (56 lines):

diff -r 427d8803814d -r 4afca0879d56 devel/libjudy/Makefile
--- a/devel/libjudy/Makefile    Sat May 07 09:43:05 2011 +0000
+++ b/devel/libjudy/Makefile    Sat May 07 09:59:16 2011 +0000
@@ -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@localhost
 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 -r 427d8803814d -r 4afca0879d56 devel/libjudy/PLIST
--- a/devel/libjudy/PLIST       Sat May 07 09:43:05 2011 +0000
+++ b/devel/libjudy/PLIST       Sat May 07 09:59:16 2011 +0000
@@ -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/JudySLPrev.3
 man/man3/JudySL_funcs.3
 share/doc/libjudy/AUTHORS
+share/doc/libjudy/COPYING
 share/doc/libjudy/ChangeLog
-share/doc/libjudy/COPYING
 share/doc/libjudy/README
diff -r 427d8803814d -r 4afca0879d56 devel/libjudy/distinfo
--- a/devel/libjudy/distinfo    Sat May 07 09:43:05 2011 +0000
+++ b/devel/libjudy/distinfo    Sat May 07 09:59:16 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index