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) combination for a given watch list. This is what FreshPorts will look for.

non port: graphics/mapnik/pkg-plist

Number of commits found: 13

Tuesday, 3 Oct 2023
10:49 Fernando ApesteguĂ­a (fernape) search for other commits by this committer Author: dhummel
graphics/mapnik: Fix building with Boost v1.8.3

PR:		274166
Reported by:	dhummel@eml.cc (maintainer)
commit hash: bbdd834993b9fdc973764ff7af907ae462b6640d commit hash: bbdd834993b9fdc973764ff7af907ae462b6640d commit hash: bbdd834993b9fdc973764ff7af907ae462b6640d commit hash: bbdd834993b9fdc973764ff7af907ae462b6640d bbdd834
Sunday, 30 Apr 2023
18:41 Robert Clausecker (fuz) search for other commits by this committer Author: David Hummel
graphics/mapnik: Revert Mapnik removal & update to 3.1.0

Mapnik is a Free Toolkit for developing mapping applications. It's
written in C++ and there are Python bindings to facilitate fast-paced
agile development. It can comfortably be used for both desktop and web
development, which was something wanted from the beginning.

Mapnik is about making beautiful maps. It uses the AGG library and
offers world class anti-aliasing rendering with subpixel accuracy for
geographic data. It is written from scratch in modern C++ and doesn't
suffer from design decisions made a decade ago. When it comes to
handling common software tasks such as memory management, filesystem
access, regular expressions, parsing and so on, Mapnik doesn't re-invent
the wheel, but utilizes best of breed industry standard libraries from
boost.org.

Changelog: https://github.com/mapnik/mapnik/blob/v3.1.0/CHANGELOG.md
WWW: http://www.mapnik.org/

PR:             241805
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/157
commit hash: 84c697c41d13d0bc8d1fe1cf9d6f81410c77630f commit hash: 84c697c41d13d0bc8d1fe1cf9d6f81410c77630f commit hash: 84c697c41d13d0bc8d1fe1cf9d6f81410c77630f commit hash: 84c697c41d13d0bc8d1fe1cf9d6f81410c77630f 84c697c
Wednesday, 9 Mar 2016
17:58 amdmi3 search for other commits by this committer
- Update to 3.0.9
- Fix LICENSE
- Strip libraries
- Respect CFLAGS/CXXFLAGS
- Make proj optional
- Switch to options helpers
- Simplify docs installation

PR:		207060
Submitted by:	amdmi3
Approved by:	maintainer timeout (littlesavage@rambler.ru, 3 weeks)
Original commitRevision:410719 
Monday, 20 Oct 2014
17:04 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371283 
Saturday, 6 Jul 2013
11:51 wg search for other commits by this committer
graphics/mapnik: update to 2.2.0

- Update to 2.2.0 [1] [2]
- Make JPEG, PNG and TIFF as options [2]
- Remove GEOS option [2]
- Install docs [1]
- Remove leading article from COMMENT [1]

PR:		ports/179349 [1], ports/180274 [2]
Submitted by:	nemysis <nemysis gmx.ch> [1]
		Alexey Illarionov <littlesavage rambler.ru> [2] (maintainer)
Original commitRevision:322387 
Thursday, 25 Oct 2012
20:47 madpilot search for other commits by this committer
- Update to 2.1.0
- Add CONFLICT with graphics/svg2png due to common files installled.
- Convert to new options framework
- Trim Makefile headers

PR:		ports/171722
Submitted by:	Alexey Illarionov <littlesavage@rambler.ru> (maintainer)
Feature safe:	yes
Original commitRevision:306394 
Thursday, 26 Apr 2012
09:08 wen search for other commits by this committer
- Update to 2.0.1
- Pass maintainership to submitter

PR:             166857
Submitted by:   Alexey Illarionov <littlesavage@rambler.ru>
Original commit
Tuesday, 11 Oct 2011
06:37 wen search for other commits by this committer
- Update to 2.0.0

PR:             ports/161420
Submitted by:   Alexey Illarionov <littlesavage@rambler.ru>
Original commit
Wednesday, 29 Jun 2011
14:58 amdmi3 search for other commits by this committer
- Fix incorrectly set MASTER_SITES
- Make PostGIS input plugin optional
- Add options for other input plugins, including OSM
- Mark MAKE_JOBS_SAFE
- Cosmetix fix around SCONS_ENV

PR:             158412
Submitted by:   myself
Approved by:    wen heping <wenheping@gmail.com> (maintainer via private email)
Original commit
Tuesday, 24 May 2011
23:53 wen search for other commits by this committer
- Update to 0.7.1 and unbreak

PR:             ports/152220
Submitted by:   Bartosz Fabianowski <freebsd@chillt.de>
Original commit
Wednesday, 20 May 2009
21:47 stas search for other commits by this committer
- Use proper name for the shared library.

PR:             ports/134015
Submitted by:   glebius
Approved by:    wen heping <wenheping@gmail.com> (maintainer)
Original commit
Saturday, 16 May 2009
22:40 miwi search for other commits by this committer
- Update to 0.6.0
- Fix build with python 2.6

PR:             134480
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Friday, 21 Nov 2008
20:56 miwi search for other commits by this committer
Mapnik is a Free Toolkit for developing mapping applications. It's
written in C++ and there are Python bindings to facilitate fast-paced
agile development. It can comfortably be used for both desktop and web
development, which was something wanted from the beginning.

Mapnik is about making beautiful maps. It uses the AGG library and
offers world class anti-aliasing rendering with subpixel accuracy for
geographic data. It is written from scratch in modern C++ and doesn't
suffer from design decisions made a decade ago. When it comes to
handling common software tasks such as memory management, filesystem
access, regular expressions, parsing and so on, Mapnik doesn't re-invent
the wheel, but utilizes best of breed industry standard libraries from
boost.org.

WWW:    http://www.mapnik.org/

PR:             ports/128746
Submitted by:   Wen Heping <wenheping at gmail.com>
Original commit

Number of commits found: 13