Port details |
- p5-Net-TCLink Module to for connecting to the TrustCommerce payment gateway
- 3.4_2 net =3 3.4_2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2002-10-24 17:50:16
- Last Update: 2023-05-17 16:30:15
- Commit Hash: 9b178ff
- People watching this port, also watch:: p5-Net-Server, p5-Net-Radius, p5-Geo-IPfree, p5-Net-Dict, p5-Net-Whois-Raw
- Also Listed In: perl5
- License: LGPL21
- WWW:
- https://metacpan.org/release/Net_TCLink
- Description:
- Net::TCLink is a thin client library to allow your e-commerce servers to
connect to the TrustCommerce payment gateway easily and consistently.
The protocol (which is the same across all platforms and languages) is
well-documented in the Web Developer's Guide, so please consult it for
any questions you may have about the protocol syntax itself.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-TCLink>0:net/p5-Net-TCLink
- To install the port:
- cd /usr/ports/net/p5-Net-TCLink/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-TCLink
- pkg install p5-Net-TCLink
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-TCLink
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Net_TCLink.pm-3.4.tar.gz) = 6fc43d79ab6ee4159ee159ae20639a7e186485c21ebd34186beb97a6f78102df
SIZE (Net_TCLink.pm-3.4.tar.gz) = 59656
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- finance/p5-Business-OnlinePayment-TCLink
- for Run
-
- finance/p5-Business-OnlinePayment-TCLink
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-TCLink
- USES:
- perl5 ssl
- 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 |
3.4_2 17 May 2023 16:30:15 |
Muhammad Moinur Rahman (bofh) |
*/*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.
Approved by: portmgr (blanket) |
3.4_2 24 Mar 2023 14:07:04 |
Muhammad Moinur Rahman (bofh) |
net/p5-Net-TCLink: Fix BUILD on HEAD |
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) |
3.4_2 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 ) |
3.4_2 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 ) |
3.4_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.4_2 29 Jul 2018 19:26:45 |
sunpoet |
Fix WWW
Approved by: portmgr (blanket) |
3.4_2 11 Sep 2016 00:49:36 |
marino |
net/p5-Net-TCLink: Add SSL flags
Approved by: SSL blanket |
3.4_2 15 Jan 2015 09:05:38 |
tijl |
Add missing USE_OPENSSL=yes
PR: 195796 |
3.4_1 24 Dec 2014 00:14:13 |
bofh |
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt |
3.4_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
3.4 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
3.4 03 May 2014 08:47:57 |
sunpoet |
- Add LICENSE
- Pass maintainership to submitter
- While I'm here, remove leading indefinite article from COMMENT
PR: ports/189242
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
3.4 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
3.4 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.4 02 Aug 2013 18:21:06 |
az |
- Convert to new perl framework |
3.4 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.4 25 Dec 2008 03:13:51 |
linimon |
Reset yinjieh@csie.nctu.edu.tw due to lack of time to work on ports
right now, by request.
Hat: portmgr |
3.4 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
3.4 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
3.4 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
3.4 26 Feb 2005 19:55:52 |
leeym |
- add WWW: in pkg-descr
- fix PLIST |
3.4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
3.4 14 Oct 2003 13:30:55 |
vanilla |
Upgrade to 3.4, and grab maintainer bit.
PR: ports/58003
Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> |
3.3.1 20 Feb 2003 18:51:13 |
knu |
De-pkg-comment. |
3.3.1 24 Oct 2002 17:49:11 |
sobomax |
Add p5-Net-TCLink 3.3.1, a client library to for connecting to the
TrustCommerce payment gateway. |