Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory vz-cvs-3.sog:/tmp/cvs-serv24216

Modified Files:
        astyle.info 
Log Message:
Taking over astyle package, updated to latest version

Index: astyle.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/astyle.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- astyle.info 3 Oct 2009 06:04:57 -0000       1.4
+++ astyle.info 12 Sep 2011 14:45:29 -0000      1.5
@@ -1,44 +1,70 @@
+# DISCLAIMER: Max Horn is the sole maintainer of this package.
+# Please DO NOT MAKE MODIFICATIONS without informing the maintainer.
+# Preferably, send a patch to me instead of making changes yourself!
+# If that is not possible due to extra urgency, at least send me a mail.
+#
+# Explanation: I am sick and tired of getting back to my packages and
+# discovering that people have messed with it. I am then forced to
+# retrace their steps, find out who, when and why did make a certain
+# change etc. -- i.e. it makes my life as maintainer harder.
+# Furthermore, as maintainer I am responsible for problems caused by my
+# packages. But I am not willing to take responsibility for something I
+# did not do. In particular, for changes that other people introduced
+# behind my back, no matter how good and noble their intentions were. As
+# such, I may see myself forced to drop responsibility for (and hence,
+# maintainership of) the affected package.
+
 Package: astyle
-Version: 1.23
+Version: 2.02
 Revision: 1
-Distribution: 10.5,10.6
+Maintainer: Max Horn <m...@quendi.de>
+#Distribution: 10.5,10.6
+
 Source: mirror:sourceforge:%n/%n_%v_macosx.tar.gz
-Source-MD5: 9f7f3237996776d01bc6837cd445a442
+Source-MD5: 16192ba46ba5348f107c712d6482c15a
 SourceDirectory: %n
+
 CompileScript: << 
-mv buildmac/Makefile src
+mv build/mac/Makefile src
 cd src; make
 <<
 InstallScript: <<
 mkdir -p %i/bin
-cp bin/astyle %i/bin/%n
+cp src/bin/astyle %i/bin/%n
 <<
+
 DocFiles: doc/*.html doc/styles.css
+
 Description: Beautifier/Reformatter of C, C++, C# & Java
 DescDetail: <<
-       Artistic Style is a reindenter and reformatter of C, C++, C# and
-Java source code.
-       When indenting source code, we as programmers have a tendency to use
+Artistic Style is a source code indenter, formatter, and beautifier for
+the C, C++, C# and Java programming languages.
+
+When indenting source code, we as programmers have a tendency to use
 both spaces and tab characters to create the wanted indentation.
-       Since the NUMBER of space characters showed on screen for each tab
+
+Since the NUMBER of space characters showed on screen for each tab
 character in the source code changes between editors, one of the
-standard problems facing programmers when moving from one source code
-editor to another is that code containing both spaces and tabs that was
-up to now perfectly indented, suddently becomes a mess to look at when
-changing to another editor.
-       To address this problem Tal Davidson has created Artistic Style - a
-series of filters, written in C++, that automatically reindent &
-reformat C/C++/C#/Java source files. These can be used from a command
-line, or it can be incorporated as classes in another C++ program.
+standard problems programmers are facing when moving from one editor to
+another is that code containing both spaces and tabs that was up to now
+perfectly indented, suddenly becomes a mess to look at when changing to
+another editor.
+
+To address this problem, Artistic Style was created - a filter written
+in C++ that automatically re-indents and re-formats C / C++ / C# / Java
+source files. It can be used from a command line, or it can be
+incorporated as classes in another C++ program.
 <<
 DescUsage: <<
-       Read the options in %p/share/doc/astyle.html or astyle --help. Then
+Read the options in %p/share/doc/astyle.html or astyle --help. Then
 set your preferred astyle flags in .astylerc or the
 ARTISTIC_STYLE_OPTIONS environment variable.
 
 If you want to use the class in your own apps, extract the astyle source
 from the %p/src dir.
 <<
-License: GPL
-Maintainer: Ben Hines <bhi...@alumni.ucsd.edu>
-Homepage: http://sourceforge.net/projects/astyle
+DescPort: <<
+  Maintainer up to version 1.23: Ben Hines
+<<
+License: GPL3
+Homepage: http://astyle.sourceforge.net/


------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to