From owner-soc-status@FreeBSD.ORG Wed Jul 10 03:54:05 2013 Return-Path: Delivered-To: soc-status@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3C9F981D for ; Wed, 10 Jul 2013 03:54:05 +0000 (UTC) (envelope-from justin.muniz@maine.edu) Received: from mail-vb0-f42.google.com (mail-vb0-f42.google.com [209.85.212.42]) by mx1.freebsd.org (Postfix) with ESMTP id 02F4710F4 for ; Wed, 10 Jul 2013 03:54:04 +0000 (UTC) Received: by mail-vb0-f42.google.com with SMTP id i3so5030366vbh.1 for ; Tue, 09 Jul 2013 20:53:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :x-gm-message-state; bh=+8+BwVqq8RNPHftSv3/QPpJe4PDBXqmEptkR+cxB1bQ=; b=cQuoqHRZ7m3CJ307WCAr2lYmel20QOUV2+9paZ6/BZ77qVbPJP6zpYhVyBR9S11dXa vg/9XAXQA8OcH8gzFJMsngKlfVsGM8b6gBS15zHzsUv3sKjw1hEh2hapdCqEcYppWYhE N8ejhXdkyC0VIo61Z6LsWKxWvXCfmotFuloQH5C/aq6tAqnXvrtSYAEE4tm/YNkOLgH7 NcngJmkJPtM/7cV7JSIotlsbD9vMA96BCv1SCzOG0ONoHSf40mxDqH9jEeigbXrH+nOL W3qq5hc3NHrdVlIIqXim9M1fZsBS+ZJZPSzUisLL/Uwd1Y7gwWiy5Tj8yvLEHMeBi5ya sD7g== MIME-Version: 1.0 X-Received: by 10.52.33.47 with SMTP id o15mr15132225vdi.1.1373428437673; Tue, 09 Jul 2013 20:53:57 -0700 (PDT) Received: by 10.58.214.138 with HTTP; Tue, 9 Jul 2013 20:53:57 -0700 (PDT) Date: Tue, 9 Jul 2013 23:53:57 -0400 Message-ID: Subject: Progress Report 3 From: Justin Edward Muniz To: Eitan Adler , soc-status@freebsd.org X-Gm-Message-State: ALoCoQnXELerWXGsvw2ImLR23uzGMpy6KabVywUUyR1iQAqSSA25JxHal8e9BN5daUip9EmfxpiS Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 10 Jul 2013 03:54:05 -0000 This report is for the project to develop graphical front ends to aid in simple to complex package management. The time covered in this report started July the Second and ended the Eighth. More information can be found at https://wiki.freebsd.org/SummerOfCode2013/pkgQtGtk; please let me know if you have questions that are not answered there. The beginning of the week was dedicated to my ruby back end helper script, which is still a work in progress. I then completely turned my focus on organizing my work and ideas. I submitted the FreeBSD Quarterly Status Report, it can be viewed at http://www.freebsd.org/news/status/report-2013-04-2013-06.html. I updated the Wiki page. I worked on documenting the repository hierarchy, as well as my procedure for quickly testing the work. I explored the PackageKit front ends and documented their current issues. I am also exploring the features that could be implemented to determine the feature set to implement on the front ends.The culmination of this documentation work will be available in the README, TESTING, and TODO files in the root directory of my repository presently. I also started drawing the front end interfaces with the enhancements. With this project, a rigid feature list and interface design should be in place early on. To run the front ends I started with a clean installation of PC-BSD. To prepare for Qt development, I installed Qt Creator. I am still looking into Glade for my GTK+ work. Justin Edward Muniz