Gentoo Archives: gentoo-soc

From: Slava Bacherikov <slava@××××××××××××××.ua>
To: gentoo-soc@l.g.o
Subject: [gentoo-soc] New gentoo packages: Final Report
Date: Thu, 23 Aug 2012 21:10:44
Message-Id: 503679BD.3080602@bacherikov.org.ua
1 Hello all.
2
3 My project aims create new version of gentoo packages site with advanced features. You could find sources on http://git.overlays.gentoo.org/gitweb/?p=proj/gentoo-packages.git;a=summary or on https://github.com/bacher09/gentoo-packages .
4
5 Summary:
6
7 * implemented package scanning utility, that collect info about herds, maintainers, packages, use flags, licenses. It could collect info about overlays. Scanning tool support collection packages data through portage or pkgcore. For that was developed backends mechanism. It also could validate some data on database.
8
9 * implemented web interface with many server pages: Ebuilds view for fresh ebuilds, packages views for searching packages, repositories view for show all available repositories, repository view for displaying repository info and stats, licenses and license view for showing info about license, maintainers view for displaying info about maintainers, categories view for showing categories list, package view for displaying info about package (changelog, use flags, keywords, depends, herds, maintainers, metadata, etc), ebuild view for showing info just about that ebuild. In packages view they could be sorted by update or created time, that allows show newest packages. User could choice info about what arches would be showed to him. Also user could search packages by many params like herd, use flag, license, category, overlay. For ebuild also available rss and atom feeds. For performance boost some data are cached.
10
11 Plans for the future:
12
13 * Extending package search, allow search by arch.
14 * Use solr for searching.
15 * Use celery for scanning tasks.
16 * Add the ability to show packages screenshots (some thing similar to screenshots.debian.net).
17 * Extend rss and atom feeds.
18 * Deploy server to packages.gentoo.org site.
19 * Some other minor plans, I will add TODO list on next week.
20
21 I want thank my mentor Matthew Summers, Brian Dolbec and all other who helped me working on my project.
22 If some one want suggest feature request, or some improvements you may assign issue to me on github -- https://github.com/bacher09/gentoo-packages/issues .
23
24
25 --
26 Slava Bacherikov <slava@××××××××××××××.ua>