aboutsummaryrefslogtreecommitdiff
path: root/biology/p5-AcePerl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Fix license information for portgs that use "the same license as Perl".Mathieu Arnold2017-09-151-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=449893
* Move -fPIC to where Linux puts it so it is limited to a single library.Tijl Coosemans2017-02-132-4/+2
| | | | Notes: svn path=/head/; revision=434059
* Add -fPIC to various ports to enable them to build on armv6.Mark Linimon2017-02-091-8/+3
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=433767
* Mark various leaf ports broken on aarch64, and, where appropriate, otherMark Linimon2016-11-111-1/+3
| | | | | | | | | tier-2 archs. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=425879
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-1/+1
| | | | | | | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=396892
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,Adam Weinberger2015-06-291-5/+2
| | | | | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports. Notes: svn path=/head/; revision=390918
* Reassign biology/ perl modules to perl@.Adam Weinberger2015-05-086-17/+17
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=385811
* - Add LICENSESunpoet Po-Chuan Hsieh2015-03-281-4/+6
| | | | | | | - Space/Tab fix Notes: svn path=/head/; revision=382527
* - Simplify MASTER_SITESDmitry Marakasov2015-03-171-3/+9
| | | | | | | - Strip libraries Notes: svn path=/head/; revision=381464
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-110/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=373448
* Cleanup plistBaptiste Daroussin2014-10-201-13/+0
| | | | Notes: svn path=/head/; revision=371237
* Fix build. Hopefully it doesn't break the app.Adam Weinberger2014-08-221-0/+11
| | | | Notes: svn path=/head/; revision=365607
* Rename biology/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-284-12/+12
| | | | Notes: svn path=/head/; revision=363159
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-2/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - Stage supportMartin Wilke2014-02-102-22/+36
| | | | Notes: svn path=/head/; revision=343590
* Update WWWEmanuel Haupt2014-02-091-1/+1
| | | | Notes: svn path=/head/; revision=343461
* Drop maintainership on those.Mathieu Arnold2014-02-051-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=342799
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | biology) Notes: svn path=/head/; revision=327709
* - Add WWWSunpoet Po-Chuan Hsieh2013-08-291-2/+1
| | | | | | | | - Use single space after WWW: - Remove Author line Notes: svn path=/head/; revision=325610
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} orSteve Wills2012-06-101-1/+1
| | | | | | | | | | | RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi) Notes: svn path=/head/; revision=298970
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-1/+1
| | | | Notes: svn path=/head/; revision=298340
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-4/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-291-3/+2
| | | | | | | | | (part 19; last!). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248805
* - Remove unneeded dependencies which is in perl-5.8.9 dist from portsJun Kuriyama2010-01-161-2/+2
| | | | | | | | | | | maintained by (perl|ports|kuriyama)@FreeBSD.org. - Targets are: Test::Simple, Digest::MD5, Locale-Maketext, ExtUtils::MakeMaker, ExtUtils::ParseXS, File::Temp, Getopt::Long, Encode, Digest, Pod::Parser, File::Spec. Notes: svn path=/head/; revision=247977
* - Turn over a bunch of p5- ports that change infrequently to perl@Philip M. Gollucci2009-12-131-1/+1
| | | | | | | so more people can look at them. Notes: svn path=/head/; revision=245719
* - Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFEPav Lucistnik2009-07-071-1/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=237378
* - Mark most of my ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-161-0/+2
| | | | | | | Tested by: several builds in P6 TB Notes: svn path=/head/; revision=233978
* - Remove conditional checks relevant only on FreeBSD 5.x and olderPav Lucistnik2009-01-051-4/+0
| | | | Notes: svn path=/head/; revision=225288
* Update to 1.92Philip M. Gollucci2008-12-242-4/+4
| | | | | | | | | Changes http://search.cpan.org/src/LDS/AcePerl-1.92/ChangeLog Approved by: gabor (mentor) Notes: svn path=/head/; revision=224672
* Update my ports to my freebsd addressPhilip M. Gollucci2008-07-231-1/+1
| | | | | | | Approved by: araujo (mentor) Notes: svn path=/head/; revision=217338
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${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) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+0
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* - Mark broken on amd64 < 6. We got followingRong-En Fan2006-12-041-0/+4
| | | | | | | | | | | | | | | | | cc -O -pipe -fPIC -g -Wall -DACEDB4 -I. -I./wh -DFREEBSD -c -O -pipe -fPIC -g -Wall -DACEDB4 -c arraysub.c arraysub.c: In function `stackused': arraysub.c:54: error: unrecognizable insn: (insn 44 22 24 2 arraysub.c:53 (set (reg:SI 1 dx [66]) (subreg:SI (plus:DI (subreg:DI (reg:SI 7 sp) 0) (const_int -1 [0xffffffffffffffff])) 0)) -1 (nil) (nil)) arraysub.c:54: internal compiler error: in extract_insn, at recog.c:2083 Reported by: pointyhat via kris Approved by: Philip M. Gollucci (maintainer) Notes: svn path=/head/; revision=178800
* - Update to 1.91Rong-En Fan2006-11-273-38/+5
| | | | | | | | | | | - Unbreak on amd64 PR: ports/105414 Submitted by: rafan Approved by: maintainer timeout (15 days) Notes: svn path=/head/; revision=178088
* - Update to 1.89Yen-Ming Lee2006-05-026-16/+60
| | | | | | | | | | | | | - refine BROKEN to make portlint happier - patch to use on Scalar::Util instead of WeakRef - mark IGNORE under old perl which don't support weak reference PR: 96656 Submitted by: leeym Approved by: maintainer Notes: svn path=/head/; revision=161224
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* - Change maintainer's email address.Florent Thoumie2005-04-111-1/+1
| | | | Notes: svn path=/head/; revision=133080
* - Honor CFLAGSKirill Ponomarev2004-04-161-1/+1
| | | | | | | | PR: ports/65599 Submitted by: michael johnson <ahze at ahze dot net> Notes: svn path=/head/; revision=107203
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* BROKEN on amd64 and ia64: Does not compile (missing -fPIC)Kris Kennaway2004-03-071-1/+7
| | | | Notes: svn path=/head/; revision=103197
* utilize SITE_PERLYing-Chieh Liao2003-10-242-122/+121
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* - update to 1.83Erwin Lansing2003-06-173-3/+4
| | | | | | | | | | | | - give maintainership to submitter as the old maintainer's address bounces PR: 52054 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Approved by: maintainer bounces Notes: svn path=/head/; revision=83178
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Add dependency on security/p5-Digest-MD5Edwin Groothuis2003-02-131-0/+3
| | | | | | | Noticed on: bento Notes: svn path=/head/; revision=75433