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

Port details
construo 0.2.2_5 games on this many watch lists=0 search for ports that depend on this port
A fun construction toy
Maintained by: amdmi3@FreeBSD.org search for ports maintained by this maintainer
Port Added: 25 Nov 2005 03:45:22
License: not specified in port


Construo is a simple 2D construction programm (it is currently not
a real game) for objects which consist of rods and springs and let
them react on physical forces. You can currently construct buildings
and objects like bridges, towers, spaceshuttles, etc. and you let
them fall to ground and see seem smash and break. Sound like fun,
doesn't it =;-) The game is similar to Bridge Builder and heavily
inspired from the Gamasutra article Collision Response: Bouncy,
Trouncy, Fun. Its covered under the GNU General Public License,
thats means source code is availabel and you are allowed to modify
it.

WWW: http://www.nongnu.org/construo/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon

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

Required To Build:
  1. devel/gmake
  2. x11/libSM
  3. x11/libICE
  4. x11/libX11
  5. x11/libXext
  6. x11/libXxf86vm
Required To Run:
  1. x11/libSM
  2. x11/libICE
  3. x11/libX11
  4. x11/libXext
  5. x11/libXxf86vm
Required Libraries:
  1. graphics/libGL
  2. graphics/libGLU
  3. graphics/freeglut
There are no ports dependent upon this port

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


Configuration Options
===> The following configuration options are available for construo-0.2.2_5:
     GLUT=on: Use glut
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.twaren.net/Unix/NonGNU/construo/
  3. ftp://gnu.mirrors.pair.com/savannah/construo/
  4. http://download-mirror.savannah.gnu.org/releases/construo/
  5. http://ftp.twaren.net/Unix/NonGNU/construo/
  6. http://gnu.mirrors.pair.com/savannah/savannah/construo/
  7. http://mirror.lihnidos.org/GNU/savannah/construo/
  8. http://nongnu.askapache.com/construo/

Number of commits found: 14

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
01 Dec 2012 09:40:37
Original commit files touched by this commit  0.2.2_5
amdmi3 search for other commits by this committer
- OptionsNG
- Trim header
- Fix build for WITHOUT_GLUT

Feature safe:	yes
04 Aug 2012 22:52:04
Original commit files touched by this commit  0.2.2_5
kwm search for other commits by this committer
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
23 Sep 2011 22:26:39
Original commit files touched by this commit  0.2.2_4
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.2_4
ohauer search for other commits by this committer
-remove MD5
23 Jan 2009 16:28:36
Original commit files touched by this commit  0.2.2_4
flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.2.2_3
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.2_3
amdmi3 search for other commits by this committer
Update my email address in 132 ports.

Approved by:    miwi (mentor)
19 Apr 2008 17:56:05
Original commit files touched by this commit  0.2.2_3
  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)
17 Mar 2008 16:39:14
Original commit files touched by this commit  0.2.2_3
miwi search for other commits by this committer
- Replace USE_X_PREFIX to USE_XORG

Submitted by:   Dmitry Marakasov <amdmi3@amdmi3.ru> (via private mail)
19 May 2007 20:32:57
Original commit files touched by this commit  0.2.2_2
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}.
21 Dec 2006 20:41:33
Original commit files touched by this commit  0.2.2_1
edwin search for other commits by this committer
[MAINTAINER] update my email address in 76 ports + mirror some distfiles

        I've got a brand new hosting, so change my email to the new
        one.  Also, now I can mirror some distfiles, so update
        MASTER_SITES for some ports.

PR:             ports/107038
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>
07 May 2006 23:46:33
Original commit files touched by this commit  0.2.2_1
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
12 Jan 2006 12:54:32
Original commit files touched by this commit  0.2.2_1
sem search for other commits by this committer
- Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:             ports/90247
Submitted by:   Ermal Lu?i <eri--@albabsd.org>
25 Nov 2005 03:39:30
Original commit files touched by this commit  0.2.2
edwin search for other commits by this committer
New port: games/construo A fun construction toy

        Construo is a simple 2D construction programm (it is currently
        not a real game) for objects which consist of rods and
        springs and let them react on physical forces. You can
        currently construct buildings and objects like bridges,
        towers, spaceshuttles, etc. and you let them fall to ground
        and see seem smash and break. Sound like fun, doesn't it
        =;-) The game is similar to Bridge Builder and heavily
        inspired from the Gamasutra article Collision Response:
        Bouncy, Trouncy, Fun. Its covered under the GNU General
        Public License, thats means source code is availabel and
        you are allowed to modify it.

        WWW: http://www.nongnu.org/construo/

PR:             ports/89517
Submitted by:   Dmitry Marakasov <amdmi3@mail.ru>

Number of commits found: 14

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 24524
Broken 217
Deprecated 474
Ignore 637
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 133
Set to expire 512
Interactive 33
new 24 hours 6
new 48 hours11
new 7 days27
new fortnight58
new month210

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