FreshPorts -- The Place For Ports Sat, 20 Mar 2010 6:46 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
secretmaryochronicles 1.9_2 games on this many watch lists=2 search for ports that depend on this port
Secret Maryo Chronicles two-dimensional platform game
Maintained by: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 18 Feb 2008 12:33:19


Secret Maryo Chronicles is a two-dimensional, sidescrolling
jump-and-run platform game which utilizes the platform independent
multimedia library, SDL. It features a built-in editor which can
be used to easily create your own levels and worlds.

WWW: http://www.secretmaryo.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/sdl12, devel/gmake
Required Libraries: graphics/cegui, devel/boost-libs, graphics/png, devel/sdl12, graphics/sdl_image, audio/sdl_mixer, graphics/sdl_ttf, devel/gettext, graphics/libGL, graphics/libGLU

To install the port: cd /usr/ports/games/secretmaryochronicles/ && make install clean
To add the package: pkg_add -r secretmaryochronicles


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://sunet.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://iweb.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://switch.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://surfnet.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://kent.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://freefr.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://voxel.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://jaist.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://osdn.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://nchc.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://transact.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://softlayer.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://internode.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://biznetnetworks.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
http://ufpr.dl.sourceforge.net/project/smclone/Secret%20Maryo%20Chronicles/1.9/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 19

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.9_2
dinoex search for other commits by this committer
- update to jpeg-8
30 Jan 2010 09:43:31
Original commit files touched by this commit  1.9_1
mva search for other commits by this committer
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:             ports/142147 ports/142248 ports/142249
Approved by:    miwi (mentor implicit)
29 Aug 2009 03:21:21
Original commit files touched by this commit  1.9
amdmi3 search for other commits by this committer
- Update to 1.9
22 Aug 2009 01:23:13
Original commit files touched by this commit  1.8_1
  Sanity Test Failure
amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with G
28 Jul 2009 12:45:09
Original commit files touched by this commit  1.8_1
pav search for other commits by this committer
- Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:             ports/137054
Submitted by:   Alexander Churanov <churanov.port.maintainer@gmail.com>
(maintainer)
11 Jul 2009 07:13:55
Original commit files touched by this commit  1.8_1
oliver search for other commits by this committer
update to 0.6.2b
10 Apr 2009 00:53:56
Original commit files touched by this commit  1.8
amdmi3 search for other commits by this committer
- Update to 1.8
13 Jan 2009 11:45:00
Original commit files touched by this commit  1.7_1
pav search for other commits by this committer
- Bump PORTREVISION so the previous plist fix is visible to incremental builds
12 Jan 2009 19:58:19
Original commit files touched by this commit  1.7
adamw search for other commits by this committer
Re-add the conditional creation code for the music dir. I suspect it was
accidentally removed in the 1.7 update. Without it, smc-music leaves a
dangling directory.

I'm not bumping the PORTREVISION even though the plist is changing,
because the change won't really affect anyone except QAT.

Apologies to the maintainer, whose permission I did not seek for this
commit, due to laziness.
28 Dec 2008 20:39:37
Original commit files touched by this commit  1.7
amdmi3 search for other commits by this committer
- Update to 1.7
06 Dec 2008 14:36:46
Original commit files touched by this commit  1.6_1
oliver search for other commits by this committer
update cegui to 0.6.2
bump PORTREVISION for the affected ports
01 Oct 2008 20:39:43
Original commit files touched by this commit  1.6
amdmi3 search for other commits by this committer
- Update to 1.6
21 Aug 2008 07:18:49
Original commit files touched by this commit  1.5_2
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
11 Aug 2008 12:04:13
Original commit files touched by this commit  1.5_2
amdmi3 search for other commits by this committer
- Create %%DATADIR%%/music directory on package installation to unbreak
secretmaryochronicles-music

Requested by:   Adam Weinberger <adamw at magnesium dot net> (private email)
Approved by:    miwi (mentor implicit)
02 Jul 2008 17:43:44
Original commit files touched by this commit  1.5_1
oliver search for other commits by this committer
update cegui to 0.6.1
bump PORTREVISION for the affected ports
19 Jun 2008 18:28:24
Original commit files touched by this commit  1.5
amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
08 May 2008 13:10:54
Original commit files touched by this commit  1.5
miwi search for other commits by this committer
- Update to 1.5

PR:             123404
Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
13 Mar 2008 14:28:35
Original commit files touched by this commit  1.4.1_1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
18 Feb 2008 12:33:02
Original commit files touched by this commit  1.4.1
miwi search for other commits by this committer
Secret Maryo Chronicles is a two-dimensional, sidescrolling
jump-and-run platform game which utilizes the platform independent
multimedia library, SDL. It features a built-in editor which can
be used to easily create your own levels and worlds.

WWW: http://www.secretmaryo.org/

PR:             ports/120191
Submitted by:   Dmitry Marakasov <amdmi3 at amdmi3.ru>

Number of commits found: 19

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21409
Broken 173
Deprecated 46
Ignore 898
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 1
new 48 hours3
new 7 days14
new fortnight45
new month95

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.218 seconds.