Port details |
- p5-Net-Gnats Perl interface to GNU Gnats daemon
- 0.22 net =2 0.22Version of this port present on the latest quarterly branch.
- Maintainer: perl@FreeBSD.org
- Port Added: 2004-05-06 04:11:36
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: databases perl5
- License: ART10 GPLv1+
- WWW:
- https://gnatsperl.sourceforge.net/
- Description:
- Net::Gnats provides a perl interface to the gnatsd command set. Although most
of the gnatsd command are present and can be explicitly called through
Net::Gnats, common gnats tasks can be accompished through some methods which
simplify the process (especially querying the database, editing bugs, etc).
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Net-Gnats>0:net/p5-Net-Gnats
- To install the port:
- cd /usr/ports/net/p5-Net-Gnats/ && make install clean
- To add the package, run one of these commands:
- pkg install net/p5-Net-Gnats
- pkg install p5-Net-Gnats
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Net-Gnats
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1489177028
SHA256 (Net-Gnats-0.22.tar.gz) = a00c7bbf6fdf706ca80bc49b79833ec1e6f52f273eabf329b60fe3fd34db9451
SIZE (Net-Gnats-0.22.tar.gz) = 55791
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-strictures>=0 : devel/p5-strictures
- perl5>=5.36<5.37 : lang/perl5.36
- perl5>=5.36<5.37 : lang/perl5.36
- Test dependencies:
-
- p5-Test-MockObject>=0 : devel/p5-Test-MockObject
- Runtime dependencies:
-
- p5-strictures>=0 : devel/p5-strictures
- perl5>=5.36<5.37 : lang/perl5.36
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_p5-Net-Gnats
- USES:
- perl5
- 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 |
0.22 06 Nov 2023 10:03:47 |
Rodrigo Osorio (rodrigo) |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
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.22 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.22 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.22 01 Jun 2022 12:54:34 |
Mathieu Arnold (mat) |
net/p5-Net-Gnats: fix with Perl 5.36 |
0.22 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.22 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
0.22 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.22 10 Mar 2017 22:45:19 |
sunpoet |
Update to 0.22
- Change MASTER_SITES to CPAN
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
Changes: http://search.cpan.org/dist/Net-Gnats/README |
0.06_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.06 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.06 05 Nov 2013 16:42:56 |
vanilla |
Support STAGEDIR. |
0.06 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.06 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.06 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.06 13 Dec 2009 18:07:49 |
pgollucci |
- Turn over a bunch of p5- ports that change infrequently to perl@
so more people can look at them. |
0.06 22 Aug 2009 00:32:25 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with N |
0.06 17 May 2009 10:35:13 |
pgollucci |
- Adopt
- Mark MAKE_JOBS_SAFE=yes
- Use SF Macro |
0.06 09 Mar 2009 19:29:12 |
miwi |
- Reset farrokhi@freebsd.org due to long period of inactivity.
Approved by: portmgr (linimon) |
0.06 08 Sep 2007 01:02:54 |
linimon |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr |
0.06 08 Nov 2006 09:28:33 |
farrokhi |
Change my email address to farrokhi@ in all ports that I maintain.
Approved by: miwi (mentor) |
0.06 01 Nov 2006 07:15:42 |
miwi |
- Update to 0.06
- Update MASTER_SITES (used sf.net)
- Pass maintainership to submitter
- Makefile cleanup
PR: ports/104817
Submitted by: Babak Farrokhi <babak@farrokhi.net> |
0.05 22 Jan 2006 02:46:07 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.05 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
0.05 17 May 2004 01:43:45 |
ijliao |
perl 5.6 is ok
Submitted by: vs@ |
0.05 10 May 2004 01:38:12 |
ijliao |
requires perl 5.8
Noticed by: bento via kris |
0.05 06 May 2004 04:10:41 |
ijliao |
add p5-Net-Gnats 0.05
Perl interface to GNU Gnats daemon |