723b FreshPorts -- games/fretsonfire
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
fretsonfire 1.3.110_3 games on this many watch lists=1 search for ports that depend on this port
A game of musical skill and fast fingers
Maintained by: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 03 Oct 2006 17:46:54
Also Listed In: python
License: not specified in port


Frets on Fire is a game of musical skill and fast fingers. The aim of the game 
is to play guitar with the keyboard as accurately as possible.

WWW:	http://fretsonfire.sf.net
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. lang/python27
Required To Run:
  1. math/py-numpy
  2. devel/py-game
  3. graphics/py-opengl
  4. graphics/py-imaging
  5. games/fretsonfire-data
  6. lang/python27
There are no ports dependent upon this port

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


Configuration Options
     No options to configure

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fretsonfire/
  2. http://aarnet.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  3. http://freefr.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  4. http://garr.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  5. http://heanet.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  6. http://hivelocity.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  7. http://ignum.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  8. http://internode.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  9. http://iweb.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  10. http://jaist.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  11. http://kaz.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  12. http://kent.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  13. http://master.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  14. http://nchc.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  15. http://ncu.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  16. http://netcologne.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  17. http://sunet.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  18. http://superb-dca3.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  19. http://switch.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  20. http://tenet.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  21. http://ufpr.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/
  22. http://waix.dl.sourceforge.net/project/fretsonfire/fretsonfire/1.3.110/

Number of commits found: 16

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
29 Apr 2013 08:57:13
Original commit files touched by this commit  1.3.110_3
bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
24 Mar 2013 05:09:32
Original commit files touched by this commit  1.3.110_3
acm search for other commits by this committer
- Remove BROKEN
- Bump PORTREVISION

PR:		171408
Submitted by:	nemysis <nemysis  at gmx.ch>
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.

M    games/fretsonfire/Makefile
M    games/fretsonfire/pkg-descr
26 Mar 2012 08:04:08
Original commit files touched by this commit  1.3.110_2
erwin search for other commits by this committer
Readd BROKEN: still can't find numpy

Feature safe:   yes
21 Oct 2011 06:44:41
Original commit files touched by this commit  1.3.110_2
acm search for other commits by this committer
- Remove BROKEN
- Use other way to detect math/py-numpy dependency. It could fix the problem
  on 9.x
21 Sep 2011 07:00:34
Original commit files touched by this commit  1.3.110_2
erwin search for other commits by this committer
Mark BROKEN: does not build
03 Jul 2011 14:25:36
Original commit files touched by this commit  1.3.110_2
ohauer search for other commits by this committer
-remove MD5
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.3.110_2
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.3.110_1
dinoex search for other commits by this committer
- update to jpeg-8
30 May 2009 02:48:27
Original commit files touched by this commit  1.3.110
acm search for other commits by this committer
- Update to 1.3.110
- Remove obsolete patch file
06 Jun 2008 13:31:51
Original commit files touched by this commit  1.2.451_2
edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
19 May 2007 20:32:57
Original commit files touched by this commit  1.2.451_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
20 Apr 2007 19:57:22
Original commit files touched by this commit  1.2.451
acm search for other commits by this committer
- Update to 1.2.451
- Remove BROKEN

See the changelog at:
http://sourceforge.net/project/shownotes.php?release_id=501448&group_id=182199
11 Apr 2007 00:45:02
Original commit files touched by this commit  1.2.438
acm search for other commits by this committer
- Update to 1.2.438
25 Nov 2006 18:09:48
Original commit files touched by this commit  1.1.324
acm search for other commits by this committer
- Update to 1.1.324
- Update MASTER_SITES
01 Nov 2006 07:46:37
Original commit files touched by this commit  1.0.263
acm search for other commits by this committer
- Update to 1.0.263
- Remove pkg-install scripts
- See the full changelog at:
  http://louhi.kempele.fi/~skyostil/uv/fretsonfire/fretsonfire-1-0-263.blog/
03 Oct 2006 17:42:13
Original commit files touched by this commit  1.0.225
acm search for other commits by this committer
- New ports: games/fretsonfire and games/fretsonfire-data

Frets on Fire is a game of musical skill and fast fingers. The aim of the game
is to play guitar with the keyboard as accurately as possible.

WWW:    http://louhi.kempele.fi/~skyostil/uv/fretsonfire/

Number of commits found: 16

2838
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 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 24523
Broken 217
Deprecated 473
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 7
new 48 hours11
new 7 days29
new fortnight79
new month211

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

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0