rgbPaint is a very basic GTK+2.6 (or later) based program designed for
editing pixel based images. It is a fork of mtPaint 3.09. It can only
edit and save RGB images to PNG, JPEG, or ICO files. It can read PNG,
JPEG, TIFF, GIF, ICO, files and possibly others like TGA, PCX, and SVGi
if they are installed with your version of GTK+2.
WWW: http://mtpaint.sourceforge.net/
Author: Dmitry Groshev <wjaguar@users.sourceforge.net>
- Remove upstream applied relocation of $(all_includes) in Makefile.in's
- Add additional mirror as ktorrent.org seems to be flaky from time to time [1]
Notified by: pointyhat via kris [1]
mtPaint is a simple GTK+1/2 painting program designed for creating icons
and pixel based artwork. It can edit indexed palette or 24 bit RGB images
and offers basic painting and palette manipulation tools. It also has
several other more powerful features such as channels, layers and
animation. Due to its simplicity and lack of dependencies it runs well on
GNU/Linux, Windows and older PC hardware.
WWW: http://mtpaint.sourceforge.net/
Author: Dmitry Groshev <wjaguar@users.sourceforge.net>
Inspired by: chinsan
- SVG support requires X11 support, so mark as IGNORE if WITHOUT_X11
is defined [2]
- Correct set CPPFLAGS for fontconfig, librsvg, and graphviz [3]
PR: ports/109862 [2], ports/110141[3]
Submitted by: rafan [1], chinsan [2], Maxim Samsonov <xors at mne.ru> [3]
Approved by: shuan
Often there are several possible providers of some functionality your
program needs, but you don't know which is available at the run site.
For example, one of the modules may be implemented with XS, or not in
the core Perl distribution and thus not necessarily installed.
Best.pm attempts to load modules from a list, stopping at the first
successful load and failing only if no alternative was found.
- Detect installed tor version
- Correct pkg-plist when NOPORTDOCS
- Use NO_BUILD instead of empty do-build target
- Mark as deprecated in favour of Tor's TransPort option
PR: ports/111149 (based on)
Approved by: Fabian Keil <fk at fabiankeil.de> (maintainer)
task spooler is a Unix batch system where the tasks spooled run one
after the other. Each user in each system has his own job queue. The
tasks are run in the correct context (that of enqueue) from any
shell/process, and its output/results can be easily watched. It is
very useful when you know that your commands depend on a lot of RAM,
a lot of disk use, give a lot of output, or for whatever reason it's
better not to run them at the same time.
WWW: http://vicerveza.homeunix.net/~viric/soft/ts/
Author: Lluis Batlle i Rossell <viric_at_vicerveza_dot_homeunix_dot_net>