mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
qemacs: Remove old recipe and patch
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,35 +0,0 @@
|
|||||||
SUMMARY="QEmacs editor"
|
|
||||||
DESCRIPTION="
|
|
||||||
QEmacs (for Quick Emacs), a very small but powerful UNIX editor.
|
|
||||||
It has features that even big editors lack :
|
|
||||||
- Full screen editor with an Emacs look and feel with all Emacs common features.
|
|
||||||
- Full UTF8 support.
|
|
||||||
- WYSIWYG HTML/XML/CSS2 mode graphical editing.
|
|
||||||
- WYSIWYG DocBook.
|
|
||||||
- C mode: coloring with immediate update. Emacs like auto-indent.
|
|
||||||
- Shell mode, Hexadecimal editing...
|
|
||||||
|
|
||||||
The provided qemacs-pe2qe script converts your Pe color settings to the Qemacs \
|
|
||||||
syntax.
|
|
||||||
"
|
|
||||||
HOMEPAGE="http://bellard.org/qemacs/"
|
|
||||||
SRC_URI="cvs://:pserver:anonymous@cvs.savannah.nongnu.org:/sources/qemacs/qemacs"
|
|
||||||
#CHECKSUM_MD5=""
|
|
||||||
REVISION="1"
|
|
||||||
STATUS_HAIKU="broken"
|
|
||||||
DEPEND="app-text/texi2html >= 1.82"
|
|
||||||
BUILD()
|
|
||||||
{
|
|
||||||
cd qemacs-0.3.2dev-cvs
|
|
||||||
./configure
|
|
||||||
make
|
|
||||||
}
|
|
||||||
|
|
||||||
INSTALL()
|
|
||||||
{
|
|
||||||
cd qemacs-0.3.2dev-cvs
|
|
||||||
make install
|
|
||||||
}
|
|
||||||
|
|
||||||
LICENSE="GNU LGPL v2.1"
|
|
||||||
COPYRIGHT="2000-2003 Fabrice Bellard"
|
|
||||||
Reference in New Issue
Block a user