From owner-p4-projects@FreeBSD.ORG Sat May 16 03:21:41 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 922E81065673; Sat, 16 May 2009 03:21:41 +0000 (UTC) Delivered-To: perforce@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5064D106564A for ; Sat, 16 May 2009 03:21:41 +0000 (UTC) (envelope-from dforsyth@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3D7768FC0C for ; Sat, 16 May 2009 03:21:41 +0000 (UTC) (envelope-from dforsyth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n4G3LfWn022463 for ; Sat, 16 May 2009 03:21:41 GMT (envelope-from dforsyth@FreeBSD.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n4G3LfUP022461 for perforce@freebsd.org; Sat, 16 May 2009 03:21:41 GMT (envelope-from dforsyth@FreeBSD.org) Date: Sat, 16 May 2009 03:21:41 GMT Message-Id: <200905160321.n4G3LfUP022461@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to dforsyth@FreeBSD.org using -f From: David Forsythe To: Perforce Change Reviews Cc: Subject: PERFORCE change 162143 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2009 03:21:42 -0000 http://perforce.freebsd.org/chv.cgi?CH=162143 Change 162143 by dforsyth@squirrel on 2009/05/16 03:21:27 Updating milstones file. Affected files ... .. //depot/projects/soc2009/dforsyth_libpkg/Milestones#2 edit Differences ... ==== //depot/projects/soc2009/dforsyth_libpkg/Milestones#2 (text+ko) ==== @@ -1,0 +1,34 @@ +- Library idea collection, pkg tools research, intitial +design, redumentary API documentation, and the creation of the library +skeleton. + +- Finish skeleton library (wrap up any initial design +issues). + +- Ship package library skeleton, build basic and important +package database interaction aspects of the library, aswell as basic +package removal aspects. + +* Ship basic pkg_info, pkg_version and pkg_delete that demonstrate new +features + +- Add support for fat packages and package installation +to both the library and pkg tools. + +* Ship basic pkg_add and updated pkg_delete + +- Add versioning and upgrade features to library. Start +work on pkg_create. + +* Ship basic version of pkg_create, aswell as updated pkg_add, pkg_delete, +pkg_info, and pkg_version + +- Catch up on code, fix bugs, add other features that +were thought of and added during the planning and design phase, and work +on completing pkg tools. + +* Ship whatever I've got. + +- Testing and bug fixes. + +* ship commit ready library and pkg tools.