Bug 67811 - [new port] biology/ariadne
Summary: [new port] biology/ariadne
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-10 23:50 UTC by Fernan Aguero
Modified: 2004-06-22 15:30 UTC (History)
0 users

See Also:


Attachments
pkg-descr (915 bytes, text/plain)
2004-06-10 23:50 UTC, Fernan Aguero
no flags Details
ariadne.shar (2.87 KB, application/x-shar)
2004-06-11 17:44 UTC, Fernan Aguero
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Fernan Aguero 2004-06-10 23:50:16 UTC
	

	A program to do Smith-Waterman alignments using a new accurate
	formula to assess statistical significance.

Fix: MD5 (ariadne-1.3.tar.Z) = 240dc8b278a02b0fcdf56cd186d9b0ec
SIZE (ariadne-1.3.tar.Z) = 69427
--- distinfo ends here ---



bin/ariadne
bin/prospero
share/doc/ariadne/README
@dirrm share/doc/ariadne
--- pkg-plist ends here -----uBOMVZ6uOVX2NW8IcfaqnFVr6pAq7MrwsDgeuRLzGvyQxdCA
Content-Type: text/plain; name="Makefile"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="Makefile"

# vim:ts=8:sw=8:number:nowrap
# New ports collection makefile for:	ariadne
# Date created:		10 Jun 2004
# Whom:	      		Fernan Aguero <fernan@iib.unsam.edu.ar>
#
# $FreeBSD$
#

PORTNAME= ariadne
PORTVERSION= 1.3
CATEGORIES= biology
MASTER_SITES= http://www.well.ox.ac.uk/ariadne/
EXTRACT_SUFX= .tar.Z

MAINTAINER= fernan@iib.unsam.edu.ar
COMMENT= Programs to compare protein sequences and profiles, using the Smith-Waterman algorithm

WRKSRC= ${WRKDIR}/SRC-${PORTVERSION}
USE_GMAKE= yes
USE_REINPLACE= yes

post-patch:
	@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/ariadne ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/${OPSYS}/prospero ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.endif

.include <bsd.port.mk>
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-11 11:12:15 UTC
State Changed
From-To: open->feedback

Please use shar(1) for submitting new ports.
Comment 2 Fernan Aguero 2004-06-11 17:44:11 UTC
+----[ Kirill Ponomarew <krion@FreeBSD.org> (11.Jun.2004 07:35):
|
| Synopsis: [new port] biology/ariadne
| 
| State-Changed-From-To: open->feedback 
| State-Changed-By: krion
| State-Changed-When: Fri Jun 11 10:12:15 GMT 2004
| State-Changed-Why: 
| Please use shar(1) for submitting new ports.
| 
| http://www.freebsd.org/cgi/query-pr.cgi?pr=67811
| 
+----]

Sorry, I forgot about that.

Here is the shar archive containing the port's files.

Fernan

-- 
F e r n a n   A g u e r o
http://genoma.unsam.edu.ar/~fernan
Comment 3 Kirill Ponomarev freebsd_committer freebsd_triage 2004-06-22 15:30:26 UTC
State Changed
From-To: feedback->closed

New port added, thanks!