aboutsummaryrefslogtreecommitdiff
path: root/graphics/cal3d
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-02 13:43:31 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-02 13:43:31 +0000
commitead6beb35871655ccf6ea1b191b6aa6acf1849f6 (patch)
treeab9ee4bde5ed1a4d55ae7adbb86dd58d9141beab /graphics/cal3d
parent022cafac8f76f9f758af6d690b700730e3852a7d (diff)
downloadports-ead6beb35871655ccf6ea1b191b6aa6acf1849f6.tar.gz
ports-ead6beb35871655ccf6ea1b191b6aa6acf1849f6.zip
Contract graphics/cal3d-devel into graphics/cal3d
The development of cal3d stopped in July 2006, about a week or two after the last release (0.11.0). It makes no sense to have both cal3d and cal3d-devel, so let's copy over the -devel port over to the stable one and remove the -devel port. There's no reason to set a deprecation period in this case. While here: * remove conflicts * Update the WWW to the new home page I've given graphics/cal3d a "fake" version of 0.11.1 to convey that it is an update to the previous version of 0.11.0 rather than to completely change the version scheme. PR: 203135 Approved by: maintainer timeout Discussed: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=400654
Diffstat (limited to 'graphics/cal3d')
-rw-r--r--graphics/cal3d/Makefile19
-rw-r--r--graphics/cal3d/distinfo4
-rw-r--r--graphics/cal3d/pkg-descr2
3 files changed, 16 insertions, 9 deletions
diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile
index 8d3247ea84e1..acc504bf532c 100644
--- a/graphics/cal3d/Makefile
+++ b/graphics/cal3d/Makefile
@@ -2,19 +2,25 @@
# $FreeBSD$
PORTNAME= cal3d
-PORTVERSION= 0.11.0
-PORTREVISION= 3
+PORTVERSION= 0.11.1 # see note below
CATEGORIES= graphics devel
-MASTER_SITES= http://download.gna.org/cal3d/sources/
+MASTER_SITES= LOCAL/acm/cal3d
+DISTNAME= cal3d-20060720
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= acm@FreeBSD.org
COMMENT= Skeletal based 3D character animation library written in C++
-CONFLICTS= cal3d-devel-[0-9]*
+# Cal3D ceased development in July 2006
+# The last version was labelled 0.11R2 (despite version 0.11 being released)
+# The last Cal3D development version was "20060720".
+# This becomes the new "stable" version, and it's given a fake version
+# number of 0.11.1 to indicate it comes after 0.11.0 rather than changing
+# the version scheme completely.
GNU_CONFIGURE= yes
-USES= libtool pathfix pkgconfig
+USES= autoreconf libtool pathfix pkgconfig tar:bzip2
+PATHFIX_MAKEFILEIN= Makefile.am
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
@@ -23,6 +29,7 @@ post-patch:
${WRKSRC}/src/cal3d/buffersource.h \
${WRKSRC}/src/cal3d/loader.h \
${WRKSRC}/src/cal3d/streamsource.h
- @${REINPLACE_CMD} '/^SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e '/^all_libraries/d' \
+ ${WRKSRC}/src/cal3d/Makefile.am
.include <bsd.port.mk>
diff --git a/graphics/cal3d/distinfo b/graphics/cal3d/distinfo
index 1367701908fd..a9ea70a21fce 100644
--- a/graphics/cal3d/distinfo
+++ b/graphics/cal3d/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cal3d/cal3d-0.11.0.tar.gz) = fc4a6fe311004987377ec80b804a04aab44c32085fd974d275aa9d0b14144b06
-SIZE (cal3d/cal3d-0.11.0.tar.gz) = 568532
+SHA256 (cal3d/cal3d-20060720.tar.bz2) = c40071e14b9b1f71e36b36d29796bd7de41a1d32b1de6307ffdb334cb39418de
+SIZE (cal3d/cal3d-20060720.tar.bz2) = 607624
diff --git a/graphics/cal3d/pkg-descr b/graphics/cal3d/pkg-descr
index 64470ac75479..7508335aeeb9 100644
--- a/graphics/cal3d/pkg-descr
+++ b/graphics/cal3d/pkg-descr
@@ -16,4 +16,4 @@ 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/
+WWW: http://gna.org/projects/cal3d/