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
fly Simple drawing language to generate GIFs on the fly
2.0.1_7 graphics on this many watch lists=7 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 2.0.1_7Version 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: unknown
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
People watching this port, also watch:: unzip, libgd, zip, nmap, graphviz
License: not specified in port
WWW:
http://martin.gleeson.com/fly/
Description:
fly is a C program that creates PNG, JPEG or GIF images on the fly from CGI and other programs. Using GD graphics library for fast image creation, it provides a command-file interface for creating and modifying images.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (1 items)
Collapse this list.
  1. bin/fly
Collapse this list.
Dependency lines:
  • fly>0:graphics/fly
Conflicts:
CONFLICTS_INSTALL:
  • concourse
  • concourse-fly
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/graphics/fly/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/fly
  • pkg install fly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: fly
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (fly-2.0.1.tar.gz) = 492351681ee243fd90d2d386d813b9e2b5f8515c345e286d682cc2ea539ddcc6 SIZE (fly-2.0.1.tar.gz) = 59272

Packages (timestamps in pop-ups are UTC):
fly
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.0.1_72.0.1_72.0.1_72.0.1_72.0.1_7-2.0.1_7-
FreeBSD:13:quarterly2.0.1_72.0.1_72.0.1_72.0.1_72.0.1_72.0.1_72.0.1_72.0.1_7
FreeBSD:14:latest2.0.1_72.0.1_72.0.1_72.0.1_72.0.1_72.0.1_7-2.0.1_7
FreeBSD:14:quarterly2.0.1_72.0.1_7-2.0.1_72.0.1_72.0.1_72.0.1_72.0.1_7
FreeBSD:15:latest2.0.1_72.0.1_7n/a2.0.1_7n/a2.0.1_72.0.1_72.0.1_7
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libgd.so : graphics/gd
This port is required by:
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. www/pwebstats*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for fly-2.0.1_7: DOCS=on: Build and/or install documentation EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
graphics_fly
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://fossies.org/unix/www/
  2. http://martin.gleeson.com/fly/dist/
Collapse this list.

Number of commits found: 35

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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)
2.0.1_7
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)
2.0.1_7
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)
2.0.1_7
10 Jan 2022 15:15:39
commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1commit hash: bcaf25a8c8046b094f6b5ab5bc258333bc326ee1 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Fix CONFLICTS entries of multiple ports

There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.

This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.

Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port
(Only the first 15 lines of the commit message are shown above View all of this commit message)
2.0.1_7
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.
2.0.1_7
04 May 2020 21:31:39
Revision:533989Original commit files touched by this commit
dinoex search for other commits by this committer
- update libgd to 2.3.0
- new option RAQM
- resurrect deprecated gdlib-config
- bump dependend ports
2.0.1_6
09 Oct 2017 21:15:29
Revision:451644Original commit files touched by this commit
dumbbell search for other commits by this committer
graphics/fly, net/concourse-fly: Mark both ports as conflicting

They both install `bin/fly`.

While here, fix errors reported by portlint(1) in net/concourse-fly:
    * Quote `install` to hint that the port is not using install(1)
    * Replace `rm` by ${RM}
    * Move `bsd.port.mk` include to the last line

Reported by:	rodrigo@ (ports conflicting)
2.0.1_6
06 Oct 2016 09:01:50
Revision:423400Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch to options helpers
- Regenerate patches with `make makepatch`
2.0.1_6
20 Jul 2016 09:33:32
Revision:418829Original commit files touched by this commit
dinoex search for other commits by this committer
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2.0.1_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
2.0.1_5
02 Feb 2014 18:45:27
Revision:342355Original commit files touched by this commit
antoine search for other commits by this committer
Stage support
2.0.1_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)
2.0.1_5
09 Aug 2013 14:05:53
Revision:324437Original commit files touched by this commit Sanity Test Failure
dinoex search for other commits by this committer
- update libdg to 2.1.0
2.0.1_4
28 Mar 2013 16:29:01
Revision:315487Original commit files touched by this commit
eadler search for other commits by this committer
Style: tab -> space.

Most contributors copy an existing port when writing their own so reduce the
number of bad examples in the tree.
2.0.1_4
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
2.0.1_3
27 Nov 2011 09:53:07
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix MASTER_SITES
- Support PORTDOCS/PORTEXAMPLES/PLIST_FILES

PR:             162842
Submitted by:   Ports Fury
Feature safe:   yes
2.0.1_3
03 Jul 2011 14:12:23
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
2.0.1_3
27 Apr 2011 01:56:47
Original commit files touched by this commit
dougb search for other commits by this committer
By Maintainer's request, toss these ports back into the pool
2.0.1_3
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
2.0.1_2
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
2.0.1_1
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
2.0.1
22 Jun 2009 08:45:54
Original commit files touched by this commit
beat search for other commits by this committer
- Update to 2.0.1.
- Re-order master sites and add additional mirror.
- Respect NOPORTEXAMPLES.

PR:             ports/135901
Submitted by:   Charlie Kester <corky1951 AT comcast.net> (maintainer)
2.0.0_2
21 Jun 2009 11:45:40
Original commit files touched by this commit
dhn search for other commits by this committer
- Pass maintainership to submitter

PR:             ports/135872
Submitted by:   Charlie Kester <corky1951@comcast.net>
2.0.0_2
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}.
2.0.0_1
26 Nov 2005 01:48:16
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
2.0.0_1
17 Oct 2005 13:58:21
Original commit files touched by this commit
lawrance search for other commits by this committer
Add in a null-pointer check to fail with an error message when fly is given
an input file of the wrong type (or a corrupt file).
Bump PORTREVISION.

PR:             ports/86137
Submitted by:   Nick Fishman <kwlogical@bellsouth.net>
2.0.0
09 Sep 2005 18:26:47
Original commit files touched by this commit
lawrance search for other commits by this committer
Update to 2.0.0

PR:             ports/85877
Submitted by:   Ports Fury
1.6.5
19 Feb 2005 07:15:33
Original commit files touched by this commit
krion search for other commits by this committer
Fix MASTER_SITES.

PR:             ports/77706
Submitted by:   Sam Lawrance <boris at brooknet.com.au>
1.6.5
05 Apr 2004 04:28:29
Original commit files touched by this commit
linimon search for other commits by this committer
Per distfile survey, remove mastersite that disappeared in 2001.
1.6.5
19 Mar 2004 04:21:39
Original commit files touched by this commit
trevor search for other commits by this committer
Add size data.
1.6.5
18 Mar 2004 04:02:18
Original commit files touched by this commit
trevor search for other commits by this committer
E-mail to the maintainer bounced:

<j.unger@choin.net>: host mail.choin.net[213.217.99.81] said: 553 Requested
    action not taken: mailbox name not allowed or chunk too large
1.6.5
06 Feb 2004 13:12:53
Original commit files touched by this commit
trevor search for other commits by this committer
Use PLIST_FILES (bento-tested, marcus-reviewed).
1.6.5
22 Oct 2003 23:54:00
Original commit files touched by this commit
kris search for other commits by this committer
Respect CC and CFLAGS
1.6.5
21 Feb 2003 12:15:34
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
08 Oct 2000 02:35:34
commit hash: fp1.4750@dev.null.freshports.orgcommit hash: fp1.4750@dev.null.freshports.orgcommit hash: fp1.4750@dev.null.freshports.orgcommit hash: fp1.4750@dev.null.freshports.org files touched by this commit
asami search for other commits by this committer
Convert category graphics to new layout.  

Number of commits found: 35