On Wed 2008.04.09 at 15:59 +0530, Girish Venkatachalam wrote:
> --------------------------
> $ cat pkg/DESCR
>
> Term::ProgressBar provides a simple progress bar on the terminal, to let
> the user know that something is happening, roughly how much stuff has
> been done, and maybe an estimate at how long remains.
>
> A typical use sets up the progress bar with a number of items to do, and
> then calls update to update the bar when- ever an item is processed.
> --------------------------
>
> Useful for console junkies like me. ;)
>
> http://sirsasana.org/ports/p5-Term-ProgressBar.tgz
couple of comments:
- no need for PKGNAME (cpan module does this)
- same for MASTER_SITES (cpan module)
- why SHARED_ONLY ?
- requires 2 {BUILD,RUN}_DEPENDS :
::devel/p5-Class-MethodMaker \
::devel/p5-Term-ReadKey
- license marker (e.g. # perl)
- re-run update-plist, you'll see that manpages get tagged with @man
cheers,
okan