aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/mxml
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-10-13 06:23:05 +0800
committermiwi <miwi@FreeBSD.org>2007-10-13 06:23:05 +0800
commit7320d8e49b926d1c628eae13269eddddcf61885c (patch)
treecaf7acebd577951eff11ee913f3d4bf0895a1640 /textproc/mxml
parent82ec686105fe4f76141f0847a93d5e356fe0abd6 (diff)
downloadfreebsd-ports-gnome-7320d8e49b926d1c628eae13269eddddcf61885c.tar.gz
freebsd-ports-gnome-7320d8e49b926d1c628eae13269eddddcf61885c.tar.zst
freebsd-ports-gnome-7320d8e49b926d1c628eae13269eddddcf61885c.zip
Mini-XML is a small XML parsing library that you can use to
read XML and XML-like data files in your application without requiring large non-standard libraries. WWW: http://www.minixml.org/
Diffstat (limited to 'textproc/mxml')
-rw-r--r--textproc/mxml/Makefile33
-rw-r--r--textproc/mxml/distinfo3
-rw-r--r--textproc/mxml/pkg-descr5
-rw-r--r--textproc/mxml/pkg-plist64
4 files changed, 105 insertions, 0 deletions
diff --git a/textproc/mxml/Makefile b/textproc/mxml/Makefile
new file mode 100644
index 000000000000..d171eca60a0d
--- /dev/null
+++ b/textproc/mxml/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: mxml
+# Date created: 2007-10-12
+# Whom: Martin Wilke <miwi@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mxml
+PORTVERSION= 2.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_EASYSW}
+MASTER_SITE_SUBDIR= mxml/2.3
+
+MAINTAINER= miwi@FreeBSD.org
+COMMENT= Small XML parsing library
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomehack
+
+MAN1= mxmldoc.1
+MAN3= mxml.3
+
+DOCS= *
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${CP} -R ${DOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>
diff --git a/textproc/mxml/distinfo b/textproc/mxml/distinfo
new file mode 100644
index 000000000000..6488d54539f3
--- /dev/null
+++ b/textproc/mxml/distinfo
@@ -0,0 +1,3 @@
+MD5 (mxml-2.3.tar.gz) = 2b0d69c35ada70ba9982f15cb05d006b
+SHA256 (mxml-2.3.tar.gz) = 7385629d330d097a8099cfb00026a364debc6e794cc1c17d8820e769d5781deb
+SIZE (mxml-2.3.tar.gz) = 312173
diff --git a/textproc/mxml/pkg-descr b/textproc/mxml/pkg-descr
new file mode 100644
index 000000000000..b0adcbe82ed3
--- /dev/null
+++ b/textproc/mxml/pkg-descr
@@ -0,0 +1,5 @@
+Mini-XML is a small XML parsing library that you can use to
+read XML and XML-like data files in your application without
+requiring large non-standard libraries.
+
+WWW: http://www.minixml.org/
diff --git a/textproc/mxml/pkg-plist b/textproc/mxml/pkg-plist
new file mode 100644
index 000000000000..2a2b6de645e1
--- /dev/null
+++ b/textproc/mxml/pkg-plist
@@ -0,0 +1,64 @@
+bin/mxmldoc
+include/mxml.h
+lib/libmxml.a
+libdata/pkgconfig/mxml.pc
+%%PORTDOCS%%%%DOCSDIR%%/0.gif
+%%PORTDOCS%%%%DOCSDIR%%/1.gif
+%%PORTDOCS%%%%DOCSDIR%%/2.gif
+%%PORTDOCS%%%%DOCSDIR%%/3.gif
+%%PORTDOCS%%%%DOCSDIR%%/4.gif
+%%PORTDOCS%%%%DOCSDIR%%/5.gif
+%%PORTDOCS%%%%DOCSDIR%%/6.gif
+%%PORTDOCS%%%%DOCSDIR%%/7.gif
+%%PORTDOCS%%%%DOCSDIR%%/8.gif
+%%PORTDOCS%%%%DOCSDIR%%/9.gif
+%%PORTDOCS%%%%DOCSDIR%%/A.gif
+%%PORTDOCS%%%%DOCSDIR%%/B.gif
+%%PORTDOCS%%%%DOCSDIR%%/C.gif
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/D.gif
+%%PORTDOCS%%%%DOCSDIR%%/E.gif
+%%PORTDOCS%%%%DOCSDIR%%/F.gif
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/advanced.html
+%%PORTDOCS%%%%DOCSDIR%%/basics.html
+%%PORTDOCS%%%%DOCSDIR%%/chapters.xcf.gz
+%%PORTDOCS%%%%DOCSDIR%%/hires/0.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/1.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/2.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/3.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/4.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/5.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/6.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/7.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/8.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/9.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/A.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/B.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/C.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/D.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/E.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/F.gif
+%%PORTDOCS%%%%DOCSDIR%%/hires/logo.gif
+%%PORTDOCS%%%%DOCSDIR%%/install.html
+%%PORTDOCS%%%%DOCSDIR%%/intro.html
+%%PORTDOCS%%%%DOCSDIR%%/intro.man
+%%PORTDOCS%%%%DOCSDIR%%/license.html
+%%PORTDOCS%%%%DOCSDIR%%/logo.gif
+%%PORTDOCS%%%%DOCSDIR%%/logo.xcf.gz
+%%PORTDOCS%%%%DOCSDIR%%/makedocs.sh
+%%PORTDOCS%%%%DOCSDIR%%/mxml-cover.sla
+%%PORTDOCS%%%%DOCSDIR%%/mxml.book
+%%PORTDOCS%%%%DOCSDIR%%/mxml.html
+%%PORTDOCS%%%%DOCSDIR%%/mxml.man
+%%PORTDOCS%%%%DOCSDIR%%/mxmldoc.html
+%%PORTDOCS%%%%DOCSDIR%%/mxmldoc.man
+%%PORTDOCS%%%%DOCSDIR%%/mxmldoc.xsd
+%%PORTDOCS%%%%DOCSDIR%%/refapp.html
+%%PORTDOCS%%%%DOCSDIR%%/reference.html
+%%PORTDOCS%%%%DOCSDIR%%/relnotes.html
+%%PORTDOCS%%%%DOCSDIR%%/schema.html
+%%PORTDOCS%%%%DOCSDIR%%/title.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%/hires
+%%PORTDOCS%%@dirrm %%DOCSDIR%%