# 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: # # cligen # cligen/pkg-plist # cligen/pkg-descr # cligen/distinfo # cligen/Makefile # echo c - cligen mkdir -p cligen > /dev/null 2>&1 echo x - cligen/pkg-plist sed 's/^X//' >cligen/pkg-plist << '7372e00c20ab7ef336eeeeacf2afb847' Xinclude/cligen/cligen.h Xinclude/cligen/cligen_buf.h Xinclude/cligen/cligen_cvec.h Xinclude/cligen/cligen_expand.h Xinclude/cligen/cligen_gen.h Xinclude/cligen/cligen_handle.h Xinclude/cligen/cligen_io.h Xinclude/cligen/cligen_print.h Xinclude/cligen/cligen_read.h Xinclude/cligen/cligen_syntax.h Xinclude/cligen/cligen_util.h Xinclude/cligen/cligen_var.h Xlib/libcligen.so Xlib/libcligen.so.3 Xlib/libcligen.so.3.7 7372e00c20ab7ef336eeeeacf2afb847 echo x - cligen/pkg-descr sed 's/^X//' >cligen/pkg-descr << '77a9e86f320183b740743635b6883238' XCLIgen is a Command-Line Interface generator written by Olof Hagsand. X XWell, actually it is not really a generator, since it does not generate code Xfor CLI's. Instead, it builds and interprets datastructures (a parse-tree) Xwhich a library (libcligen) interprets in runtime. It is fast and efficient Xand helps you develop CLI:s easier. You enter a CLI syntax either in a text Xfile, you write callback functions where you call the right library routines. XThe callback functions add the semantics, that is, what the commands in the XCLI are supposed to do. X XWWW: http://cligen.se/ 77a9e86f320183b740743635b6883238 echo x - cligen/distinfo sed 's/^X//' >cligen/distinfo << 'c1fdb8e99c748e87b19733c41a5083c0' XTIMESTAMP = 1524505139 XSHA256 (olofhagsand-cligen-3.7.0-b.2080412-6da03b06cb5330f3ca9c619779565dceef4f203d_GH0.tar.gz) = aeb40ca801576af87e8c7a6f477128729c445309dd247f996ebd347b2e6d49b6 XSIZE (olofhagsand-cligen-3.7.0-b.2080412-6da03b06cb5330f3ca9c619779565dceef4f203d_GH0.tar.gz) = 770460 c1fdb8e99c748e87b19733c41a5083c0 echo x - cligen/Makefile sed 's/^X//' >cligen/Makefile << '7f0654e11bd5bbf122ab498320235141' X# $FreeBSD$ X XPORTNAME= cligen XDISTVERSION= 3.7.0-b.2080412 XCATEGORIES= devel X XMAINTAINER= dcornejo@netgate.com XCOMMENT= CLIgen is a Command-Line Interface generator X XLICENSE= APACHE20 XLICENSE_FILE= ${WRKSRC}/LICENSE.md X XUSES= bison gmake X XUSE_LDCONFIG= yes X XUSE_GITHUB= yes XGH_ACCOUNT= olofhagsand XGH_TAGNAME= 6da03b06cb5330f3ca9c619779565dceef4f203d XMAKE_JOBS_UNSAFE=yes X XGNU_CONFIGURE= yes X Xpost-install: X ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib${PORTNAME}.so.3.7 X X.include 7f0654e11bd5bbf122ab498320235141 exit