FreshPorts -- The Place For Ports Mon, 6 Oct 2008 1:06 PM GMT
There is a PORTS FREEZE in effect!

A ports freeze means that commits will be few and far between and only by approval.

Port details
cal3d-devel 20060720_1 graphics on this many watch lists=2 search for ports that depend on this port
Skeletal based 3d character animation library written in C++ (devel)
Maintained by: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 13 Nov 2005 03:07:48
Also Listed In: devel


Cal3D is a skeletal based 3D character animation library written in C++
in a way that is both platform-independent and graphics API-independent.
It was originally designed to be used in a 3D client for Worldforge, but
evolved into a stand-alone product which can be used in many different
kinds of projects.

Cal3D's essentials can be boiled down to 2 parts: the C++ library and
the exporter. The exporter is what you would use to take your characters
(built in a 3D modeling package) and create the Cal3D-format files that
the library knows how to load. The exporters are actually plug-ins for
3D modeling packages. This allows 3D artists to use the modeling tools
that they're already comfortable with.

The C++ library is what you would actually use in your application,
whether it's a game or a VR application. The library provides methods to
load your exported files, build characters, run animations, and access
the data necessary to render them with 3D graphics. 

WWW:	http://cal3d.sourceforge.net/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/automake19, devel/autoconf262, devel/libtool15, devel/pkg-config
Required To Run: devel/pkg-config

To install the port: cd /usr/ports/graphics/cal3d-devel/ && make install clean
To add the package: pkg_add -r cal3d-devel


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/acm/cal3d/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/cal3d/

Number of commits found: 11

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
21 Aug 2008 07:18:49
Original commit files touched by this commit  20060720_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)
20 Aug 2008 01:57:32
Original commit files touched by this commit  20060720_1
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
25 Jul 2008 15:34:52
Original commit files touched by this commit  20060720_1
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
30 Sep 2007 05:47:37
Original commit files touched by this commit  20060720_1
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
23 Aug 2006 16:57:48
Original commit files touched by this commit  20060720
acm search for other commits by this committer
- Update to 20060720 for graphics/cal3d-devel
- Host graphics/cal3d-devel tarball locally
- Add DIST_SUBDIR for graphics/cal3d and graphics/cal3d-devel

Approved by:    garga (mentor)
23 Jul 2006 03:45:24
Original commit files touched by this commit  0.11.0.p20050823_2
acm search for other commits by this committer
Change maintainer address to my @FreeBSD.org email

Approved by:    garga (mentor)
08 May 2006 00:46:33
Original commit files touched by this commit  0.11.0.p20050823_2
edwin search for other commits by this committer
Remove USE_REINPLACE for categories starting with a G
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.11.0.p20050823_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
26 Dec 2005 14:44:33
Original commit files touched by this commit  0.11.0.p20050823_1
ehaupt search for other commits by this committer
- Fix build on 4.x
- Bump PORTREVISION
- Remove 4 patches (me)

PR:             90901
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.11.0.p20050823
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.
13 Nov 2005 03:02:22
Original commit files touched by this commit  0.11.0.p20050823
mnag search for other commits by this committer
New port graphics/cal3d-devel

Cal3D is a skeletal based 3D character animation library written in C++
in a way that is both platform-independent and graphics API-independent.
It was originally designed to be used in a 3D client for Worldforge, but
evolved into a stand-alone product which can be used in many different
kinds of projects.

Cal3D's essentials can be boiled down to 2 parts: the C++ library and
the exporter. The exporter is what you would use to take your characters
(built in a 3D modeling package) and create the Cal3D-format files that
the library knows how to load. The exporters are actually plug-ins for
3D modeling packages. This allows 3D artists to use the modeling tools
that they're already comfortable with.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
bitlbee*Oct 03
gallery*Oct 03
gallery2*Oct 03
horde-base*Oct 03
phpmyadmin*Oct 03
proftpd*Oct 03
proftpd-devel*Oct 03
proftpd-mysql*Oct 03
mplayer*Oct 02
mysql323-clientOct 01
mysql40-clientOct 01
mysql41-clientOct 01
mysql50-clientOct 01
mysql51-clientOct 01
mysql60-clientOct 01

19 vulnerabilities affecting 36 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 19262
Broken 157
Deprecated 79
Ignore 434
Forbidden 7
Restricted 281
No CDROM 132
Vulnerable 59
Expired 54
Set to expire 61
Interactive 78
new 24 hours 11
new 48 hours17
new 7 days34
new fortnight91
new month177

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