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

(-)devel/git-ftp/Makefile (+29 lines)
Added Link Here
1
# $FreeBSD$
2
3
PORTNAME=	git-ftp
4
PORTVERSION=	1.5.2
5
CATEGORIES=	devel
6
7
MAINTAINER=	ndowens04@gmail.com
8
COMMENT=	Uploads files with FTP the GIT way
9
10
LICENSE=	GPLv3+
11
LICENSE_FILE=	${WRKSRC}/LICENSE
12
13
BUILD_DEPENDS=	pandoc:textproc/hs-pandoc
14
15
USE_GITHUB=	yes
16
17
NO_ARCH=	yes
18
PLIST_FILES=	bin/git-ftp man/man1/git-ftp.1.gz
19
20
do-build:
21
	pandoc -s -w man ${WRKSRC}/man/git-ftp.1.md \
22
		-o ${WRKSRC}/man/git-ftp.1
23
do-install:
24
	${INSTALL_SCRIPT} ${WRKSRC}/git-ftp \
25
		${STAGEDIR}${PREFIX}/bin
26
	${INSTALL_MAN} ${WRKSRC}/man/git-ftp.1 \
27
		${STAGEDIR}${MAN1PREFIX}/man/man1
28
29
.include <bsd.port.mk>
(-)devel/git-ftp/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1570110035
2
SHA256 (git-ftp-git-ftp-1.5.2_GH0.tar.gz) = a6bf52f6f1d30c4d8f52fd0fbd61dc9f32e66099e3e9c4994bec65094305605b
3
SIZE (git-ftp-git-ftp-1.5.2_GH0.tar.gz) = 1812622
(-)devel/git-ftp/pkg-descr (+3 lines)
Added Link Here
1
Uses GIT to upload only changed files to FTP servers
2
3
WWW: https://git-ftp.github.io

Return to bug 241046