This a simple editor for Microsoft RTF files ver. 1.3.

Author:	David Stes
WWW:	http://users.pandora.be/stes/

PR:		ports/101047
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
This commit is contained in:
Ion-Mihai Tetcu 2006-08-01 20:32:41 +00:00
parent 56c27b3048
commit c25c3fd41e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169397
5 changed files with 58 additions and 0 deletions

View file

@ -128,6 +128,7 @@
SUBDIR += psgml-mule SUBDIR += psgml-mule
SUBDIR += puff SUBDIR += puff
SUBDIR += qemacs SUBDIR += qemacs
SUBDIR += richtext
SUBDIR += rospell SUBDIR += rospell
SUBDIR += rox-edit SUBDIR += rox-edit
SUBDIR += sam SUBDIR += sam

32
editors/richtext/Makefile Normal file
View file

@ -0,0 +1,32 @@
# New ports collection makefile for: richtext
# Date created: 2006-07-30
# Whom: Stanislav Sedov <ssedov@mbsd.msk.ru>
#
# $MBSDlabs$
# $FreeBSD$
#
PORTNAME= richtext
PORTVERSION= 0.1.6
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/editors/X
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= A simple RTF editor
BUILD_DEPENDS= objc:${PORTSDIR}/lang/objc
USE_IMAKE= yes
USE_MOTIF= yes
PLIST_FILES= bin/rt
post-configure:
${REINPLACE_CMD} -E \
-e "s,([[:space:]]*EXTRA_LOAD_FLAGS[[:space:]]*=).*,\1," \
${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rt ${PREFIX}/bin
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (richtext-0.1.6.tar.gz) = 4bbb35e1916aa986a46d87f0bbcd7128
SHA256 (richtext-0.1.6.tar.gz) = 189039f60e8847e10e50d43ca382ea846c681fdfaee5dde0d26cf9ea164789d6
SIZE (richtext-0.1.6.tar.gz) = 153268

View file

@ -0,0 +1,18 @@
--- Imakefile.orig Mon Sep 13 02:07:01 1999
+++ Imakefile Sun Jul 30 14:42:16 2006
@@ -3,7 +3,7 @@
CC = objc -q -DNDEBUG
#CC = objc -q -g
#MOTIFDIR=$(USRLIBDIR)
-MOTIFDIR=/usr/local/LessTif/Motif1.2
+MOTIFDIR=${X11BASE}
.SUFFIXES : .m .lm
@@ -26,5 +26,5 @@
underlined.o boldface.o italic.o fontsizechange.o xfontchange.o\
charscanner.o dispscanner.o compscanner.o charblkscanner.o
-ComplexProgramTarget(rt)
+ComplexProgramTargetNoMan(rt)

View file

@ -0,0 +1,4 @@
This a simple editor for Microsoft RTF files ver. 1.3.
Author: David Stes
WWW: http://users.pandora.be/stes/