| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=378195
|
|
|
|
|
|
|
|
| |
PR: 197039
Submitted by: antont@inbox.lv
Notes:
svn path=/head/; revision=378190
|
|
|
|
| |
Notes:
svn path=/head/; revision=378185
|
|
|
|
|
|
|
|
|
| |
The otter port tries to build libotter.a before an object is completely
built (share.o in my case) and ariadne tries to start building in a
directory before it is created (under multiple jobs).
Notes:
svn path=/head/; revision=377623
|
|
|
|
|
|
|
|
|
| |
- Convert to options framework
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=377466
|
|
|
|
|
|
|
|
|
| |
All had similar errors that it couldn't find something during the build,
yet built on a subsequent pass with no adjustments. Most I've seen before
on previous bulk runs.
Notes:
svn path=/head/; revision=377443
|
|
|
|
|
|
|
|
| |
PR: 196859
Submitted by: Joseph Mingrone<jrm@ftfl.ca>
Notes:
svn path=/head/; revision=377397
|
|
|
|
|
|
|
|
|
| |
- Use tab instead of space
- Sort PLIST
- Pass maintainership to perl@
Notes:
svn path=/head/; revision=377369
|
|
|
|
| |
Notes:
svn path=/head/; revision=377013
|
|
|
|
|
|
|
| |
Reported by: pkg-fallout
Notes:
svn path=/head/; revision=376682
|
|
|
|
| |
Notes:
svn path=/head/; revision=376383
|
|
|
|
|
|
|
|
| |
PR: 196376
Submitted by: Nikola Kolev <koue@chaosophia.net>
Notes:
svn path=/head/; revision=376238
|
|
|
|
|
|
|
|
| |
Spotted by: antoine
With hat: python
Notes:
svn path=/head/; revision=376179
|
|
|
|
|
|
|
|
| |
PR: 196339
Submitted by: koue@chaosophia.net
Notes:
svn path=/head/; revision=376018
|
|
|
|
|
|
|
|
|
|
| |
2015-01-01 biology/boinc-simap: Project shutting down, see http://boincsimap.org/boincsimap/forum_thread.php?id=88
2015-01-01 security/openssh-portable-base: Overwrite-base option/port/pkg will be removed. There is no real need for foot-shooting.
2015-01-01 devel/cedet: Fails to build, use Emacs' builtin cedet package instead
2015-01-01 devel/ecb: does not work with newer Emacs versions, use the elpa package instead
Notes:
svn path=/head/; revision=375913
|
|
|
|
|
|
|
|
|
| |
named like the port.
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=375866
|
|
|
|
|
|
|
| |
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=375848
|
|
|
|
|
|
|
|
| |
PR: 196377
Submitted by: koue@chaosophia.net
Notes:
svn path=/head/; revision=375831
|
|
|
|
| |
Notes:
svn path=/head/; revision=375747
|
|
|
|
| |
Notes:
svn path=/head/; revision=375598
|
|
|
|
| |
Notes:
svn path=/head/; revision=375594
|
|
|
|
|
|
|
| |
Approved by: bapt
Notes:
svn path=/head/; revision=375378
|
|
|
|
| |
Notes:
svn path=/head/; revision=375014
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Bump affected ports
- Switch ports to new mastersite, add LICENSE
- Reformat ports pkg descriptions
PR: 194493
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=374828
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
SAM, BAM, and CRAM formats, including indexing, variant calling (in conjunction
with bcftools), and a simple alignment viewer.
WWW: http://www.htslib.org/
PR: 195592
Submitted by: Reed A. Cartwright <cartwright@asu.edu>
Notes:
svn path=/head/; revision=374767
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
formats, such as SAM, CRAM, VCF, and BCF, used for high-throughput sequencing
data. It is the core library used by samtools and bcftools.
WWW: http://www.htslib.org/
PR: 195591
Submitted by: Reed A. Cartwright <cartwright@asu.edu>
Notes:
svn path=/head/; revision=374729
|
|
|
|
|
|
|
| |
Some changes to sqlite dependencies
Notes:
svn path=/head/; revision=374668
|
|
|
|
|
|
|
| |
Changes: http://cpansearch.perl.org/src/LDS/Bio-Graphics-2.39/Changes
Notes:
svn path=/head/; revision=374175
|
|
|
|
| |
Notes:
svn path=/head/; revision=374171
|
|
|
|
|
|
|
| |
- Reset maintainer to ports@
Notes:
svn path=/head/; revision=374114
|
|
|
|
| |
Notes:
svn path=/head/; revision=373799
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
- Blixem
o Fix potential crash with internal processing
o Fix two bugs in data input
Notes:
svn path=/head/; revision=372142
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE, no EXAMPLES included in distfile now
- Rework pkg-descr, remove author info - it's available on homepage
PR: 194163
Submitted by: tkato432@yahoo.com
Notes:
svn path=/head/; revision=372070
|
|
|
|
| |
Notes:
svn path=/head/; revision=371237
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=371171
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911
Notes:
svn path=/head/; revision=370983
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Blixem
o Added the facility to run Dotter on an ad-hoc sequence (RT:408836).
o Added the facility to run Dotter against a transcript.
- Dotter
Minimise the greyramp tool to a simple contrast slider. Use
Ctrl-G to toggle between this and the full greyramp tool.
- Belvu
Fix a bug with tree bootstrapping in Belvu.
Notes:
svn path=/head/; revision=370943
|
|
|
|
| |
Notes:
svn path=/head/; revision=370764
|
|
|
|
|
|
|
|
| |
PR: 194309
Submitted by: jwbacon@tds.net(maintainer)
Notes:
svn path=/head/; revision=370680
|
|
|
|
|
|
|
| |
Submitted by: bapt
Notes:
svn path=/head/; revision=370429
|
|
|
|
|
|
|
| |
Requested by: bapt
Notes:
svn path=/head/; revision=370428
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PR: 190854
Submitted by: Jason Bacon
The Basic Local Alignment Search Tool (BLAST) finds regions of local
similarity between sequences. The program compares nucleotide or protein
sequences to sequence databases and calculates the statistical
significance of matches. BLAST can be used to infer functional and
evolutionary relationships between sequences as well as help identify
members of gene families.
Notes:
svn path=/head/; revision=370220
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Add my LOCAL to MASTER_SITES
- Use USE_CSTD
- Use MAKE_CMD
- Reformat pkg-descr
- Update WWW
- Take maintainership
- Bump PORTREVISION for devel/protobuf shlib change
Changes: https://code.google.com/p/protobuf/source/browse/trunk/CHANGES.txt
Notes:
svn path=/head/; revision=369969
|
|
|
|
| |
Notes:
svn path=/head/; revision=368754
|
|
|
|
| |
Notes:
svn path=/head/; revision=368736
|
|
|
|
|
|
|
| |
Obtained from: http://boincsimap.org/boincsimap/forum_thread.php?id=88
Notes:
svn path=/head/; revision=368606
|
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
didn't conflict with early development versions of glib/gtk 2.0
Notes:
svn path=/head/; revision=368108
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=367888
|
|
|
|
|
|
|
| |
Submitted by: tijl@
Notes:
svn path=/head/; revision=367328
|