Commit Graph

71 Commits

Author SHA1 Message Date
Augustin Cavalier
4634abef1b Trim extra newlines at end of file & trailing whitespace. 2015-08-04 12:08:31 -04:00
Augustin Cavalier
55dd9cf19d Rewrite ARCHITECTURES syntax to new HaikuPorter changes.
HaikuPorter now does not care what is in ARCHITECTURES when
building for a SECONDARY_ARCHITECTURE.
2015-08-04 12:00:38 -04:00
Humdinger
9ae34fe13c De-Lint recipes.
*	nasm
	Improved DESCRIPTION
	Re-ordering blocks

*	naspro
	Removed "." from SUMMARY
	Re-ordering blocks

*	netpbm
	Improved DESCRIPTION, COPYRIGHT
	Re-ordering blocks

*	netperf
	Removed "." from SUMMARY
	Re-ordering blocks

*	neverball
	Removed "." from SUMMARY
	Re-ordering blocks

*	nginx
	Improved DESCRIPTION
	Re-ordering blocks

*	nss
	Removed "." from SUMMARY
	Re-ordering blocks
2015-07-22 17:41:46 +02:00
Humdinger
9e09e1e072 De-Linting recipes.
*	apr_util
	Added PATCHES to recipe, some cleaning up.
	Won't build, even though I cleaned out the repository folder:

	"[Errno -2147459069] No such file or directory:
	'/HiQ-Data/sources/haikuports/repository/apr_util-1.3.10.DependencyInfo'"

*	arc
	Improved DESCRIPTION
	Won't build:

	/sources/arc-5.21p/arc.c: In function `main':
	/sources/arc-5.21p/arc.c:231: parse error before `int'
	/sources/arc-5.21p/arc.c:232: `fd' undeclared (first use in this function)
	/sources/arc-5.21p/arc.c:232: (Each undeclared identifier is reported only once
	/sources/arc-5.21p/arc.c:232: for each function it appears in.)

*	bc
	Supply the correct pachset name.
	Improved SUMMARY.
	Minor cosmetics.

*	beshare
	Removed missing patchset which was declared alongside the existing one.
	Minor cosmetics.

*	brexx
	Added PATCHES to the recipe.
	Minor cosmetics.
	Won't build:

	/packages/gcc-2.95.3_2014_10_14-3/.self/develop/tools/i586-pc-haiku/bin/ld: cannot find -lPortManager
	collect2: ld returned 1 exit status
	make[1]: *** [obj/rx] Error 1
	make[1]: Leaving directory `/sources/BeBRexx/src'
	make: [brexx] Error 2 (ignored)
	Collecting files to be packaged ...
	Error: Couldn't access "/sources/BeBRexx/PortManager/obj/PortManager": No such file or directory

*	cd
	Improved SUMMARY.
	Minor cosmetics.
	Won't build:

	Fetching package for devel:libim ...
	*** failed to find a match for "devel:libim": Name not found

*	celestia
	Improved SUMMARY.
	Minor cosmetics.

*	chmlib
	Removed "." from SUMMARY.
	Minor cosmetics.

*	colorcode
	Removed "." from SUMMARY.
	Minor cosmetics.

*	command_not_found
	Removed "(C)" from copyright.
	Created a proper patchset from the provided patch.
	Added PATCHES. Remove manual patching from INSTALL().
	Minor cosmetics.

*	coveredcalc
	Removed "." from SUMMARY.
	Minor cosmetics.
	Added cmd:svn to BUILD_PREREQUIRES.

*	cyberdogs_sdl
	Improved and removed "." from SUMMARY.
	Minor cosmetics.
2015-07-19 10:08:15 +02:00
Augustin Cavalier
c74967bb0e Fix a lot of lint failures. 2015-07-16 12:15:14 -04:00
Augustin Cavalier
f561efbc96 Rename SRC_URI/SRC_FILENAME to SOURCE_URI/SOURCE_FILENAME. 2015-07-02 11:13:12 -04:00
Adrien Destugues
d092b6d39d Flobopuyo: convert to actual recipe.
Fixes http://ports.haiku-files.org/ticket/462.
2015-02-20 09:43:43 +01:00
Humdinger
aef0e3aa9e Changed app sig to the normally used format.
Added app flag single launch.
2015-01-15 19:55:37 +01:00
Scott McCreary
ff3cbd0460 Merged in TwoFx/haikuports/lgames (pull request #467)
Relocate configs/savegames/etc for LGames
2015-01-14 19:11:14 -08:00
Markus Himmel
958f88d1bd LGeneral: Move config and save files to user settings directory 2015-01-14 21:17:24 +00:00
Markus Himmel
ad1fa2ba92 LPairs: Move config to user settings directory 2015-01-14 19:51:18 +00:00
Markus Himmel
31a7d8caa9 LMarbles: Move config and preferences to user settings dir 2015-01-14 19:16:33 +00:00
Markus Himmel
8a09a9e0b5 LBreakout2: Move config, high scores, saved games and custom levels to the user settings directory. 2015-01-14 18:25:56 +00:00
Markus Himmel
da4a3b2dee LTris: Save config/themes/highscores to the user settings directory 2015-01-14 18:03:35 +00:00
Humdinger
a38db25c39 Changes in SUMMARY, DESCRIPTION and whitespace.
Removed the full-stop and repeating package name in SUMMARY.
Removed hard line breaks, broke up some very long paragraphs and
use bullet lists where possible.
All done by browsing through HaikuDepot. There may be (many) more left
in the whole haikuports repo...

Included 10 extended desriptions done by soyoye14 for GCI 2014
(https://www.google-melange.com/gci/task/view/google/gci2014/5240373098053632)

Removed/insert whitespace where it seems to be the custom in recipes.
Sometimes rearranged elements of a recipe (moving license and copyright
up, for example).
2015-01-12 19:23:51 +01:00
Scott McCreary
a2ed1af88c Merged in puckipedia/haikuports/lmarbles (pull request #420)
lmarbles: Add icon, move config file to B_USER_SETTINGS_DIRECTORY
2015-01-06 19:48:19 -08:00
Puck Meerburg
b34ac53c97 ColorCode: Add icon 2015-01-06 18:05:35 +01:00
Puck Meerburg
471d29ccc9 Add ColorCode recipe 2015-01-06 17:38:54 +01:00
Puck Meerburg
dc9380de65 lmarbles: Add icon, move config file to B_USER_SETTINGS_DIRECTORY 2015-01-05 20:31:01 +01: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
begasus
1df07f38a3 gemdropx, new recipe and patch 2014-10-19 17:59:02 +02:00
Jerome Duval
97528c567a Merged in Begasus/haikuports_games/abrick (pull request #227)
abrick, updated recipe and added patch file
2014-09-11 13:23:47 +02:00
begasus
3323951395 abrick, updated recipe and added patch file 2014-09-06 09:59:06 +02:00
Kacper Kasper
139b4023f5 Merged in Begasus/haikuports_games/ltris (pull request #224)
ltris, adding an icon to the binary
2014-09-03 19:44:46 +02:00
begasus
c5fe8411ed ltris, adding an icon to the binary 2014-09-03 19:43:06 +02:00
begasus
7294c2dad7 lbreakout2, adding an icon to the app, thanks to humdinger for the icon 2014-09-02 21:55:50 +02:00
begasus
2bbbdea080 blobwars, added new recipe and patch file 2014-09-01 19:35:46 +02:00
begasus
797742e213 lbreakout2, fix documentation path 2014-08-31 17:14:21 +02:00
begasus
1585987481 lgeneral new recipe and patch file for version 1.2.3 2014-08-25 20:42:15 +02:00
begasus
7a1c1eb35a lpairs new recipe and patch file for version 1.0.4 2014-08-25 20:37:48 +02:00
Kacper Kasper
c23229c840 Merged in Begasus/haikuports_games/barrage (pull request #211)
lbreakout2 new recipe and patch file for version 2.6.4
2014-08-25 18:25:18 +02:00
begasus
7a5684711f lbreakout2 added recipe and patch file for version 2.6.4 2014-08-25 18:23:31 +02:00
begasus
a7f8c70c02 ltris removing the patch file as it's not needed 2014-08-25 09:22:15 +02:00
Kacper Kasper
750c94bcaf Merged in Begasus/haikuports_games/lmarbles (pull request #212)
lmarbles game for Haiku
2014-08-23 20:46:27 +02:00
begasus
211ab6fb11 lmarbles game for Haiku 2014-08-23 18:45:45 +02:00
begasus
a013a03cc3 changes to the recipe as requested 2014-08-23 16:40:18 +02:00
begasus
fd5345c707 Tetris clone ltris for gcc2 and gcc4 2014-08-23 14:47:12 +02:00
Jerome Duval
5e9e7dcd78 neverball: add a recipe for version 1.6.0 2014-08-07 18:59:39 +00:00
Adrien Destugues
465d252894 Wizznic: fix data directory. 2014-07-21 09:36:38 +02:00
Adrien Destugues
822c03f2ae Wizznic: fix recipe. 2014-07-17 16:42:11 +02:00
Adrien Destugues
622f579cb3 SDLLopan: improve tileset and fix description.
This is NOT the mah jongg game. It plays with mah jongg tiles, but
mah jongg is a 4-player game similar to poker and rami. I will accept
"mah jongg solitaire".
2014-05-27 11:59:07 +02:00
Humdinger
f707cae942 * Added Haiku vector icon.
* Added resource file, including the icon and signature.
* Changed recipe to include the ReadMe in the package and elaborated
  the description.
2014-05-24 10:14:04 +02:00
Oliver Tappe
80bbd70b83 Let all recipes use SHA-256 checksums only. 2014-04-21 19:31:51 +02:00
Oliver Tappe
f31617b50f Adjust many more recipes to support mirror site.
* Mostly added SRC_FILENAME where the automatic filename didn't
  make any sense.
2014-04-20 23:13:43 +02:00
Adrien Destugues
36ca3dc87c Add MirrorMagic. 2014-01-20 21:42:52 +01:00
noryb009
51d82f5b74 Rewrap games-puzzle DESCRIPTIONs 2014-01-02 16:40:57 -05:00
Scott McCreary
5a6af93685 Merged in Mrowqa/haikuports/neverball-recipe (pull request #91)
Added cleaned up recipe for neverball
2013-12-29 10:56:36 -08:00
Mrowqa
b15e943267 Added cleaned recipe for neverball 2013-12-28 14:21:37 +01:00
Chris Roberts
46c9aa22eb Fix rezerware build ...
since nobody bothered to check the work of the student

Also, enable sound effects so I can test sdl-mixer
2013-12-22 19:57:58 -07:00
MrPoxipol
21b1bcd69f Corrected recipes. 2013-12-14 01:58:17 +00:00