Port details |
- c3270 curses-based remote login to IBM mainframes without x3270
- 4.3_1 net =2 4.0_3Version of this port present on the latest quarterly branch.
- Maintainer: kbowling@FreeBSD.org
- Port Added: 2004-12-16 09:30:42
- Last Update: 2021-09-03 06:40:46
- Commit Hash: 87b574b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://x3270.miraheze.org/wiki/Main_Page
- Description:
- 3270 terminal emulator under X or console.
It can be used to communicate with any IBM host that supports 3270-style
connections over TELNET. It can also communicate with hosts that use
line-by-line ASCII mode to do initial login negotiation before switching to
full-screen 3270 mode.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/net/c3270/ && make install clean
- To add the package, run one of these commands:
- pkg install net/c3270
- pkg install c3270
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: c3270
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1716439404
SHA256 (suite3270-4.3ga8-src.tgz) = 81c0ba4447d97a7b483c40e11b39d4498bbc9af55fa4f78ccff064b3e378dc59
SIZE (suite3270-4.3ga8-src.tgz) = 14603479
Packages (timestamps in pop-ups are UTC):
- Master port: x11/x3270
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- tclsh : lang/tcl-wrapper
- gmake>=4.4.1 : devel/gmake
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libreadline.so.8 : devel/readline
- libtcl86.so : lang/tcl86
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for c3270-4.3_1:
DBCS=off: EBCDIC double-byte character set support
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_c3270
- USES:
- cpe iconv gmake readline shebangfix tcl ssl
- pkg-message:
- For install:
- If using x3270, You may wish to add "/usr/local/share/fonts/x3270/" to your X11
FontPath. See "Using Fonts in Xorg" in the FreeBSD handbook.
'x3270a' will automatically scale the interface for high DPI displays.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: x11/x3270 |
Commit | Credits | Log message |
4.0_3 03 Sep 2021 06:40:46 |
Bernhard Froehlich (decke) |
net/c3270: Fix CPE information
Approved by: portmgr (blanket) |
4.0_3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.0_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.0_2 15 Feb 2021 20:39:50 |
kbowling |
x11/x3270: Update the pkg-descr
Sponsored by: BBOX.io |
4.0_2 15 Feb 2021 18:43:44 |
kbowling |
net/c3270: Make it a slave port of x11/x3270
Reviewed by: krion, timur
Sponsored by: BBOX.io
Differential Revision: D28606 |
3.3.14ga11_3 30 Aug 2020 01:48:53 |
kbowling |
net/c3270: take maintainer
Per private communication with araujo@ he doesn't have time to maintain ports |
3.3.14ga11_3 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
3.3.14ga11_2 27 Jun 2017 13:46:53 |
sunpoet |
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine |
3.3.14ga11_1 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
3.3.14ga11_1 10 Oct 2015 14:03:01 |
tijl |
Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.
These were FreeBSD specific aliases for libiconv(), libiconv_open() and
libiconv_close() that are now also provided by libc which complicates
writing configure tests that work correctly when both libc iconv and
libiconv are available.
Also, because the libiconv iconv.h header redefines iconv* to libiconv*
correct use of the header implies that the aliases aren't used.
The following ports needed fixes because there was something wrong with
the way they tried to detect or use iconv:
audio/deadbeef: Remove LIBICONV_PLUG from a source file. It's a
compile-time option and should not be set in source code. (Only the first 15 lines of the commit message are shown above ) |
3.3.14ga11_1 15 Apr 2015 08:20:28 |
tijl |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
3.3.14ga11 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
3.3.14ga11 15 Jul 2014 16:36:19 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
3.3.14ga11 30 Jun 2014 16:46:30 |
araujo |
- Use MANPREFIX instead of MAN1PREFIX. |
3.3.14ga11 30 Jun 2014 16:14:00 |
araujo |
- Update to 3.3.14ga11.
- Stagify. |
3.3.12ga13 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
3.3.12ga13 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
3.3.12ga13 29 May 2014 12:00:31 |
miwi |
- Convert gmake,bzip2 to USES
Approved by: portmgr |
3.3.12ga13 31 Mar 2014 05:53:12 |
cy |
Missing =.
Pointy hat to: self |
31 Mar 2014 04:27:53
|
cy |
Register conflicts due to x3270if.
Approved by: araujo |
3.3.12ga13 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
3.3.12ga13 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
3.3.12ga13 05 Jun 2013 12:51:06 |
bapt |
Convert to new options framework |
3.3.12ga13 24 May 2013 08:37:20 |
araujo |
- Update to 3.3.12ga13.
PR: ports/169942 [based on]
Submitted by: Thomas Johnson <tom@claimlynx.com> |
3.3.12ga7 27 Apr 2013 11:59:29 |
mva |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here
Reviewed by: zeising |
3.3.12ga7 20 Jan 2012 01:01:45 |
araujo |
- Update to 3.3.12ga7.
- Improve the description into pkg-descr. |
3.3.11ga6 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 |
3.3.11ga6 23 Aug 2011 07:45:27 |
dougb |
Geocities has been gone for almost 2 years now, so let's remove
references to it.
Deprecate ports whose only MASTER_SITE is (was) geocities |
3.3.11ga6 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.3.11ga6 16 Dec 2010 07:19:58 |
bapt |
c3270 doesn't depends on devel/icu2 at all |
3.3.11ga6 27 Sep 2010 13:46:50 |
araujo |
- Update to c3270-3.3.11ga6. |
3.3.10ga5 26 Jun 2010 19:13:50 |
araujo |
- Update to 3.3.10ga5.
PR: ports/147152
Submitted by: Eric F Crist <ecrist@secure-computing.net>
Feature safe: yes |
3.3.4p8 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 ) |
3.3.4p8 29 Mar 2008 15:57:41 |
ru |
Enclose OPTIONS descriptions in double quotes, as bsd.port.mk assumes. |
3.3.4p8 29 Jun 2007 16:29:19 |
araujo |
- Change my mail address to araujo@.
Approved by: stas (mentor) |
3.3.4p8 15 Jan 2007 20:07:07 |
miwi |
- Update to 3.3.4p8
- Pass maintainership to submitter
PR: 107918
Submitted by: Marcelo Araujo <araujo@bsdmail.org> |
3.3.4p6 09 Aug 2006 11:22:16 |
garga |
Release maintainership since i don't use it anymore |
3.3.4p6 11 May 2006 22:49:56 |
edwin |
Remove USE_REINPLACE from all categories starting with N |
3.3.4p6 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.3.4p6 08 Nov 2005 14:33:36 |
garga |
- Add SHA256 |
3.3.4p6 29 Sep 2005 19:12:35 |
garga |
- Update to 3.3.4p6 |
3.3.4 11 Jul 2005 16:47:16 |
garga |
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor) |
3.3.4 05 May 2005 04:29:36 |
novel |
Fix plist |
3.3.4 04 May 2005 16:55:46 |
novel |
Fix docs handling
Discussed with: Renato Botelho (maintainer) |
3.3.4 25 Apr 2005 14:34:56 |
leeym |
- Fix wrong var name LIST_SUB -> PLIST_SUB
PR: 80326
Submitted by: Renato Botelho <freebsd@galle.com.br> |
3.3.4 24 Apr 2005 13:52:08 |
novel |
Fix package building.
Reported by: pointyhat via kris
Pointyhat to: novel |
3.3.4 23 Apr 2005 18:09:09 |
novel |
- update to 3.3.4
- pass maintainership to submitter
PR: 80144
Submitted by: Renato Botelho <freebsd@galle.com.br> |
3.3.2p2 20 Apr 2005 09:13:59 |
vs |
Unbreak: Use PORTDOCS=* |
3.3.2p2 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.3.2p2 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.3.2p2 11 Feb 2005 21:51:59 |
kris |
BROKEN: Incomplete pkg-plist |
3.3.2p2 24 Jan 2005 04:23:44 |
kris |
Reset undeliverable maintainer address. It has reported the following
since Dec 24:
<"pdseniura:techie.com"@mail.com.int>: host
mta1.us4.outblaze.com.int[192.168.9.154] said: 552 recipient storage full,
try again later (in reply to RCPT TO command) |
3.3.2p2 16 Dec 2004 09:25:27 |
edwin |
New port: net/c3270 - to replace net/tn3270 - Full-screen curses-based
remote login to IBM mainframes
This port is the latest version of IBM 3270 terminal emulators
as an open source project that I can find. The net/tn3270 port
is dead-dead-dead and will take too much effort to fix on
5.x-6.x-Current. This new port is part of a group and has been
separated such that the user can pick & choose what he wants.
This particular port is for full-screen text-mode aka console
sessions with support for curses, OpenSSL, scripting, and
SNA-printer emulation with IBM mainframes.
I am unable to test most of the extra functionality. Also I
am continuing to investigate some text-mode anomalies that may
be highly dependent on the graphics/video card in use. But we (Only the first 15 lines of the commit message are shown above ) |