mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
add xmlpp
XML Parser and Validator
This commit is contained in:
parent
93d1933b6b
commit
d3aef0dedc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42906
@ -183,6 +183,7 @@
|
||||
SUBDIR += xls2xml
|
||||
SUBDIR += xml-i18n-tools
|
||||
SUBDIR += xml4j
|
||||
SUBDIR += xmlpp
|
||||
SUBDIR += xmlppm
|
||||
SUBDIR += xp
|
||||
SUBDIR += xsl-docbook-modular
|
||||
|
21
textproc/xmlpp/Makefile
Normal file
21
textproc/xmlpp/Makefile
Normal file
@ -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>
|
1
textproc/xmlpp/distinfo
Normal file
1
textproc/xmlpp/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xmlpp-0.6.tar.gz) = 9594b52e6679bef990ab347b564b7218
|
23
textproc/xmlpp/files/patch-Makefile
Normal file
23
textproc/xmlpp/files/patch-Makefile
Normal file
@ -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)
|
||||
|
||||
# ----------
|
1
textproc/xmlpp/pkg-comment
Normal file
1
textproc/xmlpp/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
XML Parser and Validator
|
3
textproc/xmlpp/pkg-descr
Normal file
3
textproc/xmlpp/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
xmlpp is an XML Parser and Validator
|
||||
|
||||
WWW: http://www.vividos.de/xmlpp/
|
1
textproc/xmlpp/pkg-plist
Normal file
1
textproc/xmlpp/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
lib/libxmlpp.a
|
Loading…
x
Reference in New Issue
Block a user