FreeBSD Bugzilla – Attachment 126712 Details for
Bug 170472
New port: devel/streamhtmlparser A stream html parser library from Google
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 3.90 KB, created by
HU Dong
on 2012-08-08 03:00:12 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
HU Dong
Created:
2012-08-08 03:00:12 UTC
Size:
3.90 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># streamhtmlparser ># streamhtmlparser/distinfo ># streamhtmlparser/Makefile ># streamhtmlparser/pkg-descr ># streamhtmlparser/pkg-plist ># >echo c - streamhtmlparser >mkdir -p streamhtmlparser > /dev/null 2>&1 >echo x - streamhtmlparser/distinfo >sed 's/^X//' >streamhtmlparser/distinfo << '325980a0dc36fa8070aea986a7deee28' >XSHA256 (streamhtmlparser-0.1.tar.gz) = b9289b0d75e85a077a2d539ac7e8a5c66ffcee8f3c1f9de800ea542c66e308b2 >XSIZE (streamhtmlparser-0.1.tar.gz) = 460945 >325980a0dc36fa8070aea986a7deee28 >echo x - streamhtmlparser/Makefile >sed 's/^X//' >streamhtmlparser/Makefile << 'fe8121280b4b2d892f8701a4bfdb5303' >X# New ports collection makefile for: streamhtmlparser >X# Date created: 7 August 2012 >X# Whom: HU Dong <itechbear@gmail.com> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= streamhtmlparser >XPORTVERSION= 0.1 >XCATEGORIES= devel >XMASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} >X >XMAINTAINER= itechbear@gmail.com >XCOMMENT= C/C++/Python streaming HTML parser library from Google >X >XGNU_CONFIGURE= yes >XUSE_GMAKE= yes >XUSE_LDCONFIG= yes >X >XOPTIONS_DEFINE= DOCS STATIC SHARED PYBINDINGS >XPYBINDINGS_DESC=Install Python bindings >XSTATIC_DESC= Install static library >XSHARED_DESC= Install shared library(required) >XOPTIONS_DEFAULT=STATIC SHARED >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MPYBINDINGS} >XCONFIGURE_ARGS+=--enable-python >XCFLAGS+= -I ${PYTHON_INCLUDEDIR} >XPLIST_SUB+= PYBINDINGS="" >X.else >XCONFIGURE_ARGS+=--disable-python >XPLIST_SUB+= PYBINDINGS="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MSTATIC} >XCONFIGURE_ARGS+=--enable-static >XPLIST_SUB+= STATIC="" >X.else >XCONFIGURE_ARGS+=--disable-static >XPLIST_SUB+= STATIC="@comment " >X.endif >X >X.if ${PORT_OPTIONS:MSHARED} >XCONFIGURE_ARGS+=--enable-shared >XPLIST_SUB+= SHARED="" >X.else >XCONFIGURE_ARGS+=--disable-static >XPLIST_SUB+= SHARED="@comment " >X.endif >X >X.include <bsd.port.pre.mk> >X >Xpost-patch: >X @${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in >X.if defined(NOPORTDOCS) >X @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-dist_docDATA,,g' ${WRKSRC}/Makefile.in >X.endif >X >X.include <bsd.port.post.mk> >fe8121280b4b2d892f8701a4bfdb5303 >echo x - streamhtmlparser/pkg-descr >sed 's/^X//' >streamhtmlparser/pkg-descr << '44e294722dbafe1617d4ab42067e4c33' >XImplementation of an html and javascript context scanner with no lookahead. Its >Xpurpose is to scan an html document and provide context information at any point >X within the input stream. An example of a user of this scanner would be an auto >Xescaping templating system, which would require html context information at very >X specific points within the html stream. The implementation is based on a >Xsimplified state machine of HTML4.1 and javascript. The code also contains C++ >Xand python bindings. >X >XWWW: http://code.google.com/p/streamhtmlparser/ >44e294722dbafe1617d4ab42067e4c33 >echo x - streamhtmlparser/pkg-plist >sed 's/^X//' >streamhtmlparser/pkg-plist << '3b808d09ce494ed7eb337d0db9eba9bf' >X%%PYBINDINGS%%%%PYTHON_SITELIBDIR%%/py_streamhtmlparser.so >X%%STATIC%%lib/libstreamhtmlparser.a >X%%SHARED%%lib/libstreamhtmlparser.so >X%%SHARED%%lib/libstreamhtmlparser.so.0 >X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS >X%%PORTDOCS%%%%DOCSDIR%%/COPYING >X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog >X%%PORTDOCS%%%%DOCSDIR%%/INSTALL >X%%PORTDOCS%%%%DOCSDIR%%/NEWS >X%%PORTDOCS%%%%DOCSDIR%%/README >X%%PORTDOCS%%@dirrm %%DOCSDIR%% >X%%PORTDOCS%%@unexec %D/%%DOCSDIR%% 2>/dev/null || true >Xinclude/streamhtmlparser/statemachine.h >Xinclude/streamhtmlparser/jsparser.h >Xinclude/streamhtmlparser/htmlparser.h >Xinclude/streamhtmlparser/htmlparser_cpp.h >X@dirrm include/streamhtmlparser >X@unexec %D/include/streamhtmlparser 2>/dev/null || true >3b808d09ce494ed7eb337d0db9eba9bf >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 170472
: 126712