From owner-svn-ports-head@freebsd.org Sun Mar 14 13:50:29 2021 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 50C4857F9EE; Sun, 14 Mar 2021 13:50:29 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dz1CS33ktz3nXR; Sun, 14 Mar 2021 13:50:27 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B44801E1F1; Sun, 14 Mar 2021 13:50:26 +0000 (UTC) (envelope-from cy@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 12EDoQqK010802; Sun, 14 Mar 2021 13:50:26 GMT (envelope-from cy@FreeBSD.org) Received: (from cy@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 12EDoP4E010796; Sun, 14 Mar 2021 13:50:25 GMT (envelope-from cy@FreeBSD.org) Message-Id: <202103141350.12EDoP4E010796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cy set sender to cy@FreeBSD.org using -f From: Cy Schubert Date: Sun, 14 Mar 2021 13:50:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r568389 - in head/x11: . mxascii mxascii/files X-SVN-Group: ports-head X-SVN-Commit-Author: cy X-SVN-Commit-Paths: in head/x11: . mxascii mxascii/files X-SVN-Commit-Revision: 568389 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Mar 2021 13:50:29 -0000 Author: cy Date: Sun Mar 14 13:50:25 2021 New Revision: 568389 URL: https://svnweb.freebsd.org/changeset/ports/568389 Log: Add x11/mxascii: Similar to xascii but using X11/Motif widgets Add x11/mxascii to ports. mxascii is a X/Motif program to display ASCII character set (0-127) in decimal, hexadecimal, or octal. mxascii is similar to xascii but uses Motif widgets instead of Xaw widgets. Added: head/x11/mxascii/ head/x11/mxascii/Makefile (contents, props changed) head/x11/mxascii/distinfo (contents, props changed) head/x11/mxascii/files/ head/x11/mxascii/files/patch-Mxascii.tmpl (contents, props changed) head/x11/mxascii/patch-Mxkill.tmpl (contents, props changed) head/x11/mxascii/pkg-descr (contents, props changed) Modified: head/x11/Makefile (contents, props changed) Modified: head/x11/Makefile ============================================================================== --- head/x11/Makefile Sun Mar 14 13:50:18 2021 (r568388) +++ head/x11/Makefile Sun Mar 14 13:50:25 2021 (r568389) @@ -234,6 +234,7 @@ SUBDIR += mrxvt SUBDIR += mrxvt-devel SUBDIR += multi-aterm + SUBDIR += mxascii SUBDIR += mxico SUBDIR += nezd SUBDIR += numlockx Added: head/x11/mxascii/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mxascii/Makefile Sun Mar 14 13:50:25 2021 (r568389) @@ -0,0 +1,17 @@ +# Created by: Cy SChubert +# $FreeBSD$ + +PORTNAME= mxascii +PORTVERSION= 1.1 +CATEGORIES+= sysutils +MASTER_SITES= https://www.muquit.com/muquit/software/mxascii/ +DISTNAME= ${PORTNAME}${PORTVERSION} + +MAINTAINER= cy@FreeBSD.org +COMMENT= X/Motif Display an ASCII table + +USES= imake:noman motif + +PLIST_FILES= bin/mxascii + +.include Added: head/x11/mxascii/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mxascii/distinfo Sun Mar 14 13:50:25 2021 (r568389) @@ -0,0 +1,3 @@ +TIMESTAMP = 1615693952 +SHA256 (mxascii1.1.tar.gz) = 46825a4edf4d37117f7c43c61fea2296aa21444df17e2ebaf2c54001bbeaf2f8 +SIZE (mxascii1.1.tar.gz) = 17864 Added: head/x11/mxascii/files/patch-Mxascii.tmpl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mxascii/files/patch-Mxascii.tmpl Sun Mar 14 13:50:25 2021 (r568389) @@ -0,0 +1,15 @@ +--- Mxascii.tmpl.orig 1996-09-02 13:00:03.000000000 -0700 ++++ Mxascii.tmpl 2021-03-13 19:53:58.410008000 -0800 +@@ -49,10 +49,10 @@ + XCOMM these: + XCOMM LOCAL_LIBRARIES= $(XMLIB) $(XTOOLLIB) $(XLIB) + XCOMM or +-XCOMM LOCAL_LIBRARIES= -lXm -lXt -lX11 ++LOCAL_LIBRARIES= -lXm -lXt -lX11 + XCOMM + +-LOCAL_LIBRARIES= XmClientLibs ++XCOMM LOCAL_LIBRARIES= XmClientLibs + + CCOPTIONS= + Added: head/x11/mxascii/patch-Mxkill.tmpl ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mxascii/patch-Mxkill.tmpl Sun Mar 14 13:50:25 2021 (r568389) @@ -0,0 +1,15 @@ +--- Mxkill.tmpl.orig 1997-08-30 09:03:15.000000000 -0700 ++++ Mxkill.tmpl 2021-03-13 19:26:13.659667000 -0800 +@@ -54,10 +54,10 @@ + XCOMM these: + XCOMM LOCAL_LIBRARIES= $(XMLIB) $(XTOOLLIB) $(XLIB) + XCOMM or +-XCOMM LOCAL_LIBRARIES= -lXm -lXt -lX11 ++LOCAL_LIBRARIES= -lXm -lXt -lX11 + XCOMM + +-LOCAL_LIBRARIES= XmClientLibs ++XCOMM LOCAL_LIBRARIES= XmClientLibs + + #ifdef HPArchitecture + CCOPTIONS= -Aa -D_HPUX_SOURCE -Dhpux Added: head/x11/mxascii/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11/mxascii/pkg-descr Sun Mar 14 13:50:25 2021 (r568389) @@ -0,0 +1,6 @@ +mxascii is a X/Motif program to display ASCII character set (0-127) +in decimal, hexadecimal, or octal. + +This port requires Motif or equivalent to build. + +WWW: https://www.muquit.com/muquit/software/mxascii/mxascii.html