Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/sci
In directory usw-pr-cvs1:/tmp/cvs-serv16346
Added Files:
xmakemol-5.06-1.info xmakemol-5.06-1.patch
Log Message:
New upstream version
--- NEW FILE: xmakemol-5.06-1.info ---
Package: xmakemol
Version: 5.06
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
GCC: 3.1
Source: http://vegemite.chem.nottingham.ac.uk/~%n/dists/Source/%n-%v.tar.gz
Source-MD5: 334addbdb68a91523a7955da556aa626
Depends: lesstif-shlibs, imagemagick (>= 5.4.5-2), ungifsicle
BuildDepends: lesstif
PatchScript: sed 's|@prefix@|%p|g' <%a/%f.patch | patch -p1
SetLDFLAGS: -force_flat_namespace
ConfigureParams: --mandir=%p/share/man --without-opengl --without-glu
InstallScript: make install DESTDIR=%d
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: <<
'-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.06-1.patch ---
--- xmakemol-5.06/file.c Fri May 10 22:42:30 2002
+++ xmakemol-5.06-patched/file.c Mon Oct 14 10:45:32 2002
@@ -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.06/xmake_anim.pl Mon May 27 23:44:30 2002
+++ xmakemol-5.06-patched/xmake_anim.pl Mon Oct 14 10:52:35 2002
@@ -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
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits