head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.02.23.19.31.43;	author garga;	state dead;
branches;
next	1.1;

1.1
date	2004.01.21.08.34.33;	author linimon;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.6.0

PR:		ports/131989
Submitted by:	maintainer
@
text
@--- Makefile.PL.orig	Sat Jan 10 00:11:42 2004
+++ Makefile.PL	Sat Jan 10 00:12:15 2004
@@@@ -358,16 +358,16 @@@@
 );
 
 
-sub MY::manifypods {
-  my $self = shift;
-  #print STDERR "In manifypods moment\n";
-  if( 1 ) {
-    return "\nmanifypods : pure_all\n\t$self->{NOECHO}\$(NOOP)\n"
-  }
-  else {
-    return $self->SUPER::manifypods(@@_);
-  }
-}
+#sub MY::manifypods {
+#  my $self = shift;
+#  #print STDERR "In manifypods moment\n";
+#  if( 1 ) {
+#    return "\nmanifypods : pure_all\n\t$self->{NOECHO}\$(NOOP)\n"
+#  }
+#  else {
+#    return $self->SUPER::manifypods(@@_);
+#  }
+#}
 
 sub MY::clean {
   package MY;
@


1.1
log
@Major update from 0.7.2 to 1.4 by new maintainer.  This is almost a complete
rework of the port.

See the page http://news.open-bio.org/archives/cat_bioperl.html for the
changes between 1.2 and 1.4.  The older changes are in the CVS tree.

From the new maintainer:

	Note that this new port just handles the installation of bioperl and
	not of additional extra stuff (bioperl-gui, bioperl-corba-server,
	bioperl-corba-client). This is unlike the behaviour of the current
	port.

	The extra stuff, though still functional, had very little adoption
	among users, and does not appear to be currently supported/maintained.

PR:		ports/47303 (and subsequent)
Submitted by:	Fernan Aguero <fernan@@iib.unsam.edu.ar> (new maintainer)
@
text
@@

