Add libtap, a C implementation of the Test Anything Protocol, written
by yours truly.
This commit is contained in:
parent
500f6fa457
commit
444a6c9620
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124727
@ -467,6 +467,7 @@
|
||||
SUBDIR += libstrfunc
|
||||
SUBDIR += libstroke
|
||||
SUBDIR += libtai
|
||||
SUBDIR += libtap
|
||||
SUBDIR += libtar
|
||||
SUBDIR += libtecla
|
||||
SUBDIR += libticalcs
|
||||
|
29
devel/libtap/Makefile
Normal file
29
devel/libtap/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# New ports collection makefile for: libtap
|
||||
# Date created: 21 December 2004
|
||||
# Whom: Nik Clayton <nik@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= libtap
|
||||
PORTVERSION= 1.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
DISTNAME= tap-${PORTVERSION}
|
||||
|
||||
MAINTAINER= nik@FreeBSD.org
|
||||
COMMENT= Library implementing the Test Anything Protocol
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LIBTOOL_VER= 15
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
MAN3= tap.3
|
||||
|
||||
post-build:
|
||||
${CAT} pkg-message
|
||||
|
||||
check:
|
||||
(cd ${WRKSRC}; ${MAKE} check)
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/libtap/distinfo
Normal file
2
devel/libtap/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (tap-1.0.tar.gz) = 1b1afbc63f110a73792a9c3ada11072f
|
||||
SIZE (tap-1.0.tar.gz) = 311852
|
6
devel/libtap/pkg-descr
Normal file
6
devel/libtap/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Library implementing the Test Anything Protocol. Will be / is used by
|
||||
src/tools/regression, and anything else that wants an easy-to-implement
|
||||
test suite.
|
||||
|
||||
-Nik
|
||||
nik@FreeBSD.org
|
8
devel/libtap/pkg-message
Normal file
8
devel/libtap/pkg-message
Normal file
@ -0,0 +1,8 @@
|
||||
If you have Perl and Test::Harness installed you can run the test suite
|
||||
for libtap by running
|
||||
|
||||
make check
|
||||
|
||||
or
|
||||
|
||||
prove -r
|
4
devel/libtap/pkg-plist
Normal file
4
devel/libtap/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
include/tap.h
|
||||
lib/libtap.a
|
||||
lib/libtap.so.0
|
||||
lib/libtap.so
|
Loading…
Reference in New Issue
Block a user