FreshPorts -- The Place For Ports Sat, 17 May 2008 6:47 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
adgali 0.2.4_5 games on this many watch lists=0 search for ports that depend on this port
An open source game library useful for 2D game development
Maintained by: gahr@FreeBSD.org search for ports maintained by this maintainer
Port Added: 23 Sep 2001 07:51:11
Also Listed In: devel


Adgali is an open source game library useful for 2D game development. It
uses the SDL library for the bitmap, sounds and events, which provides
accelerated and portable interfaces to the video and sound hardware.

This library provides useful functions for bitmap and sprite display, game
GUI, sound events and music, generic AI engine, network management and video
streaming.

WWW: http://adgali.apiou.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, x11/libXpm, devel/sdl12, devel/libtool15
Required To Run: x11/libXpm
Required Libraries: graphics/jpeg, graphics/png, graphics/tiff, print/freetype2, devel/libexecinfo, devel/sdl12

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


Configuration Options
     No options to configure

Master Sites:
http://adgali.apiou.org/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 34

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
13 Mar 2008 14:28:35
Original commit files touched by this commit  0.2.4_5
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
10 Mar 2008 15:56:14
Original commit files touched by this commit  0.2.4_4
gahr search for other commits by this committer
- Remove USE_XPM in favor of USE_XORG

Approved by:    miwi (mentor)
21 Feb 2008 21:20:01
Original commit files touched by this commit  0.2.4_3
gahr search for other commits by this committer
My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.

Approved by:    miwi (mentor)
14 Dec 2007 19:08:27
Original commit files touched by this commit  0.2.4_3
miwi search for other commits by this committer
- Fix build with gcc 4.2
- Pass maintainership to submitter

PR:             118633
Submitted by:   Pietro Cerutti <gahr@gahr.ch>
25 May 2007 23:53:43
Original commit files touched by this commit  0.2.4_3
kris search for other commits by this committer
BROKEN with gcc 4.2
19 May 2007 21:32:57
Original commit files touched by this commit  0.2.4_3
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}.
01 Feb 2007 02:42:06
Original commit files touched by this commit  0.2.4_2
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
20 Sep 2006 12:21:59
Original commit files touched by this commit  0.2.4_2
stas search for other commits by this committer
 - 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)
15 Aug 2006 00:06:39
Original commit files touched by this commit  0.2.4_1
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.2.4_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
24 Nov 2005 19:28:01
Original commit files touched by this commit  0.2.4
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.2.4
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
27 Jun 2005 21:51:35
Original commit files touched by this commit  0.2.4
jylefort search for other commits by this committer
- Update to 0.2.4 [1]
- Improve pkg-message/COMMENT grammar

[1]:
PR:             ports/82673
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
01 Jun 2005 20:56:04
Original commit files touched by this commit  0.2.3_2
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
20 Aug 2004 21:38:31
Original commit files touched by this commit  0.2.3_2
arved search for other commits by this committer
Fix build on CURRENT
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.2.3_2
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
16 Mar 2004 04:23:56
Original commit files touched by this commit  0.2.3_2
edwin search for other commits by this committer
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.2.3_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
08 Mar 2004 01:01:31
Original commit files touched by this commit  0.2.3_1
edwin search for other commits by this committer
Properly use SDL everywhere:
        USE_SDL=yes     -> USE_SDL=sdl  (good examles everywhere)
        WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)

See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.

PR:             follow-ups of ports/55494, ports/61877
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
26 Feb 2004 08:06:26
Original commit files touched by this commit  0.2.3_1
kris search for other commits by this committer
BROKEN on alpha 5.x: Configure fails
04 Feb 2004 05:21:48
Original commit files touched by this commit  0.2.3_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
29 Jan 2004 07:24:56
Original commit files touched by this commit  0.2.3
trevor search for other commits by this committer
SIZEify.
22 Jan 2004 12:18:43
Original commit files touched by this commit  0.2.3
trevor search for other commits by this committer
Use the CPIO macro defined in bsd.port.mk.
03 Oct 2003 12:04:59
Original commit files touched by this commit  0.2.3
edwin search for other commits by this committer
Chase up new MASTER_SITE_SAVANNAH.

PR:             ports/56970
Submitted by:   Jean-Yves Lefort <jylefort@brutele.be>
07 Aug 2003 08:56:02
Original commit files touched by this commit  0.2.3
krion search for other commits by this committer
Update to 0.2.3

PR:             55242
Submitted by:   Ports Fury
01 Jul 2003 14:33:27
Original commit files touched by this commit  0.2.2
daichi search for other commits by this committer
update games/adgali: 0.1.0 --> 0.2.2

PR:             53580
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
20 Feb 2003 17:32:26
Original commit files touched by this commit  0.1.0_1
knu search for other commits by this committer
De-pkg-comment.
02 Jan 2003 15:06:10
Original commit files touched by this commit  0.1.0_1
sobomax search for other commits by this committer
Update version number of SDL shared library.
30 Jun 2002 03:50:27
Original commit files touched by this commit  0.1.0_1
ijliao search for other commits by this committer
Replace ${PERL} with ${REINPLACE_CMD}

PR:             40012
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
17 Apr 2002 13:38:03
Original commit files touched by this commit  0.1.0_1
sobomax search for other commits by this committer
Chase increase of libSDL version number.
14 Mar 2002 11:16:45
Original commit files touched by this commit
sobomax search for other commits by this committer
Adjust in accordance with the new location of freetype1 includes
(${PREFIX}/include/freetype1/freetype, not ${PREFIX}/include/freetype).
14 Jan 2002 21:46:21
files touched by this commit
jim search for other commits by this committer
Add USE_LIBTOOL and respect CFLAGS.    
05 Oct 2001 03:05:43
files touched by this commit
petef search for other commits by this committer
Add a dependancy on libgnugetopt    
23 Sep 2001 11:51:11
files touched by this commit
ijliao search for other commits by this committer
add adgali   An open source game library useful for 2D games programmation    

Number of commits found: 34

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
py-djangoMay 14
py-django-develMay 14
vorbis-toolsMay 11
qemuMay 08
qemu-develMay 08
swfdecMay 07
firefox*May 03
firefox-devel*May 03
firefox10*May 03
firefox15*May 03
flock*May 03
linux-firefox*May 03
linux-firefox-devel*May 03
linux-flock*May 03
linux-seamonkey*May 03

8 vulnerabilities affecting 22 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
Traffic

Calculated hourly:
Port count 18471
Broken 176
Deprecated 58
Ignore 584
Forbidden 4
Restricted 412
No CDROM 126
Vulnerable 52
Expired 33
Set to expire 37
Interactive 76
new 24 hours 6
new 48 hours9
new 7 days20
new fortnight54
new month157

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.587 seconds.