FreeBSD Bugzilla – Attachment 140241 Details for
Bug 186754
New Port: archivers/lua-zlib
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
file.shar
file.shar (text/plain), 2.07 KB, created by
XiaoQI Ge
on 2014-02-14 04:50:00 UTC
(
hide
)
Description:
file.shar
Filename:
MIME Type:
Creator:
XiaoQI Ge
Created:
2014-02-14 04:50:00 UTC
Size:
2.07 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: ># ># lua-zlib ># lua-zlib/distinfo ># lua-zlib/pkg-descr ># lua-zlib/Makefile ># >echo c - lua-zlib >mkdir -p lua-zlib > /dev/null 2>&1 >echo x - lua-zlib/distinfo >sed 's/^X//' >lua-zlib/distinfo << '899bd793d46420bf57b1c5fc9299b908' >XSHA256 (lua-zlib-v0.2.tar.gz) = c81e73354538673997c4f94b6881db69dc9b50c00e47e37114a822733a4a918d >XSIZE (lua-zlib-v0.2.tar.gz) = 8105 >899bd793d46420bf57b1c5fc9299b908 >echo x - lua-zlib/pkg-descr >sed 's/^X//' >lua-zlib/pkg-descr << '2915d741faae7c37fbb74d5785d125d4' >Xlua-zlib is a simple streaming interface to zlib for the Lua Programming >XLanguage. It consists of two functions: inflate and deflate. Both functions >Xreturn "stream functions" (takes a buffer of input and returns a buffer >Xof output). >X >XWWW: https://github.com/brimworks/lua-zlib/ >2915d741faae7c37fbb74d5785d125d4 >echo x - lua-zlib/Makefile >sed 's/^X//' >lua-zlib/Makefile << '5bb3b5d323c99851518410cf458c6ffb' >X# Created by: Haowu Ge <ghw@7axu.com> >X# $FreeBSD: $ >X >XPORTNAME= zlib >XPORTVERSION= 0.2 >XCATEGORIES= archivers >XPKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} >XDISTNAME= lua-${PORTNAME}-v${PORTVERSION} >X >XMAINTAINER= ghw@7axu.com >XCOMMENT= Simple streaming interface to zlib for the Lua Programming Language >X >XLICENSE= MIT >X >XUSE_GITHUB= yes >XGH_ACCOUNT= brimworks >XGH_COMMIT= 8d07669 >XGH_PROJECT= lua-${PORTNAME} >XGH_TAGNAME= v${PORTVERSION} >X >XUSE_LUA?= 5.1 >X >XPLIST_FILES= ${LUA_MODLIBDIR}/zlib.so >X >XDOCSDIR= ${PREFIX}/share/doc/${UNIQUENAME} >X >Xdo-build: >X ${CC} -fPIC -shared -o ${WRKSRC}/zlib.so -I${LUA_INCDIR} \ >X -L${LUA_LIBDIR} -llua -lm -lz ${WRKSRC}/lua_zlib.c >X >Xdo-install: >X ${MKDIR} ${STAGEDIR}/${LUA_MODLIBDIR} >X ${INSTALL_PROGRAM} ${WRKSRC}/zlib.so ${STAGEDIR}/${LUA_MODLIBDIR} >X ${MKDIR} ${STAGEDIR}/${DOCSDIR} >X ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}/${DOCSDIR} >X >X.include <bsd.port.mk> >5bb3b5d323c99851518410cf458c6ffb >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 186754
: 140241
Working