From owner-soc-status@FreeBSD.ORG Fri Jun 11 00:58:06 2010 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 34764106566B for ; Fri, 11 Jun 2010 00:58:06 +0000 (UTC) (envelope-from dforsythe@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id F2FA18FC14 for ; Fri, 11 Jun 2010 00:58:05 +0000 (UTC) Received: by iwn7 with SMTP id 7so722561iwn.13 for ; Thu, 10 Jun 2010 17:58:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=3ygeBJb9EAmhGK6eH3MXpK8qL2DRw6oO8d2vTa/Fn0s=; b=hbjxQxy3lKbVC+elj1sIgJLBtrHh6H5nH1kDOdANnLreA1Y9wUz2V8gOFUr4opSRNc nUbDIlFPrQygrW1sogYfJAovORz0AftKjWDxD4f3k/N+h5Q0u3TpNPEazhZamyVAiGMK u+6+ekjB/5ONHGFl+nkVCw0e6+hmqKUAwuoak= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=RUnMH9h6ovT6i0A55l5mfeaDjtGJNju/IOycAFrKHxDIFX4G2buCR+okfbfvxQL4HM 6f+RvGlOFDChuanqrf5zuSKk8RrQ2NIfvvXNPs0c6OcBhxHIjf+mcSm3JiaDOWXmtFP4 r2v1HKPSRHu5eK5zF6z14fSPsd4+DNzyHvldg= MIME-Version: 1.0 Received: by 10.231.141.15 with SMTP id k15mr970264ibu.161.1276217885279; Thu, 10 Jun 2010 17:58:05 -0700 (PDT) Sender: dforsythe@gmail.com Received: by 10.231.85.208 with HTTP; Thu, 10 Jun 2010 17:58:05 -0700 (PDT) Date: Thu, 10 Jun 2010 20:58:05 -0400 X-Google-Sender-Auth: s8NXgPk5W0_zhebyKU3vqrxhifA Message-ID: From: David Forsythe To: soc-status@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: [libpkg] report #2 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2010 00:58:06 -0000 Whoops, (really)late. This week I reworked the API for libpkg with my mentors help and dumped a lot of useless code. Database matching for FreeBSD style directory databases has regex, but no globbing support not. The read API is nearly complete, and work on a pkg_info replacement has started. The API is being documented on the project page wiki[1], and man pages should be ready to go once it's finalized. By report #3 I expect to have a bit of the pkg_info tool completed, some basic tests written to at least check for compatible output, and hopefully a decent manpage will be ready to go. Dave.