Add gchempaint, a 2D chemical structure editor for GNOME 2.

PR:		50539
Submitted by:	Pav Lucistnik <pav@oook.cz>
This commit is contained in:
Joe Marcus Clarke 2003-04-08 00:09:55 +00:00
parent 2bd3beaf37
commit 8f2a81ab0e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78562
5 changed files with 95 additions and 0 deletions

View File

@ -6,6 +6,7 @@
SUBDIR += clhep
SUBDIR += euler
SUBDIR += flounder
SUBDIR += gchempaint
SUBDIR += gchemutils
SUBDIR += gdis
SUBDIR += glens

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: gchempaint
# Date created: Mar 18, 2003
# Whom: Pav Lucistnik <pav@oook.cz>
#
# $FreeBSD$
PORTNAME= gchempaint
PORTVERSION= 0.3.3
CATEGORIES= science
MASTER_SITES= http://savannah.nongnu.org/download/gchempaint/unstable.pkg/${PORTVERSION}/
MAINTAINER= pav@oook.cz
COMMENT= 2D chemical structures editor for GNOME 2
LIB_DEPENDS= gcu.1:${PORTSDIR}/science/gchemutils
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libgnomeprintui libgnomeui
USE_GMAKE= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e 's|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gchempaint-0.3.3.tar.bz2) = cdf5fa5d07884a1ee6a00cf6acb40ed8

View File

@ -0,0 +1,5 @@
GChemPaint is a 2D chemical structures editor for GNOME 2.
It's also bonobo server so some chemistry could be embedded
in Gnome applications such as Gnumeric and Abiword.
WWW: http://www.nongnu.org/gchempaint/

View File

@ -0,0 +1,61 @@
bin/gchempaint
libdata/bonobo/servers/gchempaint.server
share/gnome/applications/gchempaint.desktop
share/gnome/gchempaint/glade/arrow1.xpm
share/gnome/gchempaint/glade/arrow2.xpm
share/gnome/gchempaint/glade/bond.xpm
share/gnome/gchempaint/glade/cn.xpm
share/gnome/gchempaint/glade/cyclentool.glade
share/gnome/gchempaint/glade/c3.xpm
share/gnome/gchempaint/glade/c4.xpm
share/gnome/gchempaint/glade/c5.xpm
share/gnome/gchempaint/glade/c6.xpm
share/gnome/gchempaint/glade/c7.xpm
share/gnome/gchempaint/glade/c8.xpm
share/gnome/gchempaint/glade/docprop.glade
share/gnome/gchempaint/glade/downbond.xpm
share/gnome/gchempaint/glade/eraser.xpm
share/gnome/gchempaint/glade/fragment.xpm
share/gnome/gchempaint/glade/charge-.xpm
share/gnome/gchempaint/glade/charge+.xpm
share/gnome/gchempaint/glade/mendeleiev.glade
share/gnome/gchempaint/glade/mesomery.xpm
share/gnome/gchempaint/glade/plus.xpm
share/gnome/gchempaint/glade/selection.xpm
share/gnome/gchempaint/glade/subscript24.png
share/gnome/gchempaint/glade/superscript24.png
share/gnome/gchempaint/glade/texttools.glade
share/gnome/gchempaint/glade/text.xpm
share/gnome/gchempaint/glade/tools.glade
share/gnome/gchempaint/glade/upbond.xpm
share/gnome/gchempaint/glade/xbond.xpm
share/gnome/help/gchempaint/C/gchempaint.xml
share/gnome/help/gchempaint/C/legal.xml
share/gnome/help/gchempaint/C/figures/bond.png
share/gnome/help/gchempaint/C/figures/cyclentool.png
share/gnome/help/gchempaint/C/figures/cycletools.png
share/gnome/help/gchempaint/C/figures/downbond.png
share/gnome/help/gchempaint/C/figures/element.png
share/gnome/help/gchempaint/C/figures/eraser.png
share/gnome/help/gchempaint/C/figures/main-window.png
share/gnome/help/gchempaint/C/figures/mendeleiev.png
share/gnome/help/gchempaint/C/figures/properties.png
share/gnome/help/gchempaint/C/figures/selection.png
share/gnome/help/gchempaint/C/figures/stereobonds.png
share/gnome/help/gchempaint/C/figures/tools-window.png
share/gnome/help/gchempaint/C/figures/upbond.png
share/gnome/mime-info/gchempaint.keys
share/gnome/mime-info/gchempaint.mime
share/gnome/oaf/gchempaint.server
share/gnome/omf/gchempaint/gchempaint-C.omf
share/gnome/pixmaps/gchempaint.png
share/gnome/pixmaps/gchempaint_logo.png
@exec scrollkeeper-install -q %D/share/gnome/omf/gchempaint/gchempaint-C.omf 2>/dev/null || /usr/bin/true
share/gnome/ui/gchempaint.xml
@dirrm share/gnome/gchempaint/glade
@dirrm share/gnome/gchempaint
@dirrm share/gnome/help/gchempaint/C/figures
@dirrm share/gnome/help/gchempaint/C
@dirrm share/gnome/help/gchempaint
@dirrm share/gnome/omf/gchempaint
@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gchempaint/gchempaint-C.omf 2>/dev/null || /usr/bin/true