Index: head/biology/Makefile =================================================================== --- head/biology/Makefile (revision 409623) +++ head/biology/Makefile (revision 409624) @@ -1,101 +1,102 @@ # $FreeBSD$ # COMMENT = Biology SUBDIR += ariadne SUBDIR += artemis SUBDIR += avida SUBDIR += babel SUBDIR += bcftools SUBDIR += bedtools SUBDIR += biococoa SUBDIR += biojava SUBDIR += blat SUBDIR += bwa SUBDIR += cd-hit SUBDIR += cdbfasta SUBDIR += chemeq SUBDIR += clustalw SUBDIR += consed SUBDIR += crux SUBDIR += emboss SUBDIR += fasta SUBDIR += fasta3 SUBDIR += fastdnaml SUBDIR += fastool SUBDIR += fasttree SUBDIR += fastx-toolkit SUBDIR += fluctuate SUBDIR += garlic SUBDIR += gff2ps SUBDIR += gmap SUBDIR += gperiodic SUBDIR += grappa SUBDIR += hmmer SUBDIR += htslib SUBDIR += iolib SUBDIR += jalview SUBDIR += lagan SUBDIR += lamarc SUBDIR += libgtextutils SUBDIR += libsbml SUBDIR += linux-foldingathome SUBDIR += mafft SUBDIR += mapm3 SUBDIR += migrate SUBDIR += molden SUBDIR += mopac SUBDIR += mrbayes SUBDIR += mummer SUBDIR += muscle SUBDIR += ncbi-blast+ SUBDIR += ncbi-toolkit SUBDIR += p5-AcePerl SUBDIR += p5-Bio-ASN1-EntrezGene SUBDIR += p5-Bio-Das SUBDIR += p5-Bio-Das-Lite SUBDIR += p5-Bio-GFF3 SUBDIR += p5-Bio-Glite SUBDIR += p5-Bio-Graphics SUBDIR += p5-Bio-MAGETAB SUBDIR += p5-Bio-NEXUS SUBDIR += p5-Bio-Phylo SUBDIR += p5-Bio-SCF SUBDIR += p5-bioperl SUBDIR += p5-bioperl-run SUBDIR += paml SUBDIR += phrap SUBDIR += phred SUBDIR += phylip SUBDIR += phyml SUBDIR += platon SUBDIR += plink SUBDIR += plinkseq SUBDIR += primer3 SUBDIR += protomol SUBDIR += psi88 SUBDIR += py-biopython SUBDIR += pycogent SUBDIR += pyfasta SUBDIR += python-nexus SUBDIR += recombine SUBDIR += ruby-bio SUBDIR += samtools SUBDIR += seaview SUBDIR += seqan SUBDIR += seqio SUBDIR += seqtools SUBDIR += sim4 SUBDIR += ssaha SUBDIR += tRNAscan-SE SUBDIR += t_coffee SUBDIR += tinker SUBDIR += treepuzzle SUBDIR += treeviewx SUBDIR += ugene + SUBDIR += vcftools SUBDIR += velvet SUBDIR += wise SUBDIR += xmolwt .include Index: head/biology/vcftools/Makefile =================================================================== --- head/biology/vcftools/Makefile (nonexistent) +++ head/biology/vcftools/Makefile (revision 409624) @@ -0,0 +1,23 @@ +# Created by: Jason Bacon +# $FreeBSD$ + +PORTNAME= vcftools +PORTVERSION= 0.1.14 +DISTVERSIONPREFIX= v +CATEGORIES= biology +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= bacon4000@gmail.com +COMMENT= Tools for working with VCF genomics files + +LICENSE= LGPL3 + +USES= autoreconf gmake perl5 pkgconfig + +GNU_CONFIGURE= yes +# No zlib.pc on 9.x +CONFIGURE_ENV= ZLIB_CFLAGS=" " ZLIB_LIBS="-lz" + +USE_GITHUB= yes + +.include Property changes on: head/biology/vcftools/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/biology/vcftools/distinfo =================================================================== --- head/biology/vcftools/distinfo (nonexistent) +++ head/biology/vcftools/distinfo (revision 409624) @@ -0,0 +1,2 @@ +SHA256 (vcftools_0.1.14_GH0.tar.gz) = ba440584645e9901c1eeb6b769ccd828591f0575c73349072cde3efa77da6fdf +SIZE (vcftools_0.1.14_GH0.tar.gz) = 241228 Property changes on: head/biology/vcftools/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/biology/vcftools/pkg-descr =================================================================== --- head/biology/vcftools/pkg-descr (nonexistent) +++ head/biology/vcftools/pkg-descr (revision 409624) @@ -0,0 +1,4 @@ +A set of tools written in Perl and C++ for working with VCF files, such as +those generated by the 1000 Genomes Project. + +WWW: https://github.com/vcftools/vcftools Property changes on: head/biology/vcftools/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/biology/vcftools/pkg-plist =================================================================== --- head/biology/vcftools/pkg-plist (nonexistent) +++ head/biology/vcftools/pkg-plist (revision 409624) @@ -0,0 +1,29 @@ +bin/fill-aa +bin/fill-an-ac +bin/fill-fs +bin/fill-ref-md5 +bin/vcf-annotate +bin/vcf-compare +bin/vcf-concat +bin/vcf-consensus +bin/vcf-contrast +bin/vcf-convert +bin/vcf-fix-newlines +bin/vcf-fix-ploidy +bin/vcf-indel-stats +bin/vcf-isec +bin/vcf-merge +bin/vcf-phased-join +bin/vcf-query +bin/vcf-shuffle-cols +bin/vcf-sort +bin/vcf-stats +bin/vcf-subset +bin/vcf-to-tab +bin/vcf-tstv +bin/vcf-validator +bin/vcftools +%%SITE_PERL%%/FaSlice.pm +%%SITE_PERL%%/Vcf.pm +%%SITE_PERL%%/VcfStats.pm +man/man1/vcftools.1.gz Property changes on: head/biology/vcftools/pkg-plist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property