The development of cal3d stopped in July 2006, about a week or two
after the last release (0.11.0). It makes no sense to have both cal3d
and cal3d-devel, so let's copy over the -devel port over to the stable
one and remove the -devel port. There's no reason to set a deprecation
period in this case.
While here:
* remove conflicts
* Update the WWW to the new home page
I've given graphics/cal3d a "fake" version of 0.11.1 to convey that it
is an update to the previous version of 0.11.0 rather than to completely
change the version scheme.
PR: 203135
Approved by: maintainer timeout
Discussed: portmgr (bapt)
2015-10-31 audio/cmus-post.fm: Broken for more than 6 months
2015-10-31 devel/libphish: Broken for more than 6 months
2015-10-31 devel/rubygem-debugger: This port is for Ruby 1.9 only. Upstream stopped maintenance.
2015-10-31 games/linux-ningpo-demo: Broken for more than 6 months
2015-10-30 graphics/gdal-grass: Superseded by gdal-2.0.0
2015-10-31 graphics/picviz: Broken for more than 6 months
2015-10-31 irc/weechat-devel: far behind stable irc/weechat (use it instead)
2015-10-31 mail/cucipop: Broken for more than 6 months
2015-10-31 math/rkward-kde4: Depends on deprecated math/R-cran-car
2015-10-31 multimedia/streamanalyze: Broken for more than 6 months
2015-10-31 net-mgmt/collectd: Please move to collectd5 - collect4 is not developed/patched
2015-10-31 sysutils/sdd: Broken for more than 6 months
2015-10-31 sysutils/xfce4-minicmd-plugin: Broken for more than 6 months
2015-10-31 www/linux-libgtkembedmoz: Broken for more than 6 months
2015-10-31 www/py-feedfinder: Broken for more than 6 months
2015-10-31 www/py-openssl-proxy: Broken for more than 6 months
2015-10-31 www/py-webware: Broken for more than 6 months
2015-10-31 www/py-webware-component: Depends on deprecated www/py-webware
2015-10-31 x11-fonts/code2001: Broken for more than 6 months
2015-10-31 x11-wm/e-module-diskio: Broken for more than 7 months
ICC profiles.
While it builds with Clang, resulting binary crashes on exit (albeit it
produces seemingly correct output file), so request GCC for the moment.
WWW: http://sourceforge.net/projects/dcp2icc/
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
* gstreamer1-validate: Tools to detect if elements are not behaving
as expected, mainly aimed at developers, or advanced debugging.
* gstreamer1-rtsp-server: Base foundation for building a rtsp
server ontop of GStreamer
* Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.
Release announcement:
http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html
Obtained from: gnome devel repo
waifu2x achieves image superresolution for anime-style art using deep
convolutional neural networks from Torch. waifu2x-converter-cpp
reimplements its converter function in C++ using OpenCV.
https://github.com/tanakamura/waifu2x-converter-cpp
engine designed to produce photorealistic images, animations, and visual
effects.
To ease initial maintenance, disable Doxygen API documentation generation,
unit tests, installation of headers and Python bindings for now; there'll
be OPTIONS for those things once the dust settles.
of PBRT, from which it derives much inspiration. Written in portable C++,
it implements unbiased as well as biased techniques, and contains heavy
optimizations targeted towards current CPU architectures.
Collada importer and CPU affinity are currently not supported on FreeBSD.
An R interface to the 'dygraphs' JavaScript charting library (a
copy of which is included in the package). Provides rich facilities
for charting time-series data in R, including highly configurable
series- and axis-display and interactive features like zoom/pan and
series/point highlighting.
WWW: https://cran.r-project.org/web/packages/dygraphs/
2015-08-08 graphics/skencil: Project is abandoned and was overtaken by sK1 fork
2015-08-08 www/ismail: Development has been discontinued for many years
This is needed as an optional dependency for graphics/geeqie
- Take maintainership as suggested by kwm
- Resolve conflicts with graphics/libchamplain
- Make documentation optional
PR: 201691
2015-07-21 graphics/kuickshow-kde4: Broken for more than 6 months
2015-07-21 graphics/sng: Broken for more than 6 months
2015-07-21 japanese/netype: Broken for more than 6 months
- print/texlive-infra was renamed with print/texlive-tlmgr.
Note that currently tlmgr(1) does not work because of
lack of TLPDB. This will be fixed.
- Lua libraries used in LuaTeX are separated into
devel/tex-libtexlua and devel/texlibtexluajit.
USE_TEX supports them via keywords "texlua" and "texluajit".
- libsynctex is currently installed by devel/tex-web2c.
This will be separated into a single port.
- Add graphics/libpotrace and use installed libpotrace
and libharfbuzz.
* Develop beautiful interactive, animated plots that embrace the unique
capabilities of electronic publishing and support repoducibility.
* Create the best possible data graphics out-of-the-box, maximizing data ink
and minimizing chartjunk.
* Provide a clean, minimalist interface that scientists and engineers will
love.
WWW: https://pypi.python.org/pypi/toyplot
* Drop impress option, it gone.
* The keyring doesn't depend on nautilus anymore. Make it stand-alone,
and don't depend on it implicitly.
* Sort OPTIONS_DEFINE and OPTIONS_DEFAULT.
Pyganim (pronounced like "pig" and "animation") is a Python module for Pygame
that makes it easy to add sprite animations to your Pygame game programs.
Pyganim works with Python 2 and Python 3.
The mascot of Pyganim is a red vitruvian pig.
Pyganim was written by Al Sweigart and released under a "Simplified BSD"
license. Contact Al with any questions/bug reports: al@inventwithpython.com
WWW: http://inventwithpython.com/pyganim
Needed by: games/hypatia_engine
I would consider copperspice "experimental" for the time being. The
developers tested it on linux, windows, and macos, but not BSD. Several
issues have been identified already:
* differences in BSD install from GNU install caused fatal build
failure (already fixed in v1.0.2)
* It's not jobs safe (not reproducible on Linux, I suspect this is
another difference of the install programs
* specs don't exist for any BSD
* qmutex was implemented for non-linux, non-windows
* libtool is missing --tag
* Makefile template missing dozens of lines to support OSTYPE_FREEBSD
(or OSTYPE_BSD ?) which also needs to be implemented
* FreeBSD 9 (and presumably 8) fails with "to_string" is not recognized
as std namespace despite using gcc48 to build
* FreeBSD10/i386 fails because of c++11 narrowing rules violations
The upsteam is already aware of some of these issues and is committed to
make CopperSpice work on BSD as a first class citizen. So this initial
import might be considered a work in progress. I've been working on a
jobs-safe problem workaround but hit another jobs-safe failure.
=====
Copperspice is a C++ library derived from the existing Qt 4.8 framework.
The goal was to change the core design of the libraries, leveraging
template functionality and C++11 capabilities.
The redesign allowed the Qt Meta-Object Compiler (moc) system to be
completely removed. Moc is a code generator and does not support many
aspects of C++ including templates, complex data types, static type
checking, and relies heavily on string comparisons. Removing moc improves
runtime performance, reduces the complexity of the build process, and
allows more issues to be detected at compile time.
Key features:
* Qt Meta-Object Compiler (moc) is obsolete
* Written in C++11
* Library links directory to any standard C++ application
* A template class can inherit from QObject
* Copperspice includes several Qt5 classes
2015-05-10 databases/postgresql84-client: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-contrib: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-docs: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plperl: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-plpython: "EOL was reached in July 2014"
2015-05-10 databases/postgresql84-pltcl: "EOL was reached in July 2014"
2015-06-02 deskutils/deskbar-applet: Broken since update to gnome3
2015-06-02 deskutils/gimmie: Broken since update to gnome3
2015-06-02 deskutils/glipper: Broken since update to gnome3
2015-06-02 deskutils/gnochm: Broken since update to gnome3
2015-06-02 deskutils/hamster-applet: Broken since update to gnome3
2015-06-02 deskutils/kupfer: Broken since update to gnome3
2015-06-02 deskutils/ontv: Broken since update to gnome3
2015-06-02 deskutils/timer-applet: Broken since update to gnome3
2015-06-02 editors/scribes: Broken since update to gnome3
2015-06-09 games/gweled: Broken since update to gnome3
2015-06-02 games/py-pychess: Broken since update to gnome3
2015-06-08 graphics/gqview: Unmaintained upstream, preferences dialog broken, use graphics/geeqie fork
2015-05-31 lang/gcc47-aux: GCC 4.7 branch closed June 2014, move to lang/gcc-aux
2015-06-02 multimedia/arista: Broken since update to gnome3
2015-06-02 net/service-discovery-applet: Broken since update to gnome3
2015-06-05 net/shaperprobe: broken with no known fix (PR 197327)
2015-06-02 print/gnome-specimen: Broken since update to gnome3
2015-06-01 x11-themes/gtk-aqualightblue-theme: Upstream disappeared
2015-06-01 x11-themes/gtk-flat-theme2: Upstream disappeared
This is a flexible, command-line-oriented frontend to Gnuplot. It
creates plots from data coming in on STDIN or given in a filename
passed on the commandline. Various data representations are supported,
as is hardcopy output and streaming display of live data.
WWW: http://search.cpan.org/dist/feedgnuplot/
QtApplications to use the "fontawesome" collection of icons.
Although the upstream source bundles the "font" itself with its sources
too, the port makes no use of it -- there are already about 2 scores
of fontawesome-FOO.ttf listed in various pkg-plist files in the tree.
This port's pkg-message will advise the user, that for the library to
be useful, the font-file must be known to fontconfig.
Disable docs for now, will be enabled when 0.3.0 is released.
Convert to option helpers, mention why the UMFPACK support doesn't work.
Make parallel installable with gegl 0.2 by renaming the installed executable
and example dirs.
codes from various sources such as video streams, image files or raw
intensity sensors. It supports EAN, UPC, Code 128, Code 39 and
Interleaved 2 of 5.
These are the bindings for interacting directly with the library from
Perl.
WWW: http://search.cpan.org/dist/Barcode-ZBar/
automatically download wallpapers from lots of online sources, allows you
to rotate them on a regular interval, and provides easy ways to separate
the great images from the junk. Variety can also display wise and funny
quotations or a nice digital clock on the desktop.
WWW: http://peterlevi.com/variety/
2015-02-28 finance/openerp-server: Broken for more than 6 months
2015-02-28 graphics/p5-Geo-KML
2015-02-28 mail/postfix-tls: TLS is now a default for postfix / postfix-current
2015-02-28 net/spserver: Broken for more than 6 months
2015-02-28 net/xrdesktop: Unmaintained upstream - please use net/xrdesktop2 instead
2015-02-28 www/mediawiki122: Deprecated by upstream, use www/mediawiki12{3,4} instead
2015-02-28 www/mod_cplusplus: written for apache 2.0, no longer maintained upstream
2015-02-28 www/py-django15: not supported by upstream
math/isabelle and ports-mgmt/porteasy have pending updates, so preserve them.