pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/tclap



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jan  9 21:14:20 UTC 2021

Modified Files:
        pkgsrc/devel/tclap: Makefile PLIST distinfo

Log Message:
tclap: updated to 1.2.3

Minor release for 1.2 branch (v1.2.3):
- v1.2 is now in maintanance mode, 1.4 is the development version
- Documentation improvements
- Minor obscure bug fixes
- Improvements to test code

Bugfix release for 1.2 branch (v1.2.2):
- Fixed a few typos
- Fixed ZshCompletionOutput
- Fixed brief output with TCLAP_NAMESTRING defined
- Initialize theDelimiter (supress warning) in DocBookOutput
- Fixed an issue with config.h and compiling on systems
  without sstream.h
- Fixed } outside of include guards in ArgTraits.h


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/tclap/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/devel/tclap/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/tclap/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/tclap/Makefile
diff -u pkgsrc/devel/tclap/Makefile:1.5 pkgsrc/devel/tclap/Makefile:1.6
--- pkgsrc/devel/tclap/Makefile:1.5     Fri Mar 20 11:57:33 2020
+++ pkgsrc/devel/tclap/Makefile Sat Jan  9 21:14:19 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/03/20 11:57:33 nia Exp $
+# $NetBSD: Makefile,v 1.6 2021/01/09 21:14:19 adam Exp $
 
-DISTNAME=      tclap-1.2.1
+DISTNAME=      tclap-1.2.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=tclap/}
 
@@ -12,10 +12,7 @@ LICENSE=     mit
 USE_LANGUAGES=         c c++
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes
-
 CONFIGURE_ARGS+=       --disable-doxygen
-
-pre-configure:
-       rm -fr ${WRKSRC}/docs/html/CVS
+TEST_TARGET=           check
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/tclap/PLIST
diff -u pkgsrc/devel/tclap/PLIST:1.1.1.1 pkgsrc/devel/tclap/PLIST:1.2
--- pkgsrc/devel/tclap/PLIST:1.1.1.1    Mon Oct 10 13:15:31 2011
+++ pkgsrc/devel/tclap/PLIST    Sat Jan  9 21:14:19 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/10/10 13:15:31 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/01/09 21:14:19 adam Exp $
 include/tclap/Arg.h
 include/tclap/ArgException.h
 include/tclap/ArgTraits.h
@@ -23,237 +23,8 @@ include/tclap/VersionVisitor.h
 include/tclap/Visitor.h
 include/tclap/XorHandler.h
 include/tclap/ZshCompletionOutput.h
+include/tclap/sstream.h
 lib/pkgconfig/tclap.pc
-share/doc/tclap/html/ArgException_8h.html
-share/doc/tclap/html/ArgException_8h_source.html
-share/doc/tclap/html/ArgTraits_8h.html
-share/doc/tclap/html/ArgTraits_8h_source.html
-share/doc/tclap/html/Arg_8h.html
-share/doc/tclap/html/Arg_8h_source.html
-share/doc/tclap/html/CmdLineInterface_8h.html
-share/doc/tclap/html/CmdLineInterface_8h_source.html
-share/doc/tclap/html/CmdLineOutput_8h.html
-share/doc/tclap/html/CmdLineOutput_8h_source.html
-share/doc/tclap/html/CmdLine_8h.html
-share/doc/tclap/html/CmdLine_8h_source.html
-share/doc/tclap/html/Constraint_8h.html
-share/doc/tclap/html/Constraint_8h_source.html
-share/doc/tclap/html/DocBookOutput_8h.html
-share/doc/tclap/html/DocBookOutput_8h_source.html
-share/doc/tclap/html/HelpVisitor_8h.html
-share/doc/tclap/html/HelpVisitor_8h_source.html
-share/doc/tclap/html/IgnoreRestVisitor_8h.html
-share/doc/tclap/html/IgnoreRestVisitor_8h_source.html
-share/doc/tclap/html/MultiArg_8h.html
-share/doc/tclap/html/MultiArg_8h_source.html
-share/doc/tclap/html/MultiSwitchArg_8h.html
-share/doc/tclap/html/MultiSwitchArg_8h_source.html
-share/doc/tclap/html/OptionalUnlabeledTracker_8h.html
-share/doc/tclap/html/OptionalUnlabeledTracker_8h_source.html
-share/doc/tclap/html/StandardTraits_8h.html
-share/doc/tclap/html/StandardTraits_8h_source.html
-share/doc/tclap/html/StdOutput_8h.html
-share/doc/tclap/html/StdOutput_8h_source.html
-share/doc/tclap/html/SwitchArg_8h.html
-share/doc/tclap/html/SwitchArg_8h_source.html
-share/doc/tclap/html/UnlabeledMultiArg_8h.html
-share/doc/tclap/html/UnlabeledMultiArg_8h_source.html
-share/doc/tclap/html/UnlabeledValueArg_8h.html
-share/doc/tclap/html/UnlabeledValueArg_8h_source.html
-share/doc/tclap/html/ValueArg_8h.html
-share/doc/tclap/html/ValueArg_8h_source.html
-share/doc/tclap/html/ValuesConstraint_8h.html
-share/doc/tclap/html/ValuesConstraint_8h_source.html
-share/doc/tclap/html/VersionVisitor_8h.html
-share/doc/tclap/html/VersionVisitor_8h_source.html
-share/doc/tclap/html/Visitor_8h.html
-share/doc/tclap/html/Visitor_8h_source.html
-share/doc/tclap/html/XorHandler_8h.html
-share/doc/tclap/html/XorHandler_8h_source.html
-share/doc/tclap/html/ZshCompletionOutput_8h.html
-share/doc/tclap/html/ZshCompletionOutput_8h_source.html
-share/doc/tclap/html/annotated.html
-share/doc/tclap/html/classTCLAP_1_1Arg-members.html
-share/doc/tclap/html/classTCLAP_1_1Arg.gif
-share/doc/tclap/html/classTCLAP_1_1Arg.html
-share/doc/tclap/html/classTCLAP_1_1ArgException-members.html
-share/doc/tclap/html/classTCLAP_1_1ArgException.gif
-share/doc/tclap/html/classTCLAP_1_1ArgException.html
-share/doc/tclap/html/classTCLAP_1_1ArgParseException-members.html
-share/doc/tclap/html/classTCLAP_1_1ArgParseException.gif
-share/doc/tclap/html/classTCLAP_1_1ArgParseException.html
-share/doc/tclap/html/classTCLAP_1_1CmdLine-members.html
-share/doc/tclap/html/classTCLAP_1_1CmdLine.gif
-share/doc/tclap/html/classTCLAP_1_1CmdLine.html
-share/doc/tclap/html/classTCLAP_1_1CmdLineInterface-members.html
-share/doc/tclap/html/classTCLAP_1_1CmdLineInterface.gif
-share/doc/tclap/html/classTCLAP_1_1CmdLineInterface.html
-share/doc/tclap/html/classTCLAP_1_1CmdLineOutput-members.html
-share/doc/tclap/html/classTCLAP_1_1CmdLineOutput.gif
-share/doc/tclap/html/classTCLAP_1_1CmdLineOutput.html
-share/doc/tclap/html/classTCLAP_1_1CmdLineParseException-members.html
-share/doc/tclap/html/classTCLAP_1_1CmdLineParseException.gif
-share/doc/tclap/html/classTCLAP_1_1CmdLineParseException.html
-share/doc/tclap/html/classTCLAP_1_1Constraint-members.html
-share/doc/tclap/html/classTCLAP_1_1Constraint.gif
-share/doc/tclap/html/classTCLAP_1_1Constraint.html
-share/doc/tclap/html/classTCLAP_1_1DocBookOutput-members.html
-share/doc/tclap/html/classTCLAP_1_1DocBookOutput.gif
-share/doc/tclap/html/classTCLAP_1_1DocBookOutput.html
-share/doc/tclap/html/classTCLAP_1_1ExitException-members.html
-share/doc/tclap/html/classTCLAP_1_1ExitException.html
-share/doc/tclap/html/classTCLAP_1_1HelpVisitor-members.html
-share/doc/tclap/html/classTCLAP_1_1HelpVisitor.gif
-share/doc/tclap/html/classTCLAP_1_1HelpVisitor.html
-share/doc/tclap/html/classTCLAP_1_1IgnoreRestVisitor-members.html
-share/doc/tclap/html/classTCLAP_1_1IgnoreRestVisitor.gif
-share/doc/tclap/html/classTCLAP_1_1IgnoreRestVisitor.html
-share/doc/tclap/html/classTCLAP_1_1MultiArg-members.html
-share/doc/tclap/html/classTCLAP_1_1MultiArg.gif
-share/doc/tclap/html/classTCLAP_1_1MultiArg.html
-share/doc/tclap/html/classTCLAP_1_1MultiSwitchArg-members.html
-share/doc/tclap/html/classTCLAP_1_1MultiSwitchArg.gif
-share/doc/tclap/html/classTCLAP_1_1MultiSwitchArg.html
-share/doc/tclap/html/classTCLAP_1_1OptionalUnlabeledTracker-members.html
-share/doc/tclap/html/classTCLAP_1_1OptionalUnlabeledTracker.html
-share/doc/tclap/html/classTCLAP_1_1SpecificationException-members.html
-share/doc/tclap/html/classTCLAP_1_1SpecificationException.gif
-share/doc/tclap/html/classTCLAP_1_1SpecificationException.html
-share/doc/tclap/html/classTCLAP_1_1StdOutput-members.html
-share/doc/tclap/html/classTCLAP_1_1StdOutput.gif
-share/doc/tclap/html/classTCLAP_1_1StdOutput.html
-share/doc/tclap/html/classTCLAP_1_1SwitchArg-members.html
-share/doc/tclap/html/classTCLAP_1_1SwitchArg.gif
-share/doc/tclap/html/classTCLAP_1_1SwitchArg.html
-share/doc/tclap/html/classTCLAP_1_1UnlabeledMultiArg-members.html
-share/doc/tclap/html/classTCLAP_1_1UnlabeledMultiArg.gif
-share/doc/tclap/html/classTCLAP_1_1UnlabeledMultiArg.html
-share/doc/tclap/html/classTCLAP_1_1UnlabeledValueArg-members.html
-share/doc/tclap/html/classTCLAP_1_1UnlabeledValueArg.gif
-share/doc/tclap/html/classTCLAP_1_1UnlabeledValueArg.html
-share/doc/tclap/html/classTCLAP_1_1ValueArg-members.html
-share/doc/tclap/html/classTCLAP_1_1ValueArg.gif
-share/doc/tclap/html/classTCLAP_1_1ValueArg.html
-share/doc/tclap/html/classTCLAP_1_1ValuesConstraint-members.html
-share/doc/tclap/html/classTCLAP_1_1ValuesConstraint.gif
-share/doc/tclap/html/classTCLAP_1_1ValuesConstraint.html
-share/doc/tclap/html/classTCLAP_1_1VersionVisitor-members.html
-share/doc/tclap/html/classTCLAP_1_1VersionVisitor.gif
-share/doc/tclap/html/classTCLAP_1_1VersionVisitor.html
-share/doc/tclap/html/classTCLAP_1_1Visitor-members.html
-share/doc/tclap/html/classTCLAP_1_1Visitor.gif
-share/doc/tclap/html/classTCLAP_1_1Visitor.html
-share/doc/tclap/html/classTCLAP_1_1XorHandler-members.html
-share/doc/tclap/html/classTCLAP_1_1XorHandler.html
-share/doc/tclap/html/classTCLAP_1_1ZshCompletionOutput-members.html
-share/doc/tclap/html/classTCLAP_1_1ZshCompletionOutput.gif
-share/doc/tclap/html/classTCLAP_1_1ZshCompletionOutput.html
-share/doc/tclap/html/classes.html
-share/doc/tclap/html/doxygen.css
-share/doc/tclap/html/doxygen.png
-share/doc/tclap/html/files.html
-share/doc/tclap/html/functions.html
-share/doc/tclap/html/functions_0x61.html
-share/doc/tclap/html/functions_0x62.html
-share/doc/tclap/html/functions_0x63.html
-share/doc/tclap/html/functions_0x64.html
-share/doc/tclap/html/functions_0x65.html
-share/doc/tclap/html/functions_0x66.html
-share/doc/tclap/html/functions_0x67.html
-share/doc/tclap/html/functions_0x68.html
-share/doc/tclap/html/functions_0x69.html
-share/doc/tclap/html/functions_0x6c.html
-share/doc/tclap/html/functions_0x6d.html
-share/doc/tclap/html/functions_0x6e.html
-share/doc/tclap/html/functions_0x6f.html
-share/doc/tclap/html/functions_0x70.html
-share/doc/tclap/html/functions_0x71.html
-share/doc/tclap/html/functions_0x72.html
-share/doc/tclap/html/functions_0x73.html
-share/doc/tclap/html/functions_0x74.html
-share/doc/tclap/html/functions_0x75.html
-share/doc/tclap/html/functions_0x76.html
-share/doc/tclap/html/functions_0x77.html
-share/doc/tclap/html/functions_0x78.html
-share/doc/tclap/html/functions_0x7a.html
-share/doc/tclap/html/functions_0x7e.html
-share/doc/tclap/html/functions_func.html
-share/doc/tclap/html/functions_func_0x61.html
-share/doc/tclap/html/functions_func_0x62.html
-share/doc/tclap/html/functions_func_0x63.html
-share/doc/tclap/html/functions_func_0x64.html
-share/doc/tclap/html/functions_func_0x65.html
-share/doc/tclap/html/functions_func_0x66.html
-share/doc/tclap/html/functions_func_0x67.html
-share/doc/tclap/html/functions_func_0x68.html
-share/doc/tclap/html/functions_func_0x69.html
-share/doc/tclap/html/functions_func_0x6c.html
-share/doc/tclap/html/functions_func_0x6d.html
-share/doc/tclap/html/functions_func_0x6e.html
-share/doc/tclap/html/functions_func_0x6f.html
-share/doc/tclap/html/functions_func_0x70.html
-share/doc/tclap/html/functions_func_0x71.html
-share/doc/tclap/html/functions_func_0x72.html
-share/doc/tclap/html/functions_func_0x73.html
-share/doc/tclap/html/functions_func_0x74.html
-share/doc/tclap/html/functions_func_0x75.html
-share/doc/tclap/html/functions_func_0x76.html
-share/doc/tclap/html/functions_func_0x77.html
-share/doc/tclap/html/functions_func_0x78.html
-share/doc/tclap/html/functions_func_0x7a.html
-share/doc/tclap/html/functions_func_0x7e.html
-share/doc/tclap/html/functions_type.html
-share/doc/tclap/html/functions_vars.html
-share/doc/tclap/html/globals.html
-share/doc/tclap/html/globals_defs.html
-share/doc/tclap/html/globals_type.html
-share/doc/tclap/html/hierarchy.html
-share/doc/tclap/html/index.html
-share/doc/tclap/html/namespaceTCLAP.html
-share/doc/tclap/html/namespacemembers.html
-share/doc/tclap/html/namespacemembers_func.html
-share/doc/tclap/html/namespacemembers_type.html
-share/doc/tclap/html/namespaces.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01bool_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01bool_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01char_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01char_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01double_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01double_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01float_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01float_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01int_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01int_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01long_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01long_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01short_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01short_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01std_1_1string_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01std_1_1string_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01char_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01char_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01int_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01int_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01long_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01long_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01short_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01unsigned_01short_01_4.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01wchar__t_01_4-members.html
-share/doc/tclap/html/structTCLAP_1_1ArgTraits_3_01wchar__t_01_4.html
-share/doc/tclap/html/structTCLAP_1_1StringLike-members.html
-share/doc/tclap/html/structTCLAP_1_1StringLike.html
-share/doc/tclap/html/structTCLAP_1_1StringLikeTrait-members.html
-share/doc/tclap/html/structTCLAP_1_1StringLikeTrait.html
-share/doc/tclap/html/structTCLAP_1_1ValueLike-members.html
-share/doc/tclap/html/structTCLAP_1_1ValueLike.html
-share/doc/tclap/html/structTCLAP_1_1ValueLikeTrait-members.html
-share/doc/tclap/html/structTCLAP_1_1ValueLikeTrait.html
-share/doc/tclap/html/tab_b.gif
-share/doc/tclap/html/tab_l.gif
-share/doc/tclap/html/tab_r.gif
-share/doc/tclap/html/tabs.css
 share/doc/tclap/index.html
 share/doc/tclap/manual.html
 share/doc/tclap/style.css

Index: pkgsrc/devel/tclap/distinfo
diff -u pkgsrc/devel/tclap/distinfo:1.2 pkgsrc/devel/tclap/distinfo:1.3
--- pkgsrc/devel/tclap/distinfo:1.2     Tue Nov  3 03:29:35 2015
+++ pkgsrc/devel/tclap/distinfo Sat Jan  9 21:14:19 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:29:35 agc Exp $
+$NetBSD: distinfo,v 1.3 2021/01/09 21:14:19 adam Exp $
 
-SHA1 (tclap-1.2.1.tar.gz) = 4f124216dd6e6936f5af6372d921a6c51563f8fd
-RMD160 (tclap-1.2.1.tar.gz) = 96e424af115ffd27cea4ee1eb08f38e2f34d253e
-SHA512 (tclap-1.2.1.tar.gz) = 8bd6ee724600880840048c7b36f02d31b1aa4910b17f80fb04aef89b1f1917856d9979ec488edbd457b66d9d689aea97540abb842a8b902bbd75c66a6e07b9b1
-Size (tclap-1.2.1.tar.gz) = 442387 bytes
+SHA1 (tclap-1.2.3.tar.gz) = 211c7aa3d185adf386d3043412f08173273c74b7
+RMD160 (tclap-1.2.3.tar.gz) = f3b64e48b0770c4f571f52ea0ea4d5c4b935d111
+SHA512 (tclap-1.2.3.tar.gz) = 32f7b5cd2ea71b428e73fb536d82880cfb71d45244ca19abdf31d1a18c3b670c111bdcec8da45c423952f44141ba3ee931681ab943c6f114772e87b2789ccfe9
+Size (tclap-1.2.3.tar.gz) = 233434 bytes



Home | Main Index | Thread Index | Old Index