You are not logged in.

#1 2016-04-12 07:34:50

parchd
Member
Registered: 2014-03-08
Posts: 421

AUR/Packages should allow sorting by date added

A bit of a feature wish thread:

The package search and AUR package search allow sorting by date modified, and there is a quick overview of the most recently modified packages, but no way to search/sort by date added.

It would be nice to be able to see whats new in the repositories and in the AUR - I'm sure there is plenty of useful stuff being added that I'd never think to look for.

Of course it might ruin the pleasant surprises I sometimes get when something I've installed from the AUR suddenly updates from the repositories (python-seaborn springs to mind smile).

Is the data stored at all, making it simply a UI tweak, or is there just no record of when something was added for the first time?

Offline

#2 2016-04-12 11:46:27

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,919

Re: AUR/Packages should allow sorting by date added

Check the "First Submitted" date .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#3 2016-04-12 12:34:25

parchd
Member
Registered: 2014-03-08
Posts: 421

Re: AUR/Packages should allow sorting by date added

Ah, so for the AUR at least the data does exist, it just isn't possible to use it to sort the package list.

Offline

#4 2016-04-12 12:55:34

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,412
Website

Re: AUR/Packages should allow sorting by date added

Keep an eye on signoffs:

https://lists.archlinux.org/pipermail/a … 32208.html

Or store a package list before -Syu:

$ pacman -Slq community > community.txt # or whatever repo(s)
# pacman -Syu
$ pacman -Slq community > community_new.txt
$ grep -Fxvf community.txt community_new.txt | xargs -r expac -Sv --timefmt=%s '%b\t%n' | sort -n

Doesn't account for packages that were moved to the AUR, but you can just check foreign packages (pacman -Q) for that.

Last edited by Alad (2016-04-12 13:22:16)


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

#5 2016-04-12 15:35:44

mis
Member
Registered: 2016-03-16
Posts: 234

Re: AUR/Packages should allow sorting by date added

Maybe you will find this useful?

cower -m "" --sort=firstsubmitted

Edit: Oh sorry, will only list orphaned packages.

Last edited by mis (2016-04-12 15:37:14)

Offline

#6 2016-04-12 21:09:30

progandy
Member
Registered: 2012-05-17
Posts: 5,192

Re: AUR/Packages should allow sorting by date added

The AUR provides a package list, so you might want to fetch that and compare it to an older copy.

{AUR_URL}/packages.gz
{AUR_URL}/pkgbase.gz

Last edited by progandy (2016-04-12 21:14:09)


| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |

Offline

#7 2016-04-13 05:48:29

parchd
Member
Registered: 2014-03-08
Posts: 421

Re: AUR/Packages should allow sorting by date added

The diffing of package lists is a pretty neat trick, thanks progandy and Alad. It would definitely be nicer if the web interfaces included a way to do this. Then we could also see what new nice things turned up before I started this thread smile.

Offline

#8 2016-04-13 07:57:29

Alad
Wiki Admin/IRC Op
From: Bagelstan
Registered: 2014-05-04
Posts: 2,412
Website

Re: AUR/Packages should allow sorting by date added

parchd wrote:

The diffing of package lists is a pretty neat trick, thanks progandy and Alad. It would definitely be nicer if the web interfaces included a way to do this. Then we could also see what new nice things turned up before I started this thread smile.

This is probably best discussed on arch-projects (archweb):

https://lists.archlinux.org/listinfo/arch-projects

Last edited by Alad (2016-04-13 07:58:00)


Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby

Offline

Board footer

Powered by FluxBB