FreeBSD Bugzilla – Attachment 162101 Details for
Bug 203805
[New Port] devel/wandio: C library for compressed file I/O
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
wandio.shar
wandio.shar (text/plain), 2.80 KB, created by
Alistair King
on 2015-10-15 21:40:00 UTC
(
hide
)
Description:
wandio.shar
Filename:
MIME Type:
Creator:
Alistair King
Created:
2015-10-15 21:40:00 UTC
Size:
2.80 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: ># ># wandio ># wandio/Makefile ># wandio/distinfo ># wandio/pkg-descr ># wandio/pkg-plist ># >echo c - wandio >mkdir -p wandio > /dev/null 2>&1 >echo x - wandio/Makefile >sed 's/^X//' >wandio/Makefile << '4ad411b8222864bd7c99f96eadf8a468' >X# $FreeBSD$ >X >XPORTNAME= wandio >XPORTVERSION= 1.0.3 >XCATEGORIES= devel >XMASTER_SITES= http://research.wand.net.nz/software/wandio/ >X >XMAINTAINER= alistair@caida.org >XCOMMENT= C library for compressed file I/O >X >XLICENSE= GPLv2 >X >XGNU_CONFIGURE= yes >XUSES= libtool >X >XOPTIONS_DEFINE=ZLIB BZIP2 LZO LZMA HTTP >XZLIB_DESC= Read/write support for ZLIB (gz) compressed files >XBZIP2_DESC= Read/write support for BZIP2 (bz2) compressed files >XLZO_DESC= Write support for LZO compressed files >XLZMA_DESC= Read/write support for LZMA compressed files >XHTTP_DESC= Support for reading files over HTTP >X >XOPTIONS_DEFAULT= ZLIB BZIP2 LZMA HTTP >X >XZLIB_CONFIGURE_WITH= zlib >X >XBZIP2_CONFIGURE_WITH= bzip2 >X >XLZO_CONFIGURE_WITH= lzo >XLZO_LIB_DEPENDS= liblzo2.so:${PORTSDIR}/archivers/lzo2 >X >XLZMA_CONFIGURE_WITH= lzma >X >XHTTP_CONFIGURE_WITH= http >XHTTP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl >X >XLDFLAGS+= -L${LOCALBASE}/lib >XCPPFLAGS+= -I${LOCALBASE}/include >X >X.include <bsd.port.mk> >4ad411b8222864bd7c99f96eadf8a468 >echo x - wandio/distinfo >sed 's/^X//' >wandio/distinfo << '0c986850ed4b9a9bdbc21a29b73fa90e' >XSHA256 (wandio-1.0.3.tar.gz) = 31dcc1402ace3023020446d6c7284fd84447f9b36e570206a179895e1eaa705b >XSIZE (wandio-1.0.3.tar.gz) = 373723 >0c986850ed4b9a9bdbc21a29b73fa90e >echo x - wandio/pkg-descr >sed 's/^X//' >wandio/pkg-descr << '3bc0c9dc464a4b78c3fe59a1af6bfb6f' >XLibwandio is a software library written in C that provides an API for >Xtransparently reading from and writing to files using a variety of supported >Xcompression methods. Provided pthreads are available, I/O performance will be >Ximproved by doing any compression and/or decompression using a separate thread. >X >XLibwandio supports the following compression methods, as long as the development >Xlibraries are installed on your machine at compile time: >X >X - zlib >X - bzip2 >X - lzo (write-only) >X - lzma >X - http (read-only) >X >XMore information about wandio can be found on the wandio webpage. >X >XWWW: http://research.wand.net.nz/software/libwandio.php >X >XPort created by Alistair King <alistair at caida.org> >3bc0c9dc464a4b78c3fe59a1af6bfb6f >echo x - wandio/pkg-plist >sed 's/^X//' >wandio/pkg-plist << '12d5b1df4d1ffd989c9f5b313ff5ade5' >Xbin/wandiocat >Xinclude/wandio.h >Xlib/libwandio.a >Xlib/libwandio.so >Xlib/libwandio.so.1 >Xlib/libwandio.so.1.0.3 >12d5b1df4d1ffd989c9f5b313ff5ade5 >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 203805
:
162096
| 162101