View | Details | Raw Unified | Return to bug 275210
Collapse All | Expand All

(-)b/ports-mgmt/portnap-port/LICENSE (+28 lines)
Added Link Here
1
BSD 3-Clause License
2
3
Copyright (c) 2023, littlelevi
4
5
Redistribution and use in source and binary forms, with or without
6
modification, are permitted provided that the following conditions are met:
7
8
1. Redistributions of source code must retain the above copyright notice, this
9
   list of conditions and the following disclaimer.
10
11
2. Redistributions in binary form must reproduce the above copyright notice,
12
   this list of conditions and the following disclaimer in the documentation
13
   and/or other materials provided with the distribution.
14
15
3. Neither the name of the copyright holder nor the names of its
16
   contributors may be used to endorse or promote products derived from
17
   this software without specific prior written permission.
18
19
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
23
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
25
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
26
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
27
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(-)b/ports-mgmt/portnap-port/Makefile (+24 lines)
Added Link Here
1
PORTNAME=       portnap
2
DISTVERSION=    0.9.5
3
CATEGORIES=     ports-mgmt
4
5
MAINTAINER=	    lukas.ad@posteo.net
6
COMMENT=        Simple replacement for portsnap, acting as convinient git wrapper
7
WWW=            https://github.com/littlelevi/portnap
8
9
LICENSE=        BSD3CLAUSE
10
11
RUN_DEPENDS=    git:devel/git
12
13
NO_BUILD=       yes
14
NO_ARCH=        yes
15
16
USE_GITHUB=     yes
17
GH_ACCOUNT=     littlelevi
18
GH_PROJECT=     portnap
19
GH_TAGNAME=     0.9.5
20
21
do-install:
22
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
23
		${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
24
.include <bsd.port.mk>
(-)b/ports-mgmt/portnap-port/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1700476552
2
SHA256 (littlelevi-portnap-0.9.5_GH0.tar.gz) = 789ccdeeac013b81e0deb57a6960b91e2d76c8758f0ce5c799b61be3e49aa391
3
SIZE (littlelevi-portnap-0.9.5_GH0.tar.gz) = 2675
(-)b/ports-mgmt/portnap-port/pkg-descr (+4 lines)
Added Link Here
1
Portnap is a simple replacement for the discontinued FreeBSD portsnap,
2
acting as convinient git wrapper. For now, it allows you to select the
3
directory in which to download the ports tree. And select the branches
4
to be fetched.
(-)b/ports-mgmt/portnap-port/pkg-plist (-1 / +1 lines)
Added Link Here
0
- 
1
sbin/portnap

Return to bug 275210