Up to [cvs.netbsd.org] / pkgsrc / x11 / Xrender
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Wed Sep 22 08:09:57 2004 UTC (7 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: 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,
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,
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,
cwrapper,
cube-native-xorg-base,
cube-native-xorg,
HEAD
Changes since 1.5: +1 -5
lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Mon Feb 9 04:13:06 2004 UTC (8 years, 3 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
bl3ify, while here remove PLIST_SUBST now we have libtool-1.5.2, it's not longer needed (at least on FreeBSD).
Revision 1.4 / (download) - annotate - [select for diffs], Fri Oct 3 20:11:41 2003 UTC (8 years, 7 months ago) by xtraeme
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Fix installation on systems where libXrender.so.$(MAJOR_VERSION).$(MINOR_VERSION) was not built (at least FreeBSD/Linux).
Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 19 17:22:14 2003 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.2: +6 -8
lines
Diff to previous 1.2 (colored)
Update to 0.8.3. Remove Xext dependency; split in Xrender and render; use automake; add animate cursor support; some other fixes.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Jul 30 15:15:44 2003 UTC (8 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.1: +3 -3
lines
Diff to previous 1.1 (colored)
imake doesn't create libXrender.so.major nor libXrender.a on Solaris, so exclude them from the PLIST. XXX perhaps we should automatically handle the libraries and links that imake builds on different platforms..
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jan 14 09:16:36 2003 UTC (9 years, 4 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base,
netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of Xrender-0.7 as x11/Xrender: The X Rendering Extension introduces digital image composition as the foundation of a rendering model within the X Window System. Rendering geometric figures is accomplished by client-side tesselation into either triangles or trapezoids. Text is drawn by loading glyphs into the server and rendering sets of them. This package contains the client library for connecting to a Xserver that supports the Xrender extension.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jan 14 09:16:36 2003 UTC (9 years, 4 months ago) by jlam
Branch: MAIN
Initial revision