notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
imc Image Compiler
4.3_9 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.3_8Version 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 search for ports maintained by this maintainer
Port Added: 2002-04-30 03:02:54
Last Update: 2024-02-24 09:48:07
Commit Hash: 3db9d43
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
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/imc
  2. share/man/man1/imc.1.gz
  3. /usr/local/share/licenses/imc-4.3_9/catalog.mk
  4. /usr/local/share/licenses/imc-4.3_9/LICENSE
  5. /usr/local/share/licenses/imc-4.3_9/GPLv2+
Collapse this list.
Dependency lines:
  • imc>0:graphics/imc
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):
imc
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.3_94.3_94.3_84.3_94.3_9-4.3_8-
FreeBSD:13:quarterly4.3_84.3_84.3_84.3_84.3_84.3_84.3_84.3_8
FreeBSD:14:latest4.3_94.3_94.3_84.3_94.3_94.3_8-4.3_8
FreeBSD:14:quarterly4.3_84.3_8-4.3_84.3_84.3_84.3_84.3_8
FreeBSD:15:latest4.3_94.3_9n/a4.3_8n/a4.3_84.3_84.3_8
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-GD>=0 : graphics/p5-GD
  2. p5-CGI>=0 : www/p5-CGI
  3. gmake>=4.3 : devel/gmake
  4. perl5>=5.36<5.37 : lang/perl5.36
Runtime dependencies:
  1. p5-GD>=0 : graphics/p5-GD
  2. p5-CGI>=0 : www/p5-CGI
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. http://www.peterverthez.net/projects/imc/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.3_9
24 Feb 2024 09:48:07
commit hash: 3db9d431cabe6b70fabcf8512707475be629cb60commit hash: 3db9d431cabe6b70fabcf8512707475be629cb60commit hash: 3db9d431cabe6b70fabcf8512707475be629cb60commit hash: 3db9d431cabe6b70fabcf8512707475be629cb60 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
graphics/imc: Moved man to share/man

Approved by:    portmgr (blanket)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
4.3_8
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
4.3_8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.3_8
11 Jan 2018 16:53:45
Revision:458755Original commit files touched by this commit
danfe search for other commits by this committer
Remove superfluous linefeeds and fix some other minor whitespace bugs.
4.3_8
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:408329Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Clarify LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Switch to options helpers
- Simplify docs installation
4.3_8
25 Apr 2015 16:12:20
Revision:384736Original commit files touched by this commit
adamw search for other commits by this committer
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
Revision:341113Original commit files touched by this commit
bapt search for other commits by this committer
Support stage
Add DOCS and EXAMPLES options
USE_GMAKE -> USES=gmake
4.3_7
20 Sep 2013 18:35:46
Revision:327733Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
4.3_7
03 Aug 2013 08:45:52
Revision:324181Original commit files touched by this commit
az search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
4.3_7
24 Mar 2013 19:58:04
Revision:315155Original commit files touched by this commit
beech search for other commits by this committer
- 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
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS
4.3_6
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
4.3_5
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
4.3_5
28 Mar 2010 06:47:48
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
4.3_4
05 Feb 2010 11:46:55
Original commit files touched by this commit
dinoex search for other commits by this committer
- update to jpeg-8
4.3_3
31 Jul 2009 13:57:52
Original commit files touched by this commit
dinoex search for other commits by this committer
- 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
Original commit files touched by this commit
danfe search for other commits by this committer
- 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
Original commit files touched by this commit
edwin search for other commits by this committer
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
Original commit files touched by this commit
flz search for other commits by this committer
- 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
Original commit files touched by this commit
pav search for other commits by this committer
- Update to 4.3

PR:             ports/96515
Submitted by:   Aleksander Fafula <alex@BSDGuru.org>
4.1_1
26 Nov 2005 01:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
4.1_1
04 Feb 2004 05:21:48
Original commit files touched by this commit
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
4.1
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
4.1
24 Oct 2003 12:05:09
Original commit files touched by this commit
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
4.1
20 Feb 2003 18:08:19
Original commit files touched by this commit
knu search for other commits by this committer
de-pkg-comment
4.1
30 Apr 2002 03:02:43
Original commit files touched by this commit
ijliao search for other commits by this committer
add imc 4.1
Image Compiler

Number of commits found: 29