pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics aqsis: remove, marked BROKEN for 2 years
details: https://anonhg.NetBSD.org/pkgsrc/rev/b54e13faee73
branches: trunk
changeset: 375354:b54e13faee73
user: nia <nia%pkgsrc.org@localhost>
date: Sun Mar 13 06:02:10 2022 +0000
description:
aqsis: remove, marked BROKEN for 2 years
diffstat:
graphics/Makefile | 3 +-
graphics/aqsis/DESCR | 3 -
graphics/aqsis/Makefile | 169 ----------
graphics/aqsis/PLIST | 231 ---------------
graphics/aqsis/distinfo | 7 -
graphics/aqsis/options.mk | 15 -
graphics/aqsis/patches/patch-cmake_modules_FindPNG_cmake | 15 -
graphics/aqsis/patches/patch-libs_tex_io_exrinputfile.h | 17 -
8 files changed, 1 insertions(+), 459 deletions(-)
diffs (truncated from 502 to 300 lines):
diff -r b2a0b8fe50e8 -r b54e13faee73 graphics/Makefile
--- a/graphics/Makefile Sun Mar 13 05:49:14 2022 +0000
+++ b/graphics/Makefile Sun Mar 13 06:02:10 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.963 2022/02/23 16:53:53 pho Exp $
+# $NetBSD: Makefile,v 1.964 2022/03/13 06:02:10 nia Exp $
#
COMMENT= Graphics tools and libraries
@@ -50,7 +50,6 @@
SUBDIR+= adwaita-icon-theme
SUBDIR+= agg
SUBDIR+= ansilove
-SUBDIR+= aqsis
SUBDIR+= arc-theme
SUBDIR+= artist
SUBDIR+= asymptote
diff -r b2a0b8fe50e8 -r b54e13faee73 graphics/aqsis/DESCR
--- a/graphics/aqsis/DESCR Sun Mar 13 05:49:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-A RenderMan compliant renderer. Based on the REYES architecture,
-Aqsis is designed for speed and memory efficiency. Complete
-implementation of programmable shading.
diff -r b2a0b8fe50e8 -r b54e13faee73 graphics/aqsis/Makefile
--- a/graphics/aqsis/Makefile Sun Mar 13 05:49:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,169 +0,0 @@
-# $NetBSD: Makefile,v 1.96 2022/01/10 01:46:33 ryoon Exp $
-#
-
-DISTNAME= aqsis-1.8.1
-PKGREVISION= 50
-CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://www.aqsis.org/
-COMMENT= Renderman clone
-LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND modified-bsd
-
-USE_CMAKE= yes
-USE_LANGUAGES= c c++
-USE_TOOLS+= pkg-config flex bison
-
-BROKEN= "Not valid C++11 code, but dependencies require C++11"
-
-LDFLAGS.SunOS= -lsocket -lnsl
-
-#
-# Insists on being built in a separate directory.
-#
-
-CONFIGURE_DIRS= build
-CMAKE_ARG_PATH= ..
-
-pre-configure:
- mkdir ${WRKSRC}/build
-
-#
-# Something in cmake issues -ldl regardless of whether it's appropriate.
-# Kludge around it.
-#
-
-# This does not work; it sets CMAKE_DL_LIBS which the cmake documentation
-# says is where -ldl comes from, but this does not apparently prevent
-# cmake from issuing -ldl.
-#CMAKE_ARGS+= -D CMAKE_DL_LIBS:STRING='${DL_LIBS}'
-
-BUILDLINK_TRANSFORM.NetBSD+= rm:-ldl
-
-#
-# Forcibly reprogram cmake's rpath substitution.
-#
-
-BLDIR= ${WRKDIR}/.buildlink/lib
-
-SUBST_CLASSES+= rpath
-SUBST_STAGE.rpath= post-configure
-SUBST_FILES.rpath+= build/libs/math/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/util/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/riutil/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/slcomp/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/tex/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/shadervm/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/slxargs/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/ri2rib/cmake_install.cmake
-SUBST_FILES.rpath+= build/libs/core/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/aqsl/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/aqsltell/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/aqsis/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/miqser/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/teqser/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/displays/exr/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/displays/file/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/displays/piqsl/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/displays/sdcBMP/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/displays/xpm/cmake_install.cmake
-SUBST_FILES.rpath+= build/tools/procedurals/hairgen/cmake_install.cmake
-SUBST_SED.rpath= -e '/OLD_RPATH/s,"::*","${PREFIX}/lib",'
-SUBST_SED.rpath+= -e '/OLD_RPATH/s,${BLDIR},${PREFIX}/lib,'
-SUBST_SED.rpath+= -e '/OLD_RPATH/s,:",",'
-SUBST_SED.rpath+= -e '/NEW_RPATH/s,"${PREFIX}/.*","${PREFIX}/lib",'
-SUBST_MESSAGE.rpath= Fixing broken rpath mangling.
-
-#
-# Scripts.
-#
-
-REPLACE_PYTHON+= examples/features/occlusion/occlmap.py
-
-# This script wants to run something called 'hython', which is
-# apparently a Python embedding inside something called Houdini,
-# which appears to be payware. So let's let it slide.
-CHECK_INTERPRETER_SKIP+= share/aqsis/plugins/houdini/slx2otl.py
-
-# These are all ostensibly bash scripts but I see no bashisms in any of them.
-REPLACE_SH+= examples/features/archives/render.sh
-REPLACE_SH+= examples/features/bake/render.sh
-REPLACE_SH+= examples/features/curves/render.sh
-REPLACE_SH+= examples/features/layeredshaders/render.sh
-REPLACE_SH+= examples/features/levelofdetail/render.sh
-REPLACE_SH+= examples/features/motionblur/render_camera.sh
-REPLACE_SH+= examples/features/motionblur/render_deformation.sh
-REPLACE_SH+= examples/features/multipass/render.sh
-REPLACE_SH+= examples/features/objectinstance/render.sh
-REPLACE_SH+= examples/features/occlusion/render.sh
-REPLACE_SH+= examples/features/pointcloud/render.sh
-REPLACE_SH+= examples/features/shadows/render_autoshadow.sh
-REPLACE_SH+= examples/features/shadows/render_softshadow.sh
-REPLACE_SH+= examples/features/solidmodeling/render.sh
-REPLACE_SH+= examples/features/subdivision/render.sh
-REPLACE_SH+= examples/features/textures/render.sh
-REPLACE_SH+= examples/procedurals/menger/render.sh
-REPLACE_SH+= examples/scenes/fisheye/render.sh
-REPLACE_SH+= examples/scenes/microbe/render.sh
-REPLACE_SH+= examples/scenes/vase/render.sh
-REPLACE_SH+= tools/neqsus/houdini/post.sh
-REPLACE_SH+= distribution/linux/aqsis.sh
-REPLACE_SH+= distribution/linux/aqsl.sh
-REPLACE_SH+= distribution/linux/aqsltell.sh
-
-#
-# Handle the config file.
-#
-# XXX the post-install rule will result in an overwritten config file
-# if using a non-DESTDIR build. However, I can't get it to install the
-# thing anywhere else; the setting cmake documents that ought to move
-# it does not work.
-#
-
-PKG_SYSCONFSUBDIR= aqsis
-CONF_FILES+= share/examples/aqsis/aqsisrc ${PKG_SYSCONFDIR}/aqsisrc
-INSTALLATION_DIRS+= share/examples/aqsis
-
-post-install:
- mv ${DESTDIR}${PREFIX}/etc/aqsis/aqsisrc \
- ${DESTDIR}${PREFIX}/share/examples/aqsis/aqsisrc
- rmdir ${DESTDIR}${PREFIX}/etc/aqsis || ${TRUE}
- rmdir ${DESTDIR}${PREFIX}/etc || ${TRUE}
-
-#
-# Depends. The package says:
-#
-# CMake (v2.6.3+)
-# Boost (v1.34.1+)
-# libtiff.lib (v3.7.1+)
-# flex (v2.5.4) (2.5.31 causes problems, see FAQ 2.2)
-# bison (v1.35+)
-# Qt (v4.6+) - optional, for framebuffer rendering and other GUI components
-# libzlib (v1.1.4+)
-# libjpeg (v6b+)
-# libilmbase (v1.6+)
-# OpenEXR - if you want to read and write OpenEXR HDR image files
-#
-# and in practice it also needs png.
-#
-# Qt is optional and, for the time being, doesn't work - will need at
-# least PLIST additions.
-#
-# From what I can tell it may react to py-sphinx and/or doxygen by
-# installing more docs or other material. Not sure how to beat on
-# cmake to make sure this doesn't happen.
-#
-
-.include "options.mk"
-
-.include "../../devel/boost-libs/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../graphics/openexr/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/jpeg.buildlink3.mk"
-.include "../../mk/dlopen.buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../lang/python/application.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r b2a0b8fe50e8 -r b54e13faee73 graphics/aqsis/PLIST
--- a/graphics/aqsis/PLIST Sun Mar 13 05:49:14 2022 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,231 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2012/04/30 01:59:12 dholland Exp $
-bin/aqsis
-bin/aqsl
-bin/aqsltell
-bin/miqser
-bin/teqser
-include/aqsis/aqsis.h
-include/aqsis/config.h
-include/aqsis/inttype.h
-include/aqsis/ri/ndspy.h
-include/aqsis/ri/ri.h
-include/aqsis/ri/rif.h
-include/aqsis/ri/ritypes.h
-include/aqsis/ri/shadeop.h
-include/aqsis/ri/slo.h
-include/aqsis/ri/slx.h
-include/aqsis/version.h
-lib/aqsis/bmp_dspy.so
-lib/aqsis/exr_dspy.so
-lib/aqsis/file_dspy.so
-lib/aqsis/hairgen.so
-lib/aqsis/piqsl_dspy.so
-lib/aqsis/xpm_dspy.so
-lib/libaqsis_core.so
-lib/libaqsis_core.so.1
-lib/libaqsis_core.so.1.8
-lib/libaqsis_math.so
-lib/libaqsis_math.so.1
-lib/libaqsis_math.so.1.8
-lib/libaqsis_ri2rib.so
-lib/libaqsis_ri2rib.so.1
-lib/libaqsis_ri2rib.so.1.8
-lib/libaqsis_riutil.so
-lib/libaqsis_riutil.so.1
-lib/libaqsis_riutil.so.1.8
-lib/libaqsis_shadervm.so
-lib/libaqsis_shadervm.so.1
-lib/libaqsis_shadervm.so.1.8
-lib/libaqsis_slcomp.so
-lib/libaqsis_slcomp.so.1
-lib/libaqsis_slcomp.so.1.8
-lib/libaqsis_slxargs.so
-lib/libaqsis_slxargs.so.1
-lib/libaqsis_slxargs.so.1.8
-lib/libaqsis_tex.so
-lib/libaqsis_tex.so.1
-lib/libaqsis_tex.so.1.8
-lib/libaqsis_util.so
-lib/libaqsis_util.so.1
-lib/libaqsis_util.so.1.8
-share/applications/aqsis.desktop
-share/applications/aqsl.desktop
-share/applications/aqsltell.desktop
-share/applications/eqsl.desktop
-share/applications/piqsl.desktop
-share/aqsis/examples/features/archives/bike.rib
-share/aqsis/examples/features/archives/bikeData.rib.gz
-share/aqsis/examples/features/archives/render.sh
-share/aqsis/examples/features/bake/bakesphere.rib
-share/aqsis/examples/features/bake/render.sh
-share/aqsis/examples/features/bake/sphere.rib
-share/aqsis/examples/features/curves/bezier.rib
-share/aqsis/examples/features/curves/render.sh
-share/aqsis/examples/features/layeredshaders/grid.tif
-share/aqsis/examples/features/layeredshaders/layered.rib
-share/aqsis/examples/features/layeredshaders/render.sh
-share/aqsis/examples/features/layeredshaders/texmap.sl
-share/aqsis/examples/features/levelofdetail/detail.rib
-share/aqsis/examples/features/levelofdetail/render.sh
-share/aqsis/examples/features/motionblur/camera.rib
-share/aqsis/examples/features/motionblur/deformation.rib
-share/aqsis/examples/features/motionblur/render_camera.sh
-share/aqsis/examples/features/motionblur/render_deformation.sh
-share/aqsis/examples/features/multipass/aov.rib
-share/aqsis/examples/features/multipass/myval.sl
-share/aqsis/examples/features/multipass/render.sh
-share/aqsis/examples/features/objectinstance/render.sh
-share/aqsis/examples/features/objectinstance/singlepolygon.rib
-share/aqsis/examples/features/occlusion/envlight.sl
-share/aqsis/examples/features/occlusion/occlmap.py
-share/aqsis/examples/features/occlusion/occlmap.rib
-share/aqsis/examples/features/occlusion/render.sh
-share/aqsis/examples/features/occlusion/simple.rib
-share/aqsis/examples/features/occlusion/world.rib
-share/aqsis/examples/features/shadows/autoshadow.rib
-share/aqsis/examples/features/shadows/render_autoshadow.sh
-share/aqsis/examples/features/shadows/render_softshadow.sh
-share/aqsis/examples/features/shadows/softshadow.rib
-share/aqsis/examples/features/solidmodeling/csg.rib
-share/aqsis/examples/features/solidmodeling/render.sh
-share/aqsis/examples/features/subdivision/creases.rib
-share/aqsis/examples/features/subdivision/render.sh
-share/aqsis/examples/features/textures/grid.tif
-share/aqsis/examples/features/textures/render.sh
-share/aqsis/examples/features/textures/sticky.rib
-share/aqsis/examples/point_based_gi/cornellbox/all_passes.rib
-share/aqsis/examples/point_based_gi/cornellbox/ao.sl
-share/aqsis/examples/point_based_gi/cornellbox/bake_pass.rib
-share/aqsis/examples/point_based_gi/cornellbox/bake_points.sl
Home |
Main Index |
Thread Index |
Old Index