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

Port details
apricots 0.2.6_4 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
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/sdl12
  2. devel/gmake
  3. devel/libtool
Required Libraries:
  1. devel/sdl12
  2. audio/openal-soft
  3. audio/freealut
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_4:
     OPENAL=on: OpenAL support
===> Use 'make config' to modify these settings

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

Number of commits found: 17

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
23 Jan 2013 15:00:19
Original commit files touched by this commit  0.2.6_4
makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
05 Dec 2012 02:31:44
Original commit files touched by this commit  0.2.6_3
amdmi3 search for other commits by this committer
- OptionsNG
- Trim header

Feature safe:	yes
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: 17

2832
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 24526
Broken 217
Deprecated 473
Ignore 636
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 4
new 48 hours11
new 7 days26
new fortnight58
new month212

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