View | Details | Raw Unified | Return to bug 18052
Collapse All | Expand All

(-)net/tn5250/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	tn5250
8
PORTNAME=	tn5250
9
PORTVERSION=	0.15.7
9
PORTVERSION=	0.15.8
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	ftp://cvs.cleveland.lug.net/pub/tn5250/
11
MASTER_SITES=	ftp://cvs.cleveland.lug.net/pub/tn5250/
12
12
Lines 14-19 Link Here
14
14
15
USE_LIBTOOL=	yes
15
USE_LIBTOOL=	yes
16
16
17
MAN1=		scs2ascii.1 tn5250.1
17
MAN1=		scs2ascii.1 scs2pdf.1 tn5250.1 lp5250d.1
18
18
19
.include <bsd.port.mk>
19
.include <bsd.port.mk>
(-)net/tn5250/files/md5 (-1 / +1 lines)
Line 1 Link Here
1
MD5 (tn5250-0.15.7.tar.gz) = e009f1d53d723a502aac105411815649
1
MD5 (tn5250-0.15.8.tar.gz) = f76d29013ffdb36edff1679589ece0f4
(-)net/tn5250/patches/patch-aa (+10 lines)
Line 0 Link Here
1
--- src/debug.c.orig	Fri Feb 18 06:59:19 2000
2
+++ src/debug.c	Mon Apr 10 03:00:00 2000
3
@@ -31,7 +31,6 @@
4
 #include <stdlib.h>
5
 #include <string.h>
6
 #include <ctype.h>
7
-#include <malloc.h>
8
 
9
 #include "utility.h"
10
 #include "buffer.h"
(-)net/tn5250/patches/patch-ab (+10 lines)
Line 0 Link Here
1
--- src/tn5250-private.h.orig	Sun Feb 13 11:32:48 2000
2
+++ src/tn5250-private.h	Mon Apr 10 03:00:00 2000
3
@@ -29,7 +29,6 @@
4
 #include <stdlib.h>
5
 #include <stdio.h>
6
 #include <string.h>
7
-#include <malloc.h>
8
 #include <ctype.h>
9
 #include <errno.h>
10
 #include <signal.h>
(-)net/tn5250/pkg/DESCR (-1 / +1 lines)
Lines 2-8 Link Here
2
It provides 5250 library and 5250 terminal emulation.
2
It provides 5250 library and 5250 terminal emulation.
3
(usually used to connect to IBM AS/400 Midrange systems)
3
(usually used to connect to IBM AS/400 Midrange systems)
4
4
5
WWW: http://www.blarg.net/~mmadore/5250.html
5
WWW: http://www.linux-sna.org/software/5250/
6
6
7
- Elias Mandouvalos
7
- Elias Mandouvalos
8
ocean@compulink.gr
8
ocean@compulink.gr
(-)net/tn5250/pkg/PLIST (-3 / +3 lines)
Lines 18-31 Link Here
18
include/tn5250/slangterm.h
18
include/tn5250/slangterm.h
19
include/tn5250/stream.h
19
include/tn5250/stream.h
20
include/tn5250/terminal.h
20
include/tn5250/terminal.h
21
include/tn5250/transmaps.h
22
include/tn5250/utility.h
21
include/tn5250/utility.h
23
include/tn5250/wtd.h
22
include/tn5250/wtd.h
24
lib/lib5250.a
23
lib/lib5250.a
25
lib/lib5250.so
24
lib/lib5250.so
26
lib/lib5250.so.0
25
lib/lib5250.so.0
27
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
26
@exec /sbin/ldconfig -m %B
28
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
27
@unexec /sbin/ldconfig -R
28
share/aclocal/tn5250.m4
29
share/tn5250/XTerm
29
share/tn5250/XTerm
30
share/tn5250/dialogrc
30
share/tn5250/dialogrc
31
share/tn5250/uk5250.map
31
share/tn5250/uk5250.map

Return to bug 18052