SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View 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>

View file

@ -0,0 +1,2 @@
SHA256 (Term-Shell-0.13.tar.gz) = U6C9smVokcUIpHDZPLfhz+qzjuqeWClWCn2LX2APa/I=
SIZE (Term-Shell-0.13.tar.gz) = 36338

View 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.

View file

@ -0,0 +1,3 @@
${P5SITE}/Term/
${P5SITE}/Term/Shell.pm
@man man/man3p/Term::Shell.3p