# 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: # # replxx # replxx/pkg-plist # replxx/Makefile # replxx/distinfo # replxx/pkg-descr # echo c - replxx mkdir -p replxx > /dev/null 2>&1 echo x - replxx/pkg-plist sed 's/^X//' >replxx/pkg-plist << 'e10c44b9c0ca4d4d5892aac8a6c6767c' Xinclude/replxx.h Xinclude/replxx.hxx Xlib/libreplxx.a e10c44b9c0ca4d4d5892aac8a6c6767c echo x - replxx/Makefile sed 's/^X//' >replxx/Makefile << '0621266e7fe9664e8cac3765690078e3' X# $FreeBSD$ X XPORTNAME= replxx XPORTVERSION= 0.0.1 XCATEGORIES= devel X XMAINTAINER= meka@tilda.center XCOMMENT= A small, portable GNU readline replacement capable of handling UTF-8 characters X XLICENSE= BSD3CLAUSE X XUSE_GITHUB= yes XUSES= cmake XGH_ACCOUNT= AmokHuginnsson XGH_TAGNAME= release-${PORTVERSION} X X.include <bsd.port.mk> 0621266e7fe9664e8cac3765690078e3 echo x - replxx/distinfo sed 's/^X//' >replxx/distinfo << '30c35f59b76ce1362f9a857a9388e61d' XTIMESTAMP = 1527664307 XSHA256 (AmokHuginnsson-replxx-0.0.1-release-0.0.1_GH0.tar.gz) = af0576e401e43d88fadabdc193e7cbed20d0a8538ae3d9228732211d1b255348 XSIZE (AmokHuginnsson-replxx-0.0.1-release-0.0.1_GH0.tar.gz) = 56543 30c35f59b76ce1362f9a857a9388e61d echo x - replxx/pkg-descr sed 's/^X//' >replxx/pkg-descr << 'f422096dd002d2d968c9f235303fb80b' XA small, portable GNU readline replacement for Linux, Windows and MacOS which Xis capable of handling UTF-8 characters. Unlike GNU readline, which is GPL, Xthis library uses a BSD license and can be used in any kind of program. X XThis replxx implementation is based on the work by ArangoDB Team and Salvatore XSanfilippo and 10gen Inc. The goal is to create a zero-config, BSD licensed, Xreadline replacement usable in Apache2 or BSD licensed programs. X XWWW: https://github.com/AmokHuginnsson/replxx f422096dd002d2d968c9f235303fb80b exit