The FreeBSD Ports Archive
FreeBSD biology : xdrawchem4>
Chemical drawing program
from the Web page and the Freshmeat listing:
XDrawChem is a program for drawing chemical structures in two
dimensions. It comes with a library of amino acids and nucleic
acids. It can read and write MDL Molfiles, read and write CML
(Chemical Markup Language), read (some?) ChemDraw XML and binary
files, and export to EPS. It can predict 13C NMR and simple IR
spectra. It works under Unix or Windows.
http://xdrawchem.sourceforge.net
|
xdrawchem history
v. 1.33
date: 2007/05/24 22:21:26; author: pav; state: Exp; lines: +2 -2
- Chase openbabel update
v. 1.32
date: 2007/05/19 20:00:28; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.31
date: 2006/07/03 22:22:09; author: linimon; state: Exp; lines: +7 -1
Mark as BROKEN on sparc64 due to internal compiler error.
v. 1.30
date: 2006/06/18 20:35:18; author: thierry; state: Exp; lines: +5 -1
Re-add CONFIGURE_TARGET and fix libm detection.
PR: ports/99072 (fu2)
Submitted by: Josh Tolbert (maintainer)
v. 1.29
date: 2006/06/17 22:07:35; author: thierry; state: Exp; lines: +6 -20
- Upgrade to to 1.9.9 and unbreak;
- Take maintainership.
PR: ports/99072
Submitted by: Josh Tolbert
v. 1.28
date: 2006/05/03 23:26:35; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from all categories starting with B
v. 1.27
date: 2006/02/20 01:46:03; author: kris; state: Exp; lines: +2 -0
BROKEN: Configure fails
v. 1.26
date: 2006/02/11 21:03:03; author: netchild; state: Exp; lines: +1 -1
Reset maintainership to ports@ after ~4 months without any response to any
PR.
Thanks for contributing.
Since the acroread7 port is a somewhat important port for our users, I
will hand it over to emulation@ if no _active_ *committer* takes it
before the ports freeze.
While I'm here:
- fix a little nit in the csound port (I think the intention was to
create no backup file instead of creating one with a "-e" extension)
- set ARCH to i386 in the amd64 case for the acroread7 port. This
is a work-around to be able to install everything when a dependency
is not already installed (ARCH is read-only in sub-makes, so the
dependencies can't change it). This should be removed when the
dependencies are fixed or converted to use bsd.linux-rpm.mk. [1]
Not objected to by: portmgr (explicit: krion; silence: rest)
Maintainer timeout: ~4 months
Submitted by: Sangwoo Shim [1]
PR: 87985 [1]
v. 1.25
date: 2006/01/14 12:43:12; author: pav; state: Exp; lines: +2 -3
- Chase openbabel update
v. 1.24
date: 2006/01/14 09:38:11; author: kris; state: Exp; lines: +2 -0
BROKEN: Broken dependency
v. 1.23
date: 2005/09/23 16:21:45; author: trevor; state: Exp; lines: +1 -1
Checking MACHINE_ARCH is deprecated.
v. 1.22
date: 2005/04/12 03:24:57; author: obrien; state: Exp; lines: +1 -1
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
v. 1.21
date: 2005/04/11 08:01:30; author: obrien; state: Exp; lines: +1 -1
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
v. 1.20
date: 2004/04/09 00:59:36; author: trevor; state: Exp; lines: +2 -0
Add openbabel dependency (bento log forwarded by kris).
v. 1.19
date: 2004/04/07 17:26:09; author: trevor; state: Exp; lines: +14 -7
Update to 1.7.8.
v. 1.18
date: 2004/02/04 05:18:50; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.17
date: 2003/11/13 10:11:33; author: trevor; state: Exp; lines: +1 -1
Remove my e-mail address from comment blocks of ports
I have contributed, in hopes of attracting less spam.
v. 1.16
date: 2003/08/01 03:27:54; author: maho; state: Exp; lines: +17 -32
a) Update to 1.7.3
b) Maintainer timeout:
This PR is submitted by Thu May 08 07:30:18 PDT 2003
but no reply from the maintainer.
PR: 51971
Submitted by: KATO Tsuguru aka Ports Fury
v. 1.15
date: 2003/03/01 14:34:25; author: trevor; state: Exp; lines: +1 -0
Retire comment file.
v. 1.14
date: 2002/01/29 09:39:58; author: knu; state: Exp; lines: +4 -4
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
Use command macros where appropriate.
v. 1.13
date: 2002/01/20 02:45:37; author: trevor; state: Exp; lines: +19 -6
Update to 0.99.7. Use new DATADIR macro. Install documentation,
including examples. Add warning.
v. 1.12
date: 2001/08/20 11:12:43; author: trevor; state: Exp; lines: +7 -9
Update to 0.95.
Compile molecule_tools.cpp with -O0 on all architectures, not just
the Alpha, to avoid g++ pessimization.
Submitted by: Matthew Emmerton
v. 1.11
date: 2001/04/03 08:13:57; author: will; state: Exp; lines: +2 -3
Overhaul QT/KDE support:
- bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}*
- Cleanup corresponding ports for bsd.kde.mk update.
- Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom,
introduce QT_NONSTANDARD variable for nonstandard configure setup.
- Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the
proxy authentication that was broken for 2.1.1. Remove old patches.
- Potentially fix kdelibs build for alpha.
- Fix qt-designer 2.3.0 build.
- Ruby stuff left alone since it looks like black magic to me. Should
still work w/ compat shims for older USE_QT[,2] style. Some others
were also left alone for the same reason.
Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk)
Submitted by: David Faure (proxy auth patches)
Alex Zepeda (old patches removal)
v. 1.10
date: 2001/03/12 08:35:23; author: trevor; state: Exp; lines: +2 -2
Update to 0.85.
v. 1.9
date: 2001/03/12 08:33:42; author: trevor; state: Exp; lines: +8 -2
Force -O0 on the Alpha.
Submitted by: steve
v. 1.8
date: 2001/02/19 23:32:42; author: trevor; state: Exp; lines: +1 -2
The author (at my request) has gone back to a more FreeBSD-friendly
way of naming the distfile. Change the port accordingly.
v. 1.7
date: 2001/02/19 15:53:34; author: trevor; state: Exp; lines: +6 -5
Update to 0.84.
v. 1.6
date: 2001/02/08 19:57:19; author: trevor; state: Exp; lines: +10 -4
Update to 0.84a. Generate the plist.
v. 1.5
date: 2000/10/08 19:30:53; author: trevor; state: Exp; lines: +6 -1
Add do-install target to port's Makefile. Remove patch section
adding install target to ${WRKSRC}/Makefile.
PR: 21792
Submitted by: Kato Tsuguru
v. 1.4
date: 2000/10/02 05:39:31; author: trevor; state: Exp; lines: +2 -2
Change MAINTAINER for my ports.
Approved by: will
v. 1.3
date: 2000/09/18 23:14:46; author: ade; state: Exp; lines: +10 -12
respect CXX and CXXFLAGS (Kato Tsuguru)
install data files (Kato Tsuguru)
bump version (myself)
use USE_NEWGCC (Will Andrews)
make whitespace changes to Makefile
PR: 21359
Submitted by: maintainer
v. 1.2
date: 2000/07/19 13:24:20; author: alex; state: Exp; lines: +1 -1
(forced commit)
PR: 18426
Submitted by: Trevor Johnson
v. 1.1
date: 2000/07/19 13:23:01; author: alex; state: Exp;
Add xdrawchem 0.82 - a program for drawing molecules
=============================================================================
|
| |

|