Changes between Version 37 and Version 38 of Obsolete/MovedToTree/PackageManagement/TODO
- Timestamp:
- Jun 30, 2013, 3:54:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/MovedToTree/PackageManagement/TODO
v37 v38 17 17 === Package building === 18 18 * 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. 19 20 * Adjust build "recipes" for HaikuPorts packages as needed and build the packages. 20 21 * 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]. … … 31 32 32 33 === Package/package repository format === 34 * Add localization support. 33 35 * 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. 34 36 35 37 === 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: #849437 38 * Add MIME directory watching to registrar, so it can update the MIME DB caches when packages are de-/activated. 38 39 * Get rid of post_install scripts. Do that in the build system.