Port details |
- corona Graphics library that supports most image formats
- 1.0.2_6 graphics
=0 1.0.2_6Version 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: 2004-06-01 13:14:23
- Last Update: 2014-12-25 12:44:28
- SVN Revision: 375541
- License: not specified in port
- WWW:
- http://corona.sourceforge.net/
- Description:
- Corona is an image input/output library that can read, write, and
manipulate image files in just a few lines of code. It can write
PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and GIF.
Corona was designed to be easy to use, and exports a straightforward
C++ API. With just a few lines of C++, you can add image loading
to your application.
WWW: http://corona.sourceforge.net/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: corona
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Library dependencies:
-
- libpng15.so : graphics/png
- libjpeg.so : graphics/jpeg
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- 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 |
1.0.2_6 25 Dec 2014 12:44:28 |
bapt |
No proper support for png 1.5, abandoned upstream since 2003 |
1.0.2_6 24 Apr 2014 17:33:30 |
tijl |
- Convert to USES=libtool.
- Use LDFLAGS instead of LIBS. |
1.0.2_5 21 Jan 2014 19:20:14 |
antoine |
Stage support |
1.0.2_5 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.0.2_5 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.2_4 30 Dec 2011 19:16:53 |
swills |
- Remove unneeded libungif dep. The program bundles the parts of libungif
that it needs and builds fine without libungif installed. Not bumping
PORTREVISION since the binaries don't change and nothing depends on
this port. |
1.0.2_4 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.0.2_4 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.0.2_4 03 Jul 2011 14:12:23 |
ohauer |
-remove MD5 |
1.0.2_4 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.0.2_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.0.2_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.0.2_2 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.0.2_2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.0.2_2 18 Jul 2009 11:11:29 |
dinoex |
- update to jpeg7
Tested by: pav on pointyhat |
1.0.2_1 02 Feb 2009 23:44:01 |
linimon |
Reset dyeske@gmail.com at his request.
Hat: portmgr |
1.0.2_1 19 Apr 2008 17:56:05 |
miwi |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
1.0.2_1 04 Oct 2007 01:10:50 |
edwin |
Remove always-false/true conditions based on OSVERSION 500000 |
1.0.2_1 05 Jul 2007 23:39:06 |
edwin |
dyeske at yahoo dot com -> dyeske at gmail dot com |
1.0.2_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}. |
1.0.2 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.0.2 07 May 2006 23:46:33 |
edwin |
Remove USE_REINPLACE for categories starting with a G |
1.0.2 23 Feb 2006 10:40:45 |
ade |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
1.0.2 22 Jan 2006 12:35:18 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.2 08 Dec 2005 12:08:49 |
vs |
Unbreak: USE_GCC=3.4+ on 4.x |
1.0.2 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.0.2 13 Dec 2004 22:26:27 |
krion |
Fix pkg-plist. |
1.0.2 04 Jun 2004 17:29:38 |
ade |
Sync with new bsd.autotools.mk |
1.0.2 01 Jun 2004 13:13:15 |
krion |
Add corona 1.0.2,
Corona is an image input/output library that can read, write,
and manipulate image files in just a few lines of code. It can
write PNG and TGA files, and read PNG, JPEG, PCX, BMP, TGA, and
GIF. Corona was designed to be easy to use, and exports a
straightforward C++ API. With just a few lines of C++, you can
add image loading to your application.
PR: ports/67433
Submitted by: David Yeske <dyeske@yahoo.com> |