Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upPatch for FTP #1240
Merged
Patch for FTP #1240
Conversation
net-ftp/tnftp/tnftp-20151004.recipe
Outdated
| ARCHITECTURES="x86_64 x86 x86_gcc2" | ||
|
|
||
| PROVIDES=" | ||
| ntftp = $portVersion |
This comment has been minimized.
This comment has been minimized.
net-ftp/tnftp/tnftp-20151004.recipe
Outdated
| make install | ||
| } | ||
| LICENSE="BSD (2-clause)" | ||
| COPYRIGHT="2001-20015 The NetBSD Foundation, Inc. All rights reserved." |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Also: PATCHES under SOURCE_DIR, no empty lines between PROVIDES and REQUIRES. |
net-ftp/tnftp/tnftp-20151004.recipe
Outdated
| @@ -1,14 +1,16 @@ | |||
| SUMMARY="NetBSD luke FTP client" | |||
| DESCRIPTION="NetBSD FTP client with several advanced features" | |||
This comment has been minimized.
This comment has been minimized.
humdingerb
Mar 23, 2017
Member
"You could elaborate the DESCRIPTION with what's at http://freecode.com/projects/tnftp/:
tnftp (formerly known as lukemftp) is a port of the NetBSD FTP client. It offers many enhancements over the traditional BSD FTP client, including
- command-line editing,
- command-line fetches of FTP and HTTP URLs (including via proxies),
- command-line uploads of FTP URLs,"
... etc
Mind the 80 char limit (compare to other recipes)
net-ftp/tnftp/tnftp-20151004.recipe
Outdated
| @@ -1,14 +1,16 @@ | |||
| SUMMARY="NetBSD luke FTP client" | |||
| DESCRIPTION="NetBSD FTP client with several advanced features" | |||
| HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/" | |||
| LICENSE="BSD (2-clause)" | |||
| COPYRIGHT="2001-20015 The NetBSD Foundation, Inc. All rights reserved." | |||
This comment has been minimized.
This comment has been minimized.
humdingerb
Mar 23, 2017
Member
copyright before license, see "Ordering": https://github.com/haikuports/haikuports/wiki/HaikuPorter-Guidelines
net-ftp/tnftp/tnftp-20151004.recipe
Outdated
| @@ -1,14 +1,16 @@ | |||
| SUMMARY="NetBSD luke FTP client" | |||
| DESCRIPTION="NetBSD FTP client with several advanced features" | |||
| HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/" | |||
| LICENSE="BSD (2-clause)" | |||
| COPYRIGHT="2001-20015 The NetBSD Foundation, Inc. All rights reserved." | |||
| SOURCE_URI="http://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/tnftp-20151004.tar.gz" | |||
| REVISION="1" | |||
| CHECKSUM_SHA256="c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" | |||
This comment has been minimized.
This comment has been minimized.
net-ftp/tnftp/tnftp-20151004.recipe
Outdated
| @@ -1,14 +1,16 @@ | |||
| SUMMARY="NetBSD luke FTP client" | |||
| DESCRIPTION="NetBSD FTP client with several advanced features" | |||
| HOMEPAGE="ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/" | |||
| LICENSE="BSD (2-clause)" | |||
| COPYRIGHT="2001-20015 The NetBSD Foundation, Inc. All rights reserved." | |||
| SOURCE_URI="http://ftp.NetBSD.org/pub/NetBSD/misc/tnftp/tnftp-20151004.tar.gz" | |||
| REVISION="1" | |||
| CHECKSUM_SHA256="c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" | |||
|
|
|||
| ARCHITECTURES="x86_64 x86 x86_gcc2" | |||
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
korli
Mar 23, 2017
Contributor
@humdingerb sorry I didn't see your additional comments before merging.
CodeforEvolution
pushed a commit
to CodeforEvolution/haikuports
that referenced
this pull request
May 6, 2017
* remove ftp.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
walkerlala commentedMar 23, 2017
No description provided.