mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
add imc 4.1
Image Compiler
This commit is contained in:
parent
57d5277a36
commit
c68d3300b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58350
6 changed files with 114 additions and 0 deletions
|
@ -118,6 +118,7 @@
|
||||||
SUBDIR += icod
|
SUBDIR += icod
|
||||||
SUBDIR += icontact
|
SUBDIR += icontact
|
||||||
SUBDIR += imagesort
|
SUBDIR += imagesort
|
||||||
|
SUBDIR += imc
|
||||||
SUBDIR += imlib
|
SUBDIR += imlib
|
||||||
SUBDIR += imlib2
|
SUBDIR += imlib2
|
||||||
SUBDIR += imlib2_loaders
|
SUBDIR += imlib2_loaders
|
||||||
|
|
34
graphics/imc/Makefile
Normal file
34
graphics/imc/Makefile
Normal file
|
@ -0,0 +1,34 @@
|
||||||
|
# ex:ts=8
|
||||||
|
# Ports collection makefile for: imc
|
||||||
|
# Date created: Apr 30, 2002
|
||||||
|
# Whom: ijliao
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= imc
|
||||||
|
PORTVERSION= 4.1
|
||||||
|
CATEGORIES= graphics
|
||||||
|
MASTER_SITES= http://users.skynet.be/Peter.Verthez/projects/imc/
|
||||||
|
|
||||||
|
MAINTAINER= ports@FreeBSD.org
|
||||||
|
|
||||||
|
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD \
|
||||||
|
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm
|
||||||
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
|
USE_PERL5= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
USE_GMAKE= yes
|
||||||
|
|
||||||
|
MAN1= imc.1
|
||||||
|
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
post-install:
|
||||||
|
@${MKDIR} ${DOCSDIR}
|
||||||
|
${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
|
||||||
|
@${MKDIR} ${EXAMPLESDIR}
|
||||||
|
${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
graphics/imc/distinfo
Normal file
1
graphics/imc/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (imc-4.1.tar.gz) = dc702b2e11d1c0997881f11cc7952d31
|
1
graphics/imc/pkg-comment
Normal file
1
graphics/imc/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Image Compiler
|
22
graphics/imc/pkg-descr
Normal file
22
graphics/imc/pkg-descr
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
imc, the Image Compiler
|
||||||
|
|
||||||
|
General features
|
||||||
|
|
||||||
|
Generally, the most important features are the following:
|
||||||
|
- Does not need a 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.
|
||||||
|
|
||||||
|
WWW: http://users.skynet.be/Peter.Verthez/projects/imc/
|
55
graphics/imc/pkg-plist
Normal file
55
graphics/imc/pkg-plist
Normal file
|
@ -0,0 +1,55 @@
|
||||||
|
bin/imc
|
||||||
|
%%PORTDOCS%%share/doc/imc/Makefile
|
||||||
|
%%PORTDOCS%%share/doc/imc/Makefile.am
|
||||||
|
%%PORTDOCS%%share/doc/imc/Makefile.in
|
||||||
|
%%PORTDOCS%%share/doc/imc/imc.html
|
||||||
|
%%PORTDOCS%%share/doc/imc/imc.ref
|
||||||
|
%%PORTDOCS%%share/doc/imc/imc.txt
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/Makefile
|
||||||
|
%%PORTDOCS%%share/examples/imc/Makefile.am
|
||||||
|
%%PORTDOCS%%share/examples/imc/Makefile.in
|
||||||
|
%%PORTDOCS%%share/examples/imc/arc.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/basic.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/basic2.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/basicjpg.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/closedarc.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/closedarc2.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/fill.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/grid200x200.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/imagealign1.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/imagealign2.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/imagerotate.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/imcmp.pl
|
||||||
|
%%PORTDOCS%%share/examples/imc/next.jpg
|
||||||
|
%%PORTDOCS%%share/examples/imc/next.png
|
||||||
|
%%PORTDOCS%%share/examples/imc/piechart.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/Makefile.in
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/Makefile.am
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/arc.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/basic.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/basic2.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/basicjpg.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/closedarc.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/closedarc2.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/fill.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/grid200x200.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/imagealign1.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/imagealign2.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/imagerotate.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/piechart.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/text.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/textalign1.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/textalign2.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/textrotate.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/Makefile
|
||||||
|
%%PORTDOCS%%share/examples/imc/ref/transparent.png.ref
|
||||||
|
%%PORTDOCS%%share/examples/imc/rgb.txt
|
||||||
|
%%PORTDOCS%%share/examples/imc/test_script
|
||||||
|
%%PORTDOCS%%share/examples/imc/text.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/textalign1.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/textalign2.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/textrotate.imc
|
||||||
|
%%PORTDOCS%%share/examples/imc/transparent.imc
|
||||||
|
%%PORTDOCS%%@dirrm share/examples/imc/ref
|
||||||
|
%%PORTDOCS%%@dirrm share/examples/imc
|
Loading…
Add table
Reference in a new issue