mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Xerces-C++ is a validating XML parser from the Apache XML Project.
It provides a shared library to parse, generate, mainpulate and validate XML documents from within your own application. (Linux version) WWW: http://xml.apache.org/xerces-c/ PR: ports/105275 Submitted by: Alexander Logvinov <ports at logvinov.com>
This commit is contained in:
parent
245d8ae18d
commit
2230414ef8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=177811
@ -266,6 +266,7 @@
|
||||
SUBDIR += linux-aspell
|
||||
SUBDIR += linux-expat
|
||||
SUBDIR += linux-libxml
|
||||
SUBDIR += linux-xerces-c2
|
||||
SUBDIR += linuxdoc
|
||||
SUBDIR += lt-aspell
|
||||
SUBDIR += ltxml
|
||||
|
27
textproc/linux-xerces-c2/Makefile
Normal file
27
textproc/linux-xerces-c2/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# New ports collection makefile for: linux-xerces-c2
|
||||
# Date created: 7 November 2006
|
||||
# Whom: Alexander Logvinov <ports@logvinov.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xerces
|
||||
PORTVERSION= 2.7.0
|
||||
CATEGORIES= textproc linux
|
||||
MASTER_SITES= http://ftp.belnet.be/packages/dries.ulyssis.org/fedora/fc4/i386/RPMS.dries/ \
|
||||
ftp://ftp.freshrpms.net/pub/dag/dries/fedora/fc4/i386/RPMS.dries/ \
|
||||
ftp://ftp.icm.edu.pl/vol/rzm4/linux-dag/dries/fedora/fc4/i386/RPMS.dries/
|
||||
PKGNAMESUFFIX= -c2
|
||||
DISTNAME= ${PORTNAME}-c-${PORTVERSION}-1.2.fc4.rf
|
||||
|
||||
MAINTAINER= ports@logvinov.com
|
||||
COMMENT= Validating XML parser from the Apache XML Project (linux version)
|
||||
|
||||
USE_LINUX_RPM= yes
|
||||
ONLY_FOR_ARCHS= i386 amd64
|
||||
LINUX_DIST_VER= 4
|
||||
INSTALLS_SHLIB= yes
|
||||
SRC_DISTFILES=
|
||||
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/linux-xerces-c2/distinfo.i386
Normal file
3
textproc/linux-xerces-c2/distinfo.i386
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (rpm/i386/fedora/4/xerces-c-2.7.0-1.2.fc4.rf.i386.rpm) = f5ad33166be03341c4524ae469c8da7e
|
||||
SHA256 (rpm/i386/fedora/4/xerces-c-2.7.0-1.2.fc4.rf.i386.rpm) = ca4b5cd94ac2eca8f47ae75f3b8b17bd311f3cb0a00b31bfa2c6e459af0916ab
|
||||
SIZE (rpm/i386/fedora/4/xerces-c-2.7.0-1.2.fc4.rf.i386.rpm) = 1280280
|
7
textproc/linux-xerces-c2/pkg-descr
Normal file
7
textproc/linux-xerces-c2/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
Xerces-C++ is a validating XML parser from the Apache XML Project.
|
||||
It provides a shared library to parse, generate, mainpulate and
|
||||
validate XML documents from within your own application.
|
||||
|
||||
(Linux version)
|
||||
|
||||
WWW: http://xml.apache.org/xerces-c/
|
7
textproc/linux-xerces-c2/pkg-plist
Normal file
7
textproc/linux-xerces-c2/pkg-plist
Normal file
@ -0,0 +1,7 @@
|
||||
usr/lib/libxerces-c.so.27
|
||||
usr/lib/libxerces-c.so.27.0
|
||||
usr/lib/libxerces-depdom.so.27
|
||||
usr/lib/libxerces-depdom.so.27.0
|
||||
usr/share/doc/xerces-c-%%PORTVERSION%%/LICENSE.txt
|
||||
usr/share/doc/xerces-c-%%PORTVERSION%%/Readme.html
|
||||
@dirrm usr/share/doc/xerces-c-%%PORTVERSION%%
|
Loading…
Reference in New Issue
Block a user