FreshPorts -- The Place For Ports notbug Sun, 27 May 2012 5:25 AM BST
Port details
apricots 0.2.6_3 games on this many watch lists=1 search for ports that depend on this port
Fly a little plane around and shoot things and drop bombs
Maintained by: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Jan 2008 16:45:00
License: not specified in port


Despite the name, it has nothing to do with apricots. It's a game
where you fly a little plane around the screen and shoot things and
drop bombs on enemy targets, and it's meant to be quick and fun.

There can be up to 6 planes, at most two human-controlled. All
others will be computer-controlled. Network support is in to do
list.

You must shoot at another's planes, destroy others' base and try
to keep alive. You may return to your base to refill your ammo. The
scenery is randomly generated.

Currently the game has no menus. You run it, play it, and it exits
at end. To fix this is also in to do list.

Please take a look at apricots.cfg file. You will found some good
options there. (currently this is the only way of changing game
options)

WWW: http://www.fishies.org.uk/apricots.html
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: devel/gmake, devel/sdl12, devel/libtool
Required Libraries: audio/openal-soft, audio/freealut, devel/sdl12
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for apricots-0.2.6_3:
     OPENAL=on (default) "Enable OpenAL audio"
===> Use 'make config' to modify these settings

Master Sites:
http://www.fishies.org.uk/
http://mirror.amdmi3.ru/distfiles/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 15

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
18 Feb 2012 10:18:33
Original commit files touched by this commit  0.2.6_3
mva search for other commits by this committer
- 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
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.2.6_2
amdmi3 search for other commits by this committer
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
03 Jul 2011 14:25:36
Original commit files touched by this commit  0.2.6_2
ohauer search for other commits by this committer
-remove MD5
04 Dec 2010 07:34:27
Original commit files touched by this commit  0.2.6_2
ade search for other commits by this committer
Sync to new bsd.autotools.mk
12 Apr 2010 15:23:33
Original commit files touched by this commit  0.2.6_2
amdmi3 search for other commits by this committer
- Fix build after openal update
12 Apr 2010 00:04:55
Original commit files touched by this commit  0.2.6_2
pav search for other commits by this committer
- Mark BROKEN: does not compile

Reported by:    pointyhat
25 Jan 2010 19:15:18
Original commit files touched by this commit  0.2.6_2
pav search for other commits by this committer
- Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:             ports/142123
Submitted by:   mva
Tested by:      pointyhat exp-run
Approved by:    portmgr (hat)
11 Sep 2009 21:57:40
Original commit files touched by this commit  0.2.6_1
amdmi3 search for other commits by this committer
- Add DESKTOP_ENTRY to bunch of ports
- Mark some ports MAKE_JOBS_SAFE
02 Aug 2009 19:36:34
Original commit files touched by this commit  0.2.6_1
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
28 Jul 2009 16:34:36
Original commit files touched by this commit  0.2.6_1
amdmi3 search for other commits by this committer
- Update URL of my distfile mirror in 87 ports

Approved by:    portmgr (erwin)
05 Jan 2009 16:14:51
Original commit files touched by this commit  0.2.6_1
amdmi3 search for other commits by this committer
- Update address of my distfile mirror
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.2.6_1
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)
19 Jun 2008 17:28:24
Original commit files touched by this commit  0.2.6_1
amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.2.6_1
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
12 Jan 2008 16:44:45
Original commit files touched by this commit  0.2.6
miwi search for other commits by this committer
Despite the name, it has nothing to do with apricots. It's a game
where you fly a little plane around the screen and shoot things and
drop bombs on enemy targets, and it's meant to be quick and fun.

There can be up to 6 planes, at most two human-controlled. All
others will be computer-controlled. Network support is in to do
list.

You must shoot at another's planes, destroy others' base and try
to keep alive. You may return to your base to refill your ammo. The
scenery is randomly generated.

WWW: http://www.fishies.org.uk/apricots.html

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

Number of commits found: 15

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23674
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours19
new 7 days61
new fortnight185
new month255

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

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