mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 07:27:38 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
14 lines
510 B
Text
14 lines
510 B
Text
The module contains some utility scripts and assorted auto* magic for
|
|
internationalizing various kinds of XML files.
|
|
|
|
* Features
|
|
|
|
o Extract translatable strings from various source files (.xml.in,
|
|
.glade, .desktop.in, .server.in, .oaf.in).
|
|
|
|
o Collect the extracted strings together with messages from traditional
|
|
source files (.c, .h) in po/$(PACKAGE).pot.
|
|
|
|
o Merge back the translations from .po files into .xml, .desktop and
|
|
.oaf files. This merge step will happen at build resp. installation
|
|
time.
|