Port details |
- flyspray Simple, easy-to-use web based bug tracking system
- 0.9.9.7_5 devel =7 0.9.9.7_5Version 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: 2003-08-28 19:57:19
- Last Update: 2023-04-16 18:09:23
- Commit Hash: 0ac3a69
- People watching this port, also watch:: bash, rsync, trafshow, phpMyAdmin-php81, nmap
- Also Listed In: www
- License: not specified in port
- WWW:
- https://www.flyspray.org/
- Description:
- Flyspray is an uncomplicated, web-based bug tracking system written in PHP
for assisting with software development.
Features include:
* Web-based, platform-independent
* Multiple database support, currently MySQL and PGSQL
* Easy installation
* Easy to use
* Multiple projects
* 'Watching' tasks, with notification of changes (email or Jabber)
* Comprehensive task history
* File attachments
* CSS themes
* Advanced search features (though easy to use)
* Atom/RSS feeds
* Two syntax options for task descriptions and more (Dokuwiki / plain text)
* Voting for tasks
* Dependency graphs
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- flyspray>0:devel/flyspray
- To install the port:
- cd /usr/ports/devel/flyspray/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/flyspray
- pkg install flyspray
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: flyspray
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (flyspray-0.9.9.7.zip) = f05fb71d61ee3b4ab42a61efea7b2c4fc53fd4ad762c9f3ced7de664661c2f2d
SIZE (flyspray-0.9.9.7.zip) = 1916911
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- adodb.inc.php : databases/adodb5
- php.h : lang/php81
- session.so : www/php81-session
- zlib.so : archivers/php81-zlib
- xml.so : textproc/php81-xml
- gd.so : graphics/php81-gd
- mysqli.so : databases/php81-mysqli
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for flyspray-0.9.9.7_5:
DOCS=on: Build and/or install documentation
GRAPHVIZ=off: Graphviz graph drawing support
MYSQLI=on: Use MySQLi Database Interface
PGSQL=off: PostgreSQL database support
===> Use 'make config' to modify these settings
- Options name:
- devel_flyspray
- USES:
- cpe dos2unix php:web zip
- pkg-message:
- For install:
- Please read the installation instructions in:
/usr/local/share/doc/flyspray/README.FreeBSD
- If removing:
- The Flyspray program has been deleted but the bug tracking database has
not been touched. To delete all the bug tracking information, execute the
following commands:
# rm -rf /var/db/flyspray
# mysqladmin -u root -p drop flyspray
or
# dropdb -U pgsql flyspray
if you are using PostgreSQL backend
Thanks for using Flyspray!
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9.9.7_5 16 Apr 2023 18:09:23 |
Muhammad Moinur Rahman (bofh) |
*/*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
all versions of php
* security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
all versions of php
* devel/pear-PHPTAL: Remove OPTION JSON
* www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
and later and has been replaced with sqlsrv module which is Windows
only
* www/codeigniter: Remove OPTION MSSQL
* www/moodle311: Remove OPTION MSSQL
* www/moodle39: Remove OPTION MSSQL (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.9.9.7_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.9.9.7_5 27 Jul 2022 12:12:12 |
Baptiste Daroussin (bapt) |
devel/flyspray: replace a deinstall script with a regular message |
0.9.9.7_4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.9.9.7_4 05 Oct 2021 20:01:19 |
Bernhard Froehlich (decke) |
devel/flyspray: Add CPE information
Approved by: portmgr (blanket) |
0.9.9.7_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.9.7_4 18 Feb 2021 20:04:21 |
amdmi3 |
Switch from databases/adodb to databases/adodb5 to fix with newer versions of
PHP
PR: 231220
Submitted by: ml@netfence.it |
0.9.9.7_3 13 Aug 2019 16:01:59 |
mat |
Convert to UCL & cleanup pkg-message (categories d) |
0.9.9.7_3 24 May 2019 12:34:16 |
tobik |
devel/flyspray: Remove broken MYSQL option
USE_PHP=mysql no longer works.
PR: 235942 |
0.9.9.7_3 08 Apr 2018 11:56:03 |
brnrd |
category devel: Convert to USES=php
Approved by: infrastructure modernization blanket |
0.9.9.7_3 01 Dec 2016 11:18:04 |
mat |
Don't quote {} in find -exec calls.
Braces are not shell metacharacters, and they do not need to be quoted.
By the time find parses its arguments and dicovers them, the quoting
will have been removed by the shell anyway.
Sponsored by: Absolight |
0.9.9.7_3 15 Sep 2016 01:41:28 |
swills |
Unmark broken on powerpc64
These ports built successfully |
0.9.9.7_3 21 Apr 2016 16:43:15 |
swills |
many ports: mark broken on powerpc64 |
0.9.9.7_3 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.9.9.7_3 28 Dec 2015 15:24:59 |
rakuco |
Unbreak by updating MASTER_SITES. |
0.9.9.7_3 09 Nov 2015 12:59:04 |
antoine |
Mark a few ports BROKEN: unfetchable |
0.9.9.7_3 20 Sep 2015 22:26:09 |
amdmi3 |
- Only use DOCS-related pkg-message when DOCS are enabled
- Switch vardir handling from pkg-install script to @dir
- Use options helpers
- Add NO_ARCH
- Reset maintainer by his own request
PR: 203196
Submitted by: amdmi3
Approved by: nick@foobar.org (maintainer) |
0.9.9.7_2 27 Oct 2014 10:10:59 |
bapt |
Cleanup plist |
0.9.9.7_2 15 Jul 2014 23:11:13 |
adamw |
Add OPTIONS_DEFINE=DOCS for ports with %%PORTDOCS%% in the plist.
Where possible, correct a few instances where PORTDOCS was being used
to flag stuff in EXAMPLESDIR. For some ports, mostly those owned by
ruby@, PORTDOCS is applied to pretty much everything whether it's
documentation or example. |
0.9.9.7_2 05 Jul 2014 00:24:56 |
bapt |
Support stage
PR: 191498
Submitted by: nick@foobar.org |
0.9.9.7_1 10 Jun 2014 07:39:02 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories D-F.
CR: D196
Approved by: portmgr (bapt) |
07 Mar 2014 16:49:10
|
bapt |
Convert d* to USES=zip |
0.9.9.7_1 20 Sep 2013 17:04:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
0.9.9.7_1 06 Nov 2012 08:41:50 |
rakuco |
Remove remaining .bak file to fix the plist.
Follow-up to r307041.
PR: ports/173183
Feature safe: yes |
0.9.9.7_1 05 Nov 2012 22:17:45 |
rakuco |
- Replace patch in files/ with a combination of ${REINPLACE_CMD} and
USE_DOS2UNIX so we can avoid having to set the svn:eol-style
property in the patch.
- Convert to OptionsNG.
- Trim Makefile header.
PR: ports/173183
Submitted by: Chris Petrik <c.petrik.sosa@gmail.com>, Nick Hilliard
<nick@foobar.org> (maintainer)
Feature safe: yes |
0.9.9.7 24 Oct 2012 22:14:50 |
rakuco |
Set svn:eol-style to CRLF to make the patch actually be applied.
PR: ports/172976
Feature safe: yes |
0.9.9.7 21 Oct 2012 11:31:44 |
rakuco |
Update to 0.9.9.7.
PR: ports/172615
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Feature safe: yes |
0.9.9.6 05 Feb 2011 22:56:19 |
sunpoet |
- Add PostgreSQL as backend option (WITH_POSTGRES)
- Update README for PostgreSQL users
- Remove obsolete MD5 checksum
PR: ports/154531
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by: Nick Hilliard <nick@foobar.org> (maintainer)
Feature safe: yes |
0.9.9.6 03 May 2009 11:38:20 |
miwi |
- Update to 0.9.9.6
PR: 134158
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) |
0.9.9.5.1 25 Oct 2008 19:10:42 |
miwi |
- Update to 0.9.9.5.1
PR: 128355
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer)
Security:
http://www.vuxml.org/freebsd/9d3020e4-a2c4-11dd-a9f9-0030843d3802.html |
0.9.9.2_1 05 Sep 2007 14:53:58 |
rafan |
- Be more friendly for package
- Bump PORTREVISION to build new package
PR: ports/115862
Submitted by: Nick Hilliard <nick at foobar.org> (maintainer) |
0.9.9.2 16 Aug 2007 11:23:27 |
itetcu |
Upgrade 0.9.9.2: [1]
- This upgrade deals with an unspecified security problem in 0.9.9.
- OPTIONaly RUN_DEPEND on Graphviz
- update pkg-message and Readme.FreeBSD
Drop custom hack and use SUB_FILES for pkg-message [2]
PR: ports/115561 [1]
Submitted by: Nick Hilliard (maintainer) [1], itetcu@ (me) [2] |
0.9.9 16 Mar 2007 21:05:58 |
miwi |
- Update to 0.9.9
PR: 110387
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) |
0.9.8 04 May 2006 21:41:12 |
edwin |
Remove USE_REINPLACE from all categories starting with D |
0.9.8 11 Nov 2005 22:17:18 |
pav |
- Update to 0.9.8
- Integrate 0.9.8-update1
PR: ports/88332
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) |
0.9.7 29 Apr 2005 06:09:56 |
leeym |
- upgrade from Flyspray 0.9.5 to 0.9.7
PR: 79216
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) |
0.9.5 20 Aug 2004 20:47:01 |
pav |
- Update to 0.9.5
- Convert to new PHP infrastructure
PR: ports/70703
Submitted by: Nick Hilliard <nick@foobar.org> (maintainer) |
0.9.4 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.9.4 17 Jan 2004 11:02:40 |
edwin |
fix master_sites
informed maintainer
noticed by:
http://bento.freebsd.org/errorlogs/i386-4-exp-latest/flyspray-0.9.4.log |
0.9.4 28 Aug 2003 19:56:31 |
erwin |
Add flyspray 0.9.4,
a simple, easy-to-use web based bug tracking
system.
PR: 56082
Submitted by: Nick Hilliard <nick@foobar.org> |