The NetBSD Project

CVS log for pkgsrc/textproc/gnome-doc-utils/Attic/buildlink3.mk

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / textproc / gnome-doc-utils

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.16
Sat Nov 4 10:08:27 2023 UTC (18 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.15: +1 -1 lines
gnome-doc-utils: remove

This was replaced by yelp-tools more than 10 years ago.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:25:22 2023 UTC (20 months, 4 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -1 lines
*: recursive bump for Python 3.11 as new default

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 27 14:50:07 2009 UTC (15 years, 6 months ago) by drochner
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, 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
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -1 lines
update to 0.18.0
This switches to the gnome-2.28 release branch.

pkgsrc changes:
-depend in docbook-xml-4.5 and scrollkeeper-dtd because these are used
 by some gnome pkgs (should fix PR pkg/42233 by Robert Elz)
-prepare to call xsltproc with the -nonet option
 (commented out for now because it makes xsltproc fail even if no network
 accesses are necessary, needs investigation)

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 20 19:25:29 2009 UTC (16 years, 1 month ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -13 lines
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Sep 15 15:05:52 2006 UTC (18 years, 8 months ago) by jmmv
Branches: MAIN
CVS tags: 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, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Update to 0.8.0:

Changes in 0.8.0:
-----------------
* Use an XSLT namespace alias for XInclude output
* Updated translations:
  bn      (Jamil Ahmed)
  bn_IN   (Runa Bhattacharjee)
  de      (Hendrik Richter)
  el      (Kostas Papadimas)
  es      (Francisco Javier F. Serrador)
  eu      (Inaki Larranaga)
  hi      (Rajesh Ranjan)
  hu      (Gabor Kelemen)
  id      (Ahmad Riza H Nst)
  ja      (Satoru SATOH)
  lt      (Gintautas Miliauskas)
  mg      (Thierry Randrianiriana)
  mr      (Rahul Bhalrao)
  or      (Subhransu Behera)
  pt      (Duarte Loreto)
  pt_BR   (Leonardo Ferreira Fontenelle)
  ru      (Leonid Kanter)
  sl      (Matic Žgur)
  ug      (Gheyret T.Kenji)
  uk      (Maxim Dziumanenko)
  zh_CN   (Funda Wang)
  (38/61 languages with 100% translation)

Changes in 0.7.2:
-----------------
* Updated translations:
  bn_IN   (Runa Bhattacharjee)
  es      (Francisco Javier F. Serrador)
  fr      (Benoît Dejean)
  id      (Ahmad Riza H Nst)
  ko      (Changwoo Ryu
  lv      (Raivis Dejus)
  ml      (Ani Peter)
  mn      (Sanlig Badral)
  nl      (Tino Meinen)
  ta      (I. Felix)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Changes in 0.7.1:
-----------------

* build: Added support for the LINGUAS environment variable  (Shaun McCance)
* build: Removed the code to copy gnome-doc-utils.make in  (Shaun McCance)
* build: Some fixes for HTML generation  (Shaun McCance)
* build: Added the long-missing template document (Sven Herzberg)
* xml2po: Treat year as utf-8 as well  (Danilo Šegan)
* xml2po: Check if "translator-credits" is translated  (Danilo Šegan)
* xml2po: Updated test cases  (Danilo Šegan)
* xml2po: Added Ubuntu mode supporting &language;  (Danilo Šegan)
* xml2po: Mark non-translated passages with @lang; #172459  (Danilo Šegan)
* xml2po: Added entity-non-expanding serialization  (Danilo Šegan)
* xml2po: Fixed attribute handling; #317110  (Danilo Šegan)
* xml2po: Improved fix for #336765  (Danilo Šegan)
* xml2po: Don't remove blank nodes followed by entities; #317502  (Danilo Šegan)
* xml2po: Integrate DTD when keeping entities; #336765  (Danilo Šegan)
* xml2po: Ignore blank nodes; #172784  (Danilo Šegan)
* xslt: Fixed plurals for fr, wa, nso; bug #338641  (Shaun McCance)
* xslt: Don't put content before attributes  (Shaun McCance)
* Updated translations:
  bg      (Alexander Shopov)
  ca      (Josep Puigdemont Casamajó)
  cs      (Lukas Novotny)
  cy      (Rhys Jones)
  dz      (Pema Geyleg)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ka      (Vladimer Sichinava)
  nb      (Kjartan Maraas)
  no      (Kjartan Maraas)
  ro      (Dan Damian)
  sv      (Daniel Nylander)
  th      (Theppitak Karoonboonyanan)
  vi      (Clytie Siddall)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Revision 1.11: download - view: text, markup, annotated - select for diffs
Sat Jul 8 23:11:10 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.

For example, "make show-buildlink3" in fonts/Xft2 displays:

	zlib
	fontconfig
	    iconv
	    zlib
	    freetype2
	    expat
	freetype2
	Xrender
	    renderproto

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Jul 8 22:39:41 2006 UTC (18 years, 10 months ago) by jlam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -1 lines
Track information in a new variable BUILDLINK_ORDER that informs us
of the order in which buildlink3.mk files are (recursively) included
by a package Makefile.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Apr 12 10:27:37 2006 UTC (19 years, 1 month ago) by rillig
Branches: MAIN
CVS tags: pkgsrc-2006Q2-base, pkgsrc-2006Q2
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Aligned the last line of the buildlink3.mk files with the first line, so
that they look nicer.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Apr 6 06:22:50 2006 UTC (19 years, 1 month ago) by reed
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Over 1200 files touched but no revisions bumped :)

RECOMMENDED is removed. It becomes ABI_DEPENDS.

BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.

BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.

BUILDLINK_DEPENDS does not change.

IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".

Added to obsolete.mk checking for IGNORE_RECOMMENDED.

I did not manually go through and fix any aesthetic tab/spacing issues.

I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.

I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.

As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.

As discussed on tech-pkg.

I will commit to revbump, pkglint, pkg_install, createbuildlink separately.

Note that if you use wip, it will fail!  I will commit to pkgsrc-wip
later (within day).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Mar 12 22:14:09 2006 UTC (19 years, 2 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2006Q1-base, pkgsrc-2006Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -3 lines
Update to 0.6.0:

Changes in 0.6.0:
-----------------

* Updated translations:
  bg	  (Alexander Shopov)
  es	  (Francisco Javier F. Serrador)
  et	  (Priit Laes)
  hu	  (Gabor Kelemen)
  pt_BR	  (Leandro A. F. Pereira)
  pt	  (Duarte Loreto)
  ru	  (Nickolay V. Shmyrev)
  sq	  (Laurent Dhima)
  sv	  (Daniel Nylander)
  uk	  (Maxim Dziumanenko)

Changes in 0.5.7:
-----------------
* Fixed simplelist without columns attribute  (Shaun McCance)
* Updated translations:
  ca      (Gil Forcada)
  el      (Kostas Papadimas)
  et      (Priit Laes)
  nl      (Tino Meinen)
  sq      (Laurent Dhima)
  vi      (Clytie Siddall)
  (21/49 languages with 100% translation)

Changes in 0.5.6:
-----------------
* Fixed issue with uninstalling implicitly declared figures   (Shaun McCance)
* Created some documentation for the xslt stylesheets         (Brent Smith)
* Fixed an expression in db.chunk.info_chunk param            (Brent Smith)
* Added id attributes to the documentation sections           (Shaun McCance)
* Updated translations:
  nl    (Tino Meinen)
  pt    (Duarte Loreto)
  lt    (Žygimantas Beručka)
  it    (Luca Ferretti)
  cs    (Miloslav Trmac)
  (17/49 languages with 100% translation)

Changes in 0.5.5:
-----------------
* Use reasonable defaults for the db.chunk.basename and
  db.chunk.info_basename stylesheet parameters.                (Brent Smith)
* Created some documentation for the build utilities; based
  the documents off the GnomeDocUtilsMigrationHowTo wiki page  (Brent Smith)
* Implemented informalfigure                                   (Shaun McCance)
* Updated translations:
  de    (Hendrik Richter)
  es    (Francisco Javier F. Serrador)
  sr    (Slobodan D. Sredojevic)
  vi    (Clytie Siddall)

Changes in 0.5.4:
-----------------
* Do not automatically update po files                (Shaun McCance)
* Fixed incorrectness in depth chunk                  (Shaun McCance)
* Improvements to the footnotes stuff                 (Shaun McCance)
* Fixed stupid oversight with the default:LTR string  (Shaun McCance)
* Updated translations:
  en_CA   (Adam Weinberger)
  es      (Francisco Javier F. Serrador)
  fi      (Ilkka Tuohela)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ja      (Takeshi AIHANA)
  nb      (Kjartan Maraas)
  nl      (Tino Meinen)
  no      (Kjartan Maraas)
  vi      (Clytie Siddall)
  zh_CN   (Funda Wang)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)

Changes in 0.5.3:
-----------------
* Added per-language setting for text direction  (Shaun McCance)
* Added support for footnotes, #317203           (Brent Smith)
* Fixed misspelled biblioraphy, #325205          (Shaun McCance)
* Fixed generation of copyright information      (Peter Williams)
* Updated translations:
  th      (Theppitak Karoonboonyanan)
  es      (Francisco Javier F. Serrador)
  zh_HK   (Chao-Hsiung Liao)
  zh_TW   (Chao-Hsiung Liao)
  en_CA   (Adam Weinberger)
  bg      (Alexander Shopov)
  gl      (Ignacio Casal Quinteiro)
  vi      (Clytie Siddall)
  gu      (Ankit Patel)
  nl      (Tino Meinen)
  nb      (Kjartan Maraas)
  no      (Kjartan Maraas)
  fi      (Ilkka Tuohela)
  ca      (Josep Puigdemont i Casamajó)
  cs      (Miloslav Trmac)

Changes in 0.5.2:
-----------------
* Removed extra gettext import for better performance  (Don Scorgie)
* Fixed bad syntax in a srcdir directory thing         (Shaun McCance)
* Added missing db2html-bibliography to the build      (Peter Williams)
* Added missing GPL and LGPL copyright files           (Shaun McCance)
* Implemented the following numbering systems:         (Shaun McCance)
  Arabic decimal
  Chinese simplified
  Chinese traditional
  Japanese
  Thai decimal
  Thai alphabetic
  Serbian alphabetic
  Greek Ionic
* Updated translation:
  cs      (Miloslav Trmac)
  en_CA   (Adam Weinberger)
  gl      (Ignacio Casal Quinteiro)
  gu      (Ankit Patel)
  ja      (Takeshi AIHANA)
  nb      (Kjartan Marass)
  no      (Kjartan Marass)
  zh_CN   (Funda Wang)

Changes in 0.5.1:
-----------------
* Added support for "cooked" bibliographies
* Added artpagenums, edition, isbn, pubdate, publishername
* Added the 'Translator(s)' string, which was missing before
* Sizing adjustments in DocBook rendering
* Fixed problem that caused new l10n markup not to work
* Styled interface like guimenu et al, per #154237
* Expanded the markup allowed in l10n format strings
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
  bn      (Mahay Alam Khan)
  es      (Francisco Javier F. Serrador)
  et      (Ivar Smolin)
  it      (Alessio Frusciante)

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Feb 10 08:42:44 2006 UTC (19 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Only allow python 2.3 or 2.4, as older versions cause problems at runtime
WRT Unicode.  Found by jnemeth@.  Bump PKGREVISION to 3.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Feb 5 23:11:02 2006 UTC (19 years, 3 months ago) by joerg
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Recursive revision bump / recommended bump for gettext ABI change.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Jan 24 07:32:36 2006 UTC (19 years, 3 months ago) by wiz
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1 lines
Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 20 13:28:22 2006 UTC (19 years, 3 months ago) by jmmv
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Update to 0.4.4:

Changes in 0.4.4:
-----------------
* Added missing GPL and LGPL texts              (Shaun McCance)
* Added another fix for line numbering, #317270 (Brent Smith)
* Updated translations:
  bn      (Mahay Alam Khan)
  et      (Ivar Smolin)
  (33/47 languages with 100% translation)

Changes in 0.4.3:
-----------------
* Fix for loops on old bourne shells, #317308     (Shaun McCance)
* Fix paths when $(srcdir) is absolute            (Shaun McCance)
* Fix DESTDIR support #318007                     (Frederic Crozat)
* Updated translations:
  it      (Alessio Frusciante)
  (32/46 languages with 100% translation)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Oct 12 21:47:45 2005 UTC (19 years, 7 months ago) by jmmv
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -3 lines
Bump dependency version, make this a build only dependency and fix an
indentation problem.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Tue Mar 22 16:24:11 2005 UTC (20 years, 1 month ago) by jmmv
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of gnome-doc-utils, version 0.1.3:

gnome-doc-utils is a collection of documentation utilities for the GNOME
project.  Notably, it contains utilities for building documentation and
all auxiliary files in your source tree, and it contains the DocBook XSLT
stylesheets that were once distributed with Yelp.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 22 16:24:11 2005 UTC (20 years, 1 month 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

CVSweb <webmaster@jp.NetBSD.org>