diff options
author | skrll <skrll@pkgsrc.org> | 2003-08-05 21:04:50 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-08-05 21:04:50 +0000 |
commit | a4c287fa91d32036d1f396d5d15429d31612378a (patch) | |
tree | 58d584fc17cbf7c479c11cd9f4a283e748f29604 /textproc | |
parent | 2aae45ce1b1b4435f09a70e36699d3941e54961f (diff) | |
download | pkgsrc-a4c287fa91d32036d1f396d5d15429d31612378a.tar.gz |
Nits
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxslt/DESCR | 4 | ||||
-rw-r--r-- | textproc/libxslt/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/libxslt/DESCR b/textproc/libxslt/DESCR index 09b0c3947d2..90eaed8df19 100644 --- a/textproc/libxslt/DESCR +++ b/textproc/libxslt/DESCR @@ -1,5 +1,5 @@ Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is -a an XML language to define transformation for XML. Libxslt is based on libxml2 -the XML C library developped for the Gnome project. It also implements most of +an XML language to define transformation for XML. Libxslt is based on libxml2 +the XML C library developed for the Gnome project. It also implements most of the EXSLT set of extensions functions and some of Saxon's evaluate and expressions extensions. diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile index bf6bc80bfda..13baa62a067 100644 --- a/textproc/libxslt/Makefile +++ b/textproc/libxslt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 22:54:30 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/08/05 21:04:51 skrll Exp $ DISTNAME= libxslt-1.0.31 PKGNAME= ${DISTNAME} @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libxslt/1.0/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://xmlsoft.org/XSLT/ -COMMENT= XSLT parser library for GNOME +COMMENT= XSLT parser library from the GNOME project USE_BUILDLINK2= yes USE_GMAKE= yes |