Commit Graph

48 Commits

Author SHA1 Message Date
Schrijvers Luc
f79d5ccd7b zsh, enable 32bit (#7710) 2022-12-31 10:49:28 +01:00
OscarL
49dcc1f9f9 zsh: rev-bump to fix libgdbm dependency. (#7705)
Needed after the update on the libgdbm recipe (#7704).
2022-12-31 09:41:54 +01:00
PulkoMandy
3d303f66fa zsh: fix prompt configuration
Create a default zshrc file that sets up the prompt to behave the same
as the bash one set by Haiku. There was an attempt to patch the prompt
in zprofile already (after sourcing /etc/profile), but the prompt is now
too complex for the simple substitutions to work.

Avoids the problem reported in https://dev.haiku-os.org/ticket/17652
2022-12-20 19:35:33 +01:00
extrowerk
6a7d084ed6 zsh: bump (#6709)
* zsh: bump

* ZSH: gcc2 patch, reorder, bsd

* debug

* disable debug
2022-05-28 09:05:31 +02:00
waddlesplash
4f180bdb94 Utilize the new "all" ARCHITECTURES keyword in most recipes. (#6189)
x86_64 is used as a baseline: the "x86_64" entry, whatever status it has,
is transformed into "all", and then the other entries in ARCHITECTURES
either dropped or rearranged appropriately.
2021-09-15 15:40:18 -04:00
extrowerk
d6da5fbbbe ZSH: bump (#4767) 2020-03-01 21:26:03 +03:00
Augustin Cavalier
ae94b1277b Bump revisions of recipes that depend on ncurses. 2019-05-24 16:14:07 -04:00
miqlas
ba24cfc3d4 ZSH: C89 patches from hanya (#3645) 2019-02-18 09:00:42 -05:00
miqlas
755c824719 ZSH: bump (#3630) 2019-02-11 15:39:47 -05:00
miqlas
9cf55453c5 Fix zsh install (#3359) 2018-12-02 20:16:57 +01:00
miqlas
d94ae57b2b ZSH: bump (#3278) 2018-10-30 20:36:59 -04:00
Jerome Duval
e52f45b521 zsh: update HOMEPAGE. 2018-09-21 11:11:11 +02:00
fbrosson
44d419c96f zsh: move zprofile and zshenv to additional-files. 2018-05-24 23:40:24 +07:00
fbrosson
65f2c797f7 zsh: bump to 5.5.1. 2018-05-24 23:40:24 +07:00
fbrosson
cdde99e18c zsh: add C89 fixes for gcc2 compatibility 2018-05-24 23:40:24 +07:00
Leorize
92847ab7d9 app-shells/zsh: various improvements
- Recipe changes:
  - A SUMMARY that better reflects zsh
  - Added GLOBAL_WRITABLES_FILES and USER_SETTINGS_FILES
  - LICENSE and COPYRIGHT updated
  - Introduced the _doc package with HTML and PDF documentations
  - Global configuration files has been moved to the correct location
  - Various part has been cleaned up
  - A fake home directory is created for TEST() to keep user home
    directory clean, if we ever to support non-chroot building

- Functional changes:
  - zsh now sources /etc/profile by default
  - Unless the user has dotfiles in their home directory, place them
    in B_USER_SETTINGS_DIRECTORY/zsh by default
    - If the users rely on the old behavior that
      B_USER_SETTINGS_DIRECTORY/zsh/z* is sourced, appropriate symlinks
      will be generated.
2018-05-24 23:40:24 +07:00
Leorize
0f436a8d90 zsh: bump to 5.5. 2018-05-24 23:40:24 +07:00
miqlas
1121b05174 ZSH: bump version (#1657) 2017-09-22 10:56:01 +02:00
miqlas
02ce185bef zsh: enable secure mem (#1589) 2017-08-24 12:11:01 +02:00
miqlas
7f7e717ffb Zsh: enable dynamic modules (#1579)
* Less dotfiles in HOME
2017-08-19 14:43:07 +02:00
miqlas
263a753036 ZSH: bump version (#1574) 2017-08-12 13:31:53 +03:00
Jerome Duval
fc0936b040 Bump revisions for x86_64 rebuild after time_t change.
* a few apps needed build fix for time_t.
* disable compatibility packages for x86_64.
2017-06-27 15:46:25 +02:00
miqlas
eaf2011132 Zsh : bump version, updated recipe and patchset (#1036)
* WIP

* Fixed patchset

* zsh: bump version, updated recipe, patchset

* Fixed wait warning

* Removed SecondaryArchSuffixes
2017-01-14 14:33:43 -05:00
fbrosson
7261bbe97e Fix several recipes which were missing a $secondaryArchSuffix. (#784) 2016-08-27 19:04:22 -04:00
Vale
6f4f45198e Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks 2016-03-05 14:19:01 -05:00
Jerome Duval
eb7ff0722d zsh: add recipe for version 5.2. 2015-12-08 22:25:33 +00:00
Jerome Duval
39c4999a9b zsh: reenable gcc2; fix build 2015-12-08 20:17:24 +00:00
Jerome Duval
4b769e0536 zsh: disable gcc2 2015-12-01 23:14:15 +00:00
Jerome Duval
05b3666f43 zsh: bump version.
* fix download and home URLs.
2015-11-30 22:53:54 +00:00
miqlas
b9c4aa8b19 zsh 5.1 recipe 2015-09-06 10:18:15 +00:00
miqlas
1143bc67e4 Updated zsh recipe to use the B_USER_SETTINGS_DIRECTORY 2015-09-06 10:00:18 +00:00
Humdinger
5b4181ed8b De-lint recipes
*	teeworlds
	Don't start SUMMARY with app name
	Re-ordered blocks

*	textsaver
	Don't start SUMMARY with app name
	Re-ordered blocks
	Corrected PROVIDES from apps to addon

*	tiff
	Don't start SUMMARY with app name
	Re-ordered blocks
	Removed duplicate REVISION

*	timecop
	Don't start SUMMARY with app name
	Re-ordered blocks

*	transmission
	Don't start SUMMARY with app name
	Re-ordered blocks

*	twolame
	Don't start SUMMARY with app name
	Re-ordered blocks

*	x264
	Don't start SUMMARY with app name
	Re-ordered blocks

*	xemacs
	Don't start SUMMARY with app name
	Re-ordered blocks

*	xextproto
	Don't start SUMMARY with app name
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	xtrans
	Don't start SUMMARY with app name
	Improved SUMMARY and DESCRIPTION
	Re-ordered blocks

*	zoo
	Don't start SUMMARY with app name
	Still in old BEP format

*	zsh
	Don't start SUMMARY with app name
	Re-ordered blocks
2015-08-08 06:17:26 +02:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Augustin Cavalier
f739d9ab5f zsh: remove old versions, recipe for 5.0.7, provide cmd:sh. 2015-01-16 14:36:39 -05:00
Oliver Tappe
52b344b97b Drop references to $haikuVersion.
* Referring the current haiku version explicitly is not needed, since
  the RequiresUpdater takes care of setting the version of Haiku used
  for building a package.
2014-12-14 23:08:52 +01:00
Adrien Destugues
ec66f8f137 zsh: fix recipe. 2014-10-15 12:01:12 +02:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Jonathan Schleifer
e3c38db88f zsh: Add checksums 2014-03-31 02:46:43 +02:00
Jerome Duval
95d817b7d9 zsh: fix libpcre dependency. 2014-02-17 19:07:12 +00:00
dradancer
609b62205d Updated descriptions/summaries to comply 2014-01-05 04:12:45 -08:00
dradancer
aeb2606424 Cleaned up summary/description in app-arch and app-editors (plus a few miscellanous) 2014-01-05 04:12:45 -08:00
noryb009
7fd3655662 Rewrap app-shells DESCRIPTIONs 2014-01-02 16:40:56 -05:00
Alexander von Gluck IV
d97a2aabd9 all: Don't use portVersionedName for SOURCE_DIR
* portVersionedName contains the secondary architecture,
  so using it means secondary package builds fail.
  example: $portVersionedName is libwow_x86-0.0.0 when
  doing an x86 build on x86_gcc2
2013-12-25 17:52:56 -06:00
Chris Roberts
af46950575 Update/convert zsh to working recipe.
Need to look at incorporating the 5.0.0 patch but I've been running
zsh on Haiku for a long time without them.
2013-10-16 17:05:29 -06: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
Siarzhuk Zharski
8bbdd2982f - ZSH specific license added. Thanks to Chris Roberts for the note. 2010-08-21 20:53:13 +00:00
Siarzhuk Zharski
050ac5e3df Basically working port of zsh. Most of automatic tests are passed OK. But Y00-Y03 ones hang and should be investigated specifically. 2010-08-19 10:23:50 +00:00