-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathexpat
More file actions
93 lines (72 loc) · 2.01 KB
/
Copy pathexpat
File metadata and controls
93 lines (72 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Buildsheet autogenerated by ravenadm tool -- Do not edit.
NAMEBASE= expat
VERSION= 2.8.2
KEYWORDS= textproc
VARIANTS= std
SDESC[std]= XML 1.0 parser written in C
HOMEPAGE= https://sourceforge.net/projects/expat/
CONTACT= nobody
DOWNLOAD_GROUPS= main
SITES[main]= SF/expat/expat/2.8.2
DISTFILE[1]= expat-2.8.2.tar.bz2:main
DF_INDEX= 1
SPKGS[std]= set
primary
dev
man
OPTIONS_AVAILABLE= none
OPTIONS_STANDARD= none
USES= cpe libtool
LICENSE= MIT:primary
LICENSE_FILE= MIT:{{WRKSRC}}/COPYING
LICENSE_SCHEME= solo
CPE_PRODUCT= libexpat
CPE_VENDOR= libexpat_project
FPC_EQUIVALENT= textproc/expat2
MUST_CONFIGURE= gnu
INSTALL_TARGET= install-strip
SOVERSION= 1.12.2
PLIST_SUB= VERSION=2.8.2
VAR_OPSYS[sunos]= CFLAGS=-D__EXTENSIONS__
post-install:
# remove installed documents
${RM} -r ${STAGEDIR}${STD_DOCDIR}
# install our PIC library
${INSTALL_DATA} ${WRKSRC}/lib/.libs/libexpat_pic.a \
${STAGEDIR}${PREFIX}/lib/
post-build:
# assemble PIC library
(cd ${WRKSRC}/lib/.libs &&\
${AR} -cq libexpat_pic.a *.o &&\
ranlib libexpat_pic.a)
[FILE:388:descriptions/desc.primary]
This is Expat, a C library for parsing XML, written by James Clark.
Expat is a stream-oriented XML parser. This means that you register
handlers with the parser before starting the parse. These handlers
are called when the parser discovers the associated structures in the
document being parsed. A start tag is an example of the kind of
structures for which you may register handlers.
[FILE:98:distinfo]
69e7f52417d85b1c2b7fe855e176eec55d0b2d7d92d691372d833a1c7df7923b 660292 expat-2.8.2.tar.bz2
[FILE:67:manifests/plist.primary]
bin/xmlwf
lib/
libexpat.so.%%SOMAJOR%%
libexpat.so.%%SOVERSION%%
[FILE:233:manifests/plist.dev]
include/
expat.h
expat_config.h
expat_external.h
lib/
libexpat.a
libexpat.so
libexpat_pic.a
lib/cmake/expat-%%VERSION%%/
expat-config-version.cmake
expat-config.cmake
expat-noconfig.cmake
expat.cmake
lib/pkgconfig/expat.pc
[FILE:23:manifests/plist.man]
share/man/man1/xmlwf.1