Port details |
- rexx-curl External function package providing an interface to the cURL package
- 2.1.1 ftp =4 2.1.0Version of this port present on the latest quarterly branch.
- Maintainer: bob@eager.cx
- Port Added: 2003-11-10 01:04:15
- Last Update: 2024-09-04 16:44:53
- Commit Hash: e224645
- People watching this port, also watch:: pure-ftpd, ocaml-ocurl, profxp, jftp, yafc
- License: CPLV1
- WWW:
- https://rexxcurl.sourceforge.net/
- Description:
- Rexx/CURL is an external function package providing an interface to the cURL
package. cURL is a general purpose package that allows access to any
URL-addressable resource. With Rexx/CURL you can access resources such as web
pages, ftp sites, and telnet sessions under control of your Rexx program.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rexx-curl>0:ftp/rexx-curl
- To install the port:
- cd /usr/ports/ftp/rexx-curl/ && make install clean
- To add the package, run one of these commands:
- pkg install ftp/rexx-curl
- pkg install rexx-curl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rexx-curl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1725394061
SHA256 (rexxcurl-2.1.1.tar.gz) = f95566a3236a2e42d677be5abf2047e057b1c089ae01aa98fbcff9b4181dc0c5
SIZE (rexxcurl-2.1.1.tar.gz) = 941256
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:
-
- rexx : lang/rexx-regina
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- rexx : lang/rexx-regina
- Library dependencies:
-
- libcurl.so : ftp/curl
- libregina.so : lang/rexx-regina
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for rexx-curl-2.1.1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- ftp_rexx-curl
- USES:
- gmake pkgconfig
- 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 |
2.1.1 04 Sep 2024 16:44:53 |
Zsolt Udvari (uzsolt) |
ftp/rexx-curl: Update to 2.1.1
Add pkgconfig to USES.
Switch to DISTVERSION.
Remove obsolote patches.
Pet portfmt.
PR: 279775
Approved by: Bob Eager <bob@eager.cx> (maintainer) |
2.1.0 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 |
2.1.0 10 Sep 2022 13:03:01 |
Po-Chuan Hsieh (sunpoet) Author: Bob Eager |
ftp/rexx-curl: Unbreak this port with curl 7.85.0
PR: 266269 |
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) |
2.1.0 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 ) |
2.1.0 05 Sep 2022 21:08:58 |
Dmitry Marakasov (amdmi3) |
ftp/rexx-curl: mark BROKEN
./rexxcurl.c:486:28: error: use of undeclared identifier
'CURLOPT_FTP_RESPONSE_TIMEOUT'; did you mean 'CURLOPT_SERVER_RESPONSE_TIMEOUT'?
{ "FTPRESPONSETIMEOUT", CURLOPT_FTP_RESPONSE_TIMEOUT, RXCURLOPT_LONG, NULL },
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
CURLOPT_SERVER_RESPONSE_TIMEOUT
/usr/local/include/curl/curl.h:1485:11: note: 'CURLOPT_SERVER_RESPONSE_TIMEOUT'
declared here
CURLOPT(CURLOPT_SERVER_RESPONSE_TIMEOUT, CURLOPTTYPE_LONG, 112),
^
Approved by: portmgr blanket
Reported by: pkg-fallout |
2.1.0 20 Jul 2022 14:21:53 |
Tobias C. Berner (tcberner) |
ftp: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Alexander Kriventsov
* Anders Nordby <anders@fix.no>
* Andreas Fehlner <fehlner@gmx.de>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
* Chris Piazza <cpiazza@FreeBSD.org>
* Damjan Marion <dmarion@open.hr>
* Emanuel Haupt <ehaupt@critical.ch>
* Eric Freeman <freebsdports@chillibear.com> (Only the first 15 lines of the commit message are shown above ) |
2.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.1.0 08 Apr 2019 17:47:09 |
swills |
ftp/rexx-curl: Update to 2.1.0 and fix LLD_UNSAFE
PR: 237076
Submitted by: bob@eager.cx (maintainer) |
2.0.1_1 26 Nov 2018 01:48:42 |
swills |
ftp/rexx-curl: Fix regex
PR: 233516
Submitted by: bob@eager.cx (maintainer) |
2.0.1 30 Mar 2018 11:52:47 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 221803
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
2.0.1 31 Aug 2016 17:00:56 |
amdmi3 |
- Update to 2.0.1
PR: 212271
Submitted by: bob@eager.cx (maintainer) |
2.0 19 Aug 2016 13:55:56 |
amdmi3 |
- Resurrect ftp/rexx-curl
Rexx/CURL is an external function package providing an interface to the cURL
package. cURL is a general purpose package that allows access to any
URL-addressable resource. With Rexx/CURL you can access resources such as web
pages, ftp sites, and telnet sessions under control of your Rexx program.
WWW: http://rexxcurl.sourceforge.net/
PR: 211920
Submitted by: bob@eager.cx |
1.4_4 28 Jan 2015 16:18:28 |
rene |
Remove expired ports:
2015-01-26 audio/qmidinet: Broken for more than 6 months
2015-01-26 audio/wmauda: Broken for more than 6 months
2015-01-26 audio/x11amp: Broken for more than 6 months
2015-01-26 devel/p5-Log-Any-Adapter: devel/p5-Log-Any-Adapter merged into
devel/p5-Log-Any by upstream
2015-01-26 ftp/rexx-curl: Broken for more than 6 months
2015-01-26 net-im/pidgin-audacious-remote: Broken for more than 6 months
2015-01-26 www/lifetype: Broken for more than 6 months
2015-01-26 www/ump: Broken for more than 6 months |
1.4_4 26 Dec 2014 21:47:11 |
antoine |
Deprecate ports broken for more than 6 months |
1.4_4 20 Oct 2014 15:20:22 |
bapt |
Clean up plist |
1.4_4 28 Jun 2014 08:00:11 |
antoine |
Mark BROKEN: Fails to install/package with new rexx-regina
/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/bin/rexxcurl
./preinst.rexx /usr/local/bin/rexxcurl ./demo/testcurl.rexx
/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/testcurl.rexx
Error 13 running
"/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/bin/rexxcurl", line 1:
Invalid character in program
Error 13.1: Invalid character in program "('7f'X)"
...
===> Building package for rexx-curl-1.4_4
pkg-static:
lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/getright.rexx):
No such file or directory
pkg-static:
lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/httppost.rexx):
No such file or directory
pkg-static:
lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/mirror.rexx):
No such file or directory
pkg-static:
lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/scp.rexx):
No such file or directory
pkg-static:
lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/testcurl.rexx):
No such file or directory
pkg-static:
lstat(/wrkdirs/usr/ports/ftp/rexx-curl/work/stage/usr/local/share/rexxcurl/upload.rexx):
No such file or directory
Reported by: pkg-fallout |
1.4_4 25 Jan 2014 21:15:01 |
bapt |
Support stage
Modernize LIB_DEPENDS
Add DOCS option |
1.4_4 20 Sep 2013 17:23:19 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
ftp) |
1.4_4 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
1.4_3 10 Jun 2013 12:26:23 |
az |
- Fix build
- Trim Makefile
- NOPORTDOCS -> PORT_OPTIONS:MDOCS
PR: ports/179439
Submitted by: John Marino <draco@marino.st> |
1.4_3 02 Apr 2013 10:38:37 |
miwi |
- Mark BROKEN fails to build
rpath=/usr/lib:/usr/local/lib -lssl -lcrypto -lz
ld: unrecognized option '-Wl,-rpath=/usr/lib:/usr/local/lib'
ld: use the --help option for usage information
gmake: *** [librexxcurl.so] Error 1
*** Error code 1
Approved by: portmgr |
1.4_3 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.4_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.4_3 03 Apr 2010 10:44:36 |
roam |
Chase the ftp/curl shlib version bump. |
1.4_2 28 Aug 2009 16:52:33 |
linimon |
Reset beech@FreeBSD.org while he works on restoring his email situation.
Hat: portmgr |
1.4_2 22 Aug 2009 00:20:34 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with E,F |
1.4_2 23 Jan 2009 15:43:14 |
roam |
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working. |
1.4_1 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 ) |
1.4_1 23 Jan 2008 22:43:36 |
beech |
- Adopt orphan ports in ftp category.
Approved by: linimon (mentor, implicit) |
1.4_1 13 Dec 2006 12:41:36 |
roam |
Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.
Thanks to everyone who took the time to look over the patch!
Discussed on: -ports |
1.4 14 Aug 2006 23:06:39 |
clsung |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
1.4 07 May 2006 11:09:22 |
edwin |
Remove USE_REINPLACE from all categories starting with F |
1.4 24 Nov 2005 16:27:27 |
pav |
- Add SHA256 |
1.4 07 Nov 2005 00:03:15 |
mnag |
Update to 1.4
PR: 88560
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.3 18 Jul 2005 06:19:26 |
pav |
- Update to 1.3
PR: ports/83614
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2 23 Dec 2004 12:53:58 |
danfe |
Update to version 1.2, remove BROKEN and DEPRECATED marks. |
1.1_2 18 Dec 2004 23:02:35 |
kris |
This port is scheduled to be removed on 2005-02-18 if it is still
broken at that time, and a fix has not been submitted to GNATS. |
1.1_2 09 Jun 2004 03:26:22 |
kris |
BROKEN: Does not build with new curl library |
1.1_2 03 Jun 2004 22:41:40 |
roam |
Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports. |
1.1_1 28 Apr 2004 18:38:19 |
vs |
- Unbreak package build by noting that this port requires pthreads because
a dependency (rexx-regina) needs them.
- Pet portlint (COMMENT > 70 chars)
Approved by: linimon (implicit) |
1.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.1 10 Nov 2003 01:02:43 |
ijliao |
add rexx-curl 1.1
An external function package providing an interface to the cURL package |