Commit Graph

207 Commits

Author SHA1 Message Date
Oliver Tappe
d525fee8e9 Fix names of recipe files that were non-parsable 2013-08-04 21:47:43 +02:00
Ingo Weinhold
51e144151a nano: update recipe
* Fix location of HTML documentation.
* BUILD_REQUIRES: ncurses -> devel:libncurses
* Use jobArgs.
2013-06-17 19:00:45 +02:00
Ingo Weinhold
79948b074c Convert nano 2.2.6 recipe to an actual recipe 2013-04-25 17:58:16 +02:00
Oliver Tappe
60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00
Oliver Tappe
94cc6aaf85 Merge all changes from trunk 2013-03-29 14:04:07 +00:00
Scott McCreary
b22ae6dd03 Initial bep for se, from tcort. 2013-03-17 07:41:07 +00:00
François Revol
a2642aa69e Add a .bep for QEmacs CVS 2013-03-15 00:49:35 +00:00
François Revol
7c49ba43de Fix qemacs CVS patch
For the record:
sed -i 's,^--- ,--- qemacs-0.3.2dev-cvs/,;s,^+++ ,+++ qemacs-0.3.2dev-cvs/,' app-editors/qemacs/patches/qemacs-0.3.2dev-cvs.patch
2013-03-15 00:48:22 +00:00
François Revol
f39745860e Start of bitmap support for qemacs
Unfortunately it seems bitmap support in qemacs depends on
an antique version of ffmpeg, so it's currently broken.
2013-03-15 00:41:20 +00:00
François Revol
61fdcd4d1c qemacs: update patch
* Add a shell script to convert Pe color settings to QEmacs config syntax
2013-03-14 18:59:06 +00:00
François Revol
0a8b3f9365 qemacs: update patch
* cleanup
* count repaints and discard unneeded ones, reduces flicker
* implement mouse suppose (selection doesn't work yet)
* implement window resizing
* fix cursor drawing (map XOR mode for rectangles to B_OP_INVERT)
* Add 1 to the font descent value, now draws text like Pe.
2013-03-14 18:54:21 +00:00
François Revol
43eb4cf39b qemacs: Update patch
* remove commented out win32 code
* override default res path to allow finding config file
in ~/config/settings/qemacs
2013-03-13 14:31:47 +00:00
François Revol
4111eca16f Patch for QEmacs (CVS version)
The CVS version has diverged from the official version...
2013-03-12 14:48:02 +00:00
François Revol
dc4f4f704d Update qemacs patch
* handle arrows in Terminal
2013-03-12 03:21:48 +00:00
François Revol
87af85b48d Update qemacs port
Keyboard input now works.
2013-03-08 15:33:48 +00:00
François Revol
1ae8928c2b qemacs depends on texi2html. 2013-03-08 01:29:05 +00:00
François Revol
c035e78d0c Work in progress port of QEmacs (broken) 2013-03-08 01:26:19 +00:00
Siarzhuk Zharski
ae3fc0d930 Package creation makefile rules improved;
x86_64 build fixed.
2013-01-19 20:31:21 +00:00
Siarzhuk Zharski
8a588f737d Add some more references to Haiku resources in documentation. should help with #582. 2012-09-17 20:35:06 +00:00
Chris Roberts
3bb8bf60f1 Update nano to 2.3.1
I need to verify this builds on a clean image because I built the s-lang version due to my odd ncurses setup
2012-05-03 05:29:04 +00:00
Scott McCreary
9172c70011 Initial bep and patch files for ne, based on files from darkwyrm, with a bit of directory clean up. 2011-07-29 23:16:22 +00:00
Siarzhuk Zharski
730404a524 - implemented support for GUI tabline. 2011-05-20 21:43:38 +00:00
Siarzhuk Zharski
8ae9ff2cf0 - fix for deleting resources not owned by our app.
May affect on #393.
2011-05-20 21:04:21 +00:00
Siarzhuk Zharski
cc9544e9a7 some dot-resources are moved under $BE_USER_STTINGS_DIRECTORY.
Fixes #443.
2011-05-20 20:35:30 +00:00
Siarzhuk Zharski
81bda76b65 - correct "datadir" and "mandir" of the configure call.
Fixes #513.
2011-05-20 20:11:23 +00:00
Scott McCreary
d54455e897 Updated several more .bep files to use finddir to locate the prefix directory. 2011-04-25 23:52:32 +00:00
Scott McCreary
6c3326af1e Should have been finddir B_COMMON_DIRECTORY, not findir B_COMMON_BIN_DIRECTORY... this should fix those typos. 2011-04-25 22:35:18 +00:00
Scott McCreary
624eff851f Updated several .bep files to use finddir. 2011-04-25 22:09:13 +00:00
Scott McCreary
dce9cd4f73 Cleaned up directories for joe. 2011-04-13 03:00:07 +00:00
Matt Madia
2dbfc8e6bc More updates, relating to finddir invocations. 2011-03-26 14:30:30 +00:00
Scott McCreary
6f6cdbc2ac Cleaned up nano's directories 2011-03-05 20:28:02 +00:00
Scott McCreary
d93a21bb1e Update nano to 2.2.6 2011-02-07 23:26:28 +00:00
Scott McCreary
05c7c50972 Updated nano to 2.2.5 2010-10-15 23:24:41 +00:00
Scott McCreary
3ed051c48c Fixed the .bep and .patch files for jed so that they work now. 2010-08-27 15:10:45 +00:00
Scott McCreary
aa4923d948 Initial .bep and .patch file for jed. It's nearly working. The install is tripping up, so a little more work on this one
is needed still.
2010-08-27 06:35:13 +00:00
Scott McCreary
7761920f12 Fixed license and copyright for joe. 2010-08-24 06:23:34 +00:00
Scott McCreary
041fdec08a Add .bep file for joe from hg. Removed stray libebml .bep file. 2010-08-24 05:37:51 +00:00
Siarzhuk Zharski
947c08c79d - port updated to Vim version 7.3. 2010-08-21 20:48:17 +00:00
Chris Roberts
19fd2d4bfa Merged most of the OPD files into the beps. 2010-05-16 19:28:03 +00:00
Scott McCreary
d676b21ad8 Fixed error in vim's patch that prevented it from applying cleanly. Combined the 3 vim source packages into one zip file. Seems the vim .bep
file is not correct as it's not building cleanly yet.
2010-05-05 04:04:30 +00:00
Siarzhuk Zharski
b70f5b78f1 - added Haiku OS notes into vimrc and gvimrc templates. 2010-05-04 20:13:09 +00:00
Siarzhuk Zharski
0f54d11f4f - support for $BE_USER_SETTINGS to store config files under standard
Haiku settings directory instead of $HOME;
 - minor cleanup;
2010-05-04 19:34:50 +00:00
Siarzhuk Zharski
277ddb687a - support for toolbar added;
- some minor gcc4 build warnings cleanup.
2010-05-03 20:31:30 +00:00
Chris Roberts
2314c1cc85 Attempt to clean up the DEPEND field of some of the bep files to match the format described on the wiki. 2010-04-27 01:15:54 +00:00
Siarzhuk Zharski
fc5150d7a4 - use vector icons in gui dialogs;
- use main vector icon created by zuMi.
2010-04-26 18:29:30 +00:00
Scott McCreary
525df0b5ce Updated .OptionalPackageDescription file for nano to update copyright date. 2010-03-11 04:15:09 +00:00
Scott McCreary
52658abfb9 Updated ver info for nano in .opd file and an initial .bep file for apr-util (not working yet). 2010-03-04 16:53:55 +00:00
Scott McCreary
8c89116030 Initial .bep for nano 2010-03-04 05:59:46 +00:00
Siarzhuk Zharski
f0b224b78e - applied patch by stimut. Thank you and sorry for delay! 2010-02-06 21:13:41 +00:00
Scott McCreary
09537a46ec Initial .OptionalPackageDescription files for many of the Haiku Optional Packages, and a few license files. 2009-11-23 08:02:43 +00:00