1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

PR: 11698

Submitted by:	Chia-Hsing Yu <davidyu@ken.csie.ntu.edu.tw>
Update to v0.3.6.
This commit is contained in:
Foxfair Hu 1999-05-17 11:26:37 +00:00
parent 4ccc559270
commit bac769145c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18865
4 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
# New ports collection makefile for: zh-aterm
# Version required: 0.3.5
# Version required: 0.3.6
# Date created: 26 April 1999
# Whom: Chia-Hsing Yu <davidyu@ken.csie.ntu.edu.tw>
#
# $Id: Makefile,v 1.2 1999/05/07 05:05:31 foxfair Exp $
# $Id: Makefile,v 1.3 1999/05/10 16:20:11 flathill Exp $
#
DISTNAME= aterm-0.3.5
PKGNAME= zh-aterm-0.3.5
DISTNAME= aterm-0.3.6
PKGNAME= zh-aterm-0.3.6
CATEGORIES= chinese
MASTER_SITES= http://members.xoom.com/sashav/aterm/ \
http://www.tigr.net/afterstep/as-apps/download/aterm/ \

View File

@ -1 +1 @@
MD5 (aterm-0.3.5.tar.gz) = b4d67110343d2d56c3ea21c8b44aca4a
MD5 (aterm-0.3.6.tar.gz) = 8adc789412c583fa5ee10ce664e43373

View File

@ -1,5 +1,5 @@
--- src/Makefile.in.orig Mon May 10 13:05:37 1999
+++ src/Makefile.in Mon May 10 13:06:19 1999
--- src/Makefile.in.orig Fri May 14 05:30:49 1999
+++ src/Makefile.in Fri May 14 05:31:10 1999
@@ -19,13 +19,14 @@
SRCS = command.c graphics.c grkelot.c main.c menubar.c misc.c \

View File

@ -1,11 +1,11 @@
--- src/command.c.orig Mon May 10 13:06:58 1999
+++ src/command.c Mon May 10 13:09:27 1999
@@ -2069,11 +2069,17 @@
--- src/command.c.orig Fri May 14 05:31:24 1999
+++ src/command.c Fri May 14 05:34:35 1999
@@ -2128,11 +2128,17 @@
static int bypass_keystate = 0;
int reportmode;
static int csrO = 0; /* Hops - csr offset in thumb/slider */
+ int k_status;
+ char kbuf[256];
+ int k_status;
+ char kbuf[256];
/* to give proper Scroll behaviour */
switch (ev->type) {
@ -19,7 +19,7 @@
break;
case ClientMessage:
@@ -2138,6 +2144,7 @@
@@ -2197,6 +2203,7 @@
case FocusIn:
if (!TermWin.focus) {