SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/p5-Term-Shell/Makefile
Normal file
17
devel/p5-Term-Shell/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Original from: Neil Watkiss <nwatkiss@ttul.org>
|
||||
|
||||
COMMENT = simple command-line shell framework
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
DISTNAME = Term-Shell-0.13
|
||||
CATEGORIES = devel
|
||||
|
||||
# Perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
CONFIGURE_STYLE = modbuild
|
||||
|
||||
RUN_DEPENDS = textproc/p5-Text-Autoformat
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Term-Shell/distinfo
Normal file
2
devel/p5-Term-Shell/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Term-Shell-0.13.tar.gz) = U6C9smVokcUIpHDZPLfhz+qzjuqeWClWCn2LX2APa/I=
|
||||
SIZE (Term-Shell-0.13.tar.gz) = 36338
|
7
devel/p5-Term-Shell/pkg/DESCR
Normal file
7
devel/p5-Term-Shell/pkg/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
Term::Shell makes it joyfully easy to write command-line interfaces in
|
||||
Perl. All the boring details like command-line parsing and terminal
|
||||
handling are done for you.
|
||||
For implementing a certain command ``foo'', you just have to
|
||||
define subroutines run_foo, help_foo, smry_foo, comp_foo, each of them
|
||||
doing the command itself, a help message, a short summary and
|
||||
command completion.
|
3
devel/p5-Term-Shell/pkg/PLIST
Normal file
3
devel/p5-Term-Shell/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/Term/
|
||||
${P5SITE}/Term/Shell.pm
|
||||
@man man/man3p/Term::Shell.3p
|
Loading…
Add table
Add a link
Reference in a new issue