head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2002.03.23.00.09.07;	author karltk;	state dead;
branches;
next	1.1;

1.1
date	2002.01.24.20.45.57;	author karltk;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Major rework. #544, #1244
@
text
@#! /bin/sh

. /etc/make.globals

find ${PORTDIR}/ -name "*.ebuild" | \
	xargs egrep -i "<[a-z]+@@[a-z\.]+>" | \
	awk -f /usr/share/gentoolkit/histogram.awk | \
	sort -n +1 -r@


1.1
log
@Initial import of Gentoolkit
@
text
@@

