diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-22 22:10:52 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-22 22:10:52 +0800 |
commit | 380fd137e49554f0aaca812eca20f4dbe9bd815b (patch) | |
tree | 928161dfb30b593f63d43a8706bdf62b64cbb19a /textproc/xmlpp | |
parent | 43962ccbe263f25e8d467a1b87982389b45383d2 (diff) | |
download | freebsd-ports-gnome-380fd137e49554f0aaca812eca20f4dbe9bd815b.tar.gz freebsd-ports-gnome-380fd137e49554f0aaca812eca20f4dbe9bd815b.tar.zst freebsd-ports-gnome-380fd137e49554f0aaca812eca20f4dbe9bd815b.zip |
add xmlpp
XML Parser and Validator
Diffstat (limited to 'textproc/xmlpp')
-rw-r--r-- | textproc/xmlpp/Makefile | 21 | ||||
-rw-r--r-- | textproc/xmlpp/distinfo | 1 | ||||
-rw-r--r-- | textproc/xmlpp/files/patch-Makefile | 23 | ||||
-rw-r--r-- | textproc/xmlpp/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/xmlpp/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/xmlpp/pkg-plist | 1 |
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 |