Update of /cvsroot/fink/experimental/thesin/finkinfo/test
In directory sc8-pr-cvs1:/tmp/cvs-serv22312

Modified Files:
        unixodbc-2.2.3-1.info 
Added Files:
        recmpeg-1.0.5-1.info xdrawchem-1.6.2-1.info 
        xdrawchem-1.6.2-1.patch 
Removed Files:
        xdrawchem-1.6.1-1.info xdrawchem-1.6.1-1.patch 
Log Message:
new port, builds but does nothing ATM

--- NEW FILE: recmpeg-1.0.5-1.info ---
Package: recmpeg
Version: 1.0.5
Revision: 1
###
Depends: libfame-shlibs
BuildDepends: libfame
###
Source: mirror:sourceforge:fame/%n-%v.tar.gz
Source-MD5: 7d9d4ea4e3a697686ff8765e2a846e33
###
UpdateConfigGuess: true
###
ConfigureParams: --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: AUTHORS CHANGES COPYING ChangeLog INSTALL NEWS README
###
Description: Simple video encoder
DescDetail: <<
recmpeg is a simple video encoder, based on libfame, which compresses
raw video sequences to MPEG video.
<<
###
License: LGPL
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://fame.sourceforge.net/

--- NEW FILE: xdrawchem-1.6.2-1.info ---
Package: xdrawchem
Version: 1.6.2
Revision: 1
###
Depends: x11, dlcompat-shlibs, qt3-shlibs, babel
BuildDepends: dlcompat-dev, qt3 (<< 3.1-1) | qt3-dev (>= 3.1-1)
###
Source: http://www.prism.gatech.edu/~gte067k/xdrawchem/%n-%v.tgz
Source-MD5: 324ea31c6c9eda8890b8c39629b431ba
###
Patch: %f.patch
###
GCC: 3.1
###
ConfigureParams: --with-qt-thread --without-openbabel --with-pic --enable-share 
--enable-static --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
###
DocFiles: *.txt
###
Description: Chemical drawing program
DescDetail: <<
XDrawChem is a program for drawing chemical structures. Features include
fixed length and fixed angle drawing, a ring tool to automatically draw
rings, and automatic alignment of structures in reactions. It can access
structures in the NCI database by name, CAS number, or formula. It can
predict 13C NMR and simple IR spectra. MDL Molfile, CML (Chemical
Markup Language), and ChemDraw binary and text file formats are supported.
<<
###
License: BSD
Maintainer: Justin F. Hallett <[EMAIL PROTECTED]>
Homepage: http://www.prism.gatech.edu/~gte067k/xdrawchem/

--- NEW FILE: xdrawchem-1.6.2-1.patch ---
diff -ruN xdrawchem-1.6.2.orig/xdrawchem/Makefile.in 
xdrawchem-1.6.2/xdrawchem/Makefile.in
--- xdrawchem-1.6.2.orig/xdrawchem/Makefile.in  2002-12-15 13:53:51.000000000 -0700
+++ xdrawchem-1.6.2/xdrawchem/Makefile.in       2002-12-16 13:16:45.000000000 -0700
@@ -88,7 +88,7 @@
 xdrawchem_LDADD = -L$(QTDIR)/lib -L/usr/X11R6/lib/qt -L/usr/lib/qt -l$(qtlibname) 
-L../openbabel -lopenbabel 
 EXTRA_DIST = . aa_xpm.h application.h arrow.h arrows.h atom.h bond.h bondedit.h 
boshcp.h bracket.h brackets.h ccw180.xpm ccw270.xpm ccw90.xpm cdxml_reader.h 
chemdata.h clipboard.h cml.h crings_dialog.h curvearrow.h cw180.xpm cw270.xpm cw90.xpm 
defs.h dpoint.h drawable.h fixeddialog.h graphdata.h graphdialog.h graphwidget.h 
http.h lines.h moldata.h molecule.h molecule_sssr.h molinfodialog.h myfiledialog.h 
na_xpm.h namer.h netaccess.h netchoosedialog.h netdialog.h pagesetupdialog.h 
paintable.h peptidebuilder.h prefs.h previewwidget.h render2d.h ring.h ring_xpm.h 
ringdialog.h rotatecursor.xpm sdg.h setofrings.h skullcursor.xpm smilesdialog.h 
sugar_xpm.h symbol.h symbol_xpm.h text.h xdc_toolbutton.h xml_cml.h xml_reader.h
 xdrawchem_METASOURCES =  application.moc.cpp arrow.moc.cpp bondedit.moc.cpp 
bond.moc.cpp bracket.moc.cpp chemdata.moc.cpp crings_dialog.moc.cpp curvearrow.moc.cpp 
drawable.moc.cpp fixeddialog.moc.cpp graphdialog.moc.cpp graphwidget.moc.cpp 
helpwindow.moc.cpp http.moc.cpp molecule.moc.cpp molinfodialog.moc.cpp 
myfiledialog.moc.cpp netaccess.moc.cpp netchoosedialog.moc.cpp netdialog.moc.cpp 
pagesetupdialog.moc.cpp peptidebuilder.moc.cpp previewwidget.moc.cpp render2d.moc.cpp 
ringdialog.moc.cpp smilesdialog.moc.cpp symbol.moc.cpp text.moc.cpp 
xdc_toolbutton.moc.cpp 
-CPPFLAGS = -I/usr/X11R6/include -I$(QTDIR)/include -I/usr/X11R6/include/qt 
-I../openbabel -DUNIX -DRINGHOME="\"$(pkgdatadir)/\"" 
-DXDC_SERVER=\"herger.ibb.gatech.edu\"
+CPPFLAGS = -I/usr/X11R6/include -I$(QTDIR)/include/qt -I$(QTDIR)/include 
+-I/usr/X11R6/include/qt -I../openbabel -DUNIX -DRINGHOME="\"$(pkgdatadir)/\"" 
+-DXDC_SERVER=\"herger.ibb.gatech.edu\"
 CXXFLAGS = -g
 MOC = moc
 subdir = xdrawchem
diff -ruN xdrawchem-1.6.2.orig/xdrawchem/application_ob.cpp 
xdrawchem-1.6.2/xdrawchem/application_ob.cpp
--- xdrawchem-1.6.2.orig/xdrawchem/application_ob.cpp   2002-12-06 14:17:01.000000000 
-0700
+++ xdrawchem-1.6.2/xdrawchem/application_ob.cpp        2002-12-16 13:17:23.000000000 
+-0700
@@ -8,7 +8,9 @@
 #include <iostream>
 #include <fstream>
 #include <string.h>
-#include <malloc.h>
+#ifndef __APPLE__ && __GNUC__
+# include <malloc.h>
+#endif
 
 using std::cout;
 using std::endl;

Index: unixodbc-2.2.3-1.info
===================================================================
RCS file: /cvsroot/fink/experimental/thesin/finkinfo/test/unixodbc-2.2.3-1.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unixodbc-2.2.3-1.info       26 Nov 2002 02:10:59 -0000      1.4
+++ unixodbc-2.2.3-1.info       16 Dec 2002 22:48:35 -0000      1.5
@@ -2,8 +2,8 @@
 Version: 2.2.3
 Revision: 1
 ###
-Depends: libiconv, dlcompat, readline-shlibs (>= 4.3-5), libpng-shlibs, qt3-shlibs 
(>= 3.0.5-5), %N-shlibs (= %v-%r)
-BuildDepends: libpng, qt3 (>= 3.0.5-5), readline (>= 4.3-5)
+Depends: dlcompat-shlibs, readline-shlibs (>= 4.3-5), libpng3-shlibs, qt3-shlibs (>= 
+3.0.5-5), %N-shlibs (= %v-%r)
+BuildDepends: dlcompat-dev, readline (>= 4.3-5), libpng3, qt3 (>= 3.0.5-5)
 BuildDependsOnly: True
 ###
 Conflicts: unixodbc-nox
@@ -18,16 +18,11 @@
 ###
 ConfigureParams: --enable-gui --with-pic --enable-shared --enable-static 
--with-qt-dir=%p --with-qt-includes=%p/include/qt --with-qt-libraries=%p/lib 
--with-libiconv --mandir=%i/share/man --infodir=%p/share/info --libexecdir=%p/lib
 ###
-InstallScript: <<
-  make install prefix=%i
-  mv %i/include/sql.h %i/include/sql.h.unixodbc
-  mv %i/include/sqlext.h %i/include/sqlext.h.unixodbc
-  mv %i/include/sqltypes.h %i/include/sqltypes.h.unixodbc
-<<
+SetCPPFLAGS: -no-cpp-precomp
 ###
 SplitOff: <<
   Package: %N-shlibs
-  Depends: dlcompat, qt3-shlibs (>= 3.0.5-5)
+  Depends: dlcompat-shlibs
   Conflicts: unixodbc-nox-shlibs
   Replaces: %N (<= 2.2.1-2), unixodbc-nox (<= 2.2.1-1), unixodbc-nox-shlibs
   Files: <<
@@ -44,21 +39,6 @@
 <<
 ###
 DocFiles: AUTHORS COPYING ChangeLog INSTALL NEWS README* 
Drivers/MySQL/README:README.MySQL
-###
-SetCPPFLAGS: -no-cpp-precomp
-###
-PostInstScript: <<
-  update-alternatives --install %p/include/sql.h sql.h %p/include/sql.h.unixodbc 60
-  update-alternatives --install %p/include/sqlext.h sqlext.h 
%p/include/sqlext.h.unixodbc 60
-  update-alternatives --install %p/include/sqltypes.h sqltypes.h 
%p/include/sqltypes.h.unixodbc 60
-<<
-PreRmScript: <<
-if [ $1 != "upgrade" ]; then
-  update-alternatives --remove sql.h %p/include/sql.h.unixodbc
-  update-alternatives --remove sqlext.h %p/include/sqlext.h.unixodbc
-  update-alternatives --remove sqltypes.h %p/include/sqltypes.h.unixodbc
-fi
-<<
 ###
 Description: Provides ODBC 3 connectivity for Unix
 DescDetail: <<

--- xdrawchem-1.6.1-1.info DELETED ---

--- xdrawchem-1.6.1-1.patch DELETED ---



-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to