Port details |
- primer3 Primer3 helps to choose primers for PCR reactions
- 2.3.6 biology =2 2.3.6Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2002-09-17 15:31:31
- Last Update: 2023-08-05 18:55:50
- Commit Hash: 16f82a5
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- http://www-genome.wi.mit.edu/genome_software/other/primer3.html
- Description:
- "Primer3 is a complete rewrite of the original PRIMER program
(Primer 0.5), written by Steve Lincoln, Mark Daly, and Eric
Lander. See DIFFERENCES FROM EARLIER VERSIONS for a discussion
of how Primer3 differs from its predecessors, Primer 0.5 and
Primer v2.
Primer3 picks primers for PCR reactions, considering as criteria:
o oligonucleotide melting temperature, size, GC content,
and primer-dimer possibilities,
o PCR product size,
o positional constraints within the source sequence, and
o miscellaneous other constraints.
All of these criteria are user-specifiable as constraints, and
some are specifiable as terms in an objective function that
characterizes an optimal primer pair."
- from the README file
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- primer3>0:biology/primer3
- To install the port:
- cd /usr/ports/biology/primer3/ && make install clean
- To add the package, run one of these commands:
- pkg install biology/primer3
- pkg install primer3
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: primer3
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (primer3-src-2.3.6.tar.gz) = 2ff54faf957f0d7e4c79d9536fa1027b028bc5e4c6005f142df42ef85562ecd4
SIZE (primer3-src-2.3.6.tar.gz) = 1667573
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- This port is required by:
- for Build
-
- biology/emboss
Configuration Options:
- No options to configure
- Options name:
- biology_primer3
- USES:
- gmake
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.3.6 05 Aug 2023 18:55:50 |
Muhammad Moinur Rahman (bofh) |
biology/primer3: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.3.6 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
2.3.6 20 Jul 2022 14:20:57 |
Tobias C. Berner (tcberner) |
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 ) |
2.3.6 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.3.6 25 Aug 2018 03:35:46 |
tobik |
biology/primer3: Fix build with Clang 6
thal.c:426:13: error: comparison between pointer and integer ('int' and 'const
unsigned char *')
if ('\0' == oligo_f) {
~~~~ ^ ~~~~~~~
thal.c:431:13: error: comparison between pointer and integer ('int' and 'const
unsigned char *')
if ('\0' == oligo_r) {
~~~~ ^ ~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p477696_s338122/logs/errors/primer3-2.3.6.log |
2.3.6 20 May 2014 19:32:39 |
tijl |
Quote ${CC} and similar variables in MAKE_ARGS.
Reported by: Dominic Fandrey <kamikaze@bsdforen.de> |
2.3.6 06 Apr 2014 03:56:03 |
wen |
- Update to 2.3.6
- Reset maintainer to ports@ |
2.3.5 14 Mar 2014 12:35:03 |
ehaupt |
Support staging |
2.3.5 20 Sep 2013 15:55:44 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology) |
2.3.5 28 Aug 2013 06:04:51 |
bapt |
Make sure to respect CC and CXX, this fixes the build on head without gcc |
2.3.5 20 Aug 2013 14:11:56 |
wen |
- Update to 2.3.5
- Add LICENSE
- Remove pkg-message since license changed upstream
- Do not install test files as example |
1.1.4 01 Oct 2012 14:55:55 |
wen |
- Take maintainership |
1.1.4 01 Oct 2012 14:45:17 |
tabthorpe |
- Reassign to the heap at maintainer's request |
1.1.4 27 Jan 2012 17:41:00 |
miwi |
- Respect CC
PR: 163172
Submitted by: Jan Beich <jbeich@tormail.net>
Approved by: maintainer timeout |
1.1.4 22 Oct 2011 23:50:23 |
eadler |
- remove maintainer tags from pkg-descr
Approved by: portmgr
Approved by: bapt (mentor) |
1.1.4 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.1.4 29 Dec 2010 20:04:42 |
pgollucci |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav) |
1.1.4 18 Dec 2009 02:55:57 |
wen |
- Update to 1.1.4
Submitted by: Wen Heping (myself)
Approved by: maintainer (via Email) |
1.1.3 04 Apr 2008 20:46:36 |
pav |
- Update to 1.1.3
PR: ports/122374
Submitted by: Wen heping <wenheping@gmail.com>
Patch revised: Fernan Aguero <fernan@iib.unsam.edu.ar> (maintainer) |
1.0.1 29 Dec 2006 23:40:53 |
miwi |
- Update to 1.0.1
- Update MASTER_SITES
- Pass maintainership to submitter
PR: ports/107246
Submitted by: Fernan Aguero<fernan@iib.unsam.edu.ar> (maintainer) |
1.0.0 26 Dec 2006 12:46:34 |
linimon |
Reset tonymaher@optusnet.com.au due to maintainer-timeouts and no response
to email.
Hat: portmgr |
1.0.0 03 May 2006 23:26:35 |
edwin |
Remove USE_REINPLACE from all categories starting with B |
1.0.0 22 Jan 2006 08:20:34 |
edwin |
SHA256ify
Approved by: krion@ |
1.0.0 09 Jan 2006 03:25:03 |
edwin |
Fix maintainer address
From: Tony Maher <anthony.maher@uts.edu.au>
To: Edwin Groothuis <edwin@FreeBSD.org>
Subject: Re: ports/91537: maths/xgobi - download site moved/maintainer
addressupdate
Actually I need modify all my ports to use OptusNet rather than
Biolateral. Is there an easy way to do this or should I submit a
separate 1-line patch and PR for each port?
biology/crimap
biology/dna-qc
biology/flip
biology/primer3
biology/seqio
biology/wise
math/xgobi
net/generic-nqs
Submitted by: Tony Maher <anthony.maher@uts.edu.au> |
1.0.0 13 Jun 2005 04:31:34 |
pat |
- Update to 1.0.0
- Make DATADIR/EXAMPLESDIR/DOCSDIR safe
- Don't hardcode ${CPIO}
PR: ports/82154
Submitted by: George Hartzell <hartzell@alerce.com>
Approved by: maintainer |
0.9 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.9 27 Feb 2004 22:20:43 |
krion |
- Fix MASTER_SITES
PR: ports/63469
Submitted by: maintainer |
0.9 20 Dec 2003 12:20:49 |
krion |
- Fix MASTER_SITES
PR: 60417
Submitted by: maintainer |
0.9 22 Oct 2003 09:29:55 |
osa |
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
A part of PR: 57992 |
0.9 21 Feb 2003 11:01:38 |
knu |
De-pkg-comment. |
0.9 07 Nov 2002 13:45:17 |
edwin |
Updated to fix problems as stated in PR ports/42915
PR: ports/42915
Submitted by: Tony Maher <tonym@biolateral.com.au> |
0.9 17 Sep 2002 15:31:10 |
ijliao |
add primer3 0.9
Primer3 helps to choose primers for PCR reactions
PR: 35298
Submitted by: Tony Maher <tonym@biolateral.com.au> |