Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Dec 2007 11:01:18 +0300 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/118767: [MAINTAINER] grahpics/animorph: update to 0.3
Message-ID:  <20071217080118.80A7817031@hades.panopticon>
Resent-Message-ID: <200712170810.lBH8A1Xu060195@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         118767
>Category:       ports
>Synopsis:       [MAINTAINER] grahpics/animorph: update to 0.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 17 08:10:00 UTC 2007
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 7.0-BETA4 i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 7.0-BETA4 FreeBSD 7.0-BETA4 #1: Sat Dec 15 21:44:40 MSK 2007 root@hades.panopticon:/usr/obj/usr/src/sys/HADES i386


>Description:
* Update to 0.3
Please note that this update should be committed/tested along with corresponding graphics/mhgui and graphics/makehuman updates
>How-To-Repeat:
>Fix:

--- animorph.patch begins here ---
diff -ruN animorph.orig/Makefile animorph/Makefile
--- animorph.orig/Makefile	2007-12-17 06:20:33.000000000 +0300
+++ animorph/Makefile	2007-12-17 07:05:08.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	animorph
-PORTVERSION=	0.2
+PORTVERSION=	0.3
 CATEGORIES=	graphics
 MASTER_SITES=	SF
 MASTER_SITE_SUBDIR=	makehuman
@@ -22,6 +22,10 @@
 CONFIGURE_ENV=	LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" \
 		CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
 
+.if !defined(NOPORTDOCS)
+PORTDOCS=	*
+.endif
+
 post-patch:
 	@${REINPLACE_CMD} -e '/^libanimorphdocdir =/ s|doc/|share/doc/|' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -e '/^pkgconfigdir =/ s|\$$(libdir)|\$$(exec_prefix)/libdata|' ${WRKSRC}/Makefile.in
diff -ruN animorph.orig/distinfo animorph/distinfo
--- animorph.orig/distinfo	2007-12-17 06:20:33.000000000 +0300
+++ animorph/distinfo	2007-12-17 06:21:22.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (animorph-0.2.tar.gz) = 90cfb95f5eb0b49df0ab5c717e26b2e0
-SHA256 (animorph-0.2.tar.gz) = acb37c9b1b0331613f7bd379e7a201aade14eb1bab40201977771057f378abd4
-SIZE (animorph-0.2.tar.gz) = 313115
+MD5 (animorph-0.3.tar.gz) = e75fd295d95bcf4b1d95b86db7866c18
+SHA256 (animorph-0.3.tar.gz) = db4767456a1ac2c844ab06e5d3da6b7cabba776bf0c8323b063b7c891e589793
+SIZE (animorph-0.3.tar.gz) = 379299
diff -ruN animorph.orig/pkg-plist animorph/pkg-plist
--- animorph.orig/pkg-plist	2007-12-17 06:20:33.000000000 +0300
+++ animorph/pkg-plist	2007-12-17 06:49:15.000000000 +0300
@@ -1,8 +1,11 @@
 include/animorph/BodySettings.h
+include/animorph/ColladaExporter.h
 include/animorph/Color.h
 include/animorph/DirectoryList.h
+include/animorph/EdgeStrip.h
 include/animorph/Euler.h
 include/animorph/Face.h
+include/animorph/FaceGroup.h
 include/animorph/FaceVector.h
 include/animorph/FileReader.h
 include/animorph/FileWriter.h
@@ -12,10 +15,17 @@
 include/animorph/Matrix.h
 include/animorph/Mesh.h
 include/animorph/ObjExporter.h
+include/animorph/OgreXMLExporter.h
+include/animorph/PoseRotation.h
 include/animorph/PoseSemiTarget.h
 include/animorph/PoseTarget.h
+include/animorph/PoseTranslation.h
 include/animorph/Quaternion.h
 include/animorph/RIBExporter.h
+include/animorph/RawMesh.h
+include/animorph/Skin.h
+include/animorph/SkinVertex.h
+include/animorph/SmoothVertex.h
 include/animorph/Target.h
 include/animorph/TextureVector.h
 include/animorph/Vector2.h
@@ -24,17 +34,18 @@
 include/animorph/VertexGroup.h
 include/animorph/VertexVector.h
 include/animorph/util.h
+include/animorph/xmlParser.h
 lib/libanimorph.a
 lib/libanimorph.la
 lib/libanimorph.so
 lib/libanimorph.so.0
 libdata/pkgconfig/animorph.pc
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+@comment %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+@comment %%PORTDOCS%%%%DOCSDIR%%/COPYING
+@comment %%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+@comment %%PORTDOCS%%%%DOCSDIR%%/INSTALL
+@comment %%PORTDOCS%%%%DOCSDIR%%/NEWS
+@comment %%PORTDOCS%%%%DOCSDIR%%/README
+@comment %%PORTDOCS%%%%DOCSDIR%%/TODO
+@comment %%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm include/animorph
--- animorph.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071217080118.80A7817031>