Commit graph

89 commits

Author SHA1 Message Date
jschauma
a328110a95 Initial import of sewer, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

SeWeR is SEquence Analysis using WEb Resources. It has web based Sequence
Analysis. SeWeR is an integrated portal to common web-based services in
bioinformatics.
2003-09-27 23:36:34 +00:00
jschauma
115d93fc1f Add/enable profit 2003-09-27 23:18:55 +00:00
jschauma
b1ac371053 Initial import of profit, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

ProFit (pronounced Pro-Fit, not profit!) is designed to be the ultimate
program for performing least squares fits of two protein structures. It
performs a very simple and basic function, but allows as much flexibility as
possible in performing this procedure. Thus one can specify subsets of atoms
to be considered, specify zones to be fitted by number, sequence, or by
sequence alignment.
2003-09-27 23:18:26 +00:00
jschauma
17127b1ec0 Add/enable mummer 2003-09-27 22:25:54 +00:00
jschauma
b627116d1b Initial import of mummer, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

Mummer is a system for aligning whole genome sequences. Using an efficient
data structure called a suffix tree, the system is able rapidly to align
sequences containing millions of nucleotides whether in complete or draft
form. MUMmer can also align incomplete genomes; it handles the 100s or 1000s
of contigs from a shotgun sequencing project with ease, and will align them to
another set of contigs or a genome using the NUCmer program included with the
system.
2003-09-27 22:24:56 +00:00
wiz
5bdb77d9bb Add trailing slash to HOMEPAGE to placate pkglint. 2003-09-26 05:21:04 +00:00
wiz
0a1c9d1660 Remove autogenerated file. 2003-09-26 05:19:49 +00:00
jschauma
836b031b26 Add/enable hmmer. 2003-09-26 03:53:10 +00:00
jschauma
20bf40599b Initial import of hmmer, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

HMMER is an implementation of profile HMM methods for sensitive database
searches using multiple sequence alignments as queries. HMMER takes
multiple sequence alignement as input and builds statistical model
called "Hidden Markov Model" which can be used as a query into a
sequence database to find and/or align additional homologues of the
sequence family.
2003-09-26 03:52:47 +00:00
jschauma
975db5d56b Add/enable gp. 2003-09-26 03:30:26 +00:00
jschauma
4573ae961f Initial import of gp, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.

GP is a set of small utilities written in ANSI C to manipulate
DNA sequences in a Unix fashion, fit for combining within shell
and cgi scripts.
2003-09-26 03:29:59 +00:00
jschauma
8ccab174e6 Add/enable pdbalign. 2003-09-26 03:18:15 +00:00
jschauma
63ec80410d Remove align after reimporting it as pdbalign. Sorry 'bout that. 2003-09-26 03:17:12 +00:00
jschauma
ffa6083b5c Rats. Re-import `align'' as `pdbalign'', as that's the package's name.
Given a GCG multiple sequence alignment file (a GCG MSF file), which a
includes a sequence of known structure, the program pdbalign maps the
sequence variability onto the known structure. The central premise is
of course, that for a closely related family of proteins (sequence ID
> 40%) the 3-D structures will not be significantly different.pdbdist
calculates the distance from each atom in the pdb file to each atom in
the ligand and records the minimum in the temperature field for that
atom record.distalign reads the output from pdbdist and also the
original GCG MSF file and produces an MSF file annotated with a
measure of sequence variability and the distance of the residue at
that position (of the sequence of known structure) from the ligand.
2003-09-26 03:15:28 +00:00
jschauma
9fcde05e89 Initial import of pdbalign-20030812, one of the many packages provided by
brook at biology dot nmsu dot edu and his team at NMSU.


Given a GCG multiple sequence alignment file (a GCG MSF file), which a
includes a sequence of known structure, the program pdbalign maps the
sequence variability onto the known structure. The central premise is
of course, that for a closely related family of proteins (sequence ID
> 40%) the 3-D structures will not be significantly different.pdbdist
calculates the distance from each atom in the pdb file to each atom in
the ligand and records the minimum in the temperature field for that
atom record.distalign reads the output from pdbdist and also the
original GCG MSF file and produces an MSF file annotated with a
measure of sequence variability and the distance of the residue at
that position (of the sequence of known structure) from the ligand.
2003-09-26 03:10:20 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
grant
ac2754dcb7 kill all references to gcc.buildlink2.mk and compiler.mk, and define
USE_GCC2 or USE_GCC3 where appropriate.

the functionality of the old gcc.buildlink2.mk has been rolled into
compiler.mk now, which is automatically used.

more changes to come later...
2003-09-12 20:07:06 +00:00
jtb
981e0b0330 Update to version 1.6.
New features in chemtool 1.6

- universal import mode based on BABEL (both openbabel and babel supported)
- Formula weight calculator now handles all main group elements and the first
  row of transition elements, and accepts greek phi as phenyl substituent.
- Movable hexagonal or square grid backdrop
- Improved SVG export, optional preview bitmaps in EPS export, optional EMF
  export
- Cursor key support for pixel-precise drawing and moving
- The cleanup function now corrects bonds that deviate from ideal
  horizontal or vertical orientation by a single pixel
- Color support (bonds and text can be red,green,blue,cyan,magenta or yellow).
- Default bond length now configurable, additional grid positions at two and
  three times this length added
- Added a brief help text to accompany the 'About' window in the 'Help' menu.
- Added alternate text font (Times Roman)
- An attachment site can be marked before saving a molecule or fragment,
  which act as reference point for adding this fragment to other molecules
  (previously, this had to be the first atom in a file). Attachment sites are
  marked in the preview window by a small x.
- Background color can now be chosen for screen display and EPS export, and
  drawing whiteout boxes under labels is now an option ( off by default !).
- Text at 8,10,12,14,17,20 and 24pt can now coexist in a drawing.
- Increased allowed label length to 100.
- Improved rendering of dashed wedge and dotted lines
- Improved text kerning in xfig-based print and export.
- It is now possible to place an auto-incrementing counter at the cursor
  position for numbering sites.
- Changed double bond drawing code to no longer switch sides depending
  on drawing (or rotation) angle. (As a result of this, some older drawings
  will need fixing)
- Rescaling a molecule now also scales its labels. Downscaling beyond
  zero size (causing strange inversions) is no longer possible.
- Renamed the "Orbitals" template menu to "Symbols" and added "plus",
  "minus" and a rearrangement arrow to it.
- Added two new bond types, a triple bond with all three lines equal,
  and a quadruple bond.
2003-08-30 21:10:11 +00:00
wiz
2e372d02f3 Update to 9.0.
Changes: This release introduces the new USDA Nutrient Database,
SR16, which has 6,661 foods and 125 nutrients, and includes an
automatic conversion feature so that NUT 8.x installations can
preserve existing meal records and have them interpreted with the
latest USDA database.
2003-08-11 07:26:00 +00:00
martti
ff0278ea30 COMMENT should start with a capital letter. 2003-07-21 16:24:36 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
wiz
157928c4de Update to 8.10. Not sure what has changed since 4.x, but I'd guess rather
much.
2003-07-12 12:23:12 +00:00
abs
fb6c29f8bf Update for the fact that 'arm' ports have been called NetBSD-*-arm for a while
now and not NetBSD-*-arm32. Changes include one or more of:
    - Change MACHINE_ARCH == arm32 to also match arm
    - Where ONLY_FOR_PLATFORM includes NetBSD-*-arm32, add NetBSD-*-arm
    - Where BROKEN or worked around for arm gcc bugs, set USE_GCC3
The last may shake out a few more broken packages the next bulk build.
2003-06-11 20:50:50 +00:00
abs
0de8869fb4 Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.
2003-06-02 14:05:00 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jtb
eeab997477 Update to version 5.1.
Many minor enhancements and bugfixes. Manual updated.
2003-05-10 23:46:15 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jschauma
d6189b3b33 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-02-25 03:34:57 +00:00
salo
d080980ff9 Fix thinko, /usr -> ${PREFIX}. 2002-12-01 20:25:39 +00:00
salo
c7a2c08d66 USE_PKGLOCALEDIR. 2002-11-30 15:31:59 +00:00
seb
1f825479a3 Use buildlink2. Use perl5/module.mk. 2002-10-27 22:51:06 +00:00
jlam
0c5b2825de buildlink1 -> buildlink2 2002-09-29 01:32:05 +00:00
jlam
48b937280b buildlink1 -> buildlink2 2002-09-21 01:23:56 +00:00
wiz
44c3d794a9 Standardize. 2002-09-12 17:05:15 +00:00
cjep
4214621b95 Small pkglint white-space complaint. 2002-06-07 11:34:40 +00:00
cjep
24c669225e Add NetBSD tags. 2002-05-20 17:25:43 +00:00
jtb
d342dc6405 Update to version 1.4.1. Numerous bug fixes since 1.3. 2002-05-03 22:03:08 +00:00
cjep
4719ab3423 Avoid egcs internal compiler error by using gcc-2.95.3 on arm32. 2002-04-20 14:41:05 +00:00
jmc
d0b4063d5a Include x11.buildlink.mk 2001-12-06 04:30:09 +00:00
jlam
96904a0049 Buildlinkify. 2001-11-28 05:20:38 +00:00
agc
be9bc4ff1b Replace "${GTAR} cf - . | (cd ... ; ${GTAR} xf - )" pipelines with a
single instance of ${PAX}.
2001-11-14 14:47:53 +00:00
zuntum
273821c4d3 Move pkg/ files into package's toplevel directory 2001-10-31 20:59:00 +00:00
agc
a16fc84f19 Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:
WRKSRC= ${WRKDIR}

This is much cleaner, much more indicative of what happens, and removes
another of the negative definitions (NO_.* = value).
2001-09-09 20:36:07 +00:00
jlam
2c2b34a0f5 Remove explicit settings of FOO_CONFIG=${BUILDLINK_CONFIG_WRAPPER.foo} in
MAKE_ENV as they are now added by the buildlink files themselves.
2001-08-17 21:16:45 +00:00
jtb
afa3475a3e Update to 5.0.
Among the many changes:

*  New MPI version
*  Now uses autoconf/automake

See the ChangeLog for full details.
2001-07-08 13:36:33 +00:00
zuntum
d0e304aeaa Converted to use buildlink.mk 2001-06-30 11:56:20 +00:00
jtb
b97c41dde3 Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00