mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port: textproc/pict
A tool for generating test cases using the PICT (Pairwise Independent Combinatorial Testing) method, based on a simple plain text format. WWW: https://github.com/Microsoft/pict PR: 231407 Submitted by: greg@unrelenting.technology
This commit is contained in:
parent
aaf8d05eb2
commit
d71a620d77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=491347
4 changed files with 34 additions and 0 deletions
|
@ -1216,6 +1216,7 @@
|
|||
SUBDIR += peco
|
||||
SUBDIR += perl2html
|
||||
SUBDIR += permute
|
||||
SUBDIR += pict
|
||||
SUBDIR += php-mecab
|
||||
SUBDIR += php71-ctype
|
||||
SUBDIR += php71-dom
|
||||
|
|
26
textproc/pict/Makefile
Normal file
26
textproc/pict/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pict
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.7.1
|
||||
CATEGORIES= textproc devel
|
||||
|
||||
MAINTAINER= greg@unrelenting.technology
|
||||
COMMENT= Pairwise Independent Combinatorial Testing tool
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.TXT
|
||||
|
||||
USES= compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Microsoft
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PLIST_FILES= bin/pict \
|
||||
lib/libpict.so
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/pict ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_LIB} ${WRKSRC}/libpict.so ${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/pict/distinfo
Normal file
3
textproc/pict/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1548592395
|
||||
SHA256 (Microsoft-pict-v3.7.1_GH0.tar.gz) = 4fc7939c708f9c8d6346430b3b90f122f2cc5e341f172f94eb711b1c48f2518a
|
||||
SIZE (Microsoft-pict-v3.7.1_GH0.tar.gz) = 544722
|
4
textproc/pict/pkg-descr
Normal file
4
textproc/pict/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
A tool for generating test cases using the PICT (Pairwise Independent
|
||||
Combinatorial Testing) method, based on a simple plain text format.
|
||||
|
||||
WWW: https://github.com/Microsoft/pict
|
Loading…
Add table
Reference in a new issue