summaryrefslogtreecommitdiff
path: root/biology
AgeCommit message (Collapse)AuthorFilesLines
2007-12-29Update MASTER_SITES and HOMEPAGE. From Zafer Aydogan.wiz1-3/+3
2007-11-06Old MASTER_SITES was no longer working.reed1-2/+2
Fix from Zafer in PR #37270.
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-12Finish move of pymol to py-mol.wiz5-834/+2
2007-08-12Reimport biology/pymol as py-mol, and change its PKGNAME to follow thewiz4-0/+834
python-in-pkgsrc standards. Add conflict with old pkgname. Keep PKGREVISION even though the package has a new name to confuse the users less.
2007-08-11Fix path to python. Use postive PYTHON_VERSIONS_ACCEPTED.joerg1-3/+6
Bump revision. XXX Should be renamed to follow python module naming convention.
2007-06-08Remove dead MASTER_SITES. From Zafer Aydogan.wiz1-5/+3
2007-03-24Prepare for switching to NO_MTREE=yes.joerg1-1/+3
2007-03-04Forcefully depend on pkg-config as rillig@ forced a failure otherwisejoerg1-2/+2
and that breaks the gtk detection of chemtool.
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz5-11/+11
Patch provided by Sergey Svishchev in private mail.
2007-02-15remove myself as maintainerperry1-2/+2
2007-01-26Modular Xorg support.joerg2-4/+4
2007-01-18Updated mummer to 3.19.rillig4-128/+91
Changes since 3.18: - More documentation.
2007-01-11Modular Xorg support.joerg1-1/+4
2007-01-08Needs GLU. Bump revision.joerg1-2/+3
2007-01-07Mechanically replaced man/* with ${PKGMANDIR}/* in the definition ofrillig3-9/+9
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-06Fixed pkglint warnings.rillig1-3/+3
Replaced PYTHON_VERSIONS_ACCEPTED with PYTHON_VERSIONS_INCOMPATIBLE, since the package will probably work with future Python versions, too.
2006-12-06Fix path to csh in scripts. Bump revision.joerg4-12/+16
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz2-4/+4
2006-10-02Fixed one unit test.rillig2-1/+23
2006-09-09Rename variable MAKEFILE to MAKE_FILE.obache3-6/+6
2006-07-08Remove share/fonts, if unused.wiz1-1/+2
2006-06-21Add csh:run to USE_TOOLS because this package installs csh scripts.minskim1-3/+3
Bump PKGREVISION.
2006-06-21Reorder dirrm@'s so that the package is deinstalled propertly.minskim1-4/+4
PKGREVISION will be bumped with another change shortly.
2006-06-05Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.minskim1-2/+12
2006-05-02add LICENSEgdt1-1/+2
2006-04-22Removed the superfluous "quotes" and 'quotes' from variables that don'trillig1-2/+2
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-19Fix build with newer versions of GNU make.joerg2-1/+25
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-04-17Strip ${PKGLOCALEDIR} from PLISTs of packages that already obeyjlam1-8/+8
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-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam3-6/+6
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-02-26uses both C and C++schwarz1-1/+3
2006-02-26Uses both C and C++schwarz1-1/+3
2006-02-13Changes 1.6.8:adam3-8/+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-05Recursive revision bump / recommended bump for gettext ABI change.joerg10-13/+20
2006-01-29Updated biology/mummer to release 3.18. Changes include:schwarz5-32/+134
- MUMmer now resides at Sourceforge - new tools such as delta-filter - more extensive html documentation and examples - bug fixes
2006-01-04One of the first questions in every C class is about the return typejoerg3-1/+42
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.
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-28mkdirhier used as tool. Install only man page, use the imake variablesjoerg2-6/+5
to decide where it did go. Bump revision.
2005-12-28Don't depend on hard-coded /usr/X11R6 and honor CFLAGS. Bump revision.joerg3-10/+30
2005-12-13Don't hard-wire -lpthread, use PTHREAD_*.joerg2-4/+4
2005-12-12Bump all motif packages for recent openmotif update. The major versionjoerg1-1/+2
of the shared libXm has changed.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig4-12/+12
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-11-19malloc.h is nonstandard, and not available on all platforms.kristerw2-1/+14
2005-11-05Add azara.minskim1-1/+2
2005-11-05Import azara from pkgsrc-wip. Packaged by David Price.minskim6-0/+299
Azara is a suite of programs to process and view NMR data.
2005-11-03Fixed wrong use of WRKSRC.rillig4-19/+20
2005-11-03Profit has changed to versioned distfiles almost a year ago, so there'srillig3-17/+15
no need to keep DIST_SUBDIR. Also fixed the misuse of WRKSRC to define BUILD_DIRS.
2005-11-03Fixed wrong usage of WRKSRC.rillig3-10/+10
2005-10-31MITSHM is not available on Interix, so don't request it.tv3-8/+19