update to 0.7.7
changes: -bugfixes -added .pc file for pkg-config disabled selftest for now, needs a "libcpptest" which is not on pkgsrc yet
This commit is contained in:
parent
17e0790b6c
commit
a910c7473a
3 changed files with 18 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2011/02/28 14:53:05 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2012/08/23 15:09:18 drochner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= uriparser-0.7.3
|
||||
DISTNAME= uriparser-0.7.7
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uriparser/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
@ -9,19 +9,24 @@ EXTRACT_SUFX= .tar.bz2
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://uriparser.sourceforge.net/
|
||||
COMMENT= URI parsing library
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+= --disable-doc
|
||||
USE_LIBTOOL= yes
|
||||
USE_FEATURES= snprintf
|
||||
|
||||
TEST_TARGET= check
|
||||
PKGCONFIG_OVERRIDE+= liburiparser.pc.in
|
||||
#TEST_TARGET= check
|
||||
|
||||
.include "../../mk/bsd.fast.prefs.mk"
|
||||
|
||||
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
|
||||
USE_LANGUAGES= c c++
|
||||
.endif
|
||||
# needs "libcpptest" for test
|
||||
#.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
|
||||
#USE_LANGUAGES= c c++
|
||||
#.else
|
||||
CONFIGURE_ARGS+= --disable-test
|
||||
#.endif
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:17:33 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2012/08/23 15:09:18 drochner Exp $
|
||||
include/uriparser/Uri.h
|
||||
include/uriparser/UriBase.h
|
||||
include/uriparser/UriDefsAnsi.h
|
||||
|
@ -6,3 +6,4 @@ include/uriparser/UriDefsConfig.h
|
|||
include/uriparser/UriDefsUnicode.h
|
||||
include/uriparser/UriIp4.h
|
||||
lib/liburiparser.la
|
||||
lib/pkgconfig/liburiparser.pc
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2008/11/11 09:11:22 bjs Exp $
|
||||
$NetBSD: distinfo,v 1.5 2012/08/23 15:09:18 drochner Exp $
|
||||
|
||||
SHA1 (uriparser-0.7.3.tar.bz2) = 9f9824eb8a804085f76b2d8ee11c956dd502a069
|
||||
RMD160 (uriparser-0.7.3.tar.bz2) = 099d23d0be2408e48db0e81b11bb5c51d29c2dcf
|
||||
Size (uriparser-0.7.3.tar.bz2) = 416615 bytes
|
||||
SHA1 (uriparser-0.7.7.tar.bz2) = 160c1e6102a56efea47f257cbb261d935ae136ad
|
||||
RMD160 (uriparser-0.7.7.tar.bz2) = 0032a3ee9d98bbba53b40e4f84e2d377f645684a
|
||||
Size (uriparser-0.7.7.tar.bz2) = 428783 bytes
|
||||
SHA1 (patch-aa) = 71f3582a2988c6c35a1a2b1995d50f47f22939bd
|
||||
|
|
Loading…
Reference in a new issue