FreeBSD Bugzilla – Attachment 244190 Details for
Bug 273202
[NEW PORT] ports-mgmt/portoptscli: Ports options set up using a CLI
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New port path, generated by 'git format-patch origin/main'.
0001-New-Port-ports-mgmt-portopscli.patch (text/plain), 2.00 KB, created by
Alfonso S. Siciliano
on 2023-08-18 11:20:09 UTC
(
hide
)
Description:
New port path, generated by 'git format-patch origin/main'.
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2023-08-18 11:20:09 UTC
Size:
2.00 KB
patch
obsolete
>From 2a264de2175277719d79428f35dad431bd11aa5c Mon Sep 17 00:00:00 2001 >From: Alfonso Siciliano <alf.siciliano@gmail.com> >Date: Fri, 18 Aug 2023 13:08:14 +0200 >Subject: [PATCH] New Port: ports-mgmt/portopscli > >FreeBSD ports options set up via CLI, >suitable for a speech synthesizer. >--- > ports-mgmt/portoptscli/Makefile | 21 +++++++++++++++++++++ > ports-mgmt/portoptscli/distinfo | 3 +++ > ports-mgmt/portoptscli/pkg-descr | 3 +++ > 3 files changed, 27 insertions(+) > create mode 100644 ports-mgmt/portoptscli/Makefile > create mode 100644 ports-mgmt/portoptscli/distinfo > create mode 100644 ports-mgmt/portoptscli/pkg-descr > >diff --git a/ports-mgmt/portoptscli/Makefile b/ports-mgmt/portoptscli/Makefile >new file mode 100644 >index 000000000000..b46eb3201fc7 >--- /dev/null >+++ b/ports-mgmt/portoptscli/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= portoptscli >+PORTVERSION= 0.0.1 >+CATEGORIES= ports-mgmt accessibility >+ >+MAINTAINER= alfix86@gmail.com >+COMMENT= Utility to set up FreeBSD port options >+WWW= https://gitlab.com/alfix/portoptscli >+ >+LICENSE= BSD2CLAUSE >+ >+USE_GITLAB= yes >+GL_ACCOUNT= alfix >+ >+PLIST_FILES= bin/${PORTNAME} \ >+ man/man1/${PORTNAME}.1.gz >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ >+ >+.include <bsd.port.mk> >diff --git a/ports-mgmt/portoptscli/distinfo b/ports-mgmt/portoptscli/distinfo >new file mode 100644 >index 000000000000..b72939768175 >--- /dev/null >+++ b/ports-mgmt/portoptscli/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1692317348 >+SHA256 (portoptscli-0.0.1.tar.bz2) = 168a7413682ae4d7f3f34f860dda45f07b5c353fee7b6a866a6dc71d61b23b47 >+SIZE (portoptscli-0.0.1.tar.bz2) = 9328 >diff --git a/ports-mgmt/portoptscli/pkg-descr b/ports-mgmt/portoptscli/pkg-descr >new file mode 100644 >index 000000000000..c3407c073cfe >--- /dev/null >+++ b/ports-mgmt/portoptscli/pkg-descr >@@ -0,0 +1,3 @@ >+Utility to set up FreeBSD ports options using a >+Command Line Interface also suitable for a >+speech synthesizer. >-- >2.41.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
asiciliano
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 273202
:
244190
|
244202