Changes between Version 37 and Version 38 of Obsolete/MovedToTree/PackageManagement/TODO


Ignore:
Timestamp:
Jun 30, 2013, 3:54:34 PM (11 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/MovedToTree/PackageManagement/TODO

    v37 v38  
    1717=== Package building ===
    1818  * Define packaging guidelines and create a tool to check packages against those.
     19    * Status: Here's the [wiki:PackageManagement/PackagingPolicy wiki page] defining the policy. It's still a work in progress. haikuporter has some policy checking built in already.
    1920  * Adjust build "recipes" for HaikuPorts packages as needed and build the packages.
    2021    * Status: There's a package management [https://bitbucket.org/haikuports/haikuports/commits/all/tip/package-management branch of haikuports] with recipes for most packages already updated for building HPKGs. Here's an [wiki:PackageManagement/PackagesStatus overview].
     
    3132
    3233=== Package/package repository format ===
     34  * Add localization support.
    3335  * Add support for repository keys (public/private) and package signing/check sums, so that it is possible to verify that data retrieved from a repository have not been tampered with.
    3436
    3537=== Miscellaneous ===
    36   * Modify Expander to use a directory instead of the `expander.rules` file. This way a package (like xz-utils or p7zip) can contribute a single file with the rules for its tools. Ticket: #8494
    3738  * Add MIME directory watching to registrar, so it can update the MIME DB caches when packages are de-/activated.
    3839  * Get rid of post_install scripts. Do that in the build system.