Subject: CVS commit: pkgsrc/lang/cint
From: Kamil Rytarowski
Date: 2016-09-28 12:00:27
Message id: 20160928100027.D11B4FBD2@cvs.NetBSD.org

Log Message:
Upgrade cint from 5.15.174 to 5.16.19

cint is no longer developed upstream and was replaced with cling in root.
Add the latest version available from https://root.cern.ch/download/

New HOMEPAGE ships an unversioned tarball as the latest release, but its
conent is unrecognized and very different from the known cint from the old
cern.ch site.

FreeBSD claims to ship with cint-5.18 and there are references to it, but
it's probably root version 5.18 with possibly extracted files for cint.

If there is a newer version somewhere it will be upgraded later accordingly.

pkgsrc changes:
- refactor configure & build & install stages
- install demo files
- add license
- update DESCR
- new HOMEPAGE
- new MASTER_SITES
- remove conflict with devel/man-pages

Upstream changelog
==================
* 5.16.2, July 14 2005
* 6.1.2, July 14 2005
* -   , Convert most of the C source file from K&R C to Ansi C++
* -     The files *.c were renamed v6_*.cxx.  The interfaces are
* -     kept backward compatible (extern "C")
*
* 5.16.3, November 11, 2005
* 6.1.3, November 11, 2005
* -   , Port to windows visual C++ version 8
* -   , Many bugs fixes (see CVS change log for details)
*
* 5.16.4 November 30, 2005
* 6.1.4 November 30, 2005
* - Add support for generating dictionary using the reflex API (makecint -c3)
* - See CVS Change log for other updates.
*
* 5.16.5 November 30, 2005
* 6.1.5 November 30, 2005
* - Improve support for generating dictionary using the reflex API (makecint -c3)
* - Extend ClassInfo to better support array allocation and deallocation
* - See CVS Change log for other updates.
*
* 5.16.6 January 9, 2006
* 6.1.6 January 9, 2006
* - Import and use the shadow class mechanism from ROOT.  This allows the
*   calculation of the data member offset even if they are protected/private.
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.7 January 19, 2006
* 6.1.7 January 19, 2006
* - Many improvement to the shadow class generation.
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.8 February 9, 2006
* 6.1.8 February 9, 2006
* - Update and streamline the handling operator new and delete
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.9 March 3, 2006
* 6.1.9 March 3, 2006
* - Upgrade the support for operator new and delete in the dictionaries (improve \ 
usage
    of user provided operator new).
* - Add a new command line option (-E) to insure exit on error.
* - Improve error message in case of missing symbols.
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.10 March 30, 2006
* 6.1.10 March 30, 2006
* - Refresh of the port to icc and alpha cxx
* - Fix for comment parsing in the CPP parser.
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.11 April 14, 2006
* 6.1.10 April 14, 2006
* - Improve template support
* - Port to MacOS on Intel
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.12 May 16, 2006
* 6.1.12 May 16, 2006
* - Add support for variadic functions on AMD64 and EM64T.
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.13 June 8, 2006
* 6.1.13 June 8, 2006
* - New build system based on the configure/make model.  MAKEINFO is not longer used.
* - A few more function has been officially exported and/or added to the appropriate
*   header files
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.14 August 18, 2006
* 6.1.14 August 18, 2006
* - Clarification of the license (Now MIT License)
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.15 September 21, 2006
* 6.1.15 September 21, 2006
* - Various bug fixes (include a couple of cint dlls cleanups)
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.16 November 24, 2006
* 6.1.16 November 24, 2006
* - Some minor bug fixes: remove G__CINTVERSION from strm dict files, AMD64 \ 
vararg passing, long comments, extern "C" multiline issue
* - G__sizeof, G__getfunction now part of the API
* - respect system macros when generating dictionaries
* - Move public header files into inc/
* - Changes to achieve binary compatibility with cint7; some of these are temporary
* - Move C++ API into namespace Cint
* - added build support for linux x86_64
* - See CVS Change log for other updates \ 
(http://root.cern.ch/root/ChangeLog-cint.phtml)
*
* 5.16.17 December 12, 2006
* 6.1.17 December 12, 2006
* - Some previously publicly visibly types are now private. Please let us know \ 
if this
*   causes problems for you!
* - G__MethodInfo::Get/SetUserParam() added
* - extend G__ClassInfo::AddMethod
* - the relevant platform macros are now known to CINT, except when interpreting \ 
where the
*   compiler macros (e.g. __GNUC__) are hidden
* - Fix prec_stl for solarisgcc, cygwin (posix)
*
* 5.16.18 February 9, 2007
* 6.1.18 February 9, 2007
* - Fix a few bugs (fix arithmetics involving long double, "!",
*   LL suffix for operators' long long args, quoting of default
*   params,
* - Implement G__pop_tempobject_nodel() to "steal" temp object from CINT
* - modify algo.h's random_shuffle to use new Cint::G__long_random in new \ 
v6_random.cxx
* - make G__free_ifunc_table non-recursive
* - for ROOT, use R__HAVE_CONFIG, not HAVE_CONFIG
*
* 5.16.19 March 16, 2007
* 6.1.19 March 16, 2007
* - handle 1dim arrays properly (!= scalar)
* - more memory effient G__param and G__inherit
* - implement forward decl in dictionaries (e.g. if dict for "A* f()" is
*   setup, lib containing A will not be loaded)
* - add a reference layer between API ifunc* and internal ifunc*, so
*   reloading (scrupto of scripts) doesn't invalidate the external
*   ptrs for dependent libs
* - update tagnums below scrupto limit if they are autoload entries
* - allow multiple shared lib init routines
* - bug fixes: fix decl locations in .so-s, distinguish "class*",
*   "decl if unknown" in G__search_tagname
* - split Shadow.h off Api.h
* - remove temporary files on windows once they are unused (fixes problem
*   with tmp file flooding)
*

Files:
RevisionActionfile
1.3modifypkgsrc/lang/cint/DESCR
1.32modifypkgsrc/lang/cint/Makefile
1.7modifypkgsrc/lang/cint/PLIST
1.10modifypkgsrc/lang/cint/distinfo
1.1addpkgsrc/lang/cint/patches/patch-Makefile
1.1addpkgsrc/lang/cint/patches/patch-configure
1.1addpkgsrc/lang/cint/patches/patch-lib_posix_posix.h
1.1addpkgsrc/lang/cint/patches/patch-src_Method.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_Type.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_bc__reader.h
1.1addpkgsrc/lang/cint/patches/patch-src_gcc3strm.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_v6__loadfile.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_v6__macro.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_v6__newlink.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_v6__parse.cxx
1.1addpkgsrc/lang/cint/patches/patch-src_v6__pcode.cxx
1.1addpkgsrc/lang/cint/patches/patch-tool_INSTALLBIN
1.1addpkgsrc/lang/cint/patches/patch-tool_ifdef_Makefile.base
1.1addpkgsrc/lang/cint/patches/patch-tool_ifdef_get.c
1.1addpkgsrc/lang/cint/patches/patch-tool_ifdef_ifdef.cxx
1.1addpkgsrc/lang/cint/patches/patch-tool_makecint.cxx
1.4removepkgsrc/lang/cint/patches/patch-aa
1.6removepkgsrc/lang/cint/patches/patch-ab
1.2removepkgsrc/lang/cint/patches/patch-ac
1.2removepkgsrc/lang/cint/patches/patch-ad
1.2removepkgsrc/lang/cint/patches/patch-ae
1.2removepkgsrc/lang/cint/patches/patch-af
1.2removepkgsrc/lang/cint/patches/patch-ag
1.2removepkgsrc/lang/cint/patches/patch-ah
1.2removepkgsrc/lang/cint/patches/patch-ai
1.2removepkgsrc/lang/cint/patches/patch-aj
1.2removepkgsrc/lang/cint/patches/patch-ak
1.2removepkgsrc/lang/cint/patches/patch-al
1.3removepkgsrc/lang/cint/patches/patch-am
1.2removepkgsrc/lang/cint/patches/patch-an