diff options
author | pav <pav@FreeBSD.org> | 2004-03-04 21:03:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-03-04 21:03:10 +0800 |
commit | b65b9558c93bd97e6b44183aea669cf7f7d11dc3 (patch) | |
tree | cf848f007717216dd7055c9f8905a163a1683329 /science | |
parent | 2c23063494404f2a6a7f5831acb89b44c6725ec3 (diff) | |
download | freebsd-ports-gnome-b65b9558c93bd97e6b44183aea669cf7f7d11dc3.tar.gz freebsd-ports-gnome-b65b9558c93bd97e6b44183aea669cf7f7d11dc3.tar.zst freebsd-ports-gnome-b65b9558c93bd97e6b44183aea669cf7f7d11dc3.zip |
- Update to 1.100.2
PR: ports/63756
Submitted by: Ports Fury
Diffstat (limited to 'science')
-rw-r--r-- | science/openbabel/Makefile | 12 | ||||
-rw-r--r-- | science/openbabel/distinfo | 3 | ||||
-rw-r--r-- | science/openbabel/files/patch-ltmain.sh | 15 | ||||
-rw-r--r-- | science/openbabel/pkg-plist | 29 |
4 files changed, 38 insertions, 21 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 6f61b0354a38..03fcb8740420 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -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> diff --git a/science/openbabel/distinfo b/science/openbabel/distinfo index f92fbcf3cc45..7ef6aca7d749 100644 --- a/science/openbabel/distinfo +++ b/science/openbabel/distinfo @@ -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 diff --git a/science/openbabel/files/patch-ltmain.sh b/science/openbabel/files/patch-ltmain.sh new file mode 100644 index 000000000000..1a456eaa6b6f --- /dev/null +++ b/science/openbabel/files/patch-ltmain.sh @@ -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" diff --git a/science/openbabel/pkg-plist b/science/openbabel/pkg-plist index 604287c7c70a..5b4fdc0825da 100644 --- a/science/openbabel/pkg-plist +++ b/science/openbabel/pkg-plist @@ -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 |