Subject: CVS commit: pkgsrc/x11/py-qt3-sip
To: None <pkgsrc-changes@NetBSD.org>
From: Marc Recht <recht@netbsd.org>
List: pkgsrc-changes
Date: 05/09/2004 17:04:22
Module Name:	pkgsrc
Committed By:	recht
Date:		Sun May  9 17:04:22 UTC 2004

Modified Files:
	pkgsrc/x11/py-qt3-sip: Makefile PLIST distinfo
	pkgsrc/x11/py-qt3-sip/patches: patch-aa
Added Files:
	pkgsrc/x11/py-qt3-sip: buildlink3.mk
	pkgsrc/x11/py-qt3-sip/patches: patch-ab
Removed Files:
	pkgsrc/x11/py-qt3-sip: buildlink2.mk

Log Message:
update py-qt3-sip to 4.0rc3 and bl3ify

4.0 (guessing from ChangeLog since the NEWS file is empty)
- needs Python >= 2.3
- more documentation
- new build system
- Darwin/OSX support

v3.10.1 11th March 2004
	Bug fixes only - see the ChangeLog file for details.

v3.10 16th January 2004
	Added the asstring() method to the sip.voidptr type.

v3.9 7th December 2003
	Added the -w flag to sip to enable warning messages.  Added the -j flag
	to sip to concatanated source files.  %Import, %Include and
	%OptionalInclude can now take a relative (UNIX style) pathname.  The
	directory containing the file will also be searched for files that it
	itself includes or imports.  Added %MethodCode and deprecated
	%MemberCode.  Deprecated %Makefile and %ExportedHeaderCode.  Added
	%TypeHeaderCode as a synonym for the deprecated %HeaderCode in type
	definitions.  Added %ModuleHeaderCode as a synonym for the deprecated
	%HeaderCode in module definitions.  Added %ModuleCode as a synonym for
	the deprecated %C++Code in module definitions.  Added %TypeCode as a
	synonym for the deprecated %C++Code in type definitions.  Added
	%PostInitialisationCode as a synonym for the deprecated
	%PostInitialisationC++Code.  Added support for functions that return
	values via pointers and references.  Added support for structs within
	classes.  Added support for %AccessCode and deprecated %VariableCode.
	Added support for %VirtualCatcherCode and deprecated %VirtualCode.
	Added support for explicit C++ signatures.  Added the SIP_SLOT,
	SIP_QOBJECT, SIP_PYCALLABLE, SIP_PYTUPLE, SIP_PYLIST and SIP_PYDICT
	types.  Added /PreHook/ and /PostHook/ to ctors.  Added /TransferBack/
	for function results.  Added /AllowNone/ and /GetWrapper/ to arguments.
	Added sipTrace(), sipBadCatcherResult(), sipParseResult(),
	sipCallMethod(), sipGetWrapper(), sipTransfer(), sipClassName() and
	sipBuildResult() to the module API.  Added SIP_VERSION and SIP_BUILD to
	sip.h.  A new (configure.py) build system has been added which is
	independent of tmake and qmake and installs a sipconfig module.  The
	old (build.py) build system also installs a (different and
	incompatible) sipconfig module.  SIP is now licensed under a single
	Python-like license.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/x11/py-qt3-sip/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/py-qt3-sip/PLIST \
    pkgsrc/x11/py-qt3-sip/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/x11/py-qt3-sip/buildlink2.mk
cvs rdiff -r0 -r1.1 pkgsrc/x11/py-qt3-sip/buildlink3.mk
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/x11/py-qt3-sip/patches/patch-aa
cvs rdiff -r0 -r1.1 pkgsrc/x11/py-qt3-sip/patches/patch-ab

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