NetBSD.se

CVS log for pkgsrc/fonts/Xft2/PLIST

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / fonts / Xft2

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Jun 14 17:54:10 2009 UTC (2 years, 11 months ago) by joerg
Branches: 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, HEAD
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -2 lines
Remove @dirrm entries from PLISTs

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Sep 22 08:09:30 2004 UTC (7 years, 8 months ago) by jlam
Branches: 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, 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
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -5 lines
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.6: download - view: text, markup, annotated - select for diffs
Mon Feb 9 04:17:28 2004 UTC (8 years, 3 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
bl3ify, enable libtool now we have 1.5.2, remove useless PLIST_SUBST.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Oct 3 20:13:52 2003 UTC (8 years, 7 months ago) by xtraeme
Branches: MAIN
CVS tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Fix installation on systems where libXft.so.$(MAJOR_VERSION).$(MINOR_VERSION)
was not built (at least FreeBSD/Linux).

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Sep 19 15:46:52 2003 UTC (8 years, 8 months ago) by markd
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -2 lines
Update Xft2 to version 2.1.2.

Not sure of precise changes but does again build correctly against the
current fontconfig package.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Feb 3 17:41:08 2003 UTC (9 years, 3 months ago) by wiz
Branches: MAIN
CVS tags: netbsd-1-6-1-base, netbsd-1-6-1
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1 lines
Add libXft.so, noted missing by HIRATSUKA Kouichirou in PR 20182. PKGREVISION++

Revision 1.2: download - view: text, markup, annotated - select for diffs
Thu Jan 9 09:04:40 2003 UTC (9 years, 4 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2 lines
Register include files. Pointed out by Douglas Brebner in private mail.
Bump PKGREVISION to 2.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Mon Dec 16 12:08:42 2002 UTC (9 years, 5 months ago) by jmmv
Branches: TNF
CVS tags: pkgsrc-base
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of Xft2-2.1. Description follows:

Xft (2.0) provides a client-side font API for X applications. It uses
Fontconfig to select fonts and the X protocol for rendering them. When
available, Xft uses the Render extension to accelerate text drawing.
When Render is not available, Xft uses the core protocol to draw
client-side glyphs. This provides completely compatible support of
client-side fonts for all X servers.

Xft (2.0) hides most of the underlying system details so that developers
can confidently use its API to access client-side fonts in any X
environment.

Approved by wiz.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Dec 16 12:08:42 2002 UTC (9 years, 5 months ago) by jmmv
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs 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.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>