FreeBSD Bugzilla – Attachment 148059 Details for
Bug 194212
[NEW PORT] devel/libr3 - URL router library with high performance
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shell archive
libr3-1.0.0_fix.shar (text/plain), 2.40 KB, created by
Gasol Wu
on 2014-10-07 13:29:36 UTC
(
hide
)
Description:
shell archive
Filename:
MIME Type:
Creator:
Gasol Wu
Created:
2014-10-07 13:29:36 UTC
Size:
2.40 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: ># ># libr3 ># libr3/Makefile ># libr3/pkg-descr ># libr3/pkg-plist ># libr3/distinfo ># libr3/libr3-1.0.0.shar ># >echo c - libr3 >mkdir -p libr3 > /dev/null 2>&1 >echo x - libr3/Makefile >sed 's/^X//' >libr3/Makefile << '14eb0dd14fd90267517715cb3bb97f78' >X# Created by: Gasol Wu <gasol.wu@gmail.com> >X# $FreeBSD$ >X >XPORTNAME= libr3 >XPORTVERSION= 1.0.0 >XCATEGORIES= devel >X >XMAINTAINER= gasol.wu@gmail.com >XCOMMENT= URL router library with high performance >X >XLICENSE= MIT >X >XLIB_DEPENDS= libcheck.so:${PORTSDIR}/devel/libcheck \ >X libgvc.so:${PORTSDIR}/graphics/graphviz \ >X libpcre.so:${PORTSDIR}/devel/pcre >X >XGNU_CONFIGURE= yes >XCONFIGURE_ARGS= --enable-graphviz >XUSES= libtool pkgconfig >XUSE_AUTOTOOLS= aclocal:env autoconf:env autoheader:env automake:env libtoolize:env >X >XUSE_GITHUB= yes >XGH_ACCOUNT= c9s >XGH_TAGNAME= ${PORTVERSION} >XGH_COMMIT= ad8faeb >XGH_PROJECT= r3 >X >Xpost-patch: >X @${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' ${WRKSRC}/Makefile.am >X >Xpre-configure: >X cd ${WRKSRC} && ./autogen.sh >X >X.include <bsd.port.mk> >14eb0dd14fd90267517715cb3bb97f78 >echo x - libr3/pkg-descr >sed 's/^X//' >libr3/pkg-descr << '29cf3e4e03396b533d2a890b80c48b09' >XR3 is an URL router library with high performance, thus, it's implemented in C. >XIt compiles your route paths into a prefix trie. >X >XBy using the constructed prefix trie in the start-up time, you can dispatch >Xroutes with efficiency. >X >XWWW: https://github.com/c9s/r3 >29cf3e4e03396b533d2a890b80c48b09 >echo x - libr3/pkg-plist >sed 's/^X//' >libr3/pkg-plist << '222673cdefd57534fdf3b19ce9890f0a' >X@comment $FreeBSD$ >Xinclude/r3/r3.h >Xinclude/r3/r3_str.h >Xinclude/r3/str_array.h >Xlib/libr3.a >Xlib/libr3.so >Xlib/libr3.so.0 >Xlibdata/pkgconfig/r3.pc >X@dirrm include/r3 >222673cdefd57534fdf3b19ce9890f0a >echo x - libr3/distinfo >sed 's/^X//' >libr3/distinfo << 'd72bbe7a249b453bbcafa7170f355220' >XSHA256 (libr3-1.0.0.tar.gz) = 8fa891adbbfe0a471c8d5de217983afb656412959f537120ed7a3e965cc80ca2 >XSIZE (libr3-1.0.0.tar.gz) = 65255 >d72bbe7a249b453bbcafa7170f355220 >echo x - libr3/libr3-1.0.0.shar >sed 's/^X//' >libr3/libr3-1.0.0.shar << 'f536fb723426644ea4f3d051144d38dc' >f536fb723426644ea4f3d051144d38dc >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 194212
:
148056
|
148059
|
148074
|
149261
|
149262
|
149365
|
149366
|
149369