notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
crystalspace-devel Free and portable 3D Game Development Kit
20061105_7 graphics Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 20061105_7Version of this port present on the latest quarterly branch.
Broken BROKEN: Incorrect pkg-plist
Deprecated DEPRECATED: Has been broken for more than 6 months
Expired This port expired on: 2008-09-19
Ignore IGNORE: is marked as broken: Incorrect pkg-plist
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2006-08-20 17:40:39
Last Update: 2009-03-09 21:29:10
SVN Revision: UNKNOWN
People watching this port, also watch:: sudo, libgd
License: not specified in port
WWW:
http://www.crystalspace3d.org
Description:
Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in C++. It supports: true six degrees of freedom, colored lighting, lightmapped and stencil based lighting, shader support (CG, vertex programs, fragment programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective surfaces, 3D sprites (frame based or with skeletal animation using cal3d animation library), procedural textures, particle systems, halos, volumetric fog, scripting (using Python, Perl, Java, or potentially other languages), 16-bit and 32-bit display support, OpenGL, and software renderer, font support (also with freetype), hierarchical transformations, physics plugin based on ODE WWW: http://www.crystalspace3d.org
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • crystalspace-devel>0:graphics/crystalspace-devel
No installation instructions:
This port has been deleted.
PKGNAME: crystalspace-devel
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. nasm : devel/nasm
  2. swig : devel/swig13
  3. jam : devel/jam
  4. python2.5 : lang/python25
  5. libode.a : devel/ode
  6. libcaca.a : graphics/libcaca
  7. cppunit-config : devel/cppunit
  8. libbfd.a : devel/libbfd
  9. sdl-config : devel/sdl12
  10. perl5.8.8 : lang/perl5.8
Runtime dependencies:
  1. python2.5 : lang/python25
  2. perl5.8.8 : lang/perl5.8
Library dependencies:
  1. png.5 : graphics/png
  2. jpeg.9 : graphics/jpeg
  3. aa.1 : graphics/aalib
  4. openal.0 : audio/openal
  5. alut.1 : audio/freealut
  6. CEGUIBase.3 : graphics/cegui
  7. lcms.1 : graphics/lcms
  8. mng.1 : graphics/libmng
  9. mikmod.2 : audio/libmikmod
  10. vorbis : audio/libvorbis
  11. 3ds-1.3 : graphics/lib3ds
  12. freetype.9 : print/freetype2
  13. cal3d.12 : graphics/cal3d
  14. GLU.1 : graphics/libGLU
  15. SDL-1.2.11 : devel/sdl12
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for crystalspace-devel-20061105_7: DEBUG=off (default) "Build with debugging information" PYTHON=on (default) "PYTHON interface" PERL=on (default) "PERL interface" LCMS=on (default) "Little Color Management System support" MNG=on (default) "MNG/JNG graphic files support" MIKMOD=on (default) "MIKMOD support" VORBIS=on (default) "Ogg/Vorbis sound plugin support" 3DS=on (default) "3DS files support" ODE=on (default) "Plugin providing physics through ODE" FREETYPE2=on (default) "FREETYPE2 support" CAL3D=on (default) "Skeletal based 3D character animation support" SDL=on (default) "SDL support" CACA=on (default) "LIBCACA support" CPPUNIT=on (default) "The C++ Unit Test Library" BFD=on (default) "Universal BFD library from the GNU binutils" ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/crystalspace/
  2. http://alex.foxybanana.com/freebsd/
Collapse this list.

Number of commits found: 24

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
20061105_7
09 Mar 2009 21:29:10
Original commit files touched by this commit
miwi search for other commits by this committer
2009-03-01 databases/rubygem-rrdtool: port no longer maintained by upstream use
rrdtools own ruby bindings instead
2009-01-19 graphics/crystalentitylayer-devel: Depends on broken, expired port
2008-09-19 graphics/crystalspace-devel: Has been broken for more than 6 months
20061105_7
06 Dec 2008 14:36:46
Original commit files touched by this commit
oliver search for other commits by this committer
update cegui to 0.6.2
bump PORTREVISION for the affected ports
20061105_6
21 Aug 2008 06:18:49
Original commit files touched by this commit
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)
20061105_6
25 Jul 2008 14:34:52
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GCC where it can be satisfied with base compiler on following
  FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
20061105_6
25 Jul 2008 12:24:09
Original commit files touched by this commit
pav search for other commits by this committer
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV
20061105_6
02 Jul 2008 16:43:44
Original commit files touched by this commit
oliver search for other commits by this committer
update cegui to 0.6.1
bump PORTREVISION for the affected ports
20061105_5
19 Jun 2008 02:54:54
Original commit files touched by this commit
pav search for other commits by this committer
- This port has been BROKEN for more than 6 months.  It will be removed unless
  fixed in next two months.

With hat:       portmgr
20061105_5
03 May 2008 16:18:04
Original commit files touched by this commit
leeym search for other commits by this committer
- Update cppunit to 1.12.0
- Update all related ports

PR:             120489
Submitted by:   leeym
Approved by:    maintainer timeout
20061105_5
19 Apr 2008 17:56:05
Original commit files touched by this commit 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)
20061105_5
13 Mar 2008 14:28:35
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase devel/sdl12 shlib version bump
20061105_4
07 Oct 2007 05:45:04
Original commit files touched by this commit
linimon search for other commits by this committer
Set USE_PERL5/WANT_PERL as appropriate, for ports that either depend on
perl unconditonally, or conditionally.  To be able to conditionalize the
inclusion of bsd.perl.mk, they now need to be defined before the inclusion
of bsd.port.pre.mk.

Hat:            portmgr
20061105_4
04 Oct 2007 01:10:50
Original commit files touched by this commit
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
20061105_4
07 Sep 2007 07:33:39
Original commit files touched by this commit
rafan search for other commits by this committer
- Chase graphics/lib3ds 1.3.0 update
20061105_3
28 Jul 2007 22:28:29
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Incorrect pkg-plist
20061105_3
28 Jul 2007 12:27:31
Original commit files touched by this commit
miwi search for other commits by this committer
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
20061105_2
19 May 2007 20:32:57
Original commit files touched by this commit
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}.
20061105_1
29 Apr 2007 19:37:08
Original commit files touched by this commit
mezz search for other commits by this committer
Chase with the update of graphics/libcaca, bump the PORTREVISION on these
ports. Only two ports that aren't tested and I get no respone back from the
maintainer for two weeks. The two ports are graphics/crystalspace(-devel). The
rest other ports have been tested or/and submitted by the maintainers (Thanks!).
20061105
30 Nov 2006 20:22:28
Original commit files touched by this commit
acm search for other commits by this committer
- Update to 20061105
- Remove crystalspace-devel obsolete patch files
20060710_3
14 Oct 2006 08:54:54
Original commit files touched by this commit
marcus search for other commits by this committer
Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:   mezz, ahze, pav, and many others
Approved by:    portmgr (implicit, kris)
20060710_3
06 Oct 2006 15:43:29
Original commit files touched by this commit
acm search for other commits by this committer
- Update devel/ode to 0.7
- Bump PORTREVISION of all ports that depend of devel/ode [1]

Approved by:    thierry, Dmitry Marakasov <amdmi3__at__mail.ru> (maintainers)
[1]
20060710_2
20 Sep 2006 20:43:44
Original commit files touched by this commit
acm search for other commits by this committer
- Mark BROKEN on sparc64
20060710_2
20 Sep 2006 11:21:59
Original commit files touched by this commit
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)
20060710_1
24 Aug 2006 12:40:03
Original commit files touched by this commit
acm search for other commits by this committer
- Change devel/ode-devel LIB_DEPENDS to devel/ode, now ode-devel is stable and
  it updated on devel/ode.

Approved by:    garga (mentor)
20060710
20 Aug 2006 17:39:06
Original commit files touched by this commit
acm search for other commits by this committer
- New port: graphics/crystalspace-devel

Crystal Space is a free (LGPL) and portable 3D Game Development Kit written in
C++.  It supports: true six degrees of freedom, colored lighting, lightmapped
and stencil based lighting, shader support (CG, vertex programs, fragment
programs, ...), mipmapping, portals, mirrors, alpha transparency, reflective
surfaces, 3D sprites (frame based or with skeletal animation using cal3d
animation library), procedural textures, particle systems, halos, volumetric
fog, scripting (using Python, Perl, Java, or potentially other languages),
16-bit and 32-bit display support, OpenGL, and software renderer, font support
(also with freetype), hierarchical transformations, physics plugin based on ODE

(devel version)

WWW:    http://www.crystalspace3d.org

Repocopied by:  marcus
Approved by:    garga (mentor)

Number of commits found: 24