Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 May 2001 18:01:44 +0900 (JST)
From:      sakai@miya3f12.ee.kagu.sut.ac.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27007: Update port: x11/xkeywrap
Message-ID:  <200105010901.SAA06698@miya.ee.kagu.sut.ac.jp>

next in thread | raw e-mail | index | archive | help

>Number:         27007
>Category:       ports
>Synopsis:       Update port: x11/xkeywrap
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 01 02:10:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hiroaki Sakai
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
PFU
>Environment:

FreeBSD-4.2
XFree86

>Description:

XKeyWrap was updated from version-1.0 to version-1.1.
* Added repeat function.
* Modified play function.
* Added pause function.
* Manuals.
* And many other parts were modified.

>How-To-Repeat:
>Fix:
	
diff -ruN xkeywrap.old/Makefile xkeywrap/Makefile
--- xkeywrap.old/Makefile	Tue Apr 10 21:21:58 2001
+++ xkeywrap/Makefile	Sun Apr 22 17:15:58 2001
@@ -6,19 +6,22 @@
 #
 
 PORTNAME=	xkeywrap
-PORTVERSION= 	1.0
+PORTVERSION= 	1.1
 CATEGORIES=	x11
-MASTER_SITES=	http://www.seki.ee.kagu.sut.ac.jp/~sakai/
+MASTER_SITES=	http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ \
+		http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \
+		http://www.people.or.jp/~hsakai/myfreesoft/
 
 MAINTAINER=	sakai@seki.ee.kagu.sut.ac.jp
 
 USE_X_PREFIX=	yes
 MAN1=		xkeywrap.1
+MANCOMPRESSED=	yes
 PORTSDOCDIR=	${PREFIX}/share/doc/xkeywrap
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/xkeywrap ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/xkeywrap.man ${PREFIX}/man/man1/xkeywrap.1
+	${INSTALL_MAN} ${WRKSRC}/xkeywrap.1.gz ${PREFIX}/man/man1
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${PORTSDOCDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${PORTSDOCDIR}
diff -ruN xkeywrap.old/README.html xkeywrap/README.html
--- xkeywrap.old/README.html	Tue Apr 10 21:21:58 2001
+++ xkeywrap/README.html	Thu Jan  1 09:00:00 1970
@@ -1,30 +0,0 @@
-<html>
-<title> The FreeBSD Ports Collection (x11/xkeywrap)</title>
-<head><h1> The FreeBSD Ports Collection ("x11/xkeywrap")</h1> </head> <hr>
-<body>
-
-<p>You are now in the directory for the port "x11/xkeywrap" (package name "xkeywrap-1.0").
-
-<p>This is the one-line description for this port:
-
-<p><hr><p>
-Record, repeat, and play key sequence from keyboard
-<p><hr>
-
-<p>Please read the "<a href="pkg-descr">description file</a>" for a
-longer description.
-
-<p>Go to the <a href="../../README.html">top of the ports tree</a> for
-a summary on how to use the ports collection.
-
-<p>
-This port requires package(s) "XFree86-3.3.6_4" to build.
-<p>
-This port requires package(s) "XFree86-3.3.6_4" to run.
-
-<p><hr><p>
-<a href="../README.html"> Go up one level</a>
-|
-<a href="../../README.html"> Go to top of ports tree</a>
-</body>
-</html>
diff -ruN xkeywrap.old/distinfo xkeywrap/distinfo
--- xkeywrap.old/distinfo	Tue Apr 10 21:21:58 2001
+++ xkeywrap/distinfo	Sun Apr 22 16:59:41 2001
@@ -1 +1 @@
-MD5 (xkeywrap-1.0.tar.gz) = 14166cfa1a18e07bfc6939472d1fc2f3
+MD5 (xkeywrap-1.1.tar.gz) = 992c36b39262361a175b32c9263add9f
diff -ruN xkeywrap.old/files/patch-aa xkeywrap/files/patch-aa
--- xkeywrap.old/files/patch-aa	Tue Apr 10 21:21:58 2001
+++ xkeywrap/files/patch-aa	Sun Apr 22 16:58:10 2001
@@ -1,6 +1,6 @@
---- Makefile.orig	Sat Jan  1 17:01:01 2000
-+++ Makefile	Sat Feb 19 00:58:13 2000
-@@ -6,22 +6,24 @@
+--- Makefile.orig	Sun Apr 22 16:52:58 2001
++++ Makefile	Sun Apr 22 16:55:06 2001
+@@ -6,16 +6,16 @@
  ###############################################################################
  
  #PREFIX  = /usr/local
@@ -10,31 +10,24 @@
 +#X11BASE = /usr/X11R6
  BINDIR  = ${PREFIX}/bin
  MANDIR  = ${PREFIX}/man/man1
- PKGNAME = xkeywrap-1.0
- VERSION = XKeyWrap-1.0
-+CC	?= gcc
-+CFLAGS	?= -O2
+ PKGNAME = xkeywrap-1.1
+ VERSION = XKeyWrap-1.1
  
- all :		xkeywrap xkeywrap.1.gz
- 
- xkeywrap :	xkeywrap.c list.o readme.h copyright.h
--		gcc xkeywrap.c list.o -o xkeywrap \
-+		${CC} ${CFLAGS} xkeywrap.c list.o -o xkeywrap \
- 			-I${X11BASE}/include -L${X11BASE}/lib -lX11 -lXt \
- 			-DVERSION=\"${VERSION}\"
+-CC = cc
+-CFLAGS = -O -Wall
+-LFLAGS =
++#CC = cc
++#CFLAGS = -O -Wall
++#LFLAGS =
  
- list.o :	list.c list.h
--		gcc -c list.c -I/usr/X11R6/include
-+		${CC} ${CFLAGS} -c list.c -I${X11BASE}/include
+ all :		xkeywrap xkeywrap.1.gz
  
- readme.h :	README mkstr
- 		cat README | ./mkstr readme > readme.h
-@@ -30,7 +32,7 @@
+@@ -40,7 +40,7 @@
  		cat COPYRIGHT | ./mkstr copyright > copyright.h
  
  mkstr :		mkstr.c
--		gcc mkstr.c -o mkstr
-+		${CC} ${CFLAGS} mkstr.c -o mkstr
+-		$(CC) mkstr.c -o mkstr
++		$(CC) $(CFLAGS) mkstr.c -o mkstr
  
  xkeywrap.1.gz :	xkeywrap.man
  		cp xkeywrap.man xkeywrap.1
diff -ruN xkeywrap.old/pkg-descr xkeywrap/pkg-descr
--- xkeywrap.old/pkg-descr	Tue Apr 10 21:21:59 2001
+++ xkeywrap/pkg-descr	Sun Apr 22 17:24:57 2001
@@ -1,8 +1,7 @@
 XKeyWrap is a wrapper of key sequence between keyboard and an application
 (ex.emacs).
-XKeyWrap can record, repeat, and play key sequence in real time.
-And XKeyWrap can send key sequence to an application on other X server
-over the network.
+XKeyWrap can record and play key sequence in real time. And XKeyWrap can send
+key sequence to an application on other X server over the network.
 
 If you want to read more details, type
     % xkeywrap -readme
@@ -17,11 +16,7 @@
 If you want to get the full or newest original destribution package
 of XKeyWrap, see
 
-WWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft.html
-
-This software is distributed under the GNU General Public License.
-If you want to get a copy of the GNU General Public License, see above
-web site and get the full original destribution package of XKeyWrap.
+WWW: http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/index.html
 
 - Sakai Hiroaki
 sakai@seki.ee.kagu.sut.ac.jp
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105010901.SAA06698>