FreeBSD Bugzilla – Attachment 208076 Details for
Bug 241046
[NEW PORT] devel/git-ftp: Uploads files with FTP the GIT way
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
New port patch
git-ftp.diff (text/plain), 1.34 KB, created by
Nathan
on 2019-10-03 21:14:41 UTC
(
hide
)
Description:
New port patch
Filename:
MIME Type:
Creator:
Nathan
Created:
2019-10-03 21:14:41 UTC
Size:
1.34 KB
patch
obsolete
>diff --git devel/git-ftp/Makefile devel/git-ftp/Makefile >new file mode 100644 >index 000000000..eaaf6aaca >--- /dev/null >+++ devel/git-ftp/Makefile >@@ -0,0 +1,29 @@ >+# $FreeBSD$ >+ >+PORTNAME= git-ftp >+PORTVERSION= 1.5.2 >+CATEGORIES= devel >+ >+MAINTAINER= ndowens04@gmail.com >+COMMENT= Uploads files with FTP the GIT way >+ >+LICENSE= GPLv3+ >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= pandoc:textproc/hs-pandoc >+ >+USE_GITHUB= yes >+ >+NO_ARCH= yes >+PLIST_FILES= bin/git-ftp man/man1/git-ftp.1.gz >+ >+do-build: >+ pandoc -s -w man ${WRKSRC}/man/git-ftp.1.md \ >+ -o ${WRKSRC}/man/git-ftp.1 >+do-install: >+ ${INSTALL_SCRIPT} ${WRKSRC}/git-ftp \ >+ ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_MAN} ${WRKSRC}/man/git-ftp.1 \ >+ ${STAGEDIR}${MAN1PREFIX}/man/man1 >+ >+.include <bsd.port.mk> >diff --git devel/git-ftp/distinfo devel/git-ftp/distinfo >new file mode 100644 >index 000000000..f2cd60f71 >--- /dev/null >+++ devel/git-ftp/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1570110035 >+SHA256 (git-ftp-git-ftp-1.5.2_GH0.tar.gz) = a6bf52f6f1d30c4d8f52fd0fbd61dc9f32e66099e3e9c4994bec65094305605b >+SIZE (git-ftp-git-ftp-1.5.2_GH0.tar.gz) = 1812622 >diff --git devel/git-ftp/pkg-descr devel/git-ftp/pkg-descr >new file mode 100644 >index 000000000..44dfdce45 >--- /dev/null >+++ devel/git-ftp/pkg-descr >@@ -0,0 +1,3 @@ >+Uses GIT to upload only changed files to FTP servers >+ >+WWW: https://git-ftp.github.io
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 241046
: 208076