mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add stlfilt 20040221
An STL Error Message Decryptor for C++
This commit is contained in:
parent
a235fc2843
commit
f4ed60456d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103732
4 changed files with 44 additions and 0 deletions
|
@ -1128,6 +1128,7 @@
|
||||||
SUBDIR += spirit
|
SUBDIR += spirit
|
||||||
SUBDIR += splint
|
SUBDIR += splint
|
||||||
SUBDIR += st
|
SUBDIR += st
|
||||||
|
SUBDIR += stlfilt
|
||||||
SUBDIR += stlport
|
SUBDIR += stlport
|
||||||
SUBDIR += stlport-icc
|
SUBDIR += stlport-icc
|
||||||
SUBDIR += str
|
SUBDIR += str
|
||||||
|
|
35
devel/stlfilt/Makefile
Normal file
35
devel/stlfilt/Makefile
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: stlfilt
|
||||||
|
# Date created: Mar 12, 2004
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= stlfilt
|
||||||
|
PORTVERSION= 20040221
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= http://www.bdsoft.com/dist/
|
||||||
|
DISTNAME= g${PORTNAME}
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
COMMENT= An STL Error Message Decryptor for C++
|
||||||
|
|
||||||
|
USE_ZIP= yes
|
||||||
|
USE_REINPLACE= yes
|
||||||
|
USE_PERL5_RUN= yes
|
||||||
|
NO_BUILD= yes
|
||||||
|
NO_WRKSUBDIR= yes
|
||||||
|
|
||||||
|
PLIST_FILES= bin/gSTLFilt.pl bin/gfilt
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
@${REINPLACE_CMD} -e "s,
,," ${WRKSRC}/gSTLFilt.pl ${WRKSRC}/gfilt
|
||||||
|
@${REINPLACE_CMD} -e "s,[$$]HOME,${PREFIX}/bin," ${WRKSRC}/gfilt
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
.for file in gSTLFilt.pl gfilt
|
||||||
|
@${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
|
||||||
|
.endfor
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
2
devel/stlfilt/distinfo
Normal file
2
devel/stlfilt/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
MD5 (gstlfilt.zip) = 49328821de2a8cd69f91c2f2e4328e08
|
||||||
|
SIZE (gstlfilt.zip) = 412277
|
6
devel/stlfilt/pkg-descr
Normal file
6
devel/stlfilt/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
STLFilt simplifies and/or reformats long-winded C++ error and warning
|
||||||
|
messages, with a focus on STL-related diagnostics (and for MSVC 6, it
|
||||||
|
fully eliminates C4786 warnings and their detritus). The result renders
|
||||||
|
many of even the most cryptic diagnostics comprehensible.
|
||||||
|
|
||||||
|
WWW: http://www.bdsoft.com/tools/stlfilt.html
|
Loading…
Add table
Reference in a new issue