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: biology/p5-Bio-Graphics/Makefile

Number of commits found: 57

Wednesday, 7 Sep 2022
21:10 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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:20 Tobias C. Berner (tcberner) search for other commits by this committer
biology: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Andrey Zakhvatov
  *  Bob Zimmermann <rpz@cse.wustl.edu>
  *  Camson Huynh <chuynh@biolateral.com.au>
  *  Dan Siercks <dsiercks@uwm.edu>
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Hannes Hauswedell <h2+fbsdports@fsfe.org>
  *  J. Bacon <jwb@FreeBSD.org>
  *  Jason Bacon <jwb@FreeBSD.org>
  *  Jeremy <karlj000@unbc.ca>
  *  Johann Visagie <johann@egenetics.com>
  *  Johann Visagie <wjv@FreeBSD.org>
  *  Mauricio Herrera Cuadra <mauricio@arareko.net>
  *  Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
  *  Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
  *  Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp>
  *  Motomichi Matsuzaki <mzaki@niid.go.jp>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Razi Khaja <razi@genet.sickkids.on.ca>
  *  Reed A. Cartwright <cartwright@asu.edu>
  *  Ryo MIYAMOTO
  *  Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
  *  Sangwoo Shim <sangwoos@gmail.com>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Tassilo Philipp <tphilipp@potion-studios.com>
  *  Tony Maher
  *  Tony Maher <tonym@biolateral.com.au>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Yonatan <onatan@gmail.com>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  ballen
  *  barnhart@genetics.wustl.edu
  *  camson@bilateral.com.au
  *  chuynh@biolateral.com.au
  *  dbader@eece.unm.edu
  *  frankch@waru.life.nthu.edu.tw
  *  h2
  *  lentferj
  *  maho@FreeBSD.org
  *  mzaki@biol.s.u-tokyo.ac.jp
  *  tonym
  *  wen@FreeBSD.org

With hat:	portmgr
commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 commit hash: 37526bbd4e50616d87f70e1c788ae4895d88d671 37526bb
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 6 Oct 2018
13:06 des search for other commits by this committer
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)
Original commitRevision:481365 
Friday, 15 Sep 2017
08:58 mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
Original commitRevision:449893 
Thursday, 1 Jun 2017
23:50 sunpoet search for other commits by this committer
Remove outdated PERL_LEVEL check
Original commitRevision:442334 
Tuesday, 31 Jan 2017
16:21 mat search for other commits by this committer
Bump PORTREVISION for ports affected by the fix the last commit.

Done with:	Tools/scripts/bump-revision.sh
Sponsored by:	Absolight
Original commitRevision:432932 
Monday, 19 Dec 2016
15:54 sunpoet search for other commits by this committer
- Update *_DEPENDS: Bio::Coordinate family has been moved from
biology/p5-BioPerl into biology/p5-Bio-Coordinate
- Bump PORTREVISION for dependency change
Original commitRevision:428943 
Sunday, 18 Dec 2016
15:26 sunpoet search for other commits by this committer
- Update to 2.40
- Update *_DEPENDS for biology/p5-bioperl renaming
- Add NO_ARCH
- Sort PLIST

Changes:	http://search.cpan.org/dist/Bio-Graphics/Changes
Original commitRevision:428874 
Friday, 1 Apr 2016
13:29 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412344 
Sunday, 7 Dec 2014
07:44 wen search for other commits by this committer
- Update to 2.39
Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.39/Changes
Original commitRevision:374175 
Wednesday, 26 Nov 2014
13:08 mat search for other commits by this committer
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
Original commitRevision:373448 
Friday, 25 Jul 2014
15:06 mat search for other commits by this committer
Fix build.

Sponsored by:	Absolight
Original commitRevision:362915 
Thursday, 24 Jul 2014
09:48 pi search for other commits by this committer
biology/p5-Bio-Graphics: 2.37 -> 2.38
Original commitRevision:362773 
Saturday, 7 Jun 2014
01:54 vanilla search for other commits by this committer
Stagify, remove BROKEN.
Original commitRevision:356870 
Wednesday, 9 Apr 2014
09:49 bapt search for other commits by this committer
Mark as broken unstaged perl ports

With hat:	portmgr
Original commitRevision:350675 
Friday, 20 Sep 2013
15:55 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
Original commitRevision:327709 
Friday, 2 Aug 2013
18:52 mat search for other commits by this committer
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Original commitRevision:324174 
Saturday, 20 Jul 2013
10:03 wen search for other commits by this committer
- Update to 2.37
Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.37/Changes
Original commitRevision:323339 
Sunday, 3 Mar 2013
01:45 eadler search for other commits by this committer
Update to 2.33
Original commitRevision:313319 
Thursday, 24 Jan 2013
14:36 jadawin search for other commits by this committer
- Update to 2.32
- Changelog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.32/Changes
Original commitRevision:310932 
Friday, 7 Dec 2012
13:49 tobez search for other commits by this committer
Update to 2.31.

Changes: http://search.cpan.org/dist/Bio-Graphics/Changes

Feature safe:	yes
Original commitRevision:308423 
Monday, 18 Jun 2012
09:30 sunpoet search for other commits by this committer
- Update to 2.29

Changes:        http://search.cpan.org/dist/Bio-Graphics/Changes
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Tuesday, 17 Apr 2012
13:03 wen search for other commits by this committer
- Update to 2.28
ChangeLog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.28/Changes
Original commit
Saturday, 11 Feb 2012
02:04 sunpoet search for other commits by this committer
- Update to 2.26

Changes:        http://search.cpan.org/dist/Bio-Graphics/Changes
Original commit
Friday, 7 Oct 2011
11:22 culot search for other commits by this committer
- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:             ports/161336
Submitted by:   Simon Olofsson <simon@olofsson.de>
Original commit
Sunday, 2 Oct 2011
17:03 sunpoet search for other commits by this committer
- Update to 2.25
- Sort MAN3 and PLIST
- Pet portlint

Changes:        http://search.cpan.org/dist/Bio-Graphics/Changes
Original commit
Wednesday, 1 Jun 2011
20:21 bapt search for other commits by this committer
- update to 2.24
- add licenses
- changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.24/Changes
Original commit
Thursday, 23 Dec 2010
06:37 wen search for other commits by this committer
- Update to 2.18
ChangeLog: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.18/Changes
Original commit
Tuesday, 16 Nov 2010
08:07 wen search for other commits by this committer
- Update to 2.15
Changelog: http://search.cpan.org/src/LDS/Bio-Graphics-2.15/Changes

PR:             ports/152189
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
Original commit
Tuesday, 19 Oct 2010
10:42 wen search for other commits by this committer
- Update to 2.14
ChangeLog: http://search.cpan.org/src/LDS/Bio-Graphics-2.14/Changes
Original commit
Sunday, 26 Sep 2010
08:32 wen search for other commits by this committer
- Update to 2.13
Original commit
Wednesday, 30 Jun 2010
07:41 wen search for other commits by this committer
- Update to 2.11

Feature safe:   yes
Original commit
Tuesday, 18 May 2010
08:27 wen search for other commits by this committer
- Update to 2.09
Original commit
Friday, 14 May 2010
13:05 wen search for other commits by this committer
- Update to 2.0.8
Original commit
Monday, 10 May 2010
02:36 wen search for other commits by this committer
- Update to 2.0.7
- Set maintainer to perl@
Original commit
Tuesday, 20 Apr 2010
08:48 wen search for other commits by this committer
- Update to 2.04
Original commit
Tuesday, 30 Mar 2010
01:22 wen search for other commits by this committer
- Update to 2.02
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Wednesday, 10 Mar 2010
01:35 wen search for other commits by this committer
- Update to 2.01
Original commit
Wednesday, 10 Feb 2010
06:10 wen search for other commits by this committer
- Update to 2.00
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 29 Jan 2010
14:52 kuriyama search for other commits by this committer
- Remove unneeded dependencies which is in perl-5.8.9 dist
  (part 19; last!).

Approved by:    portmgr (itetcu)
Original commit
Thursday, 7 Jan 2010
02:27 wen search for other commits by this committer
- Update to 1.995
Original commit
Friday, 11 Dec 2009
08:02 wen search for other commits by this committer
- Update to 1.994
Original commit
Friday, 4 Dec 2009
11:53 wen search for other commits by this committer
- Update to 1.993
Original commit
Friday, 20 Nov 2009
05:10 wen search for other commits by this committer
- Update to 1.992
- Update my mail address to FreeBSD
Original commit
Friday, 28 Aug 2009
23:36 miwi search for other commits by this committer
- Update to 0.982

PR:             138264
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Friday, 31 Jul 2009
13:57 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
Original commit
Sunday, 5 Jul 2009
22:24 miwi search for other commits by this committer
- Update to 1.97

PR:             136310
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Tuesday, 2 Jun 2009
21:34 miwi search for other commits by this committer
- Update to 1.95

PR:             135141
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Friday, 1 May 2009
14:54 miwi search for other commits by this committer
- Update to 1.94

Approved by:    maintainer implicit
Original commit
Saturday, 4 Apr 2009
17:45 miwi search for other commits by this committer
- Update to 1.93

PR:             133342
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Wednesday, 25 Mar 2009
17:38 miwi search for other commits by this committer
- Update to 1.91

PR:             133065
Submitted by:   Wen Heping <wenheping@gmail.com> (maintainer)
Original commit
Thursday, 19 Mar 2009
16:34 miwi search for other commits by this committer
- Update to 1.90

PR:             132659
Submitted by:   Wen heping <wenheping@gmail.com> (maintainer)
Original commit
Tuesday, 10 Mar 2009
18:50 miwi search for other commits by this committer
p5-Bio-Graphics is a simple GD-based renderer (diagram drawer)
for DNA and protein sequences.

WWW: http://search.cpan.org/dist/Bio-Graphics/

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

Number of commits found: 57