import libexude, a library used for debugging memory allocations.

ok sthen@
This commit is contained in:
dhill 2011-05-16 20:21:14 +00:00
parent 068886bea6
commit e4695e3a38
6 changed files with 53 additions and 0 deletions

37
devel/libexude/Makefile Normal file
View File

@ -0,0 +1,37 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/05/16 20:21:14 dhill Exp $
COMMENT= memory allocation debugger library
DISTNAME= exude-0.1
PKGNAME= lib${DISTNAME}
CATEGORIES= devel
SHARED_LIBS= exude 0.0
EXTRACT_SUFX= .tgz
HOMEPAGE= http://opensource.conformal.com/wiki/Exude
MASTER_SITES= http://opensource.conformal.com/snapshots/exude/
MAINTAINER= David Hill <dhill@openbsd.org>
NO_REGRESS= Yes
# ISC
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= devel/libclog
# See bsd.lib.mk:162
.if ${MACHINE_ARCH:Mmips64*}
PKG_ARGS+= -Dno_mips64=0
.else
PKG_ARGS+= -Dno_mips64=1
.endif
do-configure:
printf "major=${LIBexude_VERSION:R}\nminor=${LIBexude_VERSION:E}\n" \
> ${WRKSRC}/shlib_version
.include <bsd.port.mk>

5
devel/libexude/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (exude-0.1.tgz) = xjtV0hAZlnREnJ+jYX0YKQ==
RMD160 (exude-0.1.tgz) = F8okwrXmNFsJUA4lfeTX4jsZQw8=
SHA1 (exude-0.1.tgz) = +5jULuO7Sgcbmb8PauFEAgq8LwY=
SHA256 (exude-0.1.tgz) = s62oMyZT4mbzV+Mojzr2zWDuzYqC1zz2F10jjQ2Od2I=
SIZE (exude-0.1.tgz) = 3196

1
devel/libexude/pkg/DESCR Normal file
View File

@ -0,0 +1 @@
Exude is a simple to use memory allocation debug library.

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.no_mips64,v 1.1.1.1 2011/05/16 20:21:14 dhill Exp $
lib/libexude_pic.a

View File

@ -0,0 +1,2 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/05/16 20:21:14 dhill Exp $
@lib lib/libexude.so.${LIBexude_VERSION}

6
devel/libexude/pkg/PLIST Normal file
View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/05/16 20:21:14 dhill Exp $
%%SHARED%%
include/exude.h
lib/libexude.a
lib/libexude_p.a
%%no_mips64%%