Bug 69256 - [PATCH] sysutils/portindex: update to 16
Summary: [PATCH] sysutils/portindex: update to 16
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-19 00:00 UTC by Radim Kolar
Modified: 2004-07-19 07:46 UTC (History)
1 user (show)

See Also:


Attachments
portindex-16.patch (3.99 KB, patch)
2004-07-19 00:00 UTC, Radim Kolar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Radim Kolar 2004-07-19 00:00:31 UTC
- Update to 16
- This version supports 13 fields long make describe format. closes ports/69238
- Database format changed in both python and postgresql backends.
- You need to delete portindex.pck file if you have more than 0 entries in
index generated by portindex 15
- You need to update postgresql tables (added some columns) by hand or use
create.sql script for drop + create.
- loadindex and updinst are 100% faster due to using of prepared statements
in portgresql.
- updateall script optimized. When used, slow fs walking is avoided in portreadmes, loadindex
- updinst updates alive package status
- added stealthupdates script for listing changes without portrevision bumps
- added options to configuration file for keeping dupes in index (recommended)
and keeping ports with partial unresolved depends
- added back link to portindex homepage because downloading rate drops

Port maintainer (hsn@netmag.cz) is cc'd.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-07-19 07:45:51 UTC
State Changed
From-To: open->closed

Committedm thanks! 
Note - please list added/removed files explicitely 
- there was a patch for READM.html in there