7 Commits

Author SHA1 Message Date
sthen
b8d12a3b20 update various simple PERMIT_* in Makefile.inc files 2019-07-13 10:59:26 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
jca
f58f547ca4 Properly link against libintl, unbreak Xaw detection
Reported by kevlo@ (who came up with a different diff), ok Eric Brown (maintainer)
2019-04-19 13:58:47 +00:00
jca
3141052b9f Drop useless patch
ok Eric Brown (maintainer)
2019-04-19 13:56:03 +00:00
jca
ea6acb2f30 Don't clobber LDFLAGS 2019-03-28 02:03:27 +00:00
sthen
d2802957f3 import misc/m17n (providing m17n-db and m17n-lib), reworked from a
submission by Eric Brown, ok kevlo@

The m17n library is a multilingual text processing library for the C language.
This library has following features:

 - The m17n library is an open source software.
 - The m17n library for any Linux/Unix applications.
 - The m17n library realizes multilingualization of many aspects of
   applications.
 - The m17n library represents multilingual text as an object named
   M-text.  M-text is a string with attributes called text properties,
   and designed to substitute for string in C.  Text properties carry any
   information required to input, display and edit the text.
 - The m17n library supports functions to handle M-texts.

m17n is an abbreviation of Multilingualization.
2019-03-26 16:46:59 +00:00