non port: biology/ruby-bio/Makefile |
SVNWeb
|
Number of commits found: 41 |
Sat, 14 Jan 2023
|
[ 23:08 Muhammad Moinur Rahman (bofh) ] 18c6e18 (Only the first 10 of 2869 ports in this commit are shown above. )
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] 37526bb (Only the first 10 of 82 ports in this commit are shown above. )
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> (Only the first 15 lines of the commit message are shown above )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 5 May 2020
|
[ 14:22 rene ]
biology/ruby-bio: remove expired optional dependency on textproc/ruby-xmlparser
|
Sun, 7 May 2017
|
[ 15:44 miwi ]
- Update to 1.5.1
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Thu, 31 Mar 2016
|
[ 17:36 amdmi3 ]
- Update to 1.5.0
PR: 208351
Submitted by: wen@FreeBSD.org
Approved by: mauricio@arareko.net (maintainer)
|
Sun, 17 Jan 2016
|
[ 07:06 swills ] (Only the first 10 of 26 ports in this commit are shown above. )
mark ports that don't work with Ruby 2.3
PR: 205774
|
Sat, 10 Oct 2015
|
[ 23:15 sunpoet ]
- Fix typo
Approved by: portmgr (blanket)
|
Thu, 3 Sep 2015
|
[ 16:23 sunpoet ]
- Add LICENSE
- Add NO_ARCH
- Use BROKEN_RUBY22
- While I'm here, use single space after WWW:
Approved by: portmgr (blanket)
With hat: ruby
|
Mon, 17 Aug 2015
|
[ 14:20 mat ] (Only the first 10 of 271 ports in this commit are shown above. )
Remove UNIQUENAME and LATEST_LINK.
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.
Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.
Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)
Reviewed by: antoine, bapt
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3336
|
Fri, 3 Apr 2015
|
[ 13:50 swills ]
biology/ruby-bio: mark broken with ruby 2.2
|
Sun, 21 Sep 2014
|
[ 13:44 dinoex ]
- any version for RUN_DEPENDS
|
[ 09:51 dinoex ]
- update RUN_DEPENDS for rubygems-dbi
|
Mon, 7 Apr 2014
|
[ 13:01 bapt ]
Support stage
|
Wed, 15 Jan 2014
|
[ 22:52 bapt ]
Reduce over inclusion of bsd.port.mk
|
Fri, 20 Sep 2013
|
[ 15:55 bapt ] (Only the first 10 of 94 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
|
Mon, 18 Mar 2013
|
[ 06:55 jgh ]
- adoption of optionsNG
- trim historical header
Approved by: portmgr (miwi)
|
Mon, 27 Dec 2010
|
[ 15:11 pgollucci ]
- Update to 1.4.1
- Remove MD5
PR: ports/153394
Submitted by: myself (pgollucci)
Approved by: mauricio@arareko.net (maintainer)
Sponsored by: RideCharge Inc. / TaxiMagic
|
Tue, 8 Jun 2010
|
[ 00:18 pgollucci ]
- Update to 1.4.0
- Sort pkg-plist
- seperate NOPORTDOCS and NOPORTEXAMPLES
|
Wed, 24 Oct 2007
|
[ 01:38 clsung ]
- Update to 1.1.0
PR: ports/117369
Submitted by: Motomichi Matsuzaki <mzaki_AT_e-mail dot ne dot jp>
Approved by: maintainer (Mauricio Herrera Cuadra)
|
Tue, 25 Apr 2006
|
[ 22:09 pav ]
- Update to 1.0.0
- Provide OPTIONS
- Take maintainership
PR: ports/94123
Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>
|
Fri, 11 Nov 2005
|
[ 01:18 linimon ] (Only the first 10 of 286 ports in this commit are shown above. )
With portmgr hat on, reset maintainership of knu's ports since he has
been inactive more than 6 months. We hope to see him back sometime.
|
Sat, 25 Dec 2004
|
[ 17:52 knu ]
Update to 0.6.2.
|
Tue, 6 Jul 2004
|
[ 14:31 vs ]
Fix distsite
PR: ports/67473
Submitted by: Roman Neuhauser
Approved by: maintainer timeout
|
Tue, 14 Oct 2003
|
[ 22:25 knu ]
Update to 0.5.3.
|
Fri, 22 Aug 2003
|
[ 22:53 knu ]
Update to 0.5.2.
|
Tue, 29 Jul 2003
|
[ 06:44 knu ]
Update to 0.5.1.
|
Thu, 26 Jun 2003
|
[ 03:34 knu ]
Update to 0.5.0.
|
Tue, 18 Feb 2003
|
[ 04:22 knu ]
De-pkg-comment.
|
Wed, 29 Jan 2003
|
[ 10:45 knu ]
Update to 0.4.0.
|
Sun, 6 Oct 2002
|
[ 20:59 knu ]
Use RUBY_MOD*.
|
Sat, 3 Aug 2002
|
[ 07:02 knu ]
Update to 0.3.9.
|
Sun, 7 Jul 2002
|
[ 18:21 knu ]
Update to 0.3.8.
|
Wed, 10 Apr 2002
|
[ 18:37 knu ]
Update to 0.3.6.
|
Tue, 12 Mar 2002
|
[ 23:12 knu ]
Update to 0.3.5.
|
Fri, 21 Dec 2001
|
[ 21:25 knu ]
Update to 0.3.3.
|
Wed, 28 Nov 2001
|
[ 13:46 knu ]
Update to 0.3.2.
|
Wed, 24 Oct 2001
|
[ 07:21 knu ]
Add ruby-bio (BioRuby), an integrated environment for Bioinformatics written
in Ruby.
|
Number of commits found: 41 |