pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms New package for c3270, via pkgsrc-wip.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/004d5b4fb6ee
branches:  trunk
changeset: 372213:004d5b4fb6ee
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Fri Jan 21 16:49:00 2022 +0000

description:
New package for c3270, via pkgsrc-wip.

This addresses PR pkg/54543.

IBM 3278/3279 terminal emulator for ncurses terminals

diffstat:

 comms/Makefile       |   3 ++-
 comms/c3270/DESCR    |   1 +
 comms/c3270/Makefile |  34 ++++++++++++++++++++++++++++++++++
 comms/c3270/PLIST    |   4 ++++
 comms/c3270/distinfo |   5 +++++
 5 files changed, 46 insertions(+), 1 deletions(-)

diffs (77 lines):

diff -r d9f8c8f336bf -r 004d5b4fb6ee comms/Makefile
--- a/comms/Makefile    Fri Jan 21 16:35:07 2022 +0000
+++ b/comms/Makefile    Fri Jan 21 16:49:00 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.130 2022/01/16 13:11:07 nia Exp $
+# $NetBSD: Makefile,v 1.131 2022/01/21 16:49:00 bsiegert Exp $
 #
 
 COMMENT=       Telephony and serial communication utilities
@@ -11,6 +11,7 @@
 SUBDIR+=       binkd
 SUBDIR+=       birda
 SUBDIR+=       bthfp
+SUBDIR+=       c3270
 SUBDIR+=       conserver
 SUBDIR+=       conserver8
 SUBDIR+=       deforaos-phone
diff -r d9f8c8f336bf -r 004d5b4fb6ee comms/c3270/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/c3270/DESCR Fri Jan 21 16:49:00 2022 +0000
@@ -0,0 +1,1 @@
+IBM 3278/3279 terminal emulator for ncurses terminals
diff -r d9f8c8f336bf -r 004d5b4fb6ee comms/c3270/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/c3270/Makefile      Fri Jan 21 16:49:00 2022 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2022/01/21 16:49:00 bsiegert Exp $
+
+DISTNAME=      suite3270-4.1ga11-src
+PKGNAME=       c3270-4.1ga11
+CATEGORIES=    comms
+MASTER_SITES=  http://x3270.bgp.nu/download/04.01/
+EXTRACT_SUFX=  .tgz
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://x3270.bgp.nu/
+COMMENT=       3270 Terminal emulator for ncurses
+LICENSE=       modified-bsd
+
+WRKSRC=                        ${WRKDIR}/suite3270-4.1
+CONFLICTS=             x3270-[0-9]*
+GNU_CONFIGURE=         yes
+CONFIGURE_ARGS+=       --enable-c3270
+USE_TOOLS+=            gmake pkg-config
+
+PKG_SYSCONFSUBDIR=     x3270
+EGDIR=                 share/examples/c3270
+INSTALLATION_DIRS+=    ${EGDIR}
+CONF_FILES+=           ${EGDIR}/ibm_hosts ${PKG_SYSCONFDIR}/ibm_hosts
+
+post-install:
+       ${MV} ${DESTDIR}${PKG_SYSCONFDIR}/ibm_hosts ${DESTDIR}${PREFIX}/${EGDIR}
+
+
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/expat/buildlink3.mk"
+.include "../../lang/tcl/buildlink3.mk"
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d9f8c8f336bf -r 004d5b4fb6ee comms/c3270/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/c3270/PLIST Fri Jan 21 16:49:00 2022 +0000
@@ -0,0 +1,4 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/21 16:49:00 bsiegert Exp $
+bin/c3270
+bin/x3270if
+share/examples/c3270/ibm_hosts
diff -r d9f8c8f336bf -r 004d5b4fb6ee comms/c3270/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/comms/c3270/distinfo      Fri Jan 21 16:49:00 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/21 16:49:00 bsiegert Exp $
+
+BLAKE2s (suite3270-4.1ga11-src.tgz) = 73136a3953dd24c6656a8dd7fc38a8fee0994f3c5cf636928471e4e6b0da3c42
+SHA512 (suite3270-4.1ga11-src.tgz) = 1032a03bf9b24ae9d0e9b9f8b6a7c6319dff2c77db14257f22eb05b52b308e9134d8c6a5080178081f7ba893936e2eca63bb0e04b804d4a7df2507a5b3f625fb
+Size (suite3270-4.1ga11-src.tgz) = 3900772 bytes



Home | Main Index | Thread Index | Old Index