Date: Sun, 14 Mar 2021 13:50:25 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> 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 Message-ID: <202103141350.12EDoP4E010796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <cy@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103141350.12EDoP4E010796>