summaryrefslogtreecommitdiff
path: root/graphics/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2019-08-30Remove graphics/Mesania1-2/+1
This metapackage isn't particularly useful for modern applications and is potentially misleading. Not everything needs glu for OpenGL support, and glut has increasingly fell out of favour, to the extent of being dropped from Mesa. It's mostly been replaced by e.g. SDL. Hopefully I've narrowed down everything pulling in the metapackage and switched everything to using only the individual libraries it needs.
2019-08-30Remove graphics/glut, replacement graphics/freeglut.nia1-2/+1
2019-08-30Add graphics/libglvnd.nia1-1/+2
libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls between multiple vendors. It allows multiple drivers from different vendors to coexist on the same filesystem, and determines which vendor to dispatch each API call to at runtime. Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES.
2019-08-21Remove graphics/MesaLib7, x11/modular-xorg-server112nia1-2/+1
Also remove legacy drivers only building against mxs112: * x11/xf86-video-newport * x11/xf86-video-modesetting (integrated into later X versions) According to tnn, these are no longer useful. * Originally kept for drm1 users (NetBSD 6). * The one use case that actually worked was xf86-video-ati6. * That driver has been patched to work with the new server ABI.
2019-08-21Remove graphics/MesaLib11.nia1-2/+1
"we can delete mesa 11 now. It should have been overwritten by mesa 18. Nobody will object." - tnn
2019-08-21Move graphics/MesaLib18 to graphics/MesaLib.nia1-2/+2
Move graphics/MesaLib to graphics/MesaLib11.
2019-08-19Remove graphics/eog.nia1-4/+1
Replaced by graphics/eom, or graphics/eog3...
2019-08-13graphics: add tex-tikz-feynhand{,-doc}markd1-1/+3
2019-08-13tex-chemfig-doc: initial commitbrook1-1/+2
Documentation for tex-chemfig.
2019-08-13tex-chemfig: initial commitbrook1-1/+2
The package provides the command \chemfig{<code>}, which draws molecules using the TikZ package. The <code> argument provides instructions for the drawing operation. While the diagrams produced are essentially 2-dimensional, the package supports many of the conventional notations for illustrating the 3-dimensional layout of a molecule. The package uses TikZ for its actual drawing operations.
2019-08-09R-ggExtra: initial commitbrook1-1/+2
Collection of functions and layers to enhance 'ggplot2'. The flagship function is 'ggMarginal()', which can be used to add marginal histograms/boxplots/density plots to 'ggplot2' scatterplots.
2019-08-09R-colourpicker: initial commitbrook1-1/+2
A colour picker that can be used as an input in Shiny apps or Rmarkdown documents. The colour picker supports alpha opacity, custom colour palettes, and many more options. A Plot Colour Helper tool is available as an RStudio Addin, which helps you pick colours to use in your plots. A more generic Colour Picker RStudio Addin is also provided to let you select colours to use in your R code.
2019-08-09graphics: +myguinia1-1/+2
2019-08-09R-ggtern: initial commitbrook1-1/+2
Extends the functionality of 'ggplot2', providing the capability to plot ternary diagrams for (subset of) the 'ggplot2' geometries. Additionally, 'ggtern' has implemented several NEW geometries which are unavailable to the standard 'ggplot2' release. For further examples and documentation, please proceed to the 'ggtern' website.
2019-08-09R-latex2exp: initial commit.brook1-1/+2
Parses and converts LaTeX math formulas to R's plotmath expressions, used to enter mathematical formulas and symbols to be rendered as text, axis labels, etc. throughout R's plotting system.
2019-07-31R-viridis: initial commit.brook1-1/+2
Implementation of the 'viridis' - the default -, 'magma', 'plasma', 'inferno', and 'cividis' color maps for 'R'. 'viridis', 'magma', 'plasma', and 'inferno' are ported from 'matplotlib' <http://matplotlib.org/>, a popular plotting library for 'python'. 'cividis', was developed by Jamie R. Nu<c3><b1>ez and Sean M. Colby. These color maps are designed in such a way that they will analytically be perfectly perceptually-uniform, both in regular form and also when converted to black-and-white. They are also designed to be perceived by readers with the most common form of color blindness (all color maps in this package) and color vision deficiency ('cividis' only).
2019-07-31R-effects: initial commit.brook1-1/+2
Graphical and tabular effect displays, e.g., of interactions, for various statistical models with linear predictors.
2019-07-30Remove graphics/opencv2 replacement graphics/opencv.nia1-2/+1
This is a legacy version which has received little love since it was imported, and nothing in pkgsrc is using it.
2019-07-21gdk-pixbuf: removewiz1-2/+1
The software hasn't been updated since 2002 and is probably full of security problems. Two packages were using it. (gpsdrive has a newer version in wip.)
2019-07-21gdk-pixbuf2-jasper: removewiz1-2/+1
Not used in pkgsrc, needs quite unmaintained jasper library with lots of security problems, and is harder to keep working with meson version of gdk-pixbuf2.
2019-07-15-exiv2-organizenia1-2/+1
2019-07-07Add a package for leather-0.3.3.bsiegert1-1/+2
From David Weller-Fahy in PR pkg/54340. Leather is the Python charting library for those who need charts now and don't care if they're perfect. Leather isn't picky. It's rough. It gets dirty. It looks sexy just hanging on the back of a chair. Leather doesn't need your accessories. Leather is how Snake Plissken would make charts. Get it?
2019-06-30Add irrlicht-1.8.4 as graphics/irrlicht.nia1-1/+2
Based on work in pkgsrc-wip. The Irrlicht Engine is an open source high performance real-time 3D engine written and usable in C++ and also available for .NET languages. It is completely cross-platform, using D3D, OpenGL and its own software renderer, and has all of the state-of-the-art features which can be found in commercial 3d engines.
2019-06-30Add libansilove.fcambus1-1/+2
2019-06-17py-imagingtk: removedadam1-2/+1
2019-06-16py-matplotlib: updated to 3.1.0adam1-3/+1
REL: v3.1.0 The first release of the v3.1 series This version of Matplotlib support Python 3.6+ Highlights of this release include: - A helper method for scatter legends - Secondary axis support (ex, degrees and radians) - A concise date formatter - No longer requires a framework build of Python to use OSX backend - Major and minor ticks will no longer collide by default - A progress callback for animations - mplot3D is always registered - deprecated mlab functions have been removed - Many function calls have become stricter about invalid or ignored input REL: v3.0.3 The third and last planned bug-fix release of the 3.0 series * fix several possible memory leaks * documentation fixes jquery-ui is no longer bundled in git repo and is downloaded during the install or sdist process. If you are installing from pypi the files will be included, but if you are installing from git you will need internet access the first time you run `pip install .`. The install process tries to cache the files and will not need internet access on future installations. REL: v3.0.2 This is the second bug-fix release for the v3.0 series. - Un-breaks basemap which was broken by partially restoring private APIs for cartopy. - Fixes bug in warning code when used in an embedded context. - Fixes crash when using Tk and closing the first open window before showing it - Many documentation improvements. - Restore a corner case on ColorBar tick usage. - Change the default behavior of `matplotlib.use` to silently allow more 'safe' switching after auto-discovery, but before starting an event loop. - Improvements to bounding box calculations. - Provide the correct length for RcParams instances. REL: v3.0.1 This is the first bug fix release for the 3.0 series which fixes several - Fix failure to import bug when used with backend-fallback on Python 3.6.7 and 3.7.1 - Fixed a number of failure to import bugs around finding fonts - Fix Qt4 backend - Fix bug on OSX that recursively searched current directory for fonts - Fix bouncing-rocket on OSX when doing backend fallback and not selecting OSX - Temporarily restore several private APIs to unbreak cartopy - Make pyplot more tolerant of varying signatures in 3rd-party sub-classe - Improve datetime64 unit handling - Fixed several poor interactions with tight_layout REL: v3.0.0 The first release of the Matplotlib 3.0 series This is the first version of Matplotlib to only support Python 3. Highlights of this release include: - GUI backend is selected at run-time based on what toolkits are installed. A GUI toolkit will not be selected on a headless server. - New cyclic color map *twilight* - Improvements to automatic layout of titles, ticks, and GridSpec - Many bug fixes!
2019-06-05graphics/Makefile: tex-contour*wiz1-1/+3
2019-05-30add and enable librsvg-cjnemeth1-1/+2
2019-05-15tex-fiziko{,-doc}: update to 0.1.3markd1-1/+3
This MetaPost library was initially written to automate some elements of black and white illustrations for a physics textbook. It provides functions to draw things like lines of variable width, shaded spheres, and tubes of different kinds, which can be used to produce images of a variety of objects. The library also contains functions to draw some objects constructed from these primitives.
2019-04-10Remove graphics/gegl0.2ryoon1-2/+1
This has no consumer.
2019-03-24graphics/materia-gtk-theme: Add version 20190315.nia1-1/+2
Materia is a Material Design theme for GNOME/GTK based desktop environments.
2019-03-06+ jbig2encjoerg1-1/+2
2019-02-02graphics: add tex-pgf-umlsd{,-doc}markd1-1/+3
2019-02-02graphics: add tex-metapost-colorbrewer{,-doc}markd1-1/+3
2019-01-01graphics/Makefile: + ipewiz1-1/+2
2018-11-30graphics/papirus-folders: Import version 1.0.0nia1-1/+2
papirus-folders is a bash script that allows changing the color of folders in graphics/papirus-icon-theme and its forks (which are based on version 20171007 and newer).
2018-11-29sortjnemeth1-2/+2
2018-11-23graphics/adapta-gtk-theme: import version 3.95.0.11nia1-1/+2
Adapta is an adaptive GTK+ 2 and GTK+ 3 theme based on Material Design guidelines. This package also includes Adapta window manager themes for Xfce, MATE, and Openbox. Note: The Adapta authors strongly recommend using either the Roboto or Noto fonts with Adapta.
2018-11-19graphics/papirus-icon-theme: import version 20181007nia1-1/+2
Papirus is a free and open source SVG icon theme, based on Paper Icon Set with a lot of new icons and a few extras, like Hardcode-Tray support, KDE colorscheme support, Folder Color support, and others. The Papirus icon theme is available in four variants: * Papirus * Papirus Dark * Papirus Light * ePapirus (for elementary OS and Pantheon Desktop)
2018-11-18Enable go-imagingryoon1-1/+2
2018-11-16Add and enable ruby-screengif.schmonz1-1/+2
2018-10-22Add and enable p5-Graph-Easy.schmonz1-1/+2
2018-10-07Add MesaLib18ryoon1-1/+2
2018-08-19objgraph: added version 3.4.0adam1-1/+2
objgraph is a module that lets you visually explore Python object graphs. You'll need graphviz if you want to draw the pretty graphs.
2018-07-31Add py-imageio 2.3.0prlw11-1/+2
Note that this used to be part of py-scipy. Imageio is a Python library that provides an easy interface to read and write a wide range of image data, including animated images, video, volumetric data, and scientific formats. It is cross-platform, runs on Python 2.7 and 3.4+, and is easy to install.
2018-07-19graphics/Makefile: Add go-smartcropminskim1-1/+2
2018-07-17Add grafx2ryoon1-1/+2
2018-07-17renamed py-graphviz to py-pygraphvizadam1-1/+2
2018-06-24Enable pngquantfhajny1-1/+2
2018-06-13graphics/Makefile: Add go-resizeminskim1-1/+2