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