Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Oct 1996 21:40:24 +0100
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        John Fieber <jfieber@indiana.edu>
Cc:        Stefan Franziskus <stefran@cs.uni-sb.de>, www@freebsd.org, ports@freebsd.org, wosch@de.freebsd.org
Subject:   Re: www.freebsd.org/ports/index.html
Message-ID:  <199610282040.VAA00635@campa.panke.de>
In-Reply-To: <Pine.BSI.3.95.961028092450.6405A-100000@fallout.campusview.indiana.edu>
References:  <3274B960.5F90@cs.uni-sb.de> <Pine.BSI.3.95.961028092450.6405A-100000@fallout.campusview.indiana.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
John Fieber writes:
>On Mon, 28 Oct 1996, Stefan Franziskus wrote:
>
>> First of all, I have to say, that I really appreciate the very well
>> maintained ports collection on the FreeBSD-Page. But I think it would
>> be nice to have a list of "new ports", just to show what has been
>> added recently (or during the last 4 weeks) to the Ports Collection.
>
>This is something I want very much, in addition to recently
>changed/updated ports.  Unfortunately, the current mechanism for
>generating the ports pages doesn't easily lend itself to such
>features.  

No problem. We are running Unix ;-)

cvs -Q co -p ports/INDEX | 
	awk -F'|' '{print $2}'| sort  > /tmp/now
cvs -Q co -p  -D'last week' ports/INDEX | 
	awk -F'|' '{print $2}' |  sort > /tmp/lastweek
comm -13 /tmp/lastweek /tmp/now

This print all ports which was added last 7 days. It is fast
and easy. For last 4 weeks, change 'last week' to 'last month'.

/usr/ports/archivers/p5-Compress-Zlib
/usr/ports/databases/p5-DBD-mSQL
/usr/ports/databases/p5-DBI
/usr/ports/databases/p5-Msql
/usr/ports/databases/p5-Pg
/usr/ports/devel/cxref
/usr/ports/devel/p5-BSD-Resource
/usr/ports/devel/p5-C-Scan
/usr/ports/devel/p5-ConfigReader
/usr/ports/devel/p5-Curses
/usr/ports/devel/p5-Data-Dumper
/usr/ports/devel/p5-Data-Flow
/usr/ports/devel/p5-File-BasicFlock
/usr/ports/devel/p5-File-Lock
/usr/ports/devel/p5-File-Slurp
/usr/ports/devel/p5-File-Tools
/usr/ports/devel/p5-Include
/usr/ports/devel/p5-IniConf
/usr/ports/devel/p5-Ioctl
/usr/ports/devel/p5-Time
/usr/ports/graphics/p5-Image-Size
/usr/ports/japanese/today
/usr/ports/misc/p5-Array-PrintCols
/usr/ports/misc/p5-Business-CreditCard
/usr/ports/misc/p5-Convert-UU
/usr/ports/misc/p5-Search
/usr/ports/net/p5-Archie
/usr/ports/net/p5-IO
/usr/ports/net/p5-Net
/usr/ports/security/p5-Crypt-DES
/usr/ports/security/p5-Crypt-IDEA
/usr/ports/security/p5-MD5
/usr/ports/security/p5-PGP


--Wolfram Schneider <wosch@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610282040.VAA00635>