Date: Sun, 30 Jul 2006 14:56:30 +0400 (MSD) From: Stanislav Sedov <ssedov@mbsd.msk.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/101047: [NEW PORT] editors/richtext: A simple RTF editor Message-ID: <20060730105630.220B1120A1@fonon.realnet> Resent-Message-ID: <200607301100.k6UB0U9R015451@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 101047 >Category: ports >Synopsis: [NEW PORT] editors/richtext: A simple RTF editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jul 30 11:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Stanislav Sedov >Release: FreeBSD 7.0-CURRENT i386 >Organization: MBSD labs, Inc. >Environment: System: FreeBSD fonon.realnet 7.0-CURRENT FreeBSD 7.0-CURRENT #7: Sun Jun 18 20:51:36 MSD 2006 >Description: This a simple editor for Microsoft RTF files ver. 1.3. Author: David Stes WWW: http://users.pandora.be/stes/ >How-To-Repeat: >Fix: --- richtext-0.1.6.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # richtext # richtext/pkg-descr # richtext/Makefile # richtext/distinfo # richtext/files # richtext/files/patch-Imakefile # echo c - richtext mkdir -p richtext > /dev/null 2>&1 echo x - richtext/pkg-descr sed 's/^X//' >richtext/pkg-descr << 'END-of-richtext/pkg-descr' XThis a simple editor for Microsoft RTF files ver. 1.3. X XAuthor: David Stes XWWW: http://users.pandora.be/stes/ END-of-richtext/pkg-descr echo x - richtext/Makefile sed 's/^X//' >richtext/Makefile << 'END-of-richtext/Makefile' X# New ports collection makefile for: richtext X# Date created: 2006-07-30 X# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru> X# X# $MBSDlabs$ X# $FreeBSD$ X# X XPORTNAME= richtext XPORTVERSION= 0.1.6 XCATEGORIES= editors XMASTER_SITES= ${MASTER_SITE_SUNSITE} XMASTER_SITE_SUBDIR= apps/editors/X X XMAINTAINER= ssedov@mbsd.msk.ru XCOMMENT= A simple RTF editor X XBUILD_DEPENDS= objc:${PORTSDIR}/lang/objc X XUSE_IMAKE= yes XUSE_MOTIF= yes X XPLIST_FILES= bin/rt X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin X X.include <bsd.port.mk> END-of-richtext/Makefile echo x - richtext/distinfo sed 's/^X//' >richtext/distinfo << 'END-of-richtext/distinfo' XMD5 (richtext-0.1.6.tar.gz) = 4bbb35e1916aa986a46d87f0bbcd7128 XSHA256 (richtext-0.1.6.tar.gz) = 189039f60e8847e10e50d43ca382ea846c681fdfaee5dde0d26cf9ea164789d6 XSIZE (richtext-0.1.6.tar.gz) = 153268 END-of-richtext/distinfo echo c - richtext/files mkdir -p richtext/files > /dev/null 2>&1 echo x - richtext/files/patch-Imakefile sed 's/^X//' >richtext/files/patch-Imakefile << 'END-of-richtext/files/patch-Imakefile' X--- Imakefile.orig Mon Sep 13 02:07:01 1999 X+++ Imakefile Sun Jul 30 14:42:16 2006 X@@ -3,7 +3,7 @@ X CC = objc -q -DNDEBUG X #CC = objc -q -g X #MOTIFDIR=$(USRLIBDIR) X-MOTIFDIR=/usr/local/LessTif/Motif1.2 X+MOTIFDIR=${X11BASE} X X .SUFFIXES : .m .lm X X@@ -26,5 +26,5 @@ X underlined.o boldface.o italic.o fontsizechange.o xfontchange.o\ X charscanner.o dispscanner.o compscanner.o charblkscanner.o X X-ComplexProgramTarget(rt) X+ComplexProgramTargetNoMan(rt) X END-of-richtext/files/patch-Imakefile exit --- richtext-0.1.6.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060730105630.220B1120A1>