Port details |
- fspclient Ftp-like client for the FSP service
- 0.93.1 net =5 0.93.1Version of this port present on the latest quarterly branch.
- Maintainer: cy@FreeBSD.org
- Port Added: unknown
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: xlockmore, sudo, openssl, OpenSSH-askpass, cops
- License: not specified in port
- WWW:
- https://fspclient.sourceforge.net/
- Description:
- FSP Client is single executable client for the FSP protocol. FSP
Client uses an FTP-like user interface. It feels like FTP, but under
the hood it uses FSP protocol. FSP is a UDP-based protocol for transfering
files around, and was designed for anonymous archives.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fspclient>0:net/fspclient
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net/fspclient/ && make install clean
- To add the package, run one of these commands:
- pkg install net/fspclient
- pkg install fspclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fspclient
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1565982519
SHA256 (fspclient-0.93.1.tar.bz2) = a419870f43eef1d8ab059379e0baddeb6bcc5c8acd26561939fea9be51e75487
SIZE (fspclient-0.93.1.tar.bz2) = 69325
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- scons-3.9 : devel/scons@py39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_fspclient
- USES:
- tar:bzip2 scons
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.93.1 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.93.1 26 Jun 2023 18:41:08 |
Cy Schubert (cy) |
net/fspclient: Fix a multitude of LLVM16 build failures
Too many (recursive) to list here. |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.93.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.93.1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.93.1 25 Nov 2021 21:40:11 |
Stefan Eßer (se) |
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket) |
0.93.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.93.1 23 Aug 2020 19:50:03 |
sunpoet |
Use scons of Python 3
Approved by: portmgr (blanket) |
0.93.1 25 May 2020 18:33:44 |
sunpoet |
Update USES=scons to specify scons of Python 2
- While I'm here, convert emulators/gem5 and games/marsnomercy to USES=scons |
0.93.1 17 Jan 2020 20:30:04 |
antoine |
Fix plist after r523104 |
0.93.1 16 Aug 2019 19:44:18 |
cy |
Update 0.93.0 --> 0.93.1
PR: 239912
Submitted by: hsn@sendmail.cz |
0.93.0 05 Oct 2017 01:54:56 |
cy |
Register net/fsbclient and cad/alliance conflict.
Reported by: rodrigo |
0.93.0 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.93.0 15 Apr 2016 06:15:24 |
cy |
Fix build broken by r412929. |
0.93.0 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.93.0 27 May 2014 12:42:34 |
bapt |
Support stage
Convert to USES=scons |
0.93.0 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.93.0 06 Dec 2011 21:19:47 |
cy |
Fix build under 9.0.
Assume maintainership of this orphan.
Feature safe: yes |
0.93.0 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.93.0 20 Mar 2010 14:18:32 |
miwi |
- Mark BROKEN on HEAD: fails to build with new utmpx
Reported by: pointyhat |
0.93.0 19 Sep 2009 11:22:55 |
miwi |
- Update to 0.93.0
PR: 138865
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz>
Feature safe: yes |
0.92.1 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.92.1 27 Jul 2009 22:42:33 |
miwi |
- Update to 0.92.1
PR: 136966
Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer) |
0.91.0 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
0.91.0 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
0.91.0 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.91.0 26 Jul 2005 08:12:20 |
sem |
- Update to 0.91.0
PR: ports/84072
Submitted by: Ports Fury |
0.90.0 27 Feb 2005 14:22:31 |
pav |
- Update to 0.90.0
PR: ports/78091
Submitted by: Radim Kolar <hsn@netmag.cz> |
0.0.10 19 Jan 2005 23:59:20 |
pav |
- Update to 0.0.10
PR: ports/76466
Submitted by: Radim Kolar <hsn@netmag.cz> |
0.0.9 20 Dec 2004 20:33:55 |
sem |
- Remove a forgotten file with the last commit |
0.0.9 20 Dec 2004 20:32:02 |
sem |
- Update to 0.0.9
PR: ports/75323
Submitted by: Radim Kolar <hsn(at)netmag.cz> |
0.0.7 12 Oct 2004 13:23:48 |
krion |
Drop maintainership to ports@FreeBSD.org
PR: ports/71721
Submitted by: Radim Kolar <hsn@netmag.cz> |
0.0.7 23 Aug 2004 20:30:56 |
krion |
Fix build with gcc-3.4
PR: ports/70883
Submitted by: maintainer |
0.0.7 22 Jul 2004 07:23:13 |
vs |
Update to 0.0.7 (unDEPRECATE)
PR: ports/69392
Submitted by: Radim Kolar (maintainer) |
0.0.6 21 Jun 2004 21:27:46 |
kris |
Set an expiry date of 2004-08-20 for these BROKEN/IGNORE/FORBIDDEN
ports. They will be removed on or after that date if they are still
broken and no fix has been submitted to GNATS. |
0.0.6 17 May 2004 16:10:59 |
pav |
- Mark IGNORE: Does not work correctly with FreeBSD libc because of differencies
in getopt() handling
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer) |
0.0.6 10 Feb 2004 18:12:54 |
leeym |
add size
PR: 62361
Submitted by: Radim Kolar <hsn@netmag.cz> |
0.0.6 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.0.6 16 Jan 2004 17:33:40 |
clement |
Add WWW.
PR: 61433
Submitted by: Radim Kolar <hsn@netmag.cz> (maintainer)
Approved by: erwin (mentor) (implicitly) |
0.0.6 13 Jan 2004 04:19:11 |
petef |
- update to 0.0.6
- fetch from sourceforge now
- pass maintainership to submitter
PR: 61214
Submitted by: Radim Kolar <hsn@netmag.cz> (new maintainer) |
0.0.h 20 Feb 2003 18:51:13 |
knu |
De-pkg-comment. |
0.0.h 15 May 2002 19:51:08 |
dwcjr |
Fix -current building
PR: 37963
Submitted by: obraun@informatik.unibw-muenchen.de |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |