[52110] trunk/dports/science
blb at macports.org
blb at macports.org
Tue Jun 9 23:29:30 PDT 2009
Revision: 52110
http://trac.macports.org/changeset/52110
Author: blb at macports.org
Date: 2009-06-09 23:29:30 -0700 (Tue, 09 Jun 2009)
Log Message:
-----------
New port - science/perlprimer, Perl-based primer designer
Added Paths:
-----------
trunk/dports/science/perlprimer/
trunk/dports/science/perlprimer/Portfile
Added: trunk/dports/science/perlprimer/Portfile
===================================================================
--- trunk/dports/science/perlprimer/Portfile (rev 0)
+++ trunk/dports/science/perlprimer/Portfile 2009-06-10 06:29:30 UTC (rev 52110)
@@ -0,0 +1,40 @@
+# $Id$
+
+PortSystem 1.0
+name perlprimer
+version 1.1.17
+categories science perl
+maintainers nomaintainer
+description Perl-based primer designer
+long_description \
+ PerlPrimer is a free, open-source GUI application written in Perl that \
+ designs primers for standard PCR, bisulphite PCR, real-time PCR (QPCR) \
+ and sequencing. It aims to automate and simplify the process of primer \
+ design.
+
+platforms darwin
+
+homepage http://perlprimer.sourceforge.net/
+master_sites sourceforge
+use_bzip2 yes
+
+depends_lib port:p5-tk port:p5-libwww-perl
+
+checksums md5 ccf76bea2cfa6e636c8bf93293d0541f \
+ sha1 0377f8bf14d94a60038d664ba7872707706d482c \
+ rmd160 02c37fcdc8db5080897147184ff0e2042e3cd905
+
+use_configure no
+
+build {}
+
+destroot {
+ xinstall -m 755 -W ${worksrcpath} perlprimer.pl ${destroot}${prefix}/bin
+ ln -s perlprimer.pl ${destroot}${prefix}/bin/perlprimer
+ reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|g" \
+ ${destroot}${prefix}/bin/perlprimer.pl
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
+ xinstall -m 644 -W ${worksrcpath} Changelog ReadMe ReadMe.txt gcg.603 \
+ todo tutorial.html ${destroot}${prefix}/share/doc/${name}
+}
+
Property changes on: trunk/dports/science/perlprimer/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090609/9738f5e4/attachment.html>
More information about the macports-changes
mailing list