Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.924_4 18 Dec 2016 15:25:04 |
sunpoet |
- Move biology/p5-bioperl to biology/p5-BioPerl
- Sort *_DEPENDS
- Bump PORTREVISION for dependent ports |
1.6.924_4 20 Nov 2016 23:56:14 |
sunpoet |
- Remove unnecessary USES=shebangfix
- Convert to new options target helper |
1.6.924_4 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
1.6.924_4 01 Apr 2016 13:29:17 |
mat |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
1.6.924_4 14 Sep 2015 12:19:50 |
mat |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542 |
1.6.924_4 30 May 2015 12:32:00 |
amdmi3 |
- Fix shebangs
- Add NO_ARCH
- Add missing EXAMPLES option
Approved by: portmgr blanket
MFH: 2015Q2 |
1.6.924_3 08 May 2015 18:12:37 |
adamw |
Reassign biology/ perl modules to perl@.
While here:
Regenerate p5-AcePerl's patches using makepatch.
Make p5-Bio-ASN1-EntrezGene depend on p5-bioperl, instead of the
other way around. Bump PORTREVISION on those two ports. |
1.6.924_2 12 Mar 2015 23:00:03 |
adamw |
Some OCD cleanups on some of the perl@ ports.
- Remove dependencies in core
- Put testing depends in TEST_DEPENDS
- Remove unnecessary bsd.port.options.mk inclusions
- Remove checks for Perl versions that no longer exist in the ports tree
- Sort plists, some of which were so jumbled that I have to assume
the plist was randomized before committing
A lot of the plist changes in this commit are moving PERL5_MAN3 after
SITE_PERL. It's repo churn now, but it makes updating the ports later
far easier. |
1.6.924_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 ) |
1.6.924 20 Oct 2014 07:10:48 |
bapt |
Cleanup plist |
1.6.924 04 Aug 2014 04:32:38 |
pi |
biology/p5-bioperl: fix pkg-descr sidenote link |
1.6.924 27 Jul 2014 07:27:18 |
wen |
- Update to 1.6.924 [1]
- Reset maintainer to perl@
PR: 192088 [1]
Submitted by: Kurt Jaeger<pi@FreeBSD.org> [1] |
1.6.923 30 May 2014 15:46:05 |
wen |
- Update to 1.6.923
- Add STAGE support
PR: 190342
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
1.6.1_4 09 Apr 2014 09:49:03 |
bapt |
Mark as broken unstaged perl ports
With hat: portmgr |
1.6.1_4 21 Feb 2014 13:35:26 |
ehaupt |
Remove trailing whitespaces from category biology |
1.6.1_4 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.6.1_4 03 Jan 2014 15:46:52 |
adamw |
Convert biology to MDOCS and MEXAMPLES |
1.6.1_4 20 Sep 2013 15:55:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology) |
1.6.1_4 06 Aug 2013 08:50:49 |
az |
- Convert to new perl framework
- Trim Makefile header
Approved by: wen@ (maintainer) |
1.6.1_4 07 Jun 2013 06:51:42 |
az |
- Avoid of using SITE_PERL
- Remove depend on DB_File.pm since it part of perl distribution
PR: ports/178877
Submitted by: az
Approved by: matainer (timeout) |
1.6.1_4 01 Oct 2012 14:55:55 |
wen |
- Take maintainership |
1.6.1_4 01 Oct 2012 14:45:17 |
tabthorpe |
- Reassign to the heap at maintainer's request |
1.6.1_4 30 Jun 2012 05:21:38 |
az |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@) |
1.6.1_4 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.6.1_3 21 Jan 2012 17:40:15 |
eadler |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
1.6.1_3 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.6.1_3 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.6.1_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.6.1_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.6.1_1 29 Jan 2010 14:52:21 |
kuriyama |
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 19; last!).
Approved by: portmgr (itetcu) |
1.6.1 04 Dec 2009 11:50:10 |
wen |
- Update to 1.6.1
Approved by: maintainer (via Email) |
1.6.0_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.6.0 22 Jul 2009 16:27:08 |
pgollucci |
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR: ports/135398
Tested by: 2 -exp runs by pav
Approved by: portmgr (pav) |
1.6.0 05 Mar 2009 17:56:24 |
skv |
Remove variable PERL_VER from the ports tree at all - because
it is obsolete since Perl 5.6.0. |
1.6.0 23 Feb 2009 19:31:43 |
garga |
- Update to 1.6.0
PR: ports/131989
Submitted by: maintainer |
1.4_2 14 Jan 2009 14:51:38 |
tobez |
Fix plist with perl 5.8.9.
Approved by: portmgr (pav, implicit) |
1.4_1 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
1.4_1 08 Sep 2007 00:53:15 |
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 |
1.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.4 22 Jan 2006 08:20:34 |
edwin |
SHA256ify
Approved by: krion@ |
1.4 04 Dec 2005 22:11:44 |
edwin |
Add conflicst:
CONFLICTS= p5-bioperl-1.[13579]*
Submitted by: Mauricio Herrera Cuadra <arareko@yahoo.com>,Fernan Aguero
<fernan@iib.unsam.edu.ar> |
1.4 03 Sep 2004 17:04:38 |
leeym |
- add missing MAN1 and MAN3
- apply DATADIR, EXAMPLESDIR, and DOCSDIR in PLIST
- update the usage of NOPORTDOCS
PR: 71322
Submitted by: leeym
Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> |
1.4 12 Aug 2004 12:48:01 |
mat |
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme. |
1.4 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.4 08 Mar 2004 03:29:16 |
linimon |
Unmark as broken for 4.x; instead, mark as ignore for perl < 5.6. |
1.4 22 Feb 2004 00:06:35 |
kris |
BROKEN on 4.x: Configure fails |
1.4 21 Jan 2004 08:34:33 |
linimon |
Major update from 0.7.2 to 1.4 by new maintainer. This is almost a complete
rework of the port.
See the page http://news.open-bio.org/archives/cat_bioperl.html for the
changes between 1.2 and 1.4. The older changes are in the CVS tree.
From the new maintainer:
Note that this new port just handles the installation of bioperl and
not of additional extra stuff (bioperl-gui, bioperl-corba-server,
bioperl-corba-client). This is unlike the behaviour of the current
port.
The extra stuff, though still functional, had very little adoption
among users, and does not appear to be currently supported/maintained.
PR: ports/47303 (and subsequent)
Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (new maintainer) |
0.7.2 24 Oct 2003 12:05:09 |
ijliao |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net> |
0.7.2 07 Mar 2003 05:56:43 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
25 Jan 2002 11:46:09 |
wjv |
- Update to version 0.7.2, somewhat overdue. :-) |
13 Aug 2001 11:26:44 |
wjv |
- Properly list run-time dependencies in RUN_DEPENDS in Makefile. - Deploy
%%PERL_VER%% and %%PERL_ARCH%% pragmas consistently throughout pkg-plist.
(Ouch, that was embarrassing.) - Bump PORTREVISION due to the above. -
Update my email address and the project's URL in pkg-descr. |
04 Jul 2001 14:22:15 |
wjv |
- Update to version 0.7.1 - Add a build-time message to inform the user of
available options. |
26 Jun 2001 16:09:40 |
wjv |
Embarrassingly long overdue update to 0.7.0, including optional support for
GUI (Tk) and CORBA extensions. |
13 Oct 2000 13:43:24 |
jeh |
Update to version 0.6.2 |
08 Oct 2000 00:23:30 |
asami |
Convert category biology to new layout. |
28 Jul 2000 15:06:03 |
nbm |
Add BioPerl, a collection of Perl5 mods for bioinformatics/genomics |