Re: how to determine the date a port is installed

2008-06-11 Thread Garrett Cooper
On Tue, Jun 10, 2008 at 10:09 PM, Novembre [EMAIL PROTECTED] wrote: Hi all, Two questions: 1) Is it possible to determine the date a port/package is installed? 2) How can I delete all the ports/packages installed after a certain date? Thanks a lot :) 1. Please don't cross-post. 2. ls -lt

Re: how to determine the date a port is installed

2008-06-11 Thread Peter Pentchev
On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: Two questions: 1) Is it possible to determine the date a port/package is installed? ls -ld /var/db/pkg/port, use the mtime of the directory. 2) How can I delete

Re: how to determine the date a port is installed

2008-06-11 Thread RW
On Wed, 11 Jun 2008 10:31:08 +0300 Peter Pentchev [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: Two questions: 1) Is it possible to determine the date a port/package is installed?

Re: how to determine the date a port is installed

2008-06-11 Thread Florent Thoumie
On Wed, Jun 11, 2008 at 8:31 AM, Peter Pentchev [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: Two questions: 1) Is it possible to determine the date a port/package is installed? ls -ld

Re: how to determine the date a port is installed

2008-06-11 Thread Peter Pentchev
On Wed, Jun 11, 2008 at 01:40:19PM +0100, Florent Thoumie wrote: On Wed, Jun 11, 2008 at 8:31 AM, Peter Pentchev [EMAIL PROTECTED] wrote: On Tue, Jun 10, 2008 at 10:41:25PM -0700, Jeremy Chadwick wrote: On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: Two questions: 1) Is it

Re: how to determine the date a port is installed

2008-06-10 Thread Jeremy Chadwick
On Wed, Jun 11, 2008 at 12:09:33AM -0500, Novembre wrote: Two questions: 1) Is it possible to determine the date a port/package is installed? ls -ld /var/db/pkg/port, use the mtime of the directory. 2) How can I delete all the ports/packages installed after a certain date? Use a combination