diff options
author | cheusov <cheusov@pkgsrc.org> | 2011-05-07 09:59:16 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2011-05-07 09:59:16 +0000 |
commit | 4a1f178b1b634f44342b6a044f2dfc635fe1ae33 (patch) | |
tree | 90e9a8fdd48958c36ce085d15686c3fe72702563 | |
parent | 23fc60dc2c8c1f0bc384474289c5c30e2d3c8f59 (diff) | |
download | pkgsrc-4a1f178b1b634f44342b6a044f2dfc635fe1ae33.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/Makefile | 9 | ||||
-rw-r--r-- | devel/libjudy/PLIST | 4 | ||||
-rw-r--r-- | devel/libjudy/distinfo | 8 |
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 |