aboutsummaryrefslogtreecommitdiffstats
path: root/biology
Commit message (Collapse)AuthorAgeFilesLines
* Add -lf2c, this is the correct dependency. Bump portrevision.maho2008-08-232-0/+9
|
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-214-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav)
* Unbreak building for 8-x.bsam2008-08-162-4/+114
| | | | Submitted by: Steve Kargl <sgk at troutmask.apl.washington.edu> at ports@ ML
* - update PORTSCOUTdinoex2008-08-131-1/+3
|
* - Update to 1.47miwi2008-08-123-53/+92
| | | | | | PR: 125912 Submitted by: Wen heping <wenheping@gmail.com> Approved by: maintainer timeout
* - Update to 2.1.3pgollucci2008-08-013-4/+5
| | | | Approved by: gabor (mentor)
* - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-252-2/+0
| | | | FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default ↵pav2008-07-253-3/+5
| | | | MAKE_ENV
* - Delete biology/nab port after being marked DEPRECATED for three monthspav2008-07-2415-1093/+0
| | | | | PR: ports/125891 Submitted by: M. L. Dodson <mldodson@comcast.net> (maintainer)
* Update my ports to my freebsd addresspgollucci2008-07-232-2/+2
| | | | Approved by: araujo (mentor)
* - respect NOPORTEXAMPLES/NOPORTDOCS and fix plistitetcu2008-07-122-14/+15
| | | | | | - bump PORTREVISION Prompted by: QA Tindy run
* - Update to 2.1.2c.araujo2008-07-122-5/+5
| | | | | | | - Pass maintainership to submitter. PR: ports/125497 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
* - extened PORTSCOUTdinoex2008-07-091-1/+1
|
* - Mark BROKEN: missing cpan dependency (interactive loop)pav2008-07-081-0/+2
|
* - Bump portrevision after openbabel updatebeech2008-07-071-1/+1
|
* - Update to 1.5.2.lippe2008-07-074-1355/+1063
| | | | | | | PR: ports/124648 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net> (maintainer) Reviewed by: lippe Approved by: gabor (mentor, implicit)
* - Update to 1.45beech2008-07-043-26/+79
| | | | | | PR: ports/125134 Submitted by: Wen heping <wenheping@gmail.com> Approved by: Mauricio Herrera Cuadra <mauricio@arareko.net> (maintainer)
* - extend PORTSCOUTdinoex2008-06-241-1/+1
|
* - Fix plist files installation.lippe2008-06-211-1/+2
| | | | | | | - Bump PORTREVISION. Reported by: QA Tindy Approved by: gabor (mentor, implicit)
* SSAHA is a software tool for very fast matching and alignment of DNAlippe2008-06-2136-0/+1362
| | | | | | | | | | | | | sequences. It stands for Sequence Search and Alignment by Hashing Algorithm. It achieves its fast search speed by converting sequence information into a `hash table' data structure, which can then be searched very rapidly for matches. WWW: http://www.sanger.ac.uk/Software/analysis/SSAHA/ PR: ports/124525 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> Approved by: gabor (mentor, implicit)
* - Fix fetch, update WWWpav2008-06-192-2/+2
|
* - Fix build dependsgahr2008-06-091-0/+3
| | | | | | - Bump port revision Reported by: pointyhat via pav
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-0613-11/+13
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* - Update to 3.67gahr2008-06-042-12/+7
| | | | - Sanitize Makefile a little bit
* - cleanup FreeBSD 5.xdinoex2008-06-021-7/+1
|
* - Update to 1.09miwi2008-05-312-4/+4
|
* Teach the building cluster that these ports are not to be buildedwin2008-05-264-0/+12
|
* New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-249-0/+221
| | | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-244-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-242-0/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* New port: biology/consed viewing and editing workbench for sequenceedwin2008-05-249-0/+1174
| | | | | | | | | | | | | | | | | | | | | | | | | | assembly Consed is a tool for viewing, editing, and finishing sequence assemblies. The port is constituted of 4 parts: biology/phred: base caller with quality evaluation biology/phrap: sequence assembler for shotgun sequencing biology/consed: workbench biology/phd2fasta: small utility All these can be used separately; however, most function of consed depends on the others. Although these programs are licensed freely for academic and nonprofit purposes, users have to contact the authors to get the softwares. Phred (including phd2fasta) and phrap are emailed, and consed can be downloaded to a restricted IP address. For commercial users, the licensing fee is ca. $10,000 at the time of writing. PR: ports/118548 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* Update to 1.08mat2008-05-232-4/+4
|
* - Update MASTER_SITES and WWW: linemiwi2008-05-224-61/+46
| | | | | | | | - Support CC/CFLAGS properly - Strip binary PR: 123866 Submitted by: Ports Fury
* - Include some ports in perl5 category.araujo2008-05-191-1/+1
| | | | | | | PR: ports/123530 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: flz (portmgr)
* - Update maintainer's email addresspav2008-05-183-3/+3
| | | | Submitted by: Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> (maintainer)
* - Try to fix fetchpav2008-05-181-0/+2
| | | | Submitted by: Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp> (maintainer)
* Update to 1.23erwin2008-05-152-4/+4
|
* NJplot is a tree drawing program able to draw any phylogenetic tree expressedpav2008-05-145-0/+145
| | | | | | | | | | | | | | | | | | | | | | in the Newick phylogenetic tree format (e.g., the format used by the PHYLIP package). NJplot is especially convenient for rooting the unrooted trees obtained from parsimony, distance or maximum likelihood tree-building methods. The package contains the following programs: njplot - draw phylogenetic trees and interactively modify them newicktops - non-interactive version rendering into a PostScript file newicktotxt - non-interactive version rendering into a text file unrooted - draw unrooted circular trees If you use NJplot in a published work, please cite the following reference: Perriere, G. and Gouy, M. (1996) WWW-Query: An on-line retrieval system for biological sequence banks. Biochimie, 78, 364-369. WWW: http://pbil.univ-lyon1.fr/software/njplot.html PR: ports/118438 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* MUSCLE is multiple alignment software for protein and nucleotide sequences.pav2008-05-147-0/+232
| | | | | | | | | | | | | | | | | | | | | | | | | | | The name stands for multiple sequence comparison by log-expectation. A range of options is provided that give you the choice of optimizing accuracy, speed, or some compromise between the two. Default parameters are those that give the best average accuracy in the published tests. MUSCLE can achieve both better average accuracy and better speed than CLUSTALW or T-Coffee, depending on the chosen options. Citation: Edgar, R. C. (2004) MUSCLE: multiple sequence alignment with high accuracy and high throughput. Nucleic Acids Research 32(5): 1792-1797. Edgar, R. C. (2004) MUSCLE: a multiple sequence alignment method with reduced time and space complexity. BMC Bioinformatics 5(1): 113. The NAR paper gives only a brief overview of the algorithm and implementation details. For a full discussion of the method and many of the non-default options that it offers, please see the BMC paper. WWW: http://www.drive5.com/muscle/ PR: ports/118460 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* - add PORTSCOUTdinoex2008-05-041-0/+2
|
* Update to version 34.okazaki2008-05-012-11/+5
| | | | | | | Remove BROKEN. PR: 123218 Submitted by: maintainer
* - update to 0.8.2dinoex2008-04-309-456/+205
| | | | | - take maintainership Approved by: maintainer
* - Update to 2.0.6miwi2008-04-292-5/+5
| | | | | | | - Pass maintainership to submitter PR: 123193 Submitted by: Wen heping <wenheping@gmail.com>
* Reset aaron's port maintainerships due to many maintainer-timeouts.linimon2008-04-291-1/+1
|
* - Mark BROKEN on -CURRENT: error: 'linkat' redeclared as different kind of ↵pav2008-04-261-0/+4
| | | | | | symbol Reported by: pointyhat
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-2019-50/+43
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* implement @dirrmtry macro for the pkg-plistedwin2008-04-191-1/+1
|
* - Update mastersite.jmelo2008-04-181-1/+2
| | | | | PR: ports/122130 Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com>
* - Replace SF with second working master sitepav2008-04-181-1/+1
| | | | Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵araujo2008-04-176-10/+6
| | | | | | | | | ${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)
* - It seems that upstream removes their distfiles from sourceforge, so addrafan2008-04-171-1/+2
| | | | | | the download site pointed by their webpage as first choice. Noticed by: pointyhat via pav
* - Update to 5.0.0rafan2008-04-1317-6851/+707
| | | | | PR: ports/122437 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar> (maintainer)
* - Sort pkg-plist before updating to 5.0.0rafan2008-04-131-888/+888
| | | | | PR: ports/122437 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* Change maintainers e-mail address.ehaupt2008-04-111-2/+2
| | | | Requested over: IRC
* - Update to 35.3.6clsung2008-04-102-5/+5
| | | | | PR: ports/122607 Submitted by: maintainer (Fernan Aguero)
* - Chase the gsl shared lib bump.jadawin2008-04-081-2/+2
| | | | Approved by: thierry (mentor)
* - Update maintainer's emailrafan2008-04-061-3/+5
| | | | | | | - Mark as deprecated PR: ports/122474 Submitted by: M. L. Dodson <mldodson at comcast.net> (maintainer with another email)
* MAPMAKER/EXP is a linkage analysis package designed to help construct primaryrafan2008-04-0628-0/+1101
| | | | | | | | | | | | | | | | | | linkage maps of markers segregating in experimental crosses. MAPMAKER/EXP performs full multipoint linkage analysis (simultaneous estimation of all recombination fractions from the primary data) for dominant, recessive, and co- dominant (e.g. RFLP-like) markers. MAPMAKER/EXP is an experimental-cross-only successor to the original MAPMAKER program. MAPMAKER/QTL is a companion program to MAPMAKER/EXP which allows one to map genes controlling polygenic quantitative traits in F2 intercrosses and BC1 backcrosses relative to a genetic linkage map. More information on MAPMAKER/QTL can be found in the technical report (included with MAPMAKER/QTL). WWW: http://www.broad.mit.edu/ftp/distribution/software/mapmaker3/ PR: ports/122452 Submitted by: Tassilo Philipp <tphilipp at potion-studios.com>
* - Update to 5.68rafan2008-04-053-10/+10
| | | | | | | - Remove gcc version restriction PR: ports/122435 Submitted by: Fernan Aguero <fernan at iib.unsam.edu.ar> (maintainer)
* - Update to 1.1.3pav2008-04-053-185/+203
| | | | | | PR: ports/122374 Submitted by: Wen heping <wenheping@gmail.com> Patch revised: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* - Chase fasta3 updatepav2008-04-021-1/+1
| | | | Reported by: pointyhat
* - Update to 35.3.5rafan2008-03-303-53/+49
| | | | | | | | | | - Switch to .tar.gz distfile so that we don't define our do-extract - While I'm here, using substitution for version numbers in pkg-plist for easier upgrade PR: ports/121690 Submitted by: Wen heping <wenheping at gmail.com> Approved by: maintainer timeout (2 weeks)
* - Fix build with GCC 4.2gahr2008-03-292-5/+18
| | | | Approved by: miwi (mentor)
* - Add missing dependensmiwi2008-03-271-1/+3
| | | | | | - Bump PORTREVISION Submitted by: pointyhat via pav
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+2
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-2/+1
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-243-6/+3
| | | | | | - Bump PORTREVISION Approved by: portmgr (xorg cleanup)
* - Remove USE_X_PREFIXbeech2008-03-222-4/+2
| | | | | | - Bump portrevision Approved by: David Yeske <dyeske@gmail.com> (maintainer, implicit)
* - Update to 2.0.5jadawin2008-03-191-5/+10
| | | | | | | | - Add RESTRICTED due to non-commercial use licence. PR: ports/121794 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: thierry and tabthorpe (mentors)
* - Update to version 2.0.5jadawin2008-03-192-21/+10
| | | | | | | | - Add RESTRICTED due to a non-commercial use licence. PR: ports/121794 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Approved by: thierry and tabthorpe (mentors)
* - Update to 1.07miwi2008-03-122-4/+4
|
* Fix pkg-plistmaho2008-03-101-0/+142
| | | | Submitted by: pav
* Update to 1.0r2.maho2008-03-076-955/+636
|
* - File was rerolled for a small bugfix.miwi2008-02-273-3/+16
| | | | Submitted by: pointyhat via pav/erwin
* - Restore clustalw symlink, other ports rely on itpav2008-02-271-1/+5
| | | | | Reported by: pointyhat Pointy hat to: pav
* - Update to 2.4.3miwi2008-02-262-4/+4
| | | | Submitted by: Ports Fury
* - Update to 2.0.3pav2008-02-266-61/+8
|
* Umark BROKEN, stale distfile removed from ftp-master.erwin2008-01-271-2/+0
|
* - Update to 2.4.2 (fix fetch problems)miwi2008-01-262-4/+4
| | | | Submitted by: pointyhat via pav
* Mark BROKEN: does not fetcherwin2008-01-261-0/+2
|
* - Update to 2.4.1miwi2008-01-214-15/+46
| | | | | PR: 119719 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Fix build on !i386arved2008-01-041-9/+5
| | | | | | PR: 118922 Submitted by: Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp> Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar>
* - Update to 2.0pav2007-12-1615-406/+60
| | | | | PR: ports/117713 Submitted by: Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* MrBayes is a program for the Bayesian estimation of phylogeny.miwi2007-12-155-0/+60
| | | | | | | | | | | | | | | Bayesian inference of phylogeny is based upon a quantity called the posterior probability distribution of trees, which is the probability of a tree conditioned on the observations. The conditioning is accomplished using Bayes's theorem. The posterior probability distribution of trees is impossible to calculate analytically; instead, MrBayes uses a simulation technique called Markov chain Monte Carlo (or MCMC) to approximate the posterior probabilities of trees. WWW: http://mrbayes.csit.fsu.edu/ PR: ports/118542 Submitted by: mzaki at biol.s.u-tokyo.ac.jp
* MUMmer is a modular system for the rapid whole genome alignment of finishedmiwi2007-12-155-0/+79
| | | | | | | | | | | or draft sequence. This package provides an efficient suffix tree library, seed-and-extend alignment, SNP detection, repeat detection, and visualization tools. WWW: http://mummer.sourceforge.net/ PR: ports/118142 Submitted by: Tony Maher
* - Mark BROKEN outside i386: does not compilepav2007-12-051-0/+4
| | | | | Reported by: pointyhat Approved by: portmgr (hat)
* - Allow build with AMD64miwi2007-10-292-2/+5
| | | | | | | | - Fix pkg-plist - Bump PORTREVISION PR: 117435 Submitted by: "M. L. Dodson" <mldodson@comcast.net> (maintainer)
* - Update to 1.1.0clsung2007-10-243-74/+86
| | | | | | PR: ports/117369 Submitted by: Motomichi Matsuzaki <mzaki_AT_e-mail dot ne dot jp> Approved by: maintainer (Mauricio Herrera Cuadra)
* - Update to 2.1.2bmiwi2007-10-245-37/+20
| | | | | PR: 117336 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* Migration from bison 1.x to 2.xade2007-10-171-1/+2
| | | | | PR: 117086 Tested by: -exp runs
* - Update to 2.1miwi2007-10-087-18/+196
| | | | | PR: 116017 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
* - Sort category Makefilessat2007-10-061-2/+2
| | | | | Inspired by: Jason Harris <jharris@widomaker.com> Howto: http://twiki.cenkes.org/Cenkes/SortingCategoryMakefiles
* - Fix typo in WWWpav2007-10-041-1/+1
|
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-1/+1
|
* Mark as broken on gcc4.2.linimon2007-10-021-1/+7
|
* Mark as broken with gcc4.2.linimon2007-10-021-0/+4
|
* biology/linux-foldingathome needs to run as root?edwin2007-09-233-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | (also: update to 5.0.4) Upon installing FoldingAtHome I ran the software from a user account only to find that I was stuck in a loop of trying to enter configuration options. Shortly thereafter I realized that it was trying to write to /usr/local/share/foldingathome, and therefore requires being run as root to write there unless one changes permissions there. Seing as this isn't installed with a startup script for daemonization, and running as root seems a little excessive for this application, should this be adapted to run from a user account or set up to be able to start at boot? And from maintainer: This diff updates the port to version 5.04, and adds support to running as normal user using ~/.fah directory. PR: ports/113335 Submitted by: James Snyder <jbsnyder@fanplastic.org> Approved by: maintainer
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.linimon2007-09-087-39/+5
| | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr
* - Update to 1.06miwi2007-09-072-12/+5
| | | | - Remove 4.X cruft
* - Update to version 2.3itetcu2007-09-034-46/+57
| | | | | PR: ports/116019 Submitted by: KATO Tsuguru
* - Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmwrafan2007-09-021-2/+2
| | | | PR: 115302
* Replace IGNORE with ONLY_FOR_ARCHS for this binary port.kris2007-08-091-9/+2
| | | | Submitted by: maintainer
* Fix pkg-plistlme2007-08-031-0/+1
| | | | | Spotted by: pav Approved by: miwi (mentor)
* Update to 2.0.10lme2007-08-014-22/+22
| | | | | | PR: 114738 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor)
* - cleanup after gnustep-make-2.0.1dinoex2007-07-231-1/+0
| | | | Approved by: maintainer (implicit)
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-7/+2
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-4/+2
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-122-9/+2
|
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-121-5/+1
|
* - Runs on 7.0-CURRENT with compat6xpav2007-07-081-0/+4
| | | | Reported by: Rene Ladan <r.c.ladan@gmail.com>
* - Update to version 9rafan2007-07-083-1313/+1505
| | | | | | | | | - Don't install CVS directories which are going to be removed in next release PR: ports/113831 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: maintainer timeout (20 days)
* dyeske at yahoo dot com -> dyeske at gmail dot comedwin2007-07-064-6/+6
|
* chase math/gsl lib versionijliao2007-06-291-2/+2
|
* Bump to v0.16.aaron2007-06-203-6/+53
| | | | | PR: 111719 Submitted by: araujo@bsdmail.org
* - Fix the build with GCC 4.2danfe2007-06-192-7/+32
| | | | | | - Remove BROKEN tag Reported by: pointyhat (logs)
* - Fix typos.miwi2007-05-311-3/+3
| | | | Reported by: stas@
* - Update to 1.43miwi2007-05-304-92/+167
| | | | | | PR: 111817 Submitted by: "P.BandieraPaiva" <paiva@unifesp.br> Approved by: maintainer
* BROKEN: Unfetchablekris2007-05-271-0/+2
|
* BROKEN with gcc 4.2kris2007-05-271-1/+7
|
* - update for gnustep-make-2.0.0dinoex2007-05-252-71/+79
| | | | Approved by: gurkan (maintainer)
* - update for gnustep-make-2.0.0dinoex2007-05-251-1/+1
|
* swap MASTER_SITES to improve fetchiness on pointyhat which is blocked from ↵edwin2007-05-251-4/+2
| | | | dasher.wustl.edu
* BROKEN: Unfetchablekris2007-05-251-0/+2
|
* - Chase openbabel updatepav2007-05-251-2/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-2035-20/+40
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+2
| | | | | | PR: ports/111728 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1
| | | | | | PR: ports/111726 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-6/+2
| | | | | | PR: ports/111725 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* [patch] cleanup non-supported FreeBSD versionsedwin2007-05-021-7/+1
| | | | | | PR: ports/111724 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: maintainer timeout
* Use my @FreeBSD.org address.nemoliu2007-04-301-1/+1
| | | | Approved by: delphij (mentor)
* - Update to 4.5clsung2007-04-243-14/+13
|
* - Unbreakmiwi2007-04-211-3/+3
| | | | | | | - Add backup MASTER_SITES PR: 111963 Submitted by: Jason Harris <jharris@widomaker.com>
* BROKEN: Unfetchablekris2007-04-201-0/+2
|
* [patch] cleanup non-supported FreeBSD versionsedwin2007-04-173-41/+1
| | | | | | PR: ports/111727 Submitted by: Edwin Groothuis <edwin@mavetju.org> Approved by: Bob Zimmermann <rpz@cse.wustl.edu>
* Remove always-true condition due to OSVERSIONedwin2007-04-161-1/+1
|
* - Remove unreachable OSVERSION code.edwin2007-04-161-13/+9
| | | | - Make portlint happier
* - Fix after objformat removalpav2007-03-291-0/+3
| | | | Reported by: pointyhat
* - Update to 1.5-beta2miwi2007-03-273-13/+14
| | | | | | | - Pass maintainership to submitter PR: 110621 Submitted by: Nemo Liu<nemoliu@gmail.com>
* - MASTER_SITE is back, remove BROKENgabor2007-03-171-2/+0
| | | | | PR: ports/109954 Submitted by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
* Reset razi@genet.sickkids.on.ca due to maintainer-timeouts and no response tolinimon2007-03-141-1/+1
| | | | | | email. Hat: portmgr
* Reset dbader@eece.unm.edu due to maintainer-timeouts.linimon2007-03-111-1/+1
| | | | Hat: portmgr
* Reset dbader@eece.unm.edu due to maintainer-timeout. While here, fix fetch.linimon2007-03-111-2/+2
|
* Reset chuynh@biolateral.com.au: address bounces.linimon2007-03-112-2/+2
| | | | Hat: portmgr
* - Update to 4.96miwi2007-03-093-10/+143
| | | | | PR: 110080 Submitted by: Fernan Aguero<fernan@iib.unsam.edu.ar> (maintainer)
* - Update to 34.26.2miwi2007-03-092-8/+6
| | | | | PR: 110079 Submitted by: Fernan Aguero<fernan@iib.unsam.edu.ar> (maintainer)
* - Release distfile was renamed.miwi2007-03-082-5/+5
| | | | | PR: 110078 Submitted by: Fernan Aguero<fernan@iib.unsam.edu.ar> (maintainer)
* BROKEN: Unfetchablekris2007-02-271-0/+2
|
* - mark ignore on FreeBSD 5.xdinoex2007-02-191-1/+7
| | | | Approved by: maintainer
* Schedule these broken ports for removal on 2007-04-10 if they are stillkris2007-02-111-0/+2
| | | | broken at that time and no fix has been submitted.
* Update to 0.99rc6.maho2007-02-092-5/+5
| | | | | PR: 108940 Submitted by: CHAO Shin
* BROKEN: Does not buildkris2007-02-051-0/+2
|
* Use libtool port instead of included version to avoid objformat a.out botchkris2007-02-011-0/+1
|
* - add category gnustepdinoex2007-02-012-2/+2
| | | | | PR: 103931 Approved by: pav
* Build fix.maho2007-01-291-1/+2
| | | | Submitted by: kris via pointyhat and pav.
* Update to 3.66itetcu2007-01-282-4/+4
| | | | | PR: ports/108434 Submitted by: Marcelo Araujo
* Fix master sites, un-deprecate and update biology/recombine to 1.41.vd2007-01-254-86/+19
|
* Remove expired leaf port:vd2007-01-256-78/+0
| | | | | | | | | 2007-01-07 biology/coalesce: distfile disappeared from homepage Actually the software is still available at: http://evolution.gs.washington.edu/lamarc/coalesce.html, but it is not supported by the authors. Last version is from 1995 and biology/fluctuate can be used instead.
* Get rid of biology/coalesce dependency, it is deprecated and will be removedvd2007-01-251-2/+2
| | | | shortly.
* Fix master site and un-deprecatevd2007-01-251-4/+1
|
* - Fix typomiwi2007-01-231-1/+1
|
* - Project moves to a new home. Change MASTER_SITES and WWWrafan2007-01-232-2/+2
| | | | | | PR: ports/108214 Submitted by: Thomas Abthorpe <thomas at goodking.ca> Approved by: Fernan Aguero <fernan at iib.unsam.edu.ar> (maintainer)
* Fix build.maho2007-01-191-1/+1
| | | | Submitted by: kris via pointyhat.
* Forgot to commit a patch. Fixes build.maho2007-01-191-0/+20
| | | | Submitted by: kris via pointyhat.
* * Migrate to gfortran.maho2007-01-172-13/+11
| | | | * Bump port revision.
* . change dependencies: shells/bash2 -> shells/bash;bsam2007-01-171-1/+2
| | | | | | | | | | | | | | | . bump PORTREVISION (RUN_DEPENDS changes); . for converters/konwert: - introduce PATCHLEVEL to be used instead of PORTREVISION at filenames; - update to new PATCHLEVEL=11. PR: 107000 [1], 107046 [2], 107106 [3], 107114 [4] Submitted by: bsam (me) Approved by: all maintainers timeout three and a half week: mij at bitchx.it [1] j.koopmann at seceidos.de [2] chuynh at biolateral.com.au [3] alexs at snark.rinet.ru [4]
* * Migrate to gfortran.maho2007-01-161-5/+4
| | | | | | | * Bump port revision. * fix build [1]. Submitted by: kris [1]
* - update to use new bsd.gnustep.mkdinoex2007-01-131-4/+3
| | | | Approved by: gurkan@linuks.mine.nu
* * Migrate to gfortran.maho2007-01-122-2/+7
| | | | * Bump port revision.
* Using gfortran42 only. not using gcc42.maho2007-01-121-3/+5
| | | | Bump portrevision.
* Using only gfortran42. not gcc42.maho2007-01-122-6/+10
| | | | Bump portrevision.
* * Add dummy knob WANT_FORTRAN for future gfortranmaho2007-01-092-127/+147
| | | | | migration. currently it is not buildable with gfrotran42. * Honor FC and FFLAGS.
* migrated to gfortran.maho2007-01-091-0/+3
|
* Migrated to gfortran.maho2007-01-093-6/+13
|
* The BioCocoa framework provides developers with the opportunity to adddinoex2006-12-305-0/+45
| | | | | | | | | support for reading and writing BEAST, Clustal, EMBL, Fasta, GCG-MSF, GDE, Hennig86, NCBI, NEXUS, NONA, PDB, Phylip, PIR, Plain/Raw, Swiss-Prot and TNT files by writing only three lines of code. The framework is written in Cocoa (Objective-C). WWW: http://bioinformatics.org/biococoa/
* - Update to 1.0.1miwi2006-12-303-97/+98
| | | | | | | | - Update MASTER_SITES - Pass maintainership to submitter PR: ports/107246 Submitted by: Fernan Aguero<fernan@iib.unsam.edu.ar> (maintainer)
* Update to v0.15aaron2006-12-283-40/+40
|
* Reset tonymaher@optusnet.com.au due to maintainer-timeouts and no responselinimon2006-12-265-5/+5
| | | | | | to email. Hat: portmgr
* - Update to 5.1.2miwi2006-12-2411-236/+308
| | | | | | | - Update maintainer mail adresse PR: ports/107118 Submitted by: M. L. Dodson <bdodson@houston.rr.com> (maintainer)
* - Update to 1.03rafan2006-12-193-105/+42
| | | | | | PR: ports/106300 Submitted by: chinsan Approved by: maintainer timeout (15 days)
* Reset dbader@ece.unm.edu due to timeouts and no response to email.linimon2006-12-132-2/+2
| | | | Hat: portmgr
* Reset whitekid@gmail.com after timeouts and no response to email.linimon2006-12-131-1/+1
| | | | Hat: portmgr
* - Update to 2.1.3gabor2006-12-104-33/+19
| | | | | | | | - Fix fetching - Remove old patch and use MAKE_ARGS instead - portlint(1) and whitespace Approved by: erwin (mentor)
* - Deprecategabor2006-12-103-0/+9
| | | | | | - Set EXPIRATION_DATE Approved by: erwin (mentor)
* - Local/Tools/Resources now globaldinoex2006-12-091-1/+0
|
* - Respect X11BASErafan2006-12-091-0/+5
| | | | Approved by: portmgr (linimon)
* - Update to 0.14laszlof2006-12-074-56/+48
| | | | | Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: maintainer timeout (3 months)
* - Mark broken on amd64 < 6. We got followingrafan2006-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)
* Correct path to Compress::Zlib.pm after recent p5-Compress-Zlib update.demon2006-12-031-1/+1
|
* - Respect X11BASErafan2006-12-031-1/+1
| | | | Approved by: maintainer (implicit)
* - Use features of bsd.wx.mk, especially USE_WXpav2006-12-011-4/+2
| | | | | PR: ports/101613 Submitted by: alepulver
* - Respect X11BASEmiwi2006-11-281-2/+2
| | | | | PR: ports/105891 Submitted by: trasz
* - Update to 1.91rafan2006-11-273-38/+5
| | | | | | | | - Unbreak on amd64 PR: ports/105414 Submitted by: rafan Approved by: maintainer timeout (15 days)
* - Upgrade to the latest beta and unbreak;thierry2006-11-224-230/+274
| | | | | | | | | - Add a regression-test target; - Fix plist for WITHOUT_SAMPLES. PR: ports/104685 Approved by: maintainer's time-out (1 month)
* - cleanup patchesdinoex2006-11-131-3/+0
|
* - fix build on non i386 archsdinoex2006-11-101-2/+2
| | | | Submitted by: Gürkan Sengün
* Adun is a new extendible molecular simulation program that alsodinoex2006-11-1010-0/+607
| | | | | | | | includes data management and analysis capabilities. WWW: http://diana.imim.es/Adun Submitted by: Gürkan Sengün Reviewed by: dinoex
* - Update to 1.42miwi2006-10-313-121/+90
| | | | | | PR: ports/104635 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer
* - Update to 34.t26.b3miwi2006-10-313-4/+7
| | | | | PR: ports/104508 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* Distfile now checksums successfully.lawrance2006-10-151-4/+0
| | | | | | PR: ports/104341 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> Approved by: portmgr (marcus)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-5/+7
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* - Add hmmer 5.09 applicationpav2006-10-104-10/+38
|
* Chase pdf library and bump PORTREVISION.ale2006-10-091-1/+2
|
* - Allow wxWidgets 2.6 alongside 2.4, this port works with bothpav2006-10-091-4/+3
| | | | | PR: ports/102168 Approved by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* - Update to 0.98dclsung2006-10-062-4/+4
| | | | | | PR: ports/103408 Submitted by: chinsan Approved by: maintainer (timeout)
* Add gmap 2006.04.21, a Genomic Mapping and Alignment Program for mRNAclsung2006-09-298-0/+105
| | | | | | | and EST Sequences. PR: ports/103651 Submitted by: Bob Zimmermann <rpz at cse.wustl.edu>
* Unbreak: molden has been updated on Aug 17, with the same DISTNAME.thierry2006-09-174-23/+35
| | | | Changelog at <http://www.cmbi.ru.nl/molden/HISTORY>.
* Fix build on amd64maho2006-09-172-4/+4
| | | | Submitted by: kris
* BROKEN on amd64 and ia64: Does not buildkris2006-09-171-0/+4
|
* BROKEN: Size mismatch. Since this is unmaintained, deprecate and schedulekris2006-09-041-0/+4
| | | | for termination on 2006-12-01
* NO_CDROM and NO_PACKAGE are not appropriate herekris2006-09-031-3/+1
|
* Schedule these broken ports for termination on 2006-12-01kris2006-09-032-0/+4
|
* Folding@Home is a distributed computing project -- people from through out thepav2006-08-295-0/+61
| | | | | | | | | | | | | | world download and run software to band together to make one of the largest supercomputers in the world. Every computer makes the project closer to our goals. Folding@Home uses novel computational methods coupled to distributed computing, to simulate problems thousands to millions of times more challenging than previously achieved. WWW: http://folding.standford.edu PR: ports/101235 Submitted by: Yonatan <onatan@gmail.com>
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gclsung2006-08-141-1/+1
| | | | | | | - these include astro/ audio/ biology/ chinese/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
* Mark as broken for i386 4.xedwin2006-08-111-1/+7
| | | | | PR: ports/101789 Submitted by: Scott Flatman <sf@slappy.org>
* Unmark BROKEN, it seems to be caused by a stale distfile on ftp-master.erwin2006-08-041-2/+0
|
* Mark BROKEN: checksum mismatcherwin2006-08-041-0/+2
|
* Mark broken due to checksum mismatcherwin2006-08-041-0/+2
|
* - Update to 5.10pav2006-07-182-8/+8
|
* - Fix pkg-plist [1]rafan2006-07-102-12/+19
| | | | | | - pet portlint(1) Noticed by: pointyhat via linimon [1]
* - Update to 2.4.3rafan2006-07-088-234/+147
| | | | | | | | - Pass maintainersip to submitter PR: 99901 Submitted by: Scott Flatman <sf slappy.org> Approved by: delphij (mentor, implicit)
* - Use the correct MASTER_SITE_SUBDIR, make it fetchablerafan2006-07-041-1/+1
| | | | | | PR: 99757 Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> Approved by: delphij (mentor, implicit)
* Mark as BROKEN on sparc64 due to internal compiler error.linimon2006-07-041-1/+7
|
* Update to 1.10 (maintained by others) and unbreak.maho2006-07-0311-268/+50
|
* o Update to 0.99rc1maho2006-07-015-39/+203
| | | | | | | | | o add data dir to have working port[1] PR: 95121[1] Submitted by: Sangwoo Shim <sangwoos at gmail.com>[1] This commit is a result of hacks at the CodeFest Akihabara 2006 hosted by FSIJ.
* - Provide SSE optimized application as an optionpav2006-06-252-1/+12
|
* - Instruct amd64 users to libmap libpthread.so.2 to libc_r.so.6pav2006-06-232-3/+15
|
* SIMAP (Similarity Matrix of Proteins) is a public database of pre-calculatedpav2006-06-207-0/+110
| | | | | | | | | | | | protein similarities that plays a key role in many bioinformatics methods. It contains about all currently published protein sequences and is continuously updated. The computational effort for keeping SIMAP up-to-date is constantly increasing. Please help to update SIMAP by calculating protein similarities on your computer. WWW: http://boinc.bio.wzw.tum.de/boincsimap/
* Re-add CONFIGURE_TARGET and fix libm detection.thierry2006-06-191-1/+5
| | | | | PR: ports/99072 (fu2) Submitted by: Josh Tolbert <hemi (at) puresimplicity.net> (maintainer)
* - Upgrade to to 1.9.9 and unbreak;thierry2006-06-184-146/+134
| | | | | | | - Take maintainership. PR: ports/99072 Submitted by: Josh Tolbert <hemi (at) puresimplicity.net>
* USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more thanerwin2006-06-111-1/+0
| | | | | | 2 years ago. Clean out the last traces of it. With hat: portmgr
* - Update PORTREVISION to match latest release (see main web site)pav2006-06-113-8/+27
| | | | | | | - Update the port to add other architectures (amd64) PR: ports/98764 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* - Update to 34.t25.d9pav2006-06-102-5/+5
| | | | | PR: ports/98761 Submitted by: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer)
* Update biology/ncbi-toolkit to the latest release.itetcu2006-06-063-5/+11
| | | | | | | | | | | | Quoting from www.ncbi.nlm.nih.gov/blast/blast_whatsnew.shtml Major changes include: blastall now uses the new engine by default, resulting in significant performance improvements and enabling query concatenation for all program types. PR: ports/98570 Submitted by: maintainer Approved by: lawrance (mentor, implict)
* - Add MASTER_SITEerwin2006-06-062-30/+31
| | | | | | | | - Use DATADIR PR: 97603 Submitted by: miwi Approved by: maintainer timeout
* - Update to 34.t25.d8 [1]erwin2006-06-062-5/+5
| | | | | | | | - While I'm here, pet portlint [2] PR: 98398 [1] Submitted by: miwi [1], self [2] Approved by: maintainer [1]
* - update to 34.t25.d7sem2006-05-253-77/+7
| | | | | | | - add MASTER_SITE_LOCAL as a second master site PR: ports/97310 Submitted by: maintainer
* BROKEN: Unfetchablekris2006-05-221-0/+2
|
* - Update to 3.15sem2006-05-212-4/+4
| | | | | | PR: ports/96941 Submitted by: Paul Schmehl <pauls@utdallas.edu> Approved by: maintainer timeout
* - Updated from 0.07 to 0.12aaron2006-05-203-12/+25
| | | | | | | | | | | | | | | | | | | | | | Approved by: tobez (implicit) 0.08 20/Feb/2006 15:14 Improved referential integrity between nodes, taxa, and data. Implemented Fastnexus parser Node object silently implements Bio::Tree::NodeI interface if BioPerl is installed Tree object silently implements Bio::Tree::TreeI interface if BioPerl is installed Added convertor methods for XML and CIPRES Implemented more Matrix methods Implemented symbol tables in Bio::Phylo::Util::CONSTANT Implemented visit method for listable objects Implemented caching infrastructure for calculations Changed object-model to inside-out arrays Added Biodiversity measures code by Aki Mimoto Moved constants and exceptions to Bio::Phylo::Util::* Fixed memory leak due to circular references
* Adding port biology/p5-Bio-Phylo, Phylogenetic analysis using perl.aaron2006-05-145-0/+110
| | | | Approved by: tobez (implicit)
* - Update to 34.t25.d6sem2006-05-084-38/+80
| | | | | PR: ports/96063 Submitted by: maintainer
* Update to 21.u1.d1 (fixes fetch).lawrance2006-05-075-27/+18
| | | | Reported by: fenner's distfile survey
* - Satisfy portlintsem2006-05-071-4/+3
|
* Add protomol 2.0.3, OO, component based, framework for molecularehaupt2006-05-065-0/+201
| | | | | | | dynamics (MD) simulations. PR: 95123 Submitted by: Sangwoo Shim <sangwoos@gmail.com>
* Remove USE_REINPLACE from all categories starting with Bedwin2006-05-0421-22/+0
|
* - Update to 1.89leeym2006-05-036-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
* Bioperl-run contain modules that provides a PERL interface to variousgarga2006-05-035-0/+784
| | | | | | | | | | bioinformatics applications. This allows various applications to be used with common Bioperl objects. WWW: http://bioperl.org/ PR: ports/93675 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>
* Bioperl-run contain modules that provides a PERL interface to variousgarga2006-05-035-0/+752
| | | | | | | | | | bioinformatics applications. This allows various applications to be used with common Bioperl objects. WWW: http://bioperl.org/ PR: ports/93674 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>
* - Update to 1.0.0pav2006-04-263-40/+174
| | | | | | | | - Provide OPTIONS - Take maintainership PR: ports/94123 Submitted by: Mauricio Herrera Cuadra <mauricio@arareko.net>