[20011] trunk/dports/x11

source_changes at macosforge.org source_changes at macosforge.org
Tue Oct 10 21:25:29 PDT 2006


Revision: 20011
          http://trac.macosforge.org/projects/macports/changeset/20011
Author:   markd at macports.org
Date:     2006-10-10 21:25:28 -0700 (Tue, 10 Oct 2006)

Log Message:
-----------
Closes #7488.  New port.

Added Paths:
-----------
    trunk/dports/x11/x3270/
    trunk/dports/x11/x3270/Portfile

Added: trunk/dports/x11/x3270/Portfile
===================================================================
--- trunk/dports/x11/x3270/Portfile	                        (rev 0)
+++ trunk/dports/x11/x3270/Portfile	2006-10-11 04:25:28 UTC (rev 20011)
@@ -0,0 +1,63 @@
+# $Id: $
+PortSystem			1.0
+name				x3270
+version				3.3.4p8
+categories			x11
+maintainers			mark.church at gmail.com
+description			x3270 is an IBM 3270 terminal emulator for the X Window System.
+long_description		x3270 is an IBM 3270 terminal emulator for the X \
+				Window System. It runs on most Unix-like operating \
+				systems -- e.g., Linux, Mac OS X, Solaris, and Cygwin.\
+ \
+				x3270 runs over a TELNET connection, emulating either \
+				an IBM 3279 (color) or 3278 (monochrome). It supports: \
+ \
+					* The full TN3270E protocol \
+    					* SSL/TLS (via the OpenSSL library) for  \
+				  	encrypted sessions \
+    					* APL2 characters \
+    					* Non-English character sets, including  \
+				  	Russian, Turkish, Hebrew and DBCS Chinese  \
+				  	and Japanese \
+    					* IND\$FILE file transfer \
+    					* NVT mode (emulating a color xterm) \
+    					* A pop-up keypad for 3270-specific keys \
+    					* A scrollbar \
+    					* Printer session integration \
+    					* Extensive debugging and scripting facilities \
+ \
+				It does not yet support graphics. 
+homepage			http://x3270.bgp.nu/index.html
+master_sites			sourceforge
+master_sites.mirror_subdir	${name}
+distfiles			${name}-${version}.tgz
+checksums			md5 eece8cd1b2416c7791e401e1de678912 \
+				sha1 50ce194a6d2754fa3b21984e9bc644b689cfa421 \
+				rmd160 b7a55f0e0e69d60448fe087f2b01dbf4ea1642c9
+worksrcdir			x3270-3.3
+
+configure.args			--bindir=${prefix}/bin \
+				--without-pr3287 \
+				--disable-dbcs \
+				--with-fontdir=${prefix}/lib/x3270/fonts
+
+destroot.target         install install.man
+
+pre-build {
+	reinplace "s|\$(DESTDIR)\$(BINDIR)|\$(DESTDIR)${prefix}/bin|g" \
+		${worksrcpath}/Makefile
+}
+
+post-activate {
+ui_msg "\n
+If you wish to use a font other than \"fixed\", activate x3270 fonts by 
+executing this command:
+
+	/usr/X11R6/bin/xset fp+ ${prefix}/lib/x3270/fonts/
+
+To make the change persist after restarting X11, insert the same command
+into your ~/.xinitrc file or the X11 system default file:
+
+	/etc/X11/xinit/xinitrc
+\n"
+}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20061010/130255bc/attachment.html


More information about the macports-changes mailing list