Commit graph

270 commits

Author SHA1 Message Date
joerg
4148df960c Fix path to python. Use postive PYTHON_VERSIONS_ACCEPTED.
Bump revision.

XXX Should be renamed to follow python module naming convention.
2007-08-11 18:13:13 +00:00
wiz
8c6e1744ac Remove dead MASTER_SITES. From Zafer Aydogan. 2007-06-08 18:33:05 +00:00
joerg
161c920c15 Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
joerg
ade72c3211 Forcefully depend on pkg-config as rillig@ forced a failure otherwise
and that breaks the gtk detection of chemtool.
2007-03-04 11:56:40 +00:00
wiz
601583c320 Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
2007-02-22 19:26:05 +00:00
perry
469f40c9c2 remove myself as maintainer 2007-02-15 22:37:05 +00:00
joerg
c4ffd0cf86 Modular Xorg support. 2007-01-26 22:05:14 +00:00
rillig
ad06e02f5b Updated mummer to 3.19.
Changes since 3.18:
- More documentation.
2007-01-18 19:13:10 +00:00
joerg
40404f7c5c Modular Xorg support. 2007-01-11 11:37:07 +00:00
joerg
67ccc44008 Needs GLU. Bump revision. 2007-01-08 17:23:06 +00:00
rillig
2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00
rillig
85d1724d97 Fixed pkglint warnings.
Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE,
since the package will probably work with future Python versions, too.
2007-01-06 14:21:15 +00:00
joerg
e7a156d8f4 Fix path to csh in scripts. Bump revision. 2006-12-06 16:52:20 +00:00
wiz
18e3283474 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 20:46:42 +00:00
rillig
91256020a8 Fixed one unit test. 2006-10-02 21:34:28 +00:00
obache
e896edb7fe Rename variable MAKEFILE to MAKE_FILE. 2006-09-09 02:41:53 +00:00
wiz
f5eca11daa Remove share/fonts, if unused. 2006-07-08 06:33:56 +00:00
minskim
b17d94b7d0 Add csh:run to USE_TOOLS because this package installs csh scripts.
Bump PKGREVISION.
2006-06-21 19:02:03 +00:00
minskim
7667307179 Reorder dirrm@'s so that the package is deinstalled propertly.
PKGREVISION will be bumped with another change shortly.
2006-06-21 19:01:12 +00:00
minskim
2b538d320d Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION. 2006-06-05 23:34:42 +00:00
gdt
b9eb7ca9aa add LICENSE 2006-05-02 13:47:56 +00:00
rillig
9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00
joerg
220e03980a Fix build with newer versions of GNU make. 2006-04-19 16:50:36 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
ea5f9f80b6 Strip ${PKGLOCALEDIR} from PLISTs of packages that already obey
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries.  From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
2006-04-17 07:07:11 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
schwarz
54b2ba0a41 uses both C and C++ 2006-02-26 13:44:02 +00:00
schwarz
8a074b5f12 Uses both C and C++ 2006-02-26 13:41:17 +00:00
adam
20cbd632ed Changes 1.6.8:
This release fixes a bug i(crash on startup) that was exposed by gcc 4.
It also adds detection of the recently released OpenBabel 2.0 and the ability
to use Openbabel for exporting to foreign file formats. Subscript encoding in
the SVG export was tweaked again to work around current limitations in the SVG
support of Firefox 1.5 and Konqueror 3.x.
2006-02-13 19:20:53 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
schwarz
14bf75a4c7 Updated biology/mummer to release 3.18. Changes include:
- MUMmer now resides at Sourceforge
- new tools such as delta-filter
- more extensive html documentation and examples
- bug fixes
2006-01-29 19:31:43 +00:00
joerg
898348ab90 One of the first questions in every C class is about the return type
of main. Why does it have to be int? Well, not returning anything can
result in a random exit code. Add make(1) as caller and the normal
behaviour of just stopping on the first error and this package has
a very low success rate for building e.g. on DragonFly.
2006-01-04 21:57:08 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
c15b0726f9 mkdirhier used as tool. Install only man page, use the imake variables
to decide where it did go. Bump revision.
2005-12-28 14:03:51 +00:00
joerg
3d0d19d8ea Don't depend on hard-coded /usr/X11R6 and honor CFLAGS. Bump revision. 2005-12-28 13:46:07 +00:00
joerg
172f413acf Don't hard-wire -lpthread, use PTHREAD_*. 2005-12-13 15:24:09 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
kristerw
8dc7dfb61a malloc.h is nonstandard, and not available on all platforms. 2005-11-19 17:23:46 +00:00
minskim
4913f6ecc9 Add azara. 2005-11-05 01:49:34 +00:00
minskim
437c570c5d Import azara from pkgsrc-wip. Packaged by David Price.
Azara is a suite of programs to process and view NMR data.
2005-11-05 01:47:41 +00:00
rillig
6148b75533 Fixed wrong use of WRKSRC. 2005-11-03 19:52:44 +00:00
rillig
ca0cfb75ab Profit has changed to versioned distfiles almost a year ago, so there's
no need to keep DIST_SUBDIR. Also fixed the misuse of WRKSRC to define
BUILD_DIRS.
2005-11-03 19:45:20 +00:00
rillig
cc5b7b4796 Fixed wrong usage of WRKSRC. 2005-11-03 19:36:39 +00:00
tv
36d7249f84 MITSHM is not available on Interix, so don't request it. 2005-10-31 17:53:26 +00:00
rillig
d4a970894b Replaced ${PKGNAME} with ${PKGNAME_NOREV} in WRKSRC. Removed empty
trailing line from DESCR. Removed empty line from PLIST.
2005-10-24 20:39:55 +00:00
perry
9b21c0e35c add pymol 2005-10-07 21:37:15 +00:00
perry
f89fbe05cf add pymol 0.98, a molecular visualization system 2005-10-07 19:41:07 +00:00
wiz
9f9a149876 Install man page with INSTALL_MAN. 2005-10-07 15:17:56 +00:00
perry
3f533dfbab update RasMol to 2.7.3
Extensive changelist is at:
     http://www.bernstein-plus-sons.com/software/rasmol/
2005-10-07 15:13:21 +00:00
adam
72024522c7 Changes 1.6.7:
- Fixed several serious bugs related to label rendering and printing
  that occured when chemtool was built with GTK 2 instead of GTK 1.2
  (see ChangeLog for details)
- SVG export now adds a namespace header as required by current builds
  of the firefox browser
- SVG export now uses color values instead of color names for better
  SVGT compatibility
- The separation between the lines of multiple bonds is configurable
- The keys of the numeric keypad now create two dots instead of a line
   for free electron pairs when the Shift key is pressed
- Two new bond types for drawing filled and unfilled p orbital lobes
- chemtool now checks for fig2sxd (sourceforge.net) and offers to export
  to OpenOffice Draw format when it is present.
- rpm packages did not install the dutch locale file.

Chnges 1.6.6:
- Fixed bug in molfile preview that caused an immediate crash in 1.6.5
- Made drawing of wiggly bonds work again
2005-08-26 11:53:32 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
kristerw
49cb8e1be9 Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
2005-06-19 01:13:23 +00:00
jlam
81edaaa606 Create directories before installing files into them. 2005-06-16 06:57:37 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
2372594f23 Add RMD160 checksum. 2005-05-25 11:31:56 +00:00
rillig
dd3cb57f3f Removed an empty line. 2005-05-24 13:54:50 +00:00
rillig
af8865ce13 Removed trailing empty line. 2005-05-23 08:56:25 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
419428ec4a Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.
2005-05-15 22:02:26 +00:00
kristerw
27a596e476 Do not add CC to MAKE_FLAGS. This was not quoted correctly, and the
pkgsrc infrastructures already adds this anyway.
2005-05-07 20:55:26 +00:00
kristerw
0515ee60bc Sort to make pkglint happy. 2005-05-07 20:54:05 +00:00
kristerw
5226713b67 Sort file names to fix lint warnings. 2005-05-07 20:46:16 +00:00
kristerw
966ed38f9e Do not add CC to MAKE_FLAGS. This was not quoted correctly, and the
pkgsrc infrastructures already adds this anyway.
2005-05-07 20:43:39 +00:00
minskim
1f98690dd4 Enable pkgviews installation. 2005-04-19 15:42:49 +00:00
wiz
13b58306b5 Update to 10.18. Should fix PR 27404.
10.18:
This release contains a fix for the floating point
exception on NetBSD-2.0/alpha.
10.17:
This release corrects the formatting of the man page and
restores the correct alpha-linolenic acid reference
value, which was too low in the last release.
10.16:
This release fixes a segfault that occurs when analyzing
added and subtracted foods that total zero calories.
10.15:
This release completes the changing of all calculations
to substitute user averages for program constants in the
values of calories per gram of carb, fat, and protein,
and of the percentage of total fat that is fatty acids.
This means that personal options in terms of percentages
and ratios will be more precise.
2005-04-19 10:45:19 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
9882fe71a5 Convert to bl3, untested. 2005-04-05 11:02:08 +00:00
kristerw
e4425f7528 Add "USE_X11=yes". 2005-03-30 20:44:21 +00:00
jmmv
ce0062d15d Add and enable arka. 2005-03-27 13:09:19 +00:00
jmmv
03e7cab0c4 Initial import of arka, version 0.11:
Arka is a program that serves as a graphical interface for the programs from
the GP package.

Furthermore, it has some interesting functions of it's own.  The main scope
of the program is the manipulation and visualisation of DNA / RNA / protein
sequences.

This package comes from pkgsrc-wip; created by <hdp at cs.nmsu.edu> with
several changes by me.
2005-03-27 13:08:45 +00:00
jmmv
52f5f4bf1b Fix MASTER_SITES. 2005-03-27 13:01:39 +00:00
minskim
7b94f8c2bb Add and enable lucy. 2005-03-26 17:06:50 +00:00
minskim
31d65d0f18 Import lucy from pkgsrc-wip. Packaged by David Price and modified by me.
A Sequence Cleanup Program.  Lucy is a utility that prepares raw DNA
sequence fragments for sequence assembly,possibly using the TIGR
Assembler.  The cleanup process includes quality assessment,
confidence reassurance, vector trimming and vector removal.  The
primary advantage of Lucy over other similar utilities is that it is a
fully integrated, stand alone program.
2005-03-26 17:05:01 +00:00
agc
6fa3382159 Add RMD160 digests in addition to the SHA1 ones. 2005-02-22 21:28:55 +00:00
wiz
6c654dd3d7 Update to 10.14:
This release changes some computations to make the nutrient values for
packaged foods added from food labels more accurate.
2004-12-30 13:39:12 +00:00
wiz
ff1363f784 Update to 10.13.
New in 10.13:
This release fixes the incorrect "Analyze Meals" screen header that says
"Record Meals". It fixes the function that guesses recipes of packaged foods,
which worked properly but had a variable and a constant of the same value
reversed so that user modifications to increase the precision would fail.

New in 10.12:
The function that guesses the recipes of packaged foods based on the
nutrition and ingredient statements has been rewritten. A much faster
implementation is achieved by quantizing all the values. This algorithm is a
search through all possible recipes because simultaneous equations do not
work for this problem.

New in 10.11:
This release contains a fix for bad Pumpkin Pie values, specifically, null
"carb/prot/fat" values for foods for which the USDA does not supply this
data.

New in 10.10:
This release fixes a bug in the function that allows foods to be added from
food labels. The carb/protein/fat field was not correct because
calories-per-gram fields were not explicitly set.

New in 10.9:
This release contains a fix for wrong calories-per-gram values when the
program starts because it read a float as an integer from the options file.

New in 10.8:
This release contains many small changes, among them an update of the fatty
acid reference values, a removal of the hard-to-obtain "Alaska Native" foods
as food suggestions, and a closer approximation when protein or carbs are
expressed as a percentage of calories.

New in 10.7:
This release changes how personal options are saved to disk so that personal
options will never be lost across program upgrades. Changes have also been
made to how the program upgrades itself on dual-boot systems, and levels of
the Omega-3 reference values have been modified.

New in 10.6:
This release fixes minor bugs related to the "Carb/Prot/Fat" field. Values
for alcoholic beverages have been corrected. Also, an error was fixed that
led to different fat values based on whether the user input changes to the
protein and carb "Daily Values" in percentages or grams. If the two
operations led to the same number of grams of protein and carbs, there should
have been no difference in the fat value.

New in 10.5:
This release adjusts the Omega-3 default reference values, for which there are
no U.S.A. Daily Values, so that EPA and DHA will be higher and alpha-linolenic
acid a little lower.

New in 10.4:
This release contains two minor design changes to the new feature of the last
release, which automatically chooses a meal analysis period. Always choosing
integer days, the new version picks the day closest to the target rather than
the day before; and allows no period shorter than five days, instead of four.

New in 10.3: don't know.
2004-12-26 15:11:22 +00:00
cube
7e470db80b Update to version 3.15. From David Price in PR#28305.
3.05 - Added -k option to show-coords to only display the best frame for
       overlapping PROmer alignments. Added --[no]optimize option to nucmer
       and promer to allow alignment score optimization to be turned off, i.e
       allow alignments to extend to the ends of sequences rather than
       backtracking to optimize the alignment score. Updated docs.
3.06 - Added -F and -h option to mummer. Changed -mumcand option to
       -mumreference, but left deprecated -mumcand option available. Added
       -maxmatch option to mummer, and changed default behavior of all
       applicable programs to -mumreference (nucmer, promer and mummer).
       Added -w (screen width) option to show-aligns. Updated documentation
       with all of these changes.
3.07 - Added the 'mapview' plotting utility and appropriate documentation.
       Fixed origin wrap shadowing bug in show-tiling when using the -c option.
       NUCmer and PROmer now convert to absolute paths to avoid ambiguity.
3.08 - Added MUMmer examples web docs which gives brief walkthroughs
3.10 - Now Mac OSX compatible. Added -R option to show-tiling.
3.11 - Fixed bug show-tiling -R option. Added some mapview changes. Fixed
       the issue with mummerplot being to faint.
3.12 - Added the --nosimplify option to nucmer for repeat searching. Fixed
       a bug in nucmer and promer. Fixed rounding issue in show-coords.
       Updated citations.
3.13 - Added -d, -g, -G and -o options to show-coords and updated documentation.
       Fixed bug in show-tiling -R
3.14 - Fixed gcc3 compilation bug
3.15 - Fixed --nooptimize in nuc/promer.
2004-12-05 15:24:54 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
minskim
15e9128d89 Update hmmer to 2.3.2. Patch provided by David Price in PR pkg/28483.
While here, enable pkgviews installation.

Changes:
-:- hmmsearch intermittently failed on Swissprot searches, on some
    platforms (reports on AMD/Linux; Mac OS/X). (#h25)
-:- hmmpfam memory allocation strategy did not guarantee RAMLIMIT,
    and could explode to very large allocations when searching
    with large sequences. (#h26)
-:- technical improvements in handing dsq's (digitized sequences);
    "bug" has no visible effects, except when compiling on
    different platforms. (#h27)
-:- typo fix in P7Forward() recursion; typo may have had minor
    effect on calculated scores. (#h28)
-:- hmmalign now includes --outformat and --oneline option for
    specifying different output alignment formats than the default
    Stockholm.
2004-12-01 04:01:09 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
ben
bbbcaa8abd Modify patch-aa to replace -e tests with -d tests, so install will work
on IRIX.  Addresses PR#26647.
2004-08-23 14:41:06 +00:00
ben
5c410f3331 Remove unnecessary -p following MKDIR commands. 2004-08-23 14:37:04 +00:00
ben
5d93b3b69b Fix patch-aa so gp installs under IRIX. Addresses PR#26647.
Patch supplied by Georg Schwarz.
2004-08-19 16:55:31 +00:00
ben
72d33fb01b Update to glimmer-2.13, thanks to cngo@nmsu.edu.
CHANGELOG, 12 October 2003
    add -X option to glimmer2, to allow orfs extending off ends of
    sequence to be scored.  Also fix bug affecting -p and -o options
    when user chose zero overlap.
2004-08-19 16:47:01 +00:00
wiz
5eeee836c2 Update to 10.2:
This release fixes a computation error in the value for monounsaturated fat
when the user sets a fat level higher than the Daily Value.
2004-08-18 11:22:36 +00:00
ben
16e195c46d Add DIST_SUBDIR because contents changed while archive filename did not. 2004-08-17 02:48:04 +00:00
ben
ee36ecf16f Update phylip to version 3.61. No ChangeLog included. However there is a
very long list of bux fixes since 3.57 at:
http://evolution.genetics.washington.edu/phylip/bugs.html
2004-08-16 23:58:35 +00:00
ben
d019d671d6 Update fastDNAml to version 1.2.2. Notable changes include:
* Now under GPL
* Convert to function definitions with parameter type lists
* General code clean-up
2004-08-16 23:45:59 +00:00
ben
7bf8866f8c Update to clustalw 1.83. Changes since 1.8 include:
* The FASTA format has been added to the list of alignment output
options.

* It is now possible to save the residue ranges (appended after the
sequence names) when saving a specified range of the alignment.

* The efficiency of  the neighour-joining algorithm has been improved.
This work was done by Tadashi Koike at the Center for Information
Biology and DNA Data Bank of Japan and FUJITSU Limited.

Some example speedups are given below : (timings on a SPARC64 CPU)

No. of sequences        original NJ     new NJ
     200                0' 12"          0.1"
     500                9' 19"          1.4"
     1000               XXXX            0' 31"

* ClustalW now returns error codes for some common errors when exiting.
This may be useful for people who run clustalw automatically from within
a script.
Error codes are:
	1	bad command line option
	2	cannot open sequence file
	3	wrong format in sequence file
	4	sequence file contains only 1 sequence (for multiple
		alignments)

* Alignments can now be saved in Nexus format, for compatibility with
PAUP, MacClade etc. For a description of the Nexus format, see:
Maddison, D. R., D. L. Swofford and W. P. Maddison.  1997.
NEXUS: an extensible file format for systematic information.
Systematic Biology 46:590-621.

* Phylogenetic trees can also be saved in nexus format.

* A ClustalW icon has been designed for MAC and PC systems.
2004-08-16 23:34:58 +00:00
ben
3a9380afa6 Make hmmer honor $MKDIR for cross-platform install.
Addresses pr#26650 from Georg Schwarz.
2004-08-16 02:47:49 +00:00
ben
3f14829dd3 Update HOMEPAGE, addresses PR#26667 from Georg Schwarz. 2004-08-15 13:37:24 +00:00
wiz
d147c8fb22 Update to 10.1:
10.1:
This release adds a fix for zero values that display as no data.
10.0:
This release updates the USDA Nutrient Database to version SR17, and allows
current NUT installations to have their existing meal records reinterpreted
with the new database.
9.20:
This release optimizes the new code of the last release, the focus of which
was distinguishing no data from zero in the USDA database.
9.19:
The program now distinguishes between zero values and no data in the USDA
database, and uses this information to produce a new screen that lists foods
high in some nutrient while minimizing some other nutrient.
9.18:
This release contains revisions to the polyunsaturated fatty acid reference
values and how they scale up as fats increase and carbs decrease.
9.17:
This release provides what may be more reasonable or optimal default settings
for fat percentages when the user sets the program for low carb.
9.16:
This release contains bugfixes for a segmentation fault which occurred when
entering a control-D and a monounsaturated fat reference value that was too
high.
9.15:
This release makes serving sizes more consistent among food groups. It adds
functions to change the default serving size, and to sort foods by nutrients
per serving.
9.14:
This release adds support for an optional database subdirectory, allowing the
user to easily maintain multiple databases, for multiple family members, for
instance. It also adds display of non-fiber carbohydrate grams ("net carbs")
on the main analysis screen.
9.13:
The program now allows commercial foods that have a nutrition label and an
ordered ingredients statement to be added to the food database. An
approximation to a food's recipe is found that best fits the criteria and the
recipe is analyzed to provide information about the additional nutrients not
stated on the nutrition label.
9.12:
[unknown]
2004-08-15 12:06:34 +00:00
ben
cc21249d64 Update HOMEPAGE and MASTER_SITES to new locations.
Update distinfo for new archive.  Only minor bug fixes, no version change.
For a detailed diff, see:
ftp://ftp.netbsd.org/pub/NetBSD/misc/ben/profit-2004-08-14.txt

This addresses PR#26656 from Georg Schwarz.
2004-08-14 20:52:09 +00:00
snj
9791cde6d6 Use buildlink3. Requested by Georg Schwarz in PR pkg/26654. 2004-08-14 15:51:37 +00:00
grant
0503e60527 don't call "install -d" with multiple directory arguments. 2004-06-11 13:22:36 +00:00