FreeBSD Bugzilla – Attachment 246443 Details for
Bug 275210
[NEW PORT] - ports-mgmt/portnap: simple replacement for portsnap, acting as convenient git wrapper
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
portnap port
0001-portnap-program-portsnap-replacment-tool.patch (text/plain), 4.25 KB, created by
Lukas
on 2023-11-20 11:36:59 UTC
(
hide
)
Description:
portnap port
Filename:
MIME Type:
Creator:
Lukas
Created:
2023-11-20 11:36:59 UTC
Size:
4.25 KB
patch
obsolete
>From 9859d38cfc16be7aa30ad61f19d070ef990d4ac8 Mon Sep 17 00:00:00 2001 >From: littlelevi <levi@toya.net.pl> >Date: Mon, 20 Nov 2023 12:14:35 +0100 >Subject: [PATCH] portnap program, portsnap replacment tool > >--- > ports-mgmt/portnap-port/LICENSE | 28 ++++++++++++++++++++++++++++ > ports-mgmt/portnap-port/Makefile | 24 ++++++++++++++++++++++++ > ports-mgmt/portnap-port/distinfo | 3 +++ > ports-mgmt/portnap-port/pkg-descr | 4 ++++ > ports-mgmt/portnap-port/pkg-plist | 1 + > 5 files changed, 60 insertions(+) > create mode 100644 ports-mgmt/portnap-port/LICENSE > create mode 100644 ports-mgmt/portnap-port/Makefile > create mode 100644 ports-mgmt/portnap-port/distinfo > create mode 100644 ports-mgmt/portnap-port/pkg-descr > create mode 100644 ports-mgmt/portnap-port/pkg-plist > >diff --git a/ports-mgmt/portnap-port/LICENSE b/ports-mgmt/portnap-port/LICENSE >new file mode 100644 >index 000000000000..1408d03390fc >--- /dev/null >+++ b/ports-mgmt/portnap-port/LICENSE >@@ -0,0 +1,28 @@ >+BSD 3-Clause License >+ >+Copyright (c) 2023, littlelevi >+ >+Redistribution and use in source and binary forms, with or without >+modification, are permitted provided that the following conditions are met: >+ >+1. Redistributions of source code must retain the above copyright notice, this >+ list of conditions and the following disclaimer. >+ >+2. Redistributions in binary form must reproduce the above copyright notice, >+ this list of conditions and the following disclaimer in the documentation >+ and/or other materials provided with the distribution. >+ >+3. Neither the name of the copyright holder nor the names of its >+ contributors may be used to endorse or promote products derived from >+ this software without specific prior written permission. >+ >+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" >+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE >+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE >+DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE >+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL >+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR >+SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER >+CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, >+OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE >+OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. >diff --git a/ports-mgmt/portnap-port/Makefile b/ports-mgmt/portnap-port/Makefile >new file mode 100644 >index 000000000000..dd3eab5db93d >--- /dev/null >+++ b/ports-mgmt/portnap-port/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= portnap >+DISTVERSION= 0.9.5 >+CATEGORIES= ports-mgmt >+ >+MAINTAINER= lukas.ad@posteo.net >+COMMENT= Simple replacement for portsnap, acting as convinient git wrapper >+WWW= https://github.com/littlelevi/portnap >+ >+LICENSE= BSD3CLAUSE >+ >+RUN_DEPENDS= git:devel/git >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+USE_GITHUB= yes >+GH_ACCOUNT= littlelevi >+GH_PROJECT= portnap >+GH_TAGNAME= 0.9.5 >+ >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \ >+ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} >+.include <bsd.port.mk> >diff --git a/ports-mgmt/portnap-port/distinfo b/ports-mgmt/portnap-port/distinfo >new file mode 100644 >index 000000000000..e285db0d7cc4 >--- /dev/null >+++ b/ports-mgmt/portnap-port/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1700476552 >+SHA256 (littlelevi-portnap-0.9.5_GH0.tar.gz) = 789ccdeeac013b81e0deb57a6960b91e2d76c8758f0ce5c799b61be3e49aa391 >+SIZE (littlelevi-portnap-0.9.5_GH0.tar.gz) = 2675 >diff --git a/ports-mgmt/portnap-port/pkg-descr b/ports-mgmt/portnap-port/pkg-descr >new file mode 100644 >index 000000000000..0ce9250274a5 >--- /dev/null >+++ b/ports-mgmt/portnap-port/pkg-descr >@@ -0,0 +1,4 @@ >+Portnap is a simple replacement for the discontinued FreeBSD portsnap, >+acting as convinient git wrapper. For now, it allows you to select the >+directory in which to download the ports tree. And select the branches >+to be fetched. >diff --git a/ports-mgmt/portnap-port/pkg-plist b/ports-mgmt/portnap-port/pkg-plist >new file mode 100644 >index 000000000000..2d78e236e5f2 >--- /dev/null >+++ b/ports-mgmt/portnap-port/pkg-plist >@@ -0,0 +1 @@ >+sbin/portnap >-- >2.42.1 >
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
Actions:
View
|
Diff
Attachments on
bug 275210
: 246443