summaryrefslogtreecommitdiff
path: root/textproc/xmlpp
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-22 14:10:52 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-22 14:10:52 +0000
commitd3aef0dedc8a2becac4b59cc7f32ac22ba31b086 (patch)
treee6685ced318fcc2c91e2bf6fffcea03679b713d9 /textproc/xmlpp
parentPut back Mozilla support. (diff)
add xmlpp
XML Parser and Validator
Notes
Notes: svn path=/head/; revision=42906
Diffstat (limited to 'textproc/xmlpp')
-rw-r--r--textproc/xmlpp/Makefile21
-rw-r--r--textproc/xmlpp/distinfo1
-rw-r--r--textproc/xmlpp/files/patch-Makefile23
-rw-r--r--textproc/xmlpp/pkg-comment1
-rw-r--r--textproc/xmlpp/pkg-descr3
-rw-r--r--textproc/xmlpp/pkg-plist1
6 files changed, 50 insertions, 0 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile
new file mode 100644
index 000000000000..fdd8cdcd59e7
--- /dev/null
+++ b/textproc/xmlpp/Makefile
@@ -0,0 +1,21 @@
+# ex:ts=8
+# New ports collection makefile for: xmlpp
+# Date created: May 22, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= xmlpp
+PORTVERSION= 0.6
+CATEGORIES= textproc
+MASTER_SITES= http://www.vividos.de/projekte/xmlpp/files/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/libxmlpp.a ${PREFIX}/lib
+
+.include <bsd.port.mk>
diff --git a/textproc/xmlpp/distinfo b/textproc/xmlpp/distinfo
new file mode 100644
index 000000000000..3ec52d28287e
--- /dev/null
+++ b/textproc/xmlpp/distinfo
@@ -0,0 +1 @@
+MD5 (xmlpp-0.6.tar.gz) = 9594b52e6679bef990ab347b564b7218
diff --git a/textproc/xmlpp/files/patch-Makefile b/textproc/xmlpp/files/patch-Makefile
new file mode 100644
index 000000000000..1e9ad933b5f0
--- /dev/null
+++ b/textproc/xmlpp/files/patch-Makefile
@@ -0,0 +1,23 @@
+--- Makefile.orig Tue May 22 21:28:56 2001
++++ Makefile Tue May 22 21:29:52 2001
+@@ -5,19 +5,17 @@
+
+ XMLPPVER = 0.6
+
+-CXX = g++
+ RM = rm
+ AR = ar
+
+ INCLUDES = -Isource/xmlpp/
+-LIBS = -lg++
+
+ FLAGS = -fexceptions -fPIC
+ DEFS = -DLINUX -Wall
+ #DEFS += -g -pg -DDEBUG
+ OPTFLAGS =
+
+-CXXFLAGS = $(FLAGS) $(DEFS) $(OPTFLAGS) $(INCLUDES)
++CXXFLAGS += $(FLAGS) $(DEFS) $(OPTFLAGS) $(INCLUDES)
+ LINKFLAGS = $(CXXFLAGS) $(LIBS)
+
+ # ----------
diff --git a/textproc/xmlpp/pkg-comment b/textproc/xmlpp/pkg-comment
new file mode 100644
index 000000000000..a817d0573d31
--- /dev/null
+++ b/textproc/xmlpp/pkg-comment
@@ -0,0 +1 @@
+XML Parser and Validator
diff --git a/textproc/xmlpp/pkg-descr b/textproc/xmlpp/pkg-descr
new file mode 100644
index 000000000000..9457482fe4f1
--- /dev/null
+++ b/textproc/xmlpp/pkg-descr
@@ -0,0 +1,3 @@
+xmlpp is an XML Parser and Validator
+
+WWW: http://www.vividos.de/xmlpp/
diff --git a/textproc/xmlpp/pkg-plist b/textproc/xmlpp/pkg-plist
new file mode 100644
index 000000000000..220d9a127c94
--- /dev/null
+++ b/textproc/xmlpp/pkg-plist
@@ -0,0 +1 @@
+lib/libxmlpp.a