Mon Oct 31 21:28:03 2011 UTC ()
Initial import of primer3.

Primer3 is a widely used program for designing PCR primers (PCR =
"Polymerase Chain Reaction").  PCR is an essential and ubiquitous tool
in genetics and molecular biology.  Primer3 can also design
hybridization probes and sequencing primers.


(brook)
diff -r1.32 -r1.33 pkgsrc/biology/Makefile

cvs diff -r1.32 -r1.33 pkgsrc/biology/Makefile (expand / switch to unified diff)

--- pkgsrc/biology/Makefile 2011/10/05 22:29:44 1.32
+++ pkgsrc/biology/Makefile 2011/10/31 21:28:03 1.33
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.32 2011/10/05 22:29:44 ryoon Exp $ 1# $NetBSD: Makefile,v 1.33 2011/10/31 21:28:03 brook Exp $
2# 2#
3 3
4COMMENT= Software for the biological sciences 4COMMENT= Software for the biological sciences
5 5
6SUBDIR+= arka 6SUBDIR+= arka
7SUBDIR+= azara 7SUBDIR+= azara
8SUBDIR+= bioperl 8SUBDIR+= bioperl
9SUBDIR+= bodr 9SUBDIR+= bodr
10SUBDIR+= chemical-mime-data 10SUBDIR+= chemical-mime-data
11SUBDIR+= chemtool 11SUBDIR+= chemtool
12SUBDIR+= clustalw 12SUBDIR+= clustalw
13SUBDIR+= coalesce 13SUBDIR+= coalesce
14SUBDIR+= fastDNAml 14SUBDIR+= fastDNAml
@@ -16,22 +16,23 @@ SUBDIR+= fluctuate @@ -16,22 +16,23 @@ SUBDIR+= fluctuate
16SUBDIR+= genesplicer 16SUBDIR+= genesplicer
17SUBDIR+= glimmer 17SUBDIR+= glimmer
18SUBDIR+= gnome-chemistry-utils 18SUBDIR+= gnome-chemistry-utils
19SUBDIR+= gp 19SUBDIR+= gp
20SUBDIR+= gromacs 20SUBDIR+= gromacs
21SUBDIR+= hmmer 21SUBDIR+= hmmer
22SUBDIR+= lucy 22SUBDIR+= lucy
23SUBDIR+= mopac 23SUBDIR+= mopac
24SUBDIR+= mummer 24SUBDIR+= mummer
25SUBDIR+= nut 25SUBDIR+= nut
26SUBDIR+= openbabel 26SUBDIR+= openbabel
27SUBDIR+= pdbalign 27SUBDIR+= pdbalign
28SUBDIR+= phylip 28SUBDIR+= phylip
 29SUBDIR+= primer3
29SUBDIR+= profit 30SUBDIR+= profit
30SUBDIR+= puzzle 31SUBDIR+= puzzle
31SUBDIR+= py-mol 32SUBDIR+= py-mol
32SUBDIR+= rasmol 33SUBDIR+= rasmol
33SUBDIR+= sewer 34SUBDIR+= sewer
34SUBDIR+= stride 35SUBDIR+= stride
35SUBDIR+= xylem 36SUBDIR+= xylem
36 37
37.include "../mk/misc/category.mk" 38.include "../mk/misc/category.mk"