Commit Graph

304 Commits

Author SHA1 Message Date
Oliver Tappe
b7e15bc175 declare libintl as runtime requirement of grep 2013-05-20 19:25:36 +02:00
Ingo Weinhold
903e8fb7c6 Convert grep recipe to an actual recipe
* Remove the other non-recipes/patches.
* We use the bz2 source archive. The xz URL is included as a comment.
  Would be nice, if both could be specified and haikuporter would pick
  one it has an unarchiving tool for.
2013-04-29 11:37:19 +02:00
Ingo Weinhold
28f92d76d9 texinfo: Remove lib/charset.alias 2013-04-28 16:09:15 +02:00
Ingo Weinhold
80e2775585 texinfo requires ncurses
The haiku system package did provide ncurses implicitly before, so
that was never noticed.
2013-04-28 02:07:26 +02:00
Ingo Weinhold
8950faa2f6 Update sed recipe to newer autotools
* Basically we just don't run autoreconf anymore.
* Also remove lib/charset.alias from the package.
2013-04-28 00:41:56 +02:00
Ingo Weinhold
de97fbcc15 Remove man 1.6f patch and recipe 2013-04-24 16:01:19 +02:00
Ingo Weinhold
98e24ea065 Convert man 1.6g recipe to an actual recipe
Due to man needing a config file and our package manager/daemon not
supporting any settings file handling one has to manually copy the
man.conf from the package to the respective settings directory to
make things work.
2013-04-24 15:58:41 +02:00
Ingo Weinhold
27fd02eaf4 Update man 1.6g patch
Mostly fixes for using the correct paths for package management, like
not using absolute paths for the tools that man invokes, and using
the correct man search paths.

Displayed man pages contain uninterpreted escape sequences. It works
correctly when adding the '-r' option to DEFAULTLESSOPT (or piping to
"less -irs"), but the comment for this variable explicitly notes that
having to do that hints toward a broken setup. So I didn't do that and
we'll see later whether the current Haiku does better.
2013-04-24 15:47:39 +02:00
Ingo Weinhold
428759c831 Convert groff recipe to actual recipe 2013-04-23 23:04:59 +02:00
Oliver Tappe
a704dbf9a7 * adjust several recipes to our new naming conventions 2013-04-19 23:06:59 +00:00
Oliver Tappe
2fb46053f1 * one more round of requirements shuffling, the base packages seem to
be declared properly, now
* improve formatting of recipe files for better readability and better
  compatibility with showing diffs (when moving specification lines)
* add/improve DESCRIPTION where it was just a copy of SUMMARY
2013-04-13 14:55:49 +00:00
Oliver Tappe
afb58916ac Revision 3 of texinfo-4.13a:
* add missing build-prerequisite cmd:sed
2013-04-12 23:06:04 +00:00
Oliver Tappe
9324df8ddc Revision 2 of sed-4.2.1:
* add missing prerequisites cmd:gcc, cmd:make and cmd:sed
* switch build stage to use autoreconf instead of autoconf, as was
  hinted by a message during the build before, however that doesn't
  seem to help much with respect to getting rid of warning messages
2013-04-12 23:04:28 +00:00
Oliver Tappe
2c784482c2 Convert sed-4.2.1 to recipe format and adjust the patch to no
longer require fuzz.
2013-04-11 20:19:37 +00:00
Oliver Tappe
fee11484cf * replace STATUS_HAIKU with appropriate ARCHITECTURES specification 2013-04-01 17:52:42 +00: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
Ingo Weinhold
8f13d28af6 Update the packages required for bootstrapping
* Also declare a resolvable named like the package, even if
  similarly named cmd:* resolvable is declared.
* Add cmd: namespace to resolvables in [BUILD_[PRE]]REQUIRES
  where appropriate. For some reason I thought that didn't
  work (resulting in an error building the package), but
  apparently I was mistaken.
* A few smaller fixes in [BUILD_[PRE]]REQUIRES.
2013-03-27 23:31:02 +00:00
Ingo Weinhold
c8af8bcf72 texinfo-4.13a.bep: Update for hpkg building 2013-03-26 19:59:57 +00:00
Scott McCreary
a4233ac95e Fixed aclocal line in groff so that it now works on x86_64. 2013-03-05 02:07:06 +00:00
Scott McCreary
a3f5db9ff7 Add patch for grep-2.6.1 and fix bep so that it gets proper version source file. 2013-02-17 21:42:18 +00:00
Scott McCreary
e90f0c12c3 Add more versions of grep in order to track down -i failure. It broke on Haiku between 2.5.4 and 2.6.1. 2013-02-17 20:35:44 +00:00
Cian Duffy
9854e72bd3 dbus - not extensively tested at all but seems to work. Does not
auto-start or is in any way integrated to the OS.
2013-02-13 00:04:49 +00:00
Scott McCreary
c85c773e88 Added TEST section to grep bep. 2013-01-21 06:41:00 +00:00
Scott McCreary
46ed84eb35 Add alternate source compressed with .bz2, for building grep, since
x86_64 doesn't have a working xz-utils yet.
2012-12-28 19:18:14 +00:00
korli
96aedc6b1c added --disable-perl-regexp for grep to not depend on pcre 2012-12-28 19:06:33 +00:00
korli
cb92899296 GCI task: added grep-2.14 and patch-2.7.1 2012-12-26 21:22:17 +00:00
Scott McCreary
4a8c534926 Fixed typo. What a difference a space can make. 2012-12-22 02:22:22 +00:00
Scott McCreary
515e88f0b5 Updated gawk to 4.0.1, bep from GCI2012 student Freeman2430 2012-12-22 02:07:31 +00:00
Scott McCreary
70cbef4f48 Updated bep for groff and patch for cdrtools, to allow them to build on
x86_64
2012-12-10 04:55:15 +00:00
Scott McCreary
646b38a8a0 Removed parts of the diffutils patch that aren't needed anymore, as noted by Bruno Haible.
This gets the diffutils/gnulib tests down to 4 failures.
2012-09-14 22:25:38 +00:00
Scott McCreary
44a94004ef Updated patch for diffutils so that it builds ok on gcc2. Note that 5 gnulib tests are failing, but all diffutil tests pass. 2012-09-14 21:17:06 +00:00
Scott McCreary
293807755a Updated less to 451. 2012-09-06 18:36:06 +00:00
Scott McCreary
be84dc20be Put dmidecode's doc files into a subdir under doc. 2012-08-31 20:26:23 +00:00
François Revol
7d87a62312 Add a port of DTC, the Device Tree Compiler.
http://git.jdl.com/gitweb/?p=dtc.git
2012-08-22 19:26:10 +00:00
Scott McCreary
d09552692a Fixed url and checksum for hgrep-1.0.1 2012-07-23 23:44:45 +00:00
Scott McCreary
a8bbe30dcf Fixed pair of typoes in hgrep script. 2012-07-23 23:40:13 +00:00
Scott McCreary
aab2dadea2 Fixed url and checksum for hgrep 2012-07-23 21:33:56 +00:00
Scott McCreary
8db2e9bc76 Added .bep files for hgrep and lgrep. 2012-07-23 20:18:40 +00:00
Scott McCreary
4e93af6af8 Added lgrep.zip file 2012-07-23 20:04:00 +00:00
Scott McCreary
77658750f8 Updated dmidecode to make use of B_COMMON_DOCUMENTATION_DIRECTORY for installing the man and doc files. 2012-05-22 22:35:22 +00:00
Chris Roberts
9c9414ec0b Update diffutils to 3.2 2012-05-03 05:14:18 +00:00
Chris Roberts
38ff311cd7 Update the file command to 5.11 2012-05-03 05:01:55 +00:00
Chris Roberts
cb54726d96 Update grep to 2.12 2012-05-03 04:48:52 +00:00
Chris Roberts
82db272da5 Update man to 1.6g 2012-05-03 04:36:11 +00:00
François Revol
902c7544f5 Force passing $DESTDIR to make by argument, else package generation fails. 2011-11-02 12:40:33 +00:00
François Revol
b646209aa2 Add dmidecode. 2011-11-02 12:19:07 +00:00
Scott McCreary
aa968963d8 Initial addition of hgrep and lgrep scripts from http://dev.haiku-os.org/ticket/3376
TODO make use of finddir where useful, perhaps nicer usage displays.
2011-06-16 01:55:36 +00:00
Scott McCreary
b04a84b840 Added --disable-nls to sed. 2011-05-24 20:22:49 +00:00
Scott McCreary
9a748c2e2c Fixed directories for sed. 2011-05-13 06:20:06 +00:00