uisp stable port information

Package: uisp
Version: 20050207
Revision: 1001
Distribution: 10.4, 10.5
GCC: 4.0

Source: http://savannah.nongnu.org/download/uisp/uisp-%v.tar.gz
Source-MD5: b1e499d5a1011489635c1a0e482b1627
BuildDepends: fink (>= 0.24.12-1)
PatchFile: %n.patch
PatchFile-MD5: 5bb5ddf19327884b463bb46c631749eb

ConfigureParams: --mandir='${prefix}/share/man'
InstallScript: make prefix=%i install-exec install-man
DocFiles: AUTHORS ChangeLog* CHANGES* COPYING TODO doc/README.stk500

Description: AVR In-System Programmer
DescDetail: <<
Uisp is a tool for AVR microcontrollers which can interface to
many hardware in-system programmers
<<

DescPackaging: <<
I've added the 'Flush Serial Port on Open' Patch #3933 as I need it. :)
<<

License: GPL
Homepage: http://savannah.nongnu.org/projects/uisp
Maintainer: Matthias Ringwald

uisp stable port .patch

--- uisp-20050207/src/Serial.C 2004-01-26 20:55:51.000000000 +0100
+++ uisp-20050207+flush/src/Serial.C 2005-04-22 18:11:11.000000000 +0200
@@ -173,6 +173,8 @@
throw Error_C("Can not clear nonblock flag");
}
#endif
+ /* Flush input */
+ tcflush(serline, TCIFLUSH);
}

TSerial::~TSerial(){

uisp _unstable_ port .patch