diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-08 08:21:11 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-08 08:21:11 +0800 |
commit | f422bf8fed3138904ce9a4fadc5e8b407769e476 (patch) | |
tree | 50b006172cf193c8bde8a2dc41f02c77627a1b8a /devel/Makefile | |
parent | 720349fc48037bc17be02b8fdca59aaca60286fd (diff) | |
download | freebsd-ports-gnome-f422bf8fed3138904ce9a4fadc5e8b407769e476.tar.gz freebsd-ports-gnome-f422bf8fed3138904ce9a4fadc5e8b407769e476.tar.zst freebsd-ports-gnome-f422bf8fed3138904ce9a4fadc5e8b407769e476.zip |
New port: PEAR XML utility class
Selection of methods that are often needed when working with
XML documents. Functionality includes creating of attribute
lists from arrays, creation of tags, validation of XML names
and more.
PR: ports/56360
Submitted by: Home Sweet Home, Inc.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c2c9f47cc3ef..94c15c00e874 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -801,6 +801,7 @@ SUBDIR += pear-HTML_Template_IT SUBDIR += pear-I18N SUBDIR += pear-PEAR + SUBDIR += pear-XML_Util SUBDIR += pedisassem SUBDIR += perforce SUBDIR += perltidy |