diff options
author | reed <reed@pkgsrc.org> | 2004-03-08 18:14:33 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-03-08 18:14:33 +0000 |
commit | 491c5d65f1273341e2e8ccb1b08de53a51a121d4 (patch) | |
tree | fc15984001458f0fbbe375ce8df559b415e21375 /devel | |
parent | efe91595c88eb8369fc9a8a9d662195a08dcf37c (diff) | |
download | pkgsrc-491c5d65f1273341e2e8ccb1b08de53a51a121d4.tar.gz |
Improvements for DESCRiption and COMMENT.
(The DESCRiption was same as the other gettext package,
and the COMMENT mentioned "Tools".)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gettext-lib/DESCR | 5 | ||||
-rw-r--r-- | devel/gettext-lib/Makefile | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/gettext-lib/DESCR b/devel/gettext-lib/DESCR index 1b8854e9eed..1a0fc7f154a 100644 --- a/devel/gettext-lib/DESCR +++ b/devel/gettext-lib/DESCR @@ -1,3 +1,4 @@ -GNU gettext provides the necessary tools and libraries for handling -messages in different languages, as one of the steps to +This package provides the static and shared libintl libraries from +GNU gettext. This Internationalized Message Handling Library provides +handling messages in different languages, as one of the steps to internationalisation (or i18n) of a utility. diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 7a88798c3f5..277066ae5e2 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2004/02/14 17:21:37 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2004/03/08 18:14:33 reed Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=gettext/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gettext/gettext.html -COMMENT= Tools for providing messages in different languages, libintl only +COMMENT= Internationalized Message Handling Library (libintl) CONFLICTS= gettext<=0.10.35 |