# 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: # # archivers/py-python-lzo # archivers/py-python-lzo/pkg-descr # archivers/py-python-lzo/distinfo # archivers/py-python-lzo/Makefile # echo c - archivers/py-python-lzo mkdir -p archivers/py-python-lzo > /dev/null 2>&1 echo x - archivers/py-python-lzo/pkg-descr sed 's/^X//' >archivers/py-python-lzo/pkg-descr << '374d1739e26431ce677c2909564f849d' XThis module provides Python bindings for the LZO data compression library. X XLZO is a portable lossless data compression library written in ANSI C. XIt offers pretty fast compression and very fast decompression. Decompression Xrequires no memory. X XIn addition there are slower compression levels achieving a quite competitive Xcompression ratio while still decompressing at this very high speed. X XWWW: https://pypi.python.org/pypi/python-lzo 374d1739e26431ce677c2909564f849d echo x - archivers/py-python-lzo/distinfo sed 's/^X//' >archivers/py-python-lzo/distinfo << 'c960732e9ae67eda608886b63e9b7a48' XTIMESTAMP = 1492589752 XSHA256 (python-lzo-1.11.tar.gz) = 38a0ea4ceb27cdd8e3526509fe1b7a936e5dfa57c64608fd32085c129e8be386 XSIZE (python-lzo-1.11.tar.gz) = 13823 c960732e9ae67eda608886b63e9b7a48 echo x - archivers/py-python-lzo/Makefile sed 's/^X//' >archivers/py-python-lzo/Makefile << '9239513a07f4fc1128cbeff6eff32307' X# Created by: Yuri Victorovich X# $FreeBSD$ X XPORTNAME= python-lzo XPORTVERSION= 1.11 XCATEGORIES= archivers python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= yuri@rawbw.com XCOMMENT= Python bindings for the LZO data compression library X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/COPYING X XLIB_DEPENDS= liblzo2.so:archivers/lzo2 X XUSES= python XUSE_PYTHON= autoplist distutils XNO_ARCH= yes XCFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/lzo X X.include 9239513a07f4fc1128cbeff6eff32307 exit