From owner-soc-status@FreeBSD.ORG Fri May 27 22:03:07 2011 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 80A65106566B for ; Fri, 27 May 2011 22:03:07 +0000 (UTC) (envelope-from joffrey.lassignardie@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5C7AE8FC18 for ; Fri, 27 May 2011 22:03:07 +0000 (UTC) Received: by pzk27 with SMTP id 27so1202352pzk.13 for ; Fri, 27 May 2011 15:03:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=lExaM8/Ip1y3u4POYvFKfC7sRYOLKcVjsFSuDfDSzPg=; b=vvSWvClQsT4PP7rZtYhJPKRHz53usFoz+7/34LILb/ZDF77O/CNSoILDn22j6GQ300 0/uBNPeF5loXImyhWEsv8QHVR63dnxm85un9n857t+BNX5d6Q3iGVLoyiadew2mgG2W1 cJnesS1VXTv6huYeOEH3+kIWuYdj4VGLQcr9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=wOmt7cvaSDtPHwpvvraqvSC9tgaAvdZJePDkdABISia0ECeQYrP1crLXhOgM76TWIs RWcx0UgjPFrp2vDEjksoVBYmCgXcGtDZU528vmFSO4j/WMo16k6u4igIahbb/qmSjnPG IfuhgoFW30K3X9VRo++SgUZTuwNk+mAeRHiGs= MIME-Version: 1.0 Received: by 10.142.162.4 with SMTP id k4mr48184wfe.53.1306532004204; Fri, 27 May 2011 14:33:24 -0700 (PDT) Received: by 10.142.139.12 with HTTP; Fri, 27 May 2011 14:33:24 -0700 (PDT) Date: Fri, 27 May 2011 21:33:24 +0000 Message-ID: From: Lassi To: soc-status@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: [SoC2011 Status Report] pkg convert - Week 1 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, 27 May 2011 22:03:07 -0000 Hi! I mostly spent this week studying the pkgng source code. In addition, I read some documents/man pages related to the pkg_install tools in order to better understand how they works. I also had a glance at the rpm package format as the first thing I'll code is a small library that can read/extract data from rpm packages. Next week, I will finish my pkgng tour and begin the conception of the whole "pkg convert" sub-command. Regards, -- Joffrey ``Lassi'' Lassignardie