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
svg2png Render an SVG image to a PNG image (using cairo)
0.1.3_7 graphics on this many watch lists=2 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 0.1.3_6Version of this port present on the latest quarterly branch.
Maintainer: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2005-03-11 04:10:18
Last Update: 2024-01-29 22:26:01
Commit Hash: d787422
People watching this port, also watch:: expat, python, zip, p5-XML-Parser
License: not specified in port
WWW:
https://cairographics.org
Description:
Render an SVG image to a PNG image (using cairo)
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 (2 items)
Collapse this list.
  1. bin/svg2png
  2. share/man/man1/svg2png.1.gz
Collapse this list.
Dependency lines:
  • svg2png>0:graphics/svg2png
To install the port:
cd /usr/ports/graphics/svg2png/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/svg2png
  • pkg install svg2png
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: svg2png
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (svg2png-0.1.3.tar.gz) = e658fde141eb7ce981ad63d319339be5fa6d15e495d1315ee310079cbacae52b SIZE (svg2png-0.1.3.tar.gz) = 82331

Packages (timestamps in pop-ups are UTC):
svg2png
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.3_70.1.3_70.1.3_60.1.3_70.1.3_7---
FreeBSD:13:quarterly0.1.3_60.1.3_6-0.1.3_60.1.3_60.1.3_60.1.3_60.1.3_6
FreeBSD:14:latest0.1.3_70.1.3_70.1.3_60.1.3_70.1.3_70.1.3_6-0.1.3_6
FreeBSD:14:quarterly0.1.3_60.1.3_6-0.1.3_60.1.3_60.1.3_60.1.3_60.1.3_6
FreeBSD:15:latest0.1.3_70.1.3_7n/a0.1.3_7n/a0.1.3_70.1.3_70.1.3_7
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. pkgconf>=1.3.0_1 : devel/pkgconf
Library dependencies:
  1. libsvg-cairo.so : graphics/libsvg-cairo
This port is required by:
for Build
  1. net-p2p/namecoin

Configuration Options:
No options to configure
Options name:
graphics_svg2png
USES:
pkgconfig
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://cairographics.org/snapshots/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.1.3_7
29 Jan 2024 22:26:01
commit hash: d7874224517147ea27333632083224d934b8ea5ccommit hash: d7874224517147ea27333632083224d934b8ea5ccommit hash: d7874224517147ea27333632083224d934b8ea5ccommit hash: d7874224517147ea27333632083224d934b8ea5c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
graphics/svg2png: 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)
0.1.3_6
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)
0.1.3_6
20 Jul 2022 19:44:12
commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091commit hash: 11049e36cb8c3f7820a5bded4689b693416bb091 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove '$MCom' tag

gnome@ no longer uses Marcusom as their staging ground.

Approved by:		gnome (nc)
Differential Revision:	https://reviews.freebsd.org/D35866
0.1.3_6
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)
0.1.3_6
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.
0.1.3_6
16 Feb 2020 20:38:32
Revision:526318Original commit files touched by this commit
yuri search for other commits by this committer
graphics/svg2png: Unbreak by adding libm.so explicitly

/usr/local/lib/libsvg-cairo.so does link to libm.so but /usr/bin/ld.lld
for some reason complains about atan2. Explicitly set libm.so fixes this error.
0.1.3_6
14 Sep 2019 18:50:39
Revision:512042Original commit files touched by this commit
antoine search for other commits by this committer
Mark BROKEN with lld

Reported by:	pkg-fallout
MFH:		2019Q3
0.1.3_6
08 Dec 2016 16:39:11
Revision:428135Original commit files touched by this commit
tijl search for other commits by this committer
Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
0.1.3_5
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
0.1.3_5
13 Jul 2014 23:36:40
Revision:361728Original commit files touched by this commit
bapt search for other commits by this committer
Modernize LIB_DEPENDS

With hat:	portmgr
0.1.3_5
19 Feb 2014 09:01:13
Revision:345034Original commit files touched by this commit
miwi search for other commits by this committer
- Stage support
0.1.3_5
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)
03 Sep 2013 06:36:42
Revision:326122Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Add an explicit dependency on pkgconf
0.1.3_5
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
0.1.3_4
11 Aug 2011 19:20:17
Original commit files touched by this commit Sanity Test Failure
kwm search for other commits by this committer
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>
0.1.3_4
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.1.3_4
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
0.1.3_3
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
0.1.3_2
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
0.1.3_1
20 Mar 2008 09:46:38
Original commit files touched by this commit
pav search for other commits by this committer
- Remove USE_GETOPT_LONG which is a no-op since March 2007
0.1.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}.
0.1.3
23 Nov 2005 22:41:05
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256 checksums
0.1.3
05 Nov 2005 06:07:57
Original commit files touched by this commit
marcus search for other commits by this committer
Update to 0.1.3.
0.1.2
05 Sep 2005 00:20:03
Original commit files touched by this commit
ahze search for other commits by this committer
MAINTAINER -> gnome
0.1.2
11 Mar 2005 04:09:42
Original commit files touched by this commit
ahze search for other commits by this committer
Add graphics/svg2png

Render an SVG image to a PNG image (using cairo)

Number of commits found: 26