Port details |
- imc Image Compiler
- 4.3_9 graphics =2 4.3_9Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-04-30 03:02:54
- Last Update: 2024-02-24 09:48:07
- Commit Hash: 3db9d43
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- http://users.skynet.be/Peter.Verthez/projects/imc/
- Description:
- This is the Image Compiler, which generates images from textual description.
Most important features include:
- Does not need display to run
- Can be run from the command line or as CGI script. In the latter case,
the image is output to the browser (in PNG or JPEG format)
- The size of the output image is automatically determined, no size has to
be specified (although you can give a fixed size
- Coordinates are in pixels, only positive coordinates are visible. Angles
are in integer degrees, no limitations (except the maximum integer limit).
Colors can be specified in one of three formats, including X11 color
(rgb) strings
- A pre-processor can be applied on the input file first; simple
arithmetic can be performed
- Supports commands for drawing lines, circles (filled or not), rectangles
(filled or not), ellipses (filled or not), arcs, and text. Images can
also be imported. For text and images an alignment parameter is
available, and text and images can be rotated over any angle and can
also be mirrored
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/graphics/imc/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/imc
- pkg install imc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: imc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (imc-4.3.tar.gz) = 1040c8933ea96af6743319fd91dbed582f66dfa1919867d580d792a5c35a156d
SIZE (imc-4.3.tar.gz) = 204177
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-GD>=0 : graphics/p5-GD
- p5-CGI>=0 : www/p5-CGI
- gmake>=4.3 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- Runtime dependencies:
-
- p5-GD>=0 : graphics/p5-GD
- p5-CGI>=0 : www/p5-CGI
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for imc-4.3_9:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- graphics_imc
- USES:
- gmake perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3_9 24 Feb 2024 09:48:07 |
Muhammad Moinur Rahman (bofh) |
graphics/imc: Moved man to share/man
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.3_8 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.3_8 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
4.3_8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.3_8 11 Jan 2018 16:53:45 |
danfe |
Remove superfluous linefeeds and fix some other minor whitespace bugs. |
4.3_8 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
4.3_8 06 Feb 2016 23:23:47 |
amdmi3 |
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Simplify docs installation |
4.3_8 25 Apr 2015 16:12:20 |
adamw |
Convert remaining p5-CGI.pm consumers to p5-CGI, and bump PORTREVISION.
All these changes are tested but the following are worth noting:
The following ports fail "make test", but did so before this change, and
fail in the same places:
- textproc/p5-xmltv
- www/p5-Business-Paypal
- www/p5-CGI-Enurl
www/p5-Apache-Gallery is missing all sorts of dependencies, fails all tests,
and should probably be marked BROKEN
For graphics/imc, move the OPTIONS_DEFINE block out of the LICENSE block area.
As long as we're here, sort plist on perl@-owned ports. |
4.3_7 25 Jan 2014 21:34:36 |
bapt |
Support stage
Add DOCS and EXAMPLES options
USE_GMAKE -> USES=gmake |
4.3_7 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
4.3_7 03 Aug 2013 08:45:52 |
az |
- Convert to new perl framework
- Trim Makefile header |
4.3_7 24 Mar 2013 19:58:04 |
beech |
- Convert to OptionsNG
- Makefile tweaks
- Add license
- Bump portrevision
PR: ports/177308
Submitted by: nemysis <nemysis@gmx.ch> |
4.3_6 28 Jun 2012 18:37:23 |
az |
- Remove SITE_PERL from *_DEPENDS |
4.3_6 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
4.3_5 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
4.3_5 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
4.3_4 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
4.3_3 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
4.3_2 09 Nov 2008 14:01:58 |
danfe |
- Correctly assign RUN_DEPENDS
- Clean up Makefile
- Respect NOPORTEXAMPLES
- Utilize DOCSDIR and EXAMPLESDIR macros in pkg-plist
- Improve and beutify port description |
4.3_2 06 Jun 2008 13:35:04 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
4.3_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
4.3 29 Apr 2006 21:27:39 |
pav |
- Update to 4.3
PR: ports/96515
Submitted by: Aleksander Fafula <alex@BSDGuru.org> |
4.1_1 26 Nov 2005 01:48:16 |
pav |
- Add SHA256 |
4.1_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
4.1 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
4.1 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
4.1 20 Feb 2003 18:08:19 |
knu |
de-pkg-comment |
4.1 30 Apr 2002 03:02:43 |
ijliao |
add imc 4.1
Image Compiler |