FreeBSD Bugzilla – Attachment 170048 Details for
Bug 203218
[NEW PORT] databases/sqlite-ext-regexp: Regular-expression matcher using NFA engine for SQLite
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
shar archive
sqlite-ext-regexp.shar (text/plain), 3.25 KB, created by
Yuri Victorovich
on 2016-05-06 14:35:55 UTC
(
hide
)
Description:
shar archive
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2016-05-06 14:35:55 UTC
Size:
3.25 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: ># ># databases/sqlite-ext-regexp ># databases/sqlite-ext-regexp/Makefile ># databases/sqlite-ext-regexp/distinfo ># databases/sqlite-ext-regexp/pkg-descr ># databases/sqlite-ext-regexp/pkg-message ># >echo c - databases/sqlite-ext-regexp >mkdir -p databases/sqlite-ext-regexp > /dev/null 2>&1 >echo x - databases/sqlite-ext-regexp/Makefile >sed 's/^X//' >databases/sqlite-ext-regexp/Makefile << '955603652b07366f087421f36e59a092' >X# Created by: Yuri Victorovich <yuri@rawbw.com> >X# $FreeBSD$ >X >XPORTNAME= sqlite-ext-regexp >XPORTVERSION= 3.8.11.1 >XCATEGORIES= databases >XMASTER_SITES= https://www.sqlite.org/2015/ http://www2.sqlite.org/2015/ http://www3.sqlite.org/2015/ >XDISTNAME= sqlite-src-${PORTVERSION:S|8.|8|:S|.|0|g} >XDIST_SUBDIR= sqlite-ext >X >XMAINTAINER= yuri@rawbw.com >XCOMMENT= Regular-expression matcher using NFA engine for SQLite >X >XLICENSE= public >XLICENSE_NAME= Public Domain >XLICENSE_TEXT= Description of the license can be obtained from the following URL: http://www.sqlite.org/copyright.html >XLICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >X >XUSES= sqlite:3 zip >XNO_WRKSUBDIR= yes >X >XSRCFILE= ${DISTNAME}/ext/misc/regexp.c >XLIBFILE= libregexp.so >XINST_DIR= ${PREFIX}/libexec/${DIST_SUBDIR} >XUSE_LDCONFIG= ${INST_DIR} >X >XEXTRACT_AFTER_ARGS= ${SRCFILE} >X >XPLIST_FILES= libexec/${DIST_SUBDIR}/${LIBFILE} >X >XCFLAGS+= -I${PREFIX}/include -fPIC -shared >X >Xdo-build: >X @cd ${WRKSRC} && ${CC} ${CFLAGS} ${SRCFILE} -o ${LIBFILE} >X >Xdo-install: >X ${INSTALL} -d ${STAGEDIR}${PREFIX}/libexec/${DIST_SUBDIR} >X ${INSTALL_PROGRAM} ${WRKSRC}/${LIBFILE} ${STAGEDIR}${INST_DIR} >X >X.include <bsd.port.mk> >955603652b07366f087421f36e59a092 >echo x - databases/sqlite-ext-regexp/distinfo >sed 's/^X//' >databases/sqlite-ext-regexp/distinfo << '673aff179240f6e7983f216db95d1aeb' >XSHA256 (sqlite-ext/sqlite-src-3081101.zip) = 261ad454663f66fda6101b278bb7b3931cf01884deefbf4ea6b152f83a624662 >XSIZE (sqlite-ext/sqlite-src-3081101.zip) = 9057103 >673aff179240f6e7983f216db95d1aeb >echo x - databases/sqlite-ext-regexp/pkg-descr >sed 's/^X//' >databases/sqlite-ext-regexp/pkg-descr << '05c6fd524c151135c1bede9e825f9d77' >XRegular-expression matcher for posix extended regular expressions >Xagainst UTF8 text. >X >XFunctions: regexp >X >XWWW: https://www.sqlite.org/ >05c6fd524c151135c1bede9e825f9d77 >echo x - databases/sqlite-ext-regexp/pkg-message >sed 's/^X//' >databases/sqlite-ext-regexp/pkg-message << '769b6058b0e9245ebff8d995cf180a63' >X********************************************************************* >XLoading extensions is by default prohibited as a security measure; >Xsee "Security Considerations" in >Xhttp://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions. >X >XIf the sqlite3 program and library are built this way, you cannot >Xuse these functions from the program, you must write your own program >Xusing the sqlite3 API, and call sqlite3_enable_load_extension as >Xdescribed above, or else rebuilt the sqlite3 program to allow >Xloadable extensions. >X********************************************************************* >769b6058b0e9245ebff8d995cf180a63 >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 203218
:
161206
|
161207
|
164092
| 170048