Updated to latest stable - Fixed MASTER_SITES, HOMEPAGE, COMMENT, DESCR;
Updated buildlink3.mk and distinfo;
This commit is contained in:
parent
b545b12c3b
commit
03b6a97e57
4 changed files with 13 additions and 23 deletions
|
@ -1,11 +1 @@
|
|||
Several libraries for cross-platform C functions:
|
||||
|
||||
* libcerror; error functions
|
||||
* libclocale; locale functions
|
||||
* libcnotify; notification functions
|
||||
* libcfile; file functions
|
||||
* libcpath; path functions
|
||||
* libcsplit; split string functions
|
||||
|
||||
These libraries were initially build to be used within other libraries and are
|
||||
currently in the process of being turned into stand-alone versions.
|
||||
Library for cross-platform C error functions.
|
||||
|
|
|
@ -1,17 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2012/12/08 22:41:37 othyro Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2013/01/10 15:43:52 othyro Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libcerror-alpha-20120507
|
||||
DISTNAME= libcerror-alpha-20121222
|
||||
PKGNAME= ${DISTNAME:S/-alpha//1}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://libclibs.googlecode.com/files/
|
||||
MASTER_SITES= http://libcerror.googlecode.com/files/
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://code.google.com/p/libclibs/
|
||||
COMMENT= Several libraries for cross-platform C functions
|
||||
HOMEPAGE= https://code.google.com/p/libcerror/
|
||||
COMMENT= Library for cross-platform C error functions
|
||||
LICENSE= gnu-lgpl-v3
|
||||
|
||||
WRKSRC= ${WRKDIR}/libcerror-20120507
|
||||
WRKSRC= ${WRKDIR}/libcerror-20121222
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= msgfmt msgmerge pkg-config xgettext
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2012/12/08 22:41:37 othyro Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2013/01/10 15:43:51 othyro Exp $
|
||||
|
||||
BUILDLINK_TREE+= libcerror
|
||||
|
||||
.if !defined(LIBCERROR_BUILDLINK3_MK)
|
||||
LIBCERROR_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libcerror+= libcerror>=20120507
|
||||
BUILDLINK_API_DEPENDS.libcerror+= libcerror>=20121222
|
||||
BUILDLINK_PKGSRCDIR.libcerror?= ../../wip/libcerror
|
||||
|
||||
pkgbase := libcerror
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2012/12/08 22:41:37 othyro Exp $
|
||||
$NetBSD: distinfo,v 1.2 2013/01/10 15:43:51 othyro Exp $
|
||||
|
||||
SHA1 (libcerror-alpha-20120507.tar.gz) = 0f007b9ce0cfc571987657a3b198cfce957679f4
|
||||
RMD160 (libcerror-alpha-20120507.tar.gz) = 9a52dd8c84b74b1c2a843dc7971a44486dc52982
|
||||
Size (libcerror-alpha-20120507.tar.gz) = 468423 bytes
|
||||
SHA1 (libcerror-alpha-20121222.tar.gz) = 1f3d9774bd827b403ca20fa83d9fdd770ba4d270
|
||||
RMD160 (libcerror-alpha-20121222.tar.gz) = e58794a5a3bb599de3cc3a7fe864e11735935f32
|
||||
Size (libcerror-alpha-20121222.tar.gz) = 437216 bytes
|
||||
|
|
Loading…
Reference in a new issue