# 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: # # devel # devel/opengit # devel/opengit/Makefile # devel/opengit/distinfo # devel/opengit/pkg-descr # devel/opengit/pkg-plist # echo c - devel mkdir -p devel > /dev/null 2>&1 echo c - devel/opengit mkdir -p devel/opengit > /dev/null 2>&1 echo x - devel/opengit/Makefile sed 's/^X//' >devel/opengit/Makefile << '17dd39fae1b2481faee618331dc2b899' X# Created by: Timothy Beyer X XPORTNAME= opengit XDISTVERSION= 20191020 XCATEGORIES= devel X XMAINTAINER= beyert@cs.ucr.edu XCOMMENT= Open Source replacement for GPL git X XLICENSE= BSD2CLAUSE XLICENSE_FILE= ${WRKSRC}/LICENSE X XMAKE_ARGS= PREFIX=${PREFIX} X XUSE_GITHUB= yes XGH_ACCOUNT= khanzf XGH_TAGNAME= 4c8cb00 X Xpre-install: X ${MKDIR} ${STAGEDIR}/usr/lib X ${MKDIR} ${STAGEDIR}/usr/tests X Xpost-install: X ${MV} ${STAGEDIR}/usr/lib/* ${STAGEDIR}/usr/local/lib/ X ${MV} ${STAGEDIR}/usr/tests/* ${STAGEDIR}/usr/local/tests/ X ${MV} ${STAGEDIR}/ogit ${STAGEDIR}/usr/local/bin/ X ${RMDIR} ${STAGEDIR}/usr/lib X ${RMDIR} ${STAGEDIR}/usr/tests X X#post-patch: X# ${REINPLACE_CMD} 's|lib|local/lib|g' ${WRKSRC}/Makefile X# ${REINPLACE_CMD} 's|src|local/src|g' ${WRKSRC}/Makefile X# ${MKDIR} ${WRKSRC}/local X# ${MV} ${WRKSRC}/lib ${WRKSRC}/local/ X# ${MV} ${WRKSRC}/src ${WRKSRC}/local/ X X.include 17dd39fae1b2481faee618331dc2b899 echo x - devel/opengit/distinfo sed 's/^X//' >devel/opengit/distinfo << '8d83a8aefbbd1594df95414331513b45' XTIMESTAMP = 1626906670 XSHA256 (khanzf-opengit-20191020-4c8cb00_GH0.tar.gz) = 7e16ff41cef787594e379646b0da600f4a8605e7cbd767aa0d202c9c2455c008 XSIZE (khanzf-opengit-20191020-4c8cb00_GH0.tar.gz) = 36742 8d83a8aefbbd1594df95414331513b45 echo x - devel/opengit/pkg-descr sed 's/^X//' >devel/opengit/pkg-descr << '3aaf725e910334248cc9cc7aa1e44394' XOpenGit XOpen Source replacement for GPL git X XWritten for and dedicated to the BSD systems XUsing the BSD-2-Clause license X XFarhan Khan XPGP KeyID: 1312 89CE 663E 1EB2 179C 1C83 C41D 2281 F8DA C0DE X XObjectives X* Laterally compatible with GPL git. You should be able to symlink X git to ogit and no one should be the wiser. X* Code clarity (not the case at the moment) X* BSD-2-Clause licensed X XAt the moment, the objective is a read-only version, akin to svnlite, Xbut there is some overlap in writing objects and updating the index. X XWWW: https://github.com/khanzf/opengit 3aaf725e910334248cc9cc7aa1e44394 echo x - devel/opengit/pkg-plist sed 's/^X//' >devel/opengit/pkg-plist << '0fceb13f1cd213d86cc37f516c080f2e' Xbin/ogit Xlib/libogit.a Xlib/libogit.so Xlib/libogit.so.0 Xlib/libogit_p.a Xtests/Kyuafile Xtests/ogit_test 0fceb13f1cd213d86cc37f516c080f2e exit