diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-19 02:45:34 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-19 02:45:34 +0800 |
commit | 6f90a5b1748e530d182e5b025c5ae3f4fbf66e5b (patch) | |
tree | 7ceb42bcd69ca17bb7280f2b721c9aa2f25c2e8d /graphics | |
parent | 0c79cc8e464671e83b6e27f6c1a9aa2a332f15af (diff) | |
download | freebsd-ports-graphics-6f90a5b1748e530d182e5b025c5ae3f4fbf66e5b.tar.gz freebsd-ports-graphics-6f90a5b1748e530d182e5b025c5ae3f4fbf66e5b.tar.zst freebsd-ports-graphics-6f90a5b1748e530d182e5b025c5ae3f4fbf66e5b.zip |
- Update to 0.3
PR: 118767
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/animorph/Makefile | 6 | ||||
-rw-r--r-- | graphics/animorph/distinfo | 6 | ||||
-rw-r--r-- | graphics/animorph/pkg-plist | 27 |
3 files changed, 27 insertions, 12 deletions
diff --git a/graphics/animorph/Makefile b/graphics/animorph/Makefile index bfc32241a9a..395521d925d 100644 --- a/graphics/animorph/Makefile +++ b/graphics/animorph/Makefile @@ -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 @@ USE_LDCONFIG= yes 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 --git a/graphics/animorph/distinfo b/graphics/animorph/distinfo index f42a52949b1..d64be58fee2 100644 --- a/graphics/animorph/distinfo +++ b/graphics/animorph/distinfo @@ -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 --git a/graphics/animorph/pkg-plist b/graphics/animorph/pkg-plist index e5322bdffcd..3aef69ae17f 100644 --- a/graphics/animorph/pkg-plist +++ b/graphics/animorph/pkg-plist @@ -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/MathUtil.h 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/Vertex.h 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 |