mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add he2 0.61, an editor for editing (primarily LaTeX) Hebrew files.
PR: 29426 Submitted by: nadav@libagent.org
This commit is contained in:
parent
2491c4ac64
commit
a4d8635fdd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52149
@ -2,6 +2,7 @@
|
||||
#
|
||||
|
||||
SUBDIR += elmar-fonts
|
||||
SUBDIR += he2
|
||||
SUBDIR += pine
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
24
hebrew/he2/Makefile
Normal file
24
hebrew/he2/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: he2
|
||||
# Date created: 3 August 2001
|
||||
# Whom: nadav@libagent.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= he2
|
||||
PORTVERSION= 0.61
|
||||
CATEGORIES= hebrew editors
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
||||
MAINTAINER= nadav@libagent.org
|
||||
|
||||
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/hebrew:${PORTSDIR}/hebrew/elmar-fonts
|
||||
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
1
hebrew/he2/distinfo
Normal file
1
hebrew/he2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (he2-0.61.tar.gz) = 9e9618784f05c152b9d2085725af82d6
|
11
hebrew/he2/files/patch-Makefile.in
Normal file
11
hebrew/he2/files/patch-Makefile.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- he2/Makefile.in.orig Fri Aug 3 19:16:24 2001
|
||||
+++ he2/Makefile.in Fri Aug 3 19:16:41 2001
|
||||
@@ -582,7 +582,7 @@
|
||||
$(INSTALL_DATA) $(srcdir)/data/espell.wor $(DESTDIR)/$(datadir)/he2/espell.wor
|
||||
$(INSTALL_DATA) $(srcdir)/data/hspell.wor $(DESTDIR)/$(datadir)/he2/hspell.wor
|
||||
$(INSTALL_DATA) $(srcdir)/data/laxet.wor $(DESTDIR)/$(datadir)/he2/laxet.wor
|
||||
- $(INSTALL_DATA) $(srcdir)/data/.he2rc $(DESTDIR)/$(datadir)/he2/.he2rc
|
||||
+ $(INSTALL_DATA) $(srcdir)/data/.he2rc $(DESTDIR)/$(datadir)/he2/.he2rc.sample
|
||||
|
||||
install-exec-local:
|
||||
$(mkinstalldirs) $(bindir)
|
11
hebrew/he2/files/patch-he2.in
Normal file
11
hebrew/he2/files/patch-he2.in
Normal file
@ -0,0 +1,11 @@
|
||||
--- he2/he2.in.old Fri Aug 3 18:35:49 2001
|
||||
+++ he2/he2.in Fri Aug 3 18:36:08 2001
|
||||
@@ -2,7 +2,7 @@
|
||||
export HEDIR=#datadir#/he2
|
||||
if test "$DISPLAY." != "." ; then
|
||||
export HE2_NEW_SHELL_ON_SUSPEND=1
|
||||
- xterm +sb -fn heb8x13 -geometry 90x40 -T "Hebrew Editor" -e he2-bin $*
|
||||
+ xterm +sb -fn heb-new8x14 -geometry 90x40 -T "Hebrew Editor" -e he2-bin $*
|
||||
else
|
||||
export HE2_NEW_SHELL_ON_SUSPEND=
|
||||
he2-bin $*
|
1
hebrew/he2/pkg-comment
Normal file
1
hebrew/he2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
An editor for editing (primarily LaTeX) Hebrew files
|
8
hebrew/he2/pkg-descr
Normal file
8
hebrew/he2/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
The Hebrew Editor package is intended mostly for Hebrew speaking users for
|
||||
creating and editing Hebrew/English LaTeX documents.
|
||||
|
||||
This package provides a text (terminal) based word processor (in the spirit
|
||||
of the good-old DOS days word processors) which is extreamly LaTeX (or
|
||||
rather LaXeT) oriented.
|
||||
|
||||
WWW: http://www.sourceforge.net/projects/he2/
|
5
hebrew/he2/pkg-message
Normal file
5
hebrew/he2/pkg-message
Normal file
@ -0,0 +1,5 @@
|
||||
I've installed a sample config file for you in
|
||||
${PREFIX}/share/he2/.he2rc.sample
|
||||
|
||||
You may want to copy it to either your home directory, or to a file named
|
||||
${PREFIX}/share/he2/.he2rc to set some system-wide defaults.
|
9
hebrew/he2/pkg-plist
Normal file
9
hebrew/he2/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/he2
|
||||
bin/he2-bin
|
||||
bin/laxet
|
||||
share/he2/.he2rc.sample
|
||||
share/he2/HE-Tutorial.h
|
||||
share/he2/espell.wor
|
||||
share/he2/hspell.wor
|
||||
share/he2/laxet.wor
|
||||
@dirrm share/he2
|
Loading…
Reference in New Issue
Block a user