mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Merge all changes from trunk
This commit is contained in:
1558
app-editors/qemacs/patches/qemacs-0.3.2dev-cvs.patch
Normal file
1558
app-editors/qemacs/patches/qemacs-0.3.2dev-cvs.patch
Normal file
File diff suppressed because it is too large
Load Diff
1393
app-editors/qemacs/patches/qemacs-0.3.3.patch
Normal file
1393
app-editors/qemacs/patches/qemacs-0.3.3.patch
Normal file
File diff suppressed because it is too large
Load Diff
20
app-editors/qemacs/qemacs-0.3.2dev-cvs.bep
Normal file
20
app-editors/qemacs/qemacs-0.3.2dev-cvs.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor"
|
||||
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"
|
||||
20
app-editors/qemacs/qemacs-0.3.3.bep
Normal file
20
app-editors/qemacs/qemacs-0.3.3.bep
Normal file
@@ -0,0 +1,20 @@
|
||||
DESCRIPTION="QEmacs (for Quick Emacs), a very small but powerful UNIX editor"
|
||||
HOMEPAGE="http://bellard.org/qemacs/"
|
||||
SRC_URI="http://bellard.org/qemacs/qemacs-0.3.3.tar.gz"
|
||||
CHECKSUM_MD5="42fe8cc431bb9cbbeb898a2c18335990"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="broken"
|
||||
DEPEND="app-text/texi2html >= 1.82"
|
||||
BUILD {
|
||||
cd qemacs-0.3.3
|
||||
./configure
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd qemacs-0.3.3
|
||||
make install
|
||||
}
|
||||
|
||||
LICENSE="GNU LGPL v2.1"
|
||||
COPYRIGHT="2000-2003 Fabrice Bellard"
|
||||
Reference in New Issue
Block a user