mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Update to 1.100.2
PR: ports/63756 Submitted by: Ports Fury
This commit is contained in:
parent
ea111da2f3
commit
ef6167c2be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102913
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= openbabel
|
||||
PORTVERSION= 1.100.1
|
||||
PORTVERSION= 1.100.2
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,15 +15,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Chemistry file translation program
|
||||
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOME= gnomehack gnometarget pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=open
|
||||
INSTALLS_SHLIB= yes
|
||||
CONFIGURE_ARGS= --enable-shared --disable-static --program-prefix=open
|
||||
USE_GNOME= gnomehack gnometarget
|
||||
|
||||
MAN1= openbabel.1
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${PREFIX}/include/openbabel/math
|
||||
${INSTALL_DATA} ${WRKSRC}/src/math/*.h ${PREFIX}/include/openbabel/math
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (openbabel-1.100.1.tar.gz) = 06ed9032ebaece0883420bd403c45215
|
||||
MD5 (openbabel-1.100.2.tar.gz) = 03de74acaadc4beb651f96485169ec65
|
||||
SIZE (openbabel-1.100.2.tar.gz) = 1010494
|
||||
|
15
science/openbabel/files/patch-ltmain.sh
Normal file
15
science/openbabel/files/patch-ltmain.sh
Normal file
@ -0,0 +1,15 @@
|
||||
--- ltmain.sh.orig Tue Feb 3 02:46:45 2004
|
||||
+++ ltmain.sh Thu Mar 4 13:21:54 2004
|
||||
@@ -5528,10 +5528,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
+ if /usr/bin/false; then
|
||||
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
|
||||
instname="$dir/$name"i
|
||||
$show "$install_prog $instname $destdir/$name"
|
||||
$run eval "$install_prog $instname $destdir/$name" || exit $?
|
||||
+ fi
|
||||
|
||||
# Maybe install the static library, too.
|
||||
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
|
@ -1,6 +1,10 @@
|
||||
bin/openbabel
|
||||
bin/openobfit
|
||||
bin/openobgrep
|
||||
bin/openobrotate
|
||||
include/openbabel/aromatic.h
|
||||
include/openbabel/atomtyp.h
|
||||
include/openbabel/babelconfig.h
|
||||
include/openbabel/base.h
|
||||
include/openbabel/binary.h
|
||||
include/openbabel/bitvec.h
|
||||
@ -8,6 +12,7 @@ include/openbabel/bondtyp.h
|
||||
include/openbabel/bondtyper.h
|
||||
include/openbabel/chains.h
|
||||
include/openbabel/chiral.h
|
||||
include/openbabel/crk.h
|
||||
include/openbabel/data.h
|
||||
include/openbabel/element.h
|
||||
include/openbabel/extable.h
|
||||
@ -34,20 +39,20 @@ include/openbabel/rotor.h
|
||||
include/openbabel/smi.h
|
||||
include/openbabel/typer.h
|
||||
include/openbabel/types.h
|
||||
lib/libopenbabel.la
|
||||
lib/libopenbabel.a
|
||||
lib/libopenbabel.so
|
||||
lib/libopenbabel.so.0
|
||||
libdata/pkgconfig/openbabel.pc
|
||||
share/openbabel/aromatic.txt
|
||||
share/openbabel/atomtyp.txt
|
||||
share/openbabel/bondtyp.txt
|
||||
share/openbabel/element.txt
|
||||
share/openbabel/extable.txt
|
||||
share/openbabel/isotope.txt
|
||||
share/openbabel/isotope-small.txt
|
||||
share/openbabel/phmodel.txt
|
||||
share/openbabel/resdata.txt
|
||||
share/openbabel/types.txt
|
||||
%%DATADIR%%/aromatic.txt
|
||||
%%DATADIR%%/atomtyp.txt
|
||||
%%DATADIR%%/bondtyp.txt
|
||||
%%DATADIR%%/element.txt
|
||||
%%DATADIR%%/extable.txt
|
||||
%%DATADIR%%/isotope-small.txt
|
||||
%%DATADIR%%/isotope.txt
|
||||
%%DATADIR%%/phmodel.txt
|
||||
%%DATADIR%%/resdata.txt
|
||||
%%DATADIR%%/types.txt
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm include/openbabel/math
|
||||
@dirrm include/openbabel
|
||||
@dirrm share/openbabel
|
||||
|
Loading…
Reference in New Issue
Block a user