FreshPorts -- The Place For Ports Sat, 17 May 2008 11:19 AM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
gcompris 8.3.2.2_5 games on this many watch lists=2 search for ports that depend on this port
Gnome2 educational games and activities for kids ages 2 to 10
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 21 Jul 2000 14:05:24
Also Listed In: gnome


Gcompris is educational software and includes over 50 activites and games
for kids ages from 2 to 10. Some activities are game oriented,
but always educational.

You will find activities in the following topics:

computer discovery: keyboard, mouse, different mouse gesture
algebra: table memory, enumeration, double entry table, mirror image
science: the canal lock, the water cycle, the submarine
geography: place the country on the map
games: chess, memory
reading: reading practice
other: learn to tell time, puzzle of famous paintings, vector drawing

WWW: http://gcompris.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: textproc/texi2html, games/gnuchess, databases/py-pysqlite20, lang/python25, x11-servers/xorg-vfbserver, x11-fonts/xorg-fonts-miscbitmaps, devel/gmake, devel/sdl12, textproc/intltool, misc/gnome-mime-data, devel/pkg-config, x11-toolkits/py-gnome2, x11-toolkits/py-gtk2
Required To Run: games/gnuchess, databases/py-pysqlite20, lang/python25, misc/gnomehier, misc/gnome-mime-data, devel/pkg-config, devel/gio-fam-backend, x11-toolkits/py-gnome2, x11-toolkits/py-gtk2
Required Libraries: audio/libvorbis, audio/libao, devel/libassetml, databases/sqlite3, devel/gettext, devel/sdl12, audio/sdl_mixer, audio/esound, accessibility/atk, accessibility/gail, devel/gconf2, devel/glib20, devel/gnome-vfs, x11-toolkits/gtk20, graphics/libart_lgpl, devel/libbonobo, x11-toolkits/libbonoboui, devel/libglade2, x11/libgnome, graphics/libgnomecanvas, x11-toolkits/libgnomeui, devel/libIDL, textproc/libxml2, devel/ORBit2, x11-toolkits/pango

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


Configuration Options
     No options to configure

Master Sites:
http://heanet.dl.sourceforge.net/sourceforge/gcompris/
http://nchc.dl.sourceforge.net/sourceforge/gcompris/
http://kent.dl.sourceforge.net/sourceforge/gcompris/
http://easynews.dl.sourceforge.net/sourceforge/gcompris/
http://ufpr.dl.sourceforge.net/sourceforge/gcompris/
http://umn.dl.sourceforge.net/sourceforge/gcompris/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Port Moves
  • port moved here from games/gcompris2 on 2006-05-28
    REASON: Renamed to use real vendor package name

Number of commits found: 52

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
19 Apr 2008 18:56:05
Original commit files touched by this commit  8.3.2.2_5
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
13 Mar 2008 14:28:35
Original commit files touched by this commit  8.3.2.2_4
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
01 Dec 2007 01:24:42
Original commit files touched by this commit  8.3.2.2_3
mezz search for other commits by this committer
Fix a missing of share/gnome/ -> share/ to fix the crash in the start up. Bump
the PORTREVISION.

PR:             ports/118341
Reported by:    Suhaib <biahus@operamail.com>
Approved by:    portmgr (pav)
25 Oct 2007 00:37:25
Original commit files touched by this commit  8.3.2.2_2
marcus search for other commits by this committer
Presenting GNOME 2.20.1 and all related works for FreeBSD.  The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
(Only the first 15 lines of the commit message are shown above View all of this commit message)
28 Jul 2007 13:27:31
Original commit files touched by this commit  8.3.2.2_1
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
23 Jul 2007 10:36:52
Original commit files touched by this commit  8.3.2.2
rafan search for other commits by this committer
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
  supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:             ports/111470
Approved by:    portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by:      pointyhat exp run
02 Jul 2007 07:19:36
Original commit files touched by this commit  8.3.2.2
marcus search for other commits by this committer
Update to 8.3.2.2.
19 May 2007 21:32:57
Original commit files touched by this commit  8.2.2.2_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}.
11 Feb 2007 17:37:31
Original commit files touched by this commit  8.2.2.2
ahze search for other commits by this committer
Update to 8.2.2-2
04 Feb 2007 07:49:46
Original commit files touched by this commit  8.2.1
marcus search for other commits by this committer
Fix the build after the removal of objformat.

Reported by:    pointyhat via kris
24 Dec 2006 17:24:26
Original commit files touched by this commit  8.2.1
ahze search for other commits by this committer
Update to 8.2.1
05 Nov 2006 03:25:40
Original commit files touched by this commit  7.4_1
mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
20 Sep 2006 12:21:59
Original commit files touched by this commit  7.4_1
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)
06 Jun 2006 03:56:30
Original commit files touched by this commit  7.4
mezz search for other commits by this committer
Portlint:
        -Use DATADIR in plist.
28 May 2006 13:19:58
Original commit files touched by this commit  7.4
mezz search for other commits by this committer
games/gcompris2 -> games/gcompris

Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.
05 Mar 2004 03:42:04
Original commit files touched by this commit  1.0.5_1
bland search for other commits by this committer
Say bye to gcompris. gcompris2 is successor wich already live in ports
tree.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.0.5_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  1.0.5
trevor search for other commits by this committer
SIZEify.
20 Nov 2003 15:06:15
Original commit files touched by this commit  1.0.5
trevor search for other commits by this committer
Define USE_PERL5_BUILD, not erroneous USE_PERL.

Submitted by:   Oliver Eikemeier
20 Nov 2003 13:51:47
Original commit files touched by this commit  1.0.5
trevor search for other commits by this committer
Define USE_PERL to make Perl available for (mostly deprecated)
"perl -pi -e" construction.
11 Oct 2003 05:42:43
Original commit files touched by this commit  1.0.5
marcus search for other commits by this committer
gcompris and gcompris2 conflict with each other.

Submitted by:   Oliver Eikemeier <eikemeier@fillmore-labs.com>
29 Jul 2003 10:12:37
Original commit files touched by this commit  1.0.5
sobomax search for other commits by this committer
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them.
20 Apr 2003 04:03:05
Original commit files touched by this commit  1.0.5
marcus search for other commits by this committer
Remove USE_GNOMENG.
07 Mar 2003 06:03:01
Original commit files touched by this commit  1.0.5
ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
18 Sep 2002 21:36:20
Original commit files touched by this commit  1.0.5
marcus search for other commits by this committer
Add dependency on gnomecanvas.

Submitted by:   bento
06 Aug 2002 20:06:30
Original commit files touched by this commit  1.0.5
sobomax search for other commits by this committer
Use USE_GNOMENG.
30 May 2002 23:27:36
Original commit files touched by this commit  1.0.5
sobomax search for other commits by this committer
Update to 1.0.5.
18 Apr 2002 13:29:06
Original commit files touched by this commit  1.0.3
sobomax search for other commits by this committer
Update to 1.0.3.
23 Dec 2001 08:05:38
files touched by this commit
sobomax search for other commits by this committer
Resolve gdk-pixbuf-related problem. I donno how I had missed this patch during  
recent update.    
20 Dec 2001 06:19:02
files touched by this commit
sobomax search for other commits by this committer
Backout previous change - it seems that new revision of the patch doesn't  
apply everywhere.    
19 Dec 2001 20:20:23
files touched by this commit
sobomax search for other commits by this committer
Don't filter libc_r on 5-CURRENT.    
19 Dec 2001 11:33:00
files touched by this commit
sobomax search for other commits by this committer
Update to 0.9.6.    
20 Nov 2001 23:29:38
files touched by this commit
lioux search for other commits by this committer
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case    
31 Oct 2001 08:20:45
files touched by this commit
sobomax search for other commits by this committer
Don't link in libc - FreeBSD doesn't need this.    
25 Oct 2001 15:21:47
files touched by this commit
sobomax search for other commits by this committer
Update to 0.9.2.    
05 Jun 2001 19:51:21
files touched by this commit
sobomax search for other commits by this committer
Unbroke.    
01 Jun 2001 00:53:14
files touched by this commit
ade search for other commits by this committer
Replace explicit build dependency on automake with USE_AUTOMAKE knob    
28 May 2001 14:55:46
files touched by this commit
sobomax search for other commits by this committer
Fix PLIST.    
28 May 2001 12:48:26
files touched by this commit
sobomax search for other commits by this committer
Update to 0.6.1.    
17 Apr 2001 10:54:33
files touched by this commit
sobomax search for other commits by this committer
Update to 0.5.1.    
29 Mar 2001 17:35:19
files touched by this commit
sobomax search for other commits by this committer
-pthread --> ${PTHREAD_LIBS}   -D_THREAD_SAFE --> ${PTHREAD_CFLAGS}    
19 Feb 2001 13:37:28
files touched by this commit
sobomax search for other commits by this committer
Update to 0.4.1.    
05 Feb 2001 14:51:46
files touched by this commit
olgeni search for other commits by this committer
More spaces -> tabs for the games category.    
28 Dec 2000 11:44:20
files touched by this commit
sobomax search for other commits by this committer
Update to 0.3.5.    
06 Dec 2000 09:02:01
files touched by this commit
sobomax search for other commits by this committer
Update to 0.3.4.    
08 Oct 2000 04:48:59
files touched by this commit
asami search for other commits by this committer
Convert category games to new layout.  
05 Oct 2000 09:10:50
files touched by this commit
reg search for other commits by this committer
Implement USE_GNOME, part 1.    
18 Sep 2000 09:31:22
files touched by this commit
sobomax search for other commits by this committer
Update to 0.3.1.    
13 Sep 2000 11:08:09
files touched by this commit
sobomax search for other commits by this committer
Replace gnomecontrolcenter in RUN_DEPENDS with gnomecore and add gnomeaudio   to
ensure correct removal of shared dirs.    
24 Jul 2000 18:13:24
files touched by this commit
sobomax search for other commits by this committer
Various fixes and cleanups:    
24 Jul 2000 11:04:44
files touched by this commit
sobomax search for other commits by this committer
Remove redundant LIB_DEPENDS.    
21 Jul 2000 18:05:24
files touched by this commit
sobomax search for other commits by this committer
Add gcompris - a simple Gnome-based education game for children starting at 3.  
 

Number of commits found: 52

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 4
new 48 hours9
new 7 days19
new fortnight52
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.981 seconds.