Update of /cvsroot/fink/packages/dists/unstable/main/finkinfo/sci
In directory usw-pr-cvs1:/tmp/cvs-serv8900
Added Files:
xmakemol-5.05-1.info xmakemol-5.05-1.patch
Log Message:
New upstream version
--- NEW FILE: xmakemol-5.05-1.info ---
Package: xmakemol
Version: 5.05
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: http://vegemite.chem.nottingham.ac.uk/~%n/dists/Source/%n-%v.tar.gz
Source-MD5: 914255706e3e8ae8683ae665ca07887e
Depends: lesstif-shlibs, imagemagick, ungifsicle
BuildDepends: lesstif
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
SetCPPFLAGS: -no-cpp-precomp
SetLDFLAGS: -force_flat_namespace
ConfigureParams: --mandir=%i/share/man --without-opengl --without-glu
DocFiles: AUTHORS ChangeLog COPYING PROBLEMS README ToDo.txt xmakemol.html
Description: View atomic and molecular systems
DescDetail: <<
XMakemol is a program used to view and manipulate atomic and molecular
data given in xyz form. XMakemol can produce output in PostScript (black
and white or colour) and in xpm format. XMakemol can also produce a series
of xpm files which can be translated into an animated gif file using the
bundled utility xmake_anim.pl
<<
DescPort: <<
'-no-cpp-precomp set in cpp flags. '-force_flat_namespace' set in ld flags
for lesstif. Sys/types.h patched before dirent.h. Xmake_anim.pl patched to
find gifsicle and imagemagick's convert program.
<<
License: GPL
Homepage: http://vegemite.chem.nottingham.ac.uk/~xmakemol
--- NEW FILE: xmakemol-5.05-1.patch ---
--- xmakemol-5.05/file.c 2002-05-10 12:42:30.000000000 +1000
+++ xmakemol-5.05-patched/file.c 2002-07-10 11:41:40.000000000 +1000
@@ -29,6 +29,7 @@
#include <alloca.h>
#endif
#include <ctype.h> /* aro - needed for isalnum() */
+#include <sys/types.h>
#include <dirent.h>
#include <locale.h>
#include <math.h>
--- xmakemol-5.05/xmake_anim.pl 2002-05-27 13:44:30.000000000 +1000
+++ xmakemol-5.05-patched/xmake_anim.pl 2002-07-10 11:43:35.000000000 +1000
@@ -27,13 +27,13 @@
# Configure: specify where the binaries are
-$convert = "/usr/bin/convert";
+$convert = "@prefix@/bin/convert";
if (! -e $convert)
{
die ("Cannot find convert program (part of ImageMagick). Please install it.\n");
}
-$gifsicle = "/usr/bin/gifsicle";
+$gifsicle = "@prefix@/bin/gifsicle";
if (! -e $gifsicle)
{
print ("Cannot find gifsicle program, install it for better performance.\n");
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
PC Mods, Computing goodies, cases & more
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits