non port: games/reminiscence/Makefile |
Number of commits found: 48 |
Wednesday, 17 Apr 2024
|
01:02 Dmitry Marakasov (amdmi3)
games/reminiscence: update 0.5.1 → 0.5.2
1f0bec1 |
Monday, 24 Apr 2023
|
20:03 Dmitry Marakasov (amdmi3)
games/reminiscence: update 0.5.0 → 0.5.1
0df8d32 |
Wednesday, 5 Apr 2023
|
18:48 Dmitry Marakasov (amdmi3)
games/reminiscence: update 0.4.9 → 0.5.0
19298be |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Tuesday, 21 Sep 2021
|
13:48 Dmitry Marakasov (amdmi3)
games/reminiscence: fix fetch
The distfile was rerolled, change is some fix in string length computation in
Cutscene::drawText
444da34 |
Thursday, 9 Sep 2021
|
19:13 Dmitry Marakasov (amdmi3)
games/reminiscence: update to 0.4.9
2bc8237 |
Tuesday, 1 Jun 2021
|
17:34 Dmitry Marakasov (amdmi3)
games/reminiscence: update to 0.4.8
6157d24 |
Tuesday, 11 May 2021
|
12:52 Dmitry Marakasov (amdmi3)
games/reminiscence: update to 0.4.7
f280d8e |
Wednesday, 7 Apr 2021
|
23:19 Dmitry Marakasov (amdmi3)
Remove useless Created by: headers mentioning me
5823922 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Thursday, 9 Jan 2020
|
12:35 amdmi3
- Update to 0.4.6
|
Sunday, 24 Nov 2019
|
11:16 pkubaj
games/reminiscence: fix build on GCC architectures
Use newer GCC for build:
cc1plus: error: unrecognized command line option "-Wpedantic"
Approved by: mentors (implicit approval)
|
Monday, 18 Nov 2019
|
20:22 amdmi3
- Update to 0.4.5
|
Friday, 8 Nov 2019
|
10:47 tobik
games: Add missing USES={gnome,gl,sdl,xorg}
|
Friday, 18 May 2018
|
00:15 amdmi3
- Update to 0.3.7
|
Tuesday, 3 Apr 2018
|
13:44 amdmi3
- Update to 0.3.6
|
Monday, 11 Dec 2017
|
12:11 amdmi3
- Update to 0.3.5
|
Wednesday, 8 Nov 2017
|
13:48 amdmi3
- Update to 0.3.4
|
Friday, 9 Jun 2017
|
15:13 amdmi3
- Update to 0.3.3
|
Thursday, 23 Mar 2017
|
13:22 amdmi3
- Update to 0.3.2
|
Wednesday, 6 Apr 2016
|
02:21 amdmi3
- Update to 0.3.0
- Switch to options helpers
|
Monday, 22 Dec 2014
|
21:46 amdmi3
- Cleanup PLIST_DIRS*
|
21:38 bapt
Revert r375084
A too sharp axe causes unpredictable damages
Reported by: amdmi3
|
Saturday, 20 Dec 2014
|
18:37 bapt
Cleanup plist
|
Monday, 8 Dec 2014
|
16:48 tijl
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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Wednesday, 10 Sep 2014
|
20:50 gerald
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)
|
Friday, 13 Jun 2014
|
07:36 olgeni
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
|
Wednesday, 7 May 2014
|
18:06 amdmi3
- Convert USE_BZIP2 and USE_DOS2UNIX to USES
|
Monday, 16 Dec 2013
|
17:40 amdmi3
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook
|
Thursday, 17 Oct 2013
|
23:52 amdmi3
- Support staging
- Convert USE_GMAKE to USES
|
Friday, 20 Sep 2013
|
17:36 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
|
Tuesday, 14 May 2013
|
23:31 amdmi3
- Switch to OptionsNG
- Trim header
|
Saturday, 18 Feb 2012
|
10:18 mva
- 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
|
Saturday, 11 Jun 2011
|
08:05 amdmi3
- Update to 0.2.1
|
Wednesday, 3 Feb 2010
|
00:45 amdmi3
- Fix on 64bit platforms
|
Friday, 22 Jan 2010
|
11:06 amdmi3
- Change BROKEN to IGNORE
Requested by: pav
|
Thursday, 21 Jan 2010
|
23:10 amdmi3
- Mark BROKEN in !i386: doesn't work
Reported by: girand <geekuix at gmail dot com>
|
Tuesday, 28 Jul 2009
|
16:34 amdmi3
- Update URL of my distfile mirror in 87 ports
Approved by: portmgr (erwin)
|
Monday, 5 Jan 2009
|
16:14 amdmi3
- Update address of my distfile mirror
|
Friday, 25 Jul 2008
|
12:24 pav
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
|
Thursday, 19 Jun 2008
|
17:28 amdmi3
Update my email address in 132 ports.
Approved by: miwi (mentor)
|
Thursday, 13 Mar 2008
|
14:28 miwi
- Chase devel/sdl12 shlib version bump
|
Saturday, 19 May 2007
|
20:32 flz
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
Tuesday, 10 Apr 2007
|
06:03 lwhsu
Automatically substitude PREFIX in pkg-message, so it's clearer for user where
to put data files.
PR: 111431
Submitted by: Dmitry Marakasov <amdmi3 AT amdmi3.ru>
Approved by: clsung (mentor)
|
Sunday, 18 Mar 2007
|
13:34 rafan
- Update to 0.1.9
PR: ports/110462
Submitted by: Dmitry Marakasov <amdmi3 at amdmi3.ru> (maintainer)
|
Thursday, 21 Dec 2006
|
20:41 edwin
[MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
one. Also, now I can mirror some distfiles, so update
MASTER_SITES for some ports.
PR: ports/107038
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
|
Wednesday, 20 Sep 2006
|
11:21 stas
- 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)
|
Saturday, 18 Mar 2006
|
22:14 pav
REminiscence is a rewrite of the engine used in the game Flashback
from Delphine Software. This program is designed as a cross-platform
replacement for the original executable and uses the SDL library.
It allows you to rediscover and play it on modern machines using
the original datafiles.
WWW: http://membres.lycos.fr/cyxdown/reminiscence/
PR: ports/93168
Submitted by: Dmitry Marakasov <amdmi3@mail.ru>
|
Number of commits found: 48 |