non port: games/lbreakout/Makefile |
SVNWeb
|
Number of commits found: 39 |
Mon, 23 Jan 2023
|
[ 15:32 Dmitry Marakasov (amdmi3) ] f97f297
games/lbreakouthd: add port: Breakout-style arcade game
- Also deprecate (without setting EXPIRATION_DATE, as the ports
still build and work fine) games/lbreakout and games/lbreakout2 -
the former has latest release in 2001 and is not even mentioned on
the upstream website any more, and the latter explicitly mentions
deprecation. LBreakoutHD is claimed to support all levelsets and
themes for LBreakout2, being a drop-in replacement for it.
- While here, some cosmetic fixes to games/lbreakout and games/lbreakout2.
LBreakoutHD is a scaleable 16:9 remake of LBreakout2. You try to
clear levels full of different types of bricks and extras by using
your paddle to aim balls at the bricks.
All LBreakout2 themes and levelsets work. New themes can be of any
resolution.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:21 Tobias C. Berner (tcberner) ] d56127b (Only the first 10 of 744 ports in this commit are shown above. )
games: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <benlutz@datacomm.ch>
* <janos.mohacsi@bsd.hu>
* Aaron Baugher
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron VonderHaar <avh4@usa.net>
* Aaron Zauner <az_mail@gmx.at>
* Adam Kranzel (adam@alameda.edu)
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 8 Nov 2019
|
[ 10:47 tobik ] (Only the first 10 of 263 ports in this commit are shown above. )
games: Add missing USES={gnome,gl,sdl,xorg}
|
Tue, 12 Jan 2016
|
[ 16:20 amdmi3 ] (Only the first 10 of 791 ports in this commit are shown above. )
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket
|
Wed, 1 Apr 2015
|
[ 19:56 amdmi3 ]
- Remove unneeded -pthread replace
|
Sun, 25 Jan 2015
|
[ 02:55 amdmi3 ]
- Remove useless REINPLACE
- Use @sample for highscore handling
- Support highscore patch longer than 32 bytes
- Don't use PTHREAD_LIBS
- Add LICENSE
- Drop @dirrm* from plist
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above )
|
Sat, 2 Nov 2013
|
[ 23:41 danilo ]
- Add stage support
- Remove indefinite article from COMMENT
- Convert USE_GMAKE to USES
|
Fri, 20 Sep 2013
|
[ 17:36 bapt ] (Only the first 10 of 1149 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Sat, 18 Feb 2012
|
[ 10:18 mva ] (Only the first 10 of 537 ports in this commit are shown above. )
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav
|
Sat, 2 Jul 2011
|
[ 07:37 miwi ]
- Fix MASTER_SITES
- kick MD5
PR: 158461
Submitted by: Ports Fury
|
Sat, 22 Aug 2009
|
[ 00:23 amdmi3 ] (Only the first 10 of 415 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with G
|
Thu, 13 Mar 2008
|
[ 14:28 miwi ] (Only the first 10 of 442 ports in this commit are shown above. )
- Chase devel/sdl12 shlib version bump
|
Sat, 19 May 2007
|
[ 20:32 flz ] (Only the first 10 of 7868 ports in this commit are shown above. )
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Wed, 20 Sep 2006
|
[ 11:21 stas ] (Only the first 10 of 453 ports in this commit are shown above. )
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
|
Tue, 5 Sep 2006
|
[ 04:26 linimon ] (Only the first 10 of 11 ports in this commit are shown above. )
Reset inactive maintainer who has not responded to email.
Hat: portmgr
|
Sun, 7 May 2006
|
[ 23:46 edwin ] (Only the first 10 of 402 ports in this commit are shown above. )
Remove USE_REINPLACE for categories starting with a G
|
Tue, 15 Feb 2005
|
[ 08:32 erwin ]
Miguel Mendez is the new victim of these ports. Thanks!
|
Tue, 16 Mar 2004
|
[ 04:23 edwin ] (Only the first 10 of 193 ports in this commit are shown above. )
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
|
Mon, 8 Mar 2004
|
[ 01:01 edwin ] (Only the first 10 of 54 ports in this commit are shown above. )
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis <edwin@mavetju.org>
|
Wed, 4 Feb 2004
|
[ 05:21 marcus ] (Only the first 10 of 1588 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
|
Fri, 16 Jan 2004
|
[ 14:05 krion ]
- Utilize USE_SDL
- PERL -> REINPLACE_CMD
- Fix WWW: line
PR: 61424
Submitted by: Ports Fury
|
Thu, 20 Nov 2003
|
[ 15:06 trevor ] (Only the first 10 of 111 ports in this commit are shown above. )
Define USE_PERL5_BUILD, not erroneous USE_PERL.
Submitted by: Oliver Eikemeier
|
[ 13:51 trevor ] (Only the first 10 of 111 ports in this commit are shown above. )
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
|
Thu, 13 Nov 2003
|
[ 14:45 trevor ] (Only the first 10 of 81 ports in this commit are shown above. )
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
|
Tue, 29 Jul 2003
|
[ 09:12 sobomax ] (Only the first 10 of 128 ports in this commit are shown above. )
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
|
Fri, 7 Mar 2003
|
[ 06:03 ade ] (Only the first 10 of 254 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Thu, 2 Jan 2003
|
[ 15:06 sobomax ] (Only the first 10 of 75 ports in this commit are shown above. )
Update version number of SDL shared library.
|
Wed, 17 Apr 2002
|
[ 12:38 sobomax ] (Only the first 10 of 43 ports in this commit are shown above. )
Chase increase of libSDL version number.
|
Mon, 9 Apr 2001
|
[ 12:55 sobomax ] (Only the first 10 of 65 ports in this commit are shown above. )
Move: devel/sdl --> devel/sdl10 devel/sdl-devel --> devel/sdl12
|
Thu, 29 Mar 2001
|
[ 16:35 sobomax ] (Only the first 10 of 166 ports in this commit are shown above. )
-pthread --> ${PTHREAD_LIBS} -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}
|
Sat, 17 Mar 2001
|
[ 08:27 sobomax ]
Correct version number of SDL shared library.
|
Fri, 16 Mar 2001
|
[ 16:59 sobomax ]
Update to 010315.
|
Thu, 21 Dec 2000
|
[ 17:56 sobomax ]
Update to 001104.
|
Fri, 20 Oct 2000
|
[ 08:32 sobomax ]
Add lbreakout - a SDL-based clone of classical Breakout game.
|
Number of commits found: 39 |