The NetBSD Project

CVS log for pkgsrc/x11/qt3-libs/Attic/PLIST

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / x11 / qt3-libs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.18, Tue Sep 26 10:27:22 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.17: +1 -1 lines
FILE REMOVED

*: remove qt3 and the packages using it, including KDE3

Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jun 14 18:25:05 2009 UTC (14 years, 5 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.16: +1 -8 lines
Diff to previous 1.16 (colored)

Remove @dirrm entries from PLISTs

Revision 1.16 / (download) - annotate - [select for diffs], Wed Dec 28 11:07:17 2005 UTC (17 years, 11 months ago) by ghen
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored)

Add a pkgconfig file for qt3-libs, bump PKGREVISION.  ok with wiz@

Revision 1.15 / (download) - annotate - [select for diffs], Wed Sep 22 08:10:07 2004 UTC (19 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.14: +1 -9 lines
Diff to previous 1.14 (colored)

Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".

Revision 1.14 / (download) - annotate - [select for diffs], Fri Apr 16 14:30:44 2004 UTC (19 years, 7 months ago) by recht
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.13: +7 -3 lines
Diff to previous 1.13 (colored)

update to 3.3.1

changes (among many others):

- New QLocale Class

- The ActiveQt framework, first available in Qt 3.1, has been enhanced in
  lots of ways in Qt 3.3.

- Semi-Transparent Windows

Other Improvements
- The network module now supports IPv6 in addition to IPv4.
- New 64-bit platforms are supported: Itanium on Linux (Intel compiler) and
  Windows (MSVC and Intel).
- QCursor now provides the BusyCursor shape, which combines an hourglass with
  an arrow.
- Qt's DOM classes are now reentrant when Qt is built with multithread support
  enabled.

See http://www.trolltech.com/products/qt/whatsnew.html for more details.

Revision 1.13 / (download) - annotate - [select for diffs], Fri Dec 19 15:43:31 2003 UTC (19 years, 11 months ago) by skrll
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.12: +21 -10 lines
Diff to previous 1.12 (colored)

Update QT3 to 3.2.3.

Far too many new features and bug fixes to list here. Includes a fix for
Hangul (Korean character) handling from Bang Jun-Young <junyoung at netbsd
dot org>. Thanks.

"Better late than never"

Revision 1.12 / (download) - annotate - [select for diffs], Wed Mar 19 17:29:50 2003 UTC (20 years, 8 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.11: +7 -1 lines
Diff to previous 1.11 (colored)

Add header files invented by latest QT 3.x version.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Mar 19 17:28:00 2003 UTC (20 years, 8 months ago) by tron
Branch: MAIN
Changes since 1.10: +1 -4 lines
Diff to previous 1.10 (colored)

Remove some header files which are not installed any more.

Revision 1.10 / (download) - annotate - [select for diffs], Tue Mar 18 08:36:24 2003 UTC (20 years, 8 months ago) by skrll
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

Update qt3 to 3.1.2. This update fixes a large number of bugs.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Mar 11 13:02:07 2003 UTC (20 years, 9 months ago) by markd
Branch: MAIN
Changes since 1.8: +19 -10 lines
Diff to previous 1.8 (colored)

Update qt to 3.1.1.

Qt 3.1 introduces many significant new features and many improvements
over the 3.0.x series. Also lots of bugfixes.

The Qt version 3.1 series is binary compatible with the 3.0.x series:
applications compiled for 3.0 will continue to run with 3.1.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 4 18:09:16 2003 UTC (20 years, 10 months ago) by skrll
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Update qt to 3.0.7 - the final maintenance release of qt 3.0.

Lots of bugfixes including one for the ListView expansion problem.

Fix kwin in kdebase after a QT global was renamed.

Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 28 08:46:44 2002 UTC (21 years, 1 month ago) by skrll
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6 (colored)

Update to Qt 3.0.6, change PKGLIBTOOL to LIBTOOL in one place and do a bit of
PLIST sorting.

Qt 3.0.6 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.5

Binary compatibility warning: Qt 3.0.6 is backward and forward binary compatible
with Qt 3.0.5, and is planned to be binary compatible with Qt 3.1. Unfortunately
Qt 3.0.5 is not 100% backward binary compatible with Qt 3.0.3 (a class got a few
bytes smaller), meaning executables compiled with 3.0.5 may not run properly
when linked dynamically to 3.0.3. at runtime. Note that this is not a problem on
MS-Windows. Due to its wide distributed in various GNU/Linux distributions, we
have decided to stick with 3.0.5's ABI. If you ship dynamically linked
executables, we suggest putting a QT_REQUIRE_VERSION macro at the beginning of
your main function:

   ...
   #include <qmessagebox.h>
   ...
   int main( int argc, char**argv )
   {
       QT_REQUIRE_VERSION( argc, argv, "3.0.5" )
       ...
   }

The macro will show a message box with a warning message and then abort the
application gracefully with exit(1).

For a full buglist see the Trolltech web site.

Revision 1.6 / (download) - annotate - [select for diffs], Tue Aug 27 09:13:49 2002 UTC (21 years, 3 months ago) by skrll
Branch: MAIN
Changes since 1.5: +4 -6 lines
Diff to previous 1.5 (colored)

Update to 3.0.5.

Qt 3.0.5 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.4.

To avoid problems with loading plugins which link against different Qt
libraries, the semantics of plugin loading has been changed.

While I'm here add the PTHREAD_OPTS+=require thing to the buildlink files.

TODO: check qt3-{tools,docs} wrt buildlink2.

Revision 1.5 / (download) - annotate - [select for diffs], Sun Aug 25 18:40:45 2002 UTC (21 years, 3 months ago) by jlam
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4 (colored)

Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.  This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:06:46 2002 UTC (21 years, 5 months ago) by jlam
Branch: buildlink2
Changes since 1.3: +13 -6 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Merge from pkgsrc-current to buildlink2 branch.

Revision 1.4 / (download) - annotate - [select for diffs], Wed May 29 19:09:55 2002 UTC (21 years, 6 months ago) by skrll
Branch: MAIN
CVS Tags: pkgviews-base, pkgviews, netbsd-1-6-RELEASE-base, netbsd-1-6, buildlink2-base
Changes since 1.3: +13 -6 lines
Diff to previous 1.3 (colored)

Various changes to help with KDE3.

      o Enable thread support using pth-syscall and nathanw_sa. The
	later has problems which are being worked on.

      o Restructure the build of certain plugins so that qt3-libs
	comes with jpeg and mng support.

      o Introduce a BUILDLINK_DEPENDS_METHOD.qt3-tools variable that
	when set to build means we don't get a full dependency on
	qt3-tools.

Revision 1.3 / (download) - annotate - [select for diffs], Sat May 4 13:30:10 2002 UTC (21 years, 7 months ago) by drochner
Branch: MAIN
Branch point for: buildlink2
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

update to 3.0.4
"Qt 3.0.4 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.3."

Revision 1.2 / (download) - annotate - [select for diffs], Tue Mar 19 17:54:36 2002 UTC (21 years, 8 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Changes since 1.1: +2 -3 lines
Diff to previous 1.1 (colored)

update to 3.0.2
"Qt 3.0.2 is a bugfix release. It maintains both forward and backward
compatibility (source and binary) with Qt 3.0.1."

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Jan 7 08:07:58 2002 UTC (21 years, 11 months ago) by skrll
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Initial import of qt3-libs-3.0.1. The multiplatform GUI toolkit we all
know and love.

Revision 1.1 / (download) - annotate - [select for diffs], Mon Jan 7 08:07:58 2002 UTC (21 years, 11 months ago) by skrll
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>