Commit graph

9 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
jmmv
68d0bdfd56 Bump dependency version, make this a build only dependency and fix an
indentation problem.
2005-10-12 21:47:45 +00:00
drochner
23adcba8da update to 0.4.2
changes:
* Only take one input file for xsldoc
* Added well-formedness check to l10n.xml Makefile rule
* Changes to make block indents not nest
* Added formalpara support
* Pass the PO file to xml2po, not just the language code
* Updated translations
-fixes
* Added datarootdir variable
2005-10-07 15:56:46 +00:00
drochner
0db38a866a update to 0.3.2
changes
-bugfixes
-translation updates
-Implemented new runtime format string i18n system
-Prefixed IDs in xsldoc output
2005-08-26 16:30:51 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jmmv
7dc6b91db3 Update to 0.2.0:
* Fixes for builddir != srcdir
* Plural form rules for more languages, from Changwoo Ryu
* Fixed DOC_H_FILE build system, fixes #170680
* Updated licensing terms
* Made -p POFILE and -u POFILE work directly on PO file (Danilo)
* Made -p POFILE read directly PO file, instead of depending on msgfmt (Danilo)
* Updated translations:
  rw      (Steve Murphy)
  hi      (Rajesh Ranjan)
  en_CA   (Adam Weinberger)
  da      (Martin Willemoes Hansen)
  pt_BR   (Raphael Higino)
2005-05-19 21:08:29 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
jmmv
023351c115 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.
2005-03-22 16:24:11 +00:00