From owner-cvs-ports@FreeBSD.ORG Fri May 27 09:45:29 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5DAE1065672; Fri, 27 May 2011 09:45:29 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C694E8FC13; Fri, 27 May 2011 09:45:29 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p4R9jTAA019534; Fri, 27 May 2011 09:45:29 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p4R9jT7q019533; Fri, 27 May 2011 09:45:29 GMT (envelope-from bapt) Message-Id: <201105270945.p4R9jT7q019533@repoman.freebsd.org> From: Baptiste Daroussin Date: Fri, 27 May 2011 09:45:29 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/libgit2 Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 09:45:29 -0000 bapt 2011-05-27 09:45:29 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/libgit2 Makefile distinfo pkg-descr pkg-plist Log: libgit2 is... licensed under a very permissive license so you can use it anywhere faster than any other Git library written in standards compilant C99 completely multi-platform: Windows, Linux, Mac OS X, xBSD compiled natively under all platforms (yes, even MSVC on Windows) re-entrant, with sane error handling designed with a solid and consistent API available as bindings for all major scripting languages WWW: http://libgit2.github.com/ Revision Changes Path 1.4349 +1 -0 ports/devel/Makefile 1.1 +37 -0 ports/devel/libgit2/Makefile (new) 1.1 +2 -0 ports/devel/libgit2/distinfo (new) 1.1 +12 -0 ports/devel/libgit2/pkg-descr (new) 1.1 +26 -0 ports/devel/libgit2/pkg-plist (new)