diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xvkbd/Makefile | 29 | ||||
-rw-r--r-- | x11/xvkbd/distinfo | 1 | ||||
-rw-r--r-- | x11/xvkbd/files/patch-aa | 20 | ||||
-rw-r--r-- | x11/xvkbd/pkg-comment | 1 | ||||
-rw-r--r-- | x11/xvkbd/pkg-descr | 11 | ||||
-rw-r--r-- | x11/xvkbd/pkg-plist | 5 |
7 files changed, 68 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 71cedd634373..f1186338058e 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -110,6 +110,7 @@ SUBDIR += xtermset SUBDIR += xtestpicture SUBDIR += xtoolwait + SUBDIR += xvkbd SUBDIR += xwatchwin SUBDIR += xwit SUBDIR += xzoom diff --git a/x11/xvkbd/Makefile b/x11/xvkbd/Makefile new file mode 100644 index 000000000000..c696926669d9 --- /dev/null +++ b/x11/xvkbd/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xvkbd +# Date created: 26 November 2000 +# Whom: roam@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= xvkbd +PORTVERSION= 1.0 +CATEGORIES= x11 +MASTER_SITES= http://member.nifty.ne.jp/tsato/xvkbd/ + +MAINTAINER= roam@FreeBSD.org + +.if defined(WITH_XAW3D) +BUILD_DEPENDS= ${X11BASE}/lib/libXaw3d.a:${PORTSDIR}/x11-toolkits/Xaw3d +.endif + +USE_IMAKE= yes + +pre-fetch: + @${ECHO} "Define WITH_XAW3D for Xaw3d support." + +.if defined(WITH_XAW3D) +post-patch: + ${PERL} -pi.fbsd -e 's/XCOMM define XAW3D/#define XAW3D/' ${WRKSRC}/Imakefile +.endif + +.include <bsd.port.mk> diff --git a/x11/xvkbd/distinfo b/x11/xvkbd/distinfo new file mode 100644 index 000000000000..c117409e0643 --- /dev/null +++ b/x11/xvkbd/distinfo @@ -0,0 +1 @@ +MD5 (xvkbd-1.0.tar.gz) = 3c2db168146d456e736194cf83d209cc diff --git a/x11/xvkbd/files/patch-aa b/x11/xvkbd/files/patch-aa new file mode 100644 index 000000000000..b2cbd24352c0 --- /dev/null +++ b/x11/xvkbd/files/patch-aa @@ -0,0 +1,20 @@ +--- Imakefile 2000/11/03 15:43:33 1.1.1.1 ++++ Imakefile 2000/11/07 15:40:10 1.2 +@@ -3,7 +3,7 @@ + #endif + + XCOMM Remove the next line if you want genuine Xaw instead of Xaw3d +-#define XAW3D ++XCOMM define XAW3D + + SRCS = xvkbd.c findwidget.c + OBJS = xvkbd.o findwidget.o +@@ -15,7 +15,7 @@ + XAWLIB = -lXaw3d + #endif + +-ComplexProgramTarget(xvkbd) ++ComplexProgramTargetNoMan(xvkbd) + + InstallAppDefaults(XVkbd) + InstallAppDefaults(XVkbd-common) diff --git a/x11/xvkbd/pkg-comment b/x11/xvkbd/pkg-comment new file mode 100644 index 000000000000..d0566fc105b2 --- /dev/null +++ b/x11/xvkbd/pkg-comment @@ -0,0 +1 @@ +A virtual keyboard for X applications diff --git a/x11/xvkbd/pkg-descr b/x11/xvkbd/pkg-descr new file mode 100644 index 000000000000..1749c8ae2b53 --- /dev/null +++ b/x11/xvkbd/pkg-descr @@ -0,0 +1,11 @@ +From the xvkbd README: + +"xvkbd is a virtual (graphical) keyboard program for X Window System which + provides facility to enter characters onto other clients (softwares) by + clicking on a keyboard displayed on the screen. This may be used for systems + without a hardware keyboard such as kiosk terminals or handheld devices. + This program also has facility to send characters specified as the command + line option to another client." + +WWW: http://member.nifty.ne.jp/tsato/xvkbd/ +Author: Tom Sato <VEF00200@nifty.ne.jp> diff --git a/x11/xvkbd/pkg-plist b/x11/xvkbd/pkg-plist new file mode 100644 index 000000000000..29c3be2ff286 --- /dev/null +++ b/x11/xvkbd/pkg-plist @@ -0,0 +1,5 @@ +bin/xvkbd +lib/X11/app-defaults/XVkbd-common +lib/X11/app-defaults/XVkbd-german +lib/X11/app-defaults/XVkbd-latin1 +lib/X11/app-defaults/XVkbd-small |