pkgsrc-WIP-changes archive

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

Added a console only ncurses c3270 terminal emulator for IBM 3278/3279



Module Name:	pkgsrc-wip
Committed By:	astr0b4by <astr0b4by%gmail.com@localhost>
Pushed By:	astr0b4by
Date:		Tue Jun 16 21:56:03 2020 +0000
Changeset:	f1322f43656950ef2f68015a1675da40c27c8f0b

Added Files:
	c3270/DESCR
	c3270/Makefile
	c3270/PLIST
	c3270/distinfo

Log Message:
Added a console only ncurses c3270 terminal emulator for IBM 3278/3279

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f1322f43656950ef2f68015a1675da40c27c8f0b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 c3270/DESCR    |  1 +
 c3270/Makefile | 27 +++++++++++++++++++++++++++
 c3270/PLIST    |  4 ++++
 c3270/distinfo |  6 ++++++
 4 files changed, 38 insertions(+)

diffs:
diff --git a/c3270/DESCR b/c3270/DESCR
new file mode 100644
index 0000000000..526e0f93db
--- /dev/null
+++ b/c3270/DESCR
@@ -0,0 +1 @@
+IBM 3278/3279 terminal emulator for ncurses terminals
diff --git a/c3270/Makefile b/c3270/Makefile
new file mode 100644
index 0000000000..0237ed1a64
--- /dev/null
+++ b/c3270/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	c3270-3.3.15ga9-src
+PKGNAME=	c3270-3.3.15ga9
+CATEGORIES=	net
+MASTER_SITES=	http://x3270.bgp.nu/download/03.03.15/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://x3270.bgp.nu/
+COMMENT=	3270 Terminal emulator ncurses
+LICENSE=	modified-bsd
+
+WRKSRC=			${WRKDIR}/c3270-3.3
+CONFLICTS=		x3270-[0-9]*
+GNU_CONFIGURE=		yes
+CONFIGURE_ARGS+=	enable-c3270
+USE_TOOLS+=		gmake pkg-config
+
+PKG_SYSCONFSUBDIR=	c3270
+
+.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 --git a/c3270/PLIST b/c3270/PLIST
new file mode 100644
index 0000000000..0f2f587709
--- /dev/null
+++ b/c3270/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+bin/c3270
+bin/x3270if
+etc/x3270/ibm_hosts
diff --git a/c3270/distinfo b/c3270/distinfo
new file mode 100644
index 0000000000..fe1f4c1dd2
--- /dev/null
+++ b/c3270/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (c3270-3.3.15ga9-src.tgz) = a1772b9fd1f5fe3f1b5829fc66925c597ee6aece
+RMD160 (c3270-3.3.15ga9-src.tgz) = b102ae85113874b7a8de80cad5fe49055f67814b
+SHA512 (c3270-3.3.15ga9-src.tgz) = 5fb75f72e86ce6917fbe95ca3454f9facf3123d0862b5733443ad2e9a3d00b8aa6dd50c9cdff3283e07c6b468ee4975130ee3439220b07f0efe6fed6af29b318
+Size (c3270-3.3.15ga9-src.tgz) = 931728 bytes


Home | Main Index | Thread Index | Old Index