[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.16, 1.17

2009-09-08 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26131/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.9

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- findbugs.info   29 Mar 2009 05:05:31 -  1.16
+++ findbugs.info   9 Sep 2009 01:16:02 -   1.17
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.8
+Version: 1.3.9
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd 
 Depends: system-java15 | system-java16
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: ab438e4cb7d2bbe4524e0e03273e30a6
+Source-MD5: d97493311fda14b7b0113ca51c1676ab
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.15, 1.16

2009-03-28 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31267/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.8

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- findbugs.info   16 Oct 2008 02:53:56 -  1.15
+++ findbugs.info   29 Mar 2009 05:05:31 -  1.16
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.5
+Version: 1.3.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd 
 Depends: system-java15 | system-java16
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 742037e3c8161d0ff218d934093bc42e
+Source-MD5: ab438e4cb7d2bbe4524e0e03273e30a6
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<


--
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.14, 1.15

2008-10-15 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv26795/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.5

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- findbugs.info   13 May 2008 14:57:24 -  1.14
+++ findbugs.info   16 Oct 2008 02:53:56 -  1.15
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.4
+Version: 1.3.5
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java15 | system-java16
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 40b9fb2024b69b49301957317f945d40
+Source-MD5: 742037e3c8161d0ff218d934093bc42e
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -15,11 +15,13 @@
   /usr/bin/install -m 644 lib/*.icns %i/share/%n/lib
 
   /usr/bin/install -m 755 -d %i/share/%n/plugin
-  /usr/bin/install -m 644 plugin/* %i/share/%n/plugin
+#  /usr/bin/install -m 644 plugin/* %i/share/%n/plugin
 
   /usr/bin/install -m 755 -d %i/bin
 
-  for i in $( /bin/ls bin/* | /usr/bin/grep -v '.*\.bat$' ); do \
+  for i in $( /bin/ls bin/* | \
+  /usr/bin/grep -v '.*\.bat$' | \
+  /usr/bin/grep -v findbugs2 ); do \
 if [ -f $i ]; then \
   /usr/bin/install -m 755 ${i} %i/bin; \
 fi \


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.13, 1.14

2008-05-13 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv30336/10.4/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
Updated system-java dependencies

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- findbugs.info   13 May 2008 14:46:10 -  1.13
+++ findbugs.info   13 May 2008 14:57:24 -  1.14
@@ -4,7 +4,7 @@
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14 | system-java15
+Depends: system-java15 | system-java16
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
 Source-MD5: 40b9fb2024b69b49301957317f945d40
 PatchScript:   /usr/bin/true


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/text jing.info,1.1,1.2

2008-05-13 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv26842/10.4/unstable/main/finkinfo/text

Modified Files:
jing.info 
Log Message:
Add saxon-b as an alternative dependency

Index: jing.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text/jing.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jing.info   20 Jan 2006 20:32:31 -  1.1
+++ jing.info   13 May 2008 14:50:41 -  1.2
@@ -5,7 +5,7 @@
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Type: java
-Depends: system-java, saxon, xerces-j
+Depends: system-java, saxon | saxon-b, xerces-j
 JarFiles: bin/%n.jar bin/isorelax.jar
 Source: http://www.thaiopensource.com/download/%n-%v.zip
 SourceDirectory:


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.12, 1.13

2008-05-13 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv24978/10.4/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.4

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- findbugs.info   6 Apr 2008 09:28:07 -   1.12
+++ findbugs.info   13 May 2008 14:46:10 -  1.13
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.3
+Version: 1.3.4
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 495d142c5644654cde05d116e7a0b253
+Source-MD5: 40b9fb2024b69b49301957317f945d40
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<


-
This SF.net email is sponsored by: Microsoft 
Defy all challenges. Microsoft(R) Visual Studio 2008. 
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.11, 1.12

2008-04-06 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25807/10.4/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.3

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- findbugs.info   25 Feb 2008 02:13:08 -  1.11
+++ findbugs.info   6 Apr 2008 09:28:07 -   1.12
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.2
+Version: 1.3.3
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: ee430177d2e916c74bb2bd287d134fed
+Source-MD5: 495d142c5644654cde05d116e7a0b253
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Register now and save $200. Hurry, offer ends at 11:59 p.m., 
Monday, April 7! Use priority code J8TLD2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info, 1.10, 1.11

2008-02-24 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv25362/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 3.1.2

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- findbugs.info   28 Dec 2007 12:23:19 -  1.10
+++ findbugs.info   25 Feb 2008 02:13:08 -  1.11
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.1
+Version: 1.3.2
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: b53bee4ea22c02818b5f67c701cd007a
+Source-MD5: ee430177d2e916c74bb2bd287d134fed
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -35,77 +35,6 @@
 FindBugs is a program to find bugs in Java programs.  It looks for
 instances of "bug patterns" --- code instances that are likely to be
 errors.
-
-Changes since version 1.3.0:
-
- * New Reports
-   - VA_FORMAT_STRING_ARG_MISMATCH: A format-string method with a
- variable number of arguments is called, but the number of
- arguments passed does not match with the number of % placeholders
- in the format string. This is probably not what the author
- intended.
-   - IO_APPENDING_TO_OBJECT_OUTPUT_STREAM: This code opens a file in
- append mode and that wraps the result in an object output
- stream. This won't allow you to append to an existing object
- output stream stored in a file. If you want to be able to append
- to an object output stream, you need to keep the object output
- stream open. The only situation in which opening a file in append
- mode and the writing an object output stream could work is if on
- reading the file you plan to open it in random access mode and
- seek to the byte offset where the append started.
-   - NP_BOOLEAN_RETURN_NULL: A method that returns either
- Boolean.TRUE, Boolean.FALSE or null is an accident waiting to
- happen. This method can be invoked as though it returned a value
- of type boolean, and the compiler will insert automatic unboxing
- of the Boolean value. If a null value is returned, this will
- result in a NullPointerException.
-
- * Changes to Existing Reports
-   - RV_DONT_JUST_NULL_CHECK_READLINE: CORRECTNESS -> STYLE
-   - DMI_INVOKING_TOSTRING_ON_ARRAY: Long description mentions array
- name whenever possible
-
- * Fixes:
-   - Updated manual to mention that Java 1.5 is now a requirement for
- running FindBugs
-   - Applied patch 1840206 fixing issue "Ant task does not work when
- presetdef is used" - thanks to phejl
-   - Applied patch 1778690 fixing issue "Ant task: tolerate but
- complain about invalid auxClasspath" - thanks to David Schmidt
-   - Applied patch 1852125 adding a Chinese-language GUI bundle props
- file - thanks to fifi
-   - Applied patch 1845903 adding ability to load XML results with the
- Eclipse plugin - thanks to Alex Mont
-   - Fixed issue 1844671 - "FP for "reversed" null check in catch for
- stream close"
-   - Fixed issue 1836050 - "-onlyAnalyze broken"
-   - Fixed issue 1853011 - "Typo: Field names should start with aN
- lower case letter"
-   - Fixed issue 1844181 - "JNLP file does not contain all necessary
- JARs"
-   - Fixed issue 1840245 - "xxxException class does not derive from
- Exception"
-   - Fixed issue 1840277 - "[M D EC] Typo in bug documentation"
-   - Fixed issue 1782447 - "OutOfMemoryError if i activate Findbugs on
- my project"
-   - Fixed issue 1830576 - "[regression] keySet/entrySet false
- positive"
-
- * Other:
-   - New bug code: "IO" (for IO_APPENDING_TO_OBJECT_OUTPUT_STREAM)
-   - Added "-onlyMostRecent" option for computeBugHistory script/ant
- task
-   - More explicit language in RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
- messages
-   - Modified ResourceValueAnalysis to correctly identify null == X or
- null != X as a null check (for issue 1844671)
-   - Modified DMI_HARDCODED_ABSOLUTE_FILENAME logic in
- DumbMethodInvocations to ignore files from /etc or /dev and
- increase priority of files from /home
-   - Better bug details for infinite loop warnings
-   - Modified unread-fields detector to reduce false positives from
- reflective fields
-   - build.xml "classes" target now builds all sources in one step
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


--

[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.9,1.10

2007-12-28 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv28720/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.1

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- findbugs.info   22 Nov 2007 06:37:06 -  1.9
+++ findbugs.info   28 Dec 2007 12:23:19 -  1.10
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.3.0
+Version: 1.3.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: fd421db84b16db4e9ce1b38029a0d5b3
+Source-MD5: b53bee4ea22c02818b5f67c701cd007a
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,78 +36,76 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 1.2.1:
-
- * New Detectors
-   - edu.umd.cs.findbugs.detect.NoteDirectlyRelevantTypeQualifiers
-   - edu.umd.cs.findbugs.detect.ReflectiveClasses
-   - edu.umd.cs.findbugs.detect.SynchronizationOnSharedBuiltinConstant
- + DL_SYNCHRONIZATION_ON_SHARED_CONSTANT
-   - edu.umd.cs.findbugs.detect.OverridingEqualsNotSymmetrical
- + EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC
-   - edu.umd.cs.findbugs.detect.CheckTypeQualifiers
- + TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED
- + TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED
- + TQ_MAYBE_SOURCE_VALUE_REACHES_ALWAYS_SINK
- + TQ_MAYBE_SOURCE_VALUE_REACHES_NEVER_SINK
+Changes since version 1.3.0:
 
- * New Reports (existing detectors)
-   - edu.umd.cs.findbugs.detect.FindHEmismatch
- + EQ_DOESNT_OVERRIDE_EQUALS
-   - edu.umd.cs.findbugs.detect.Naming
- + NM_WRONG_PACKAGE
- + NM_WRONG_PACKAGE_INTENTIONAL
- + NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
- + NM_SAME_SIMPLE_NAME_AS_INTERFACE
-   - edu.umd.cs.findbugs.detect.FindRefComparison
- + EC_UNRELATED_TYPES_USING_POINTER_EQUALITY
-   - edu.umd.cs.findbugs.detect.IncompatMask
- + BIT_SIGNED_CHECK
- + BIT_SIGNED_CHECK_HIGH_BIT
-   - edu.umd.cs.findbugs.detect.LazyInit
- + LI_LAZY_INIT_UPDATE_STATIC
-   - edu.umd.cs.findbugs.detect.FindDeadLocalStores
- + DLS_DEAD_STORE_OF_CLASS_LITERAL
-   - edu.umd.cs.findbugs.detect.MethodReturnCheck
- + RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
- + RV_EXCEPTION_NOT_THROWN
+ * New Reports
+   - VA_FORMAT_STRING_ARG_MISMATCH: A format-string method with a
+ variable number of arguments is called, but the number of
+ arguments passed does not match with the number of % placeholders
+ in the format string. This is probably not what the author
+ intended.
+   - IO_APPENDING_TO_OBJECT_OUTPUT_STREAM: This code opens a file in
+ append mode and that wraps the result in an object output
+ stream. This won't allow you to append to an existing object
+ output stream stored in a file. If you want to be able to append
+ to an object output stream, you need to keep the object output
+ stream open. The only situation in which opening a file in append
+ mode and the writing an object output stream could work is if on
+ reading the file you plan to open it in random access mode and
+ seek to the byte offset where the append started.
+   - NP_BOOLEAN_RETURN_NULL: A method that returns either
+ Boolean.TRUE, Boolean.FALSE or null is an accident waiting to
+ happen. This method can be invoked as though it returned a value
+ of type boolean, and the compiler will insert automatic unboxing
+ of the Boolean value. If a null value is returned, this will
+ result in a NullPointerException.
 
  * Changes to Existing Reports
-   - NS_NON_SHORT_CIRCUIT: BAD_PRACTICE -> STYLE
-   - NS_DANGEROUS_NON_SHORT_CIRCUIT: CORRECTNESS -> STYLE
-   - RC_REF_COMPARISON: CORRECTNESS -> BAD_PRACTICE
-
- * GUI Changes
-   - Added importing and exporting of bug filters
-   - Better handling of failed analysis runs
-   - Added "-look" parameter for selecting look-and-feel
-   - Fixed incorrect package filtering
-   - Fixed issue where "synchronized" was not syntax-highlighted
-
- * Ant-task Changes
-   - Refactored common ant-task code to AbstractFindBugsTask
-   - Added tasks for computeBugHistory, convertXmlToText, filterBugs,
- mineBugHistory, setBugDatabaseInfo
-
- * Manual
-   - Updates to GUI section, including new screenshots
-   - Added description of rejarForAnalysis
-   - Revamp of data-mining section
+   - RV_DONT_JUST_NULL_CHECK_READLINE: CORRECTNESS -> STYLE
+   - DMI_INVOKING_TOSTRING_ON_ARRAY: Long description mentions array
+ name whenever possible
 
- * Other Major
-   - Internal restr

[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.8,1.9

2007-11-21 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31879/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.3.0

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- findbugs.info   25 Jun 2007 13:30:11 -  1.8
+++ findbugs.info   22 Nov 2007 06:37:06 -  1.9
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.2.1
+Version: 1.3.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: d53ee62ec3f2667c4464d243acb878ab
+Source-MD5: fd421db84b16db4e9ce1b38029a0d5b3
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,37 +36,78 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 1.2.0
+Changes since version 1.2.1:
 
- * Bug fixes:
-   - Fix bugs in incremental analysis within Eclipse plugin
-   - Fix some analysis errors
-   - Fix some threading bugs in GUI2
-   - Report version as version when it was compiled, not when it was run
-   - Copy analysis time stamp when filtering or transforming analysis files.
+ * New Detectors
+   - edu.umd.cs.findbugs.detect.NoteDirectlyRelevantTypeQualifiers
+   - edu.umd.cs.findbugs.detect.ReflectiveClasses
+   - edu.umd.cs.findbugs.detect.SynchronizationOnSharedBuiltinConstant
+ + DL_SYNCHRONIZATION_ON_SHARED_CONSTANT
+   - edu.umd.cs.findbugs.detect.OverridingEqualsNotSymmetrical
+ + EQ_OVERRIDING_EQUALS_NOT_SYMMETRIC
+   - edu.umd.cs.findbugs.detect.CheckTypeQualifiers
+ + TQ_ALWAYS_VALUE_USED_WHERE_NEVER_REQUIRED
+ + TQ_NEVER_VALUE_USED_WHERE_ALWAYS_REQUIRED
+ + TQ_MAYBE_SOURCE_VALUE_REACHES_ALWAYS_SINK
+ + TQ_MAYBE_SOURCE_VALUE_REACHES_NEVER_SINK
 
- * Enabled StaticCalendarDetector
+ * New Reports (existing detectors)
+   - edu.umd.cs.findbugs.detect.FindHEmismatch
+ + EQ_DOESNT_OVERRIDE_EQUALS
+   - edu.umd.cs.findbugs.detect.Naming
+ + NM_WRONG_PACKAGE
+ + NM_WRONG_PACKAGE_INTENTIONAL
+ + NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
+ + NM_SAME_SIMPLE_NAME_AS_INTERFACE
+   - edu.umd.cs.findbugs.detect.FindRefComparison
+ + EC_UNRELATED_TYPES_USING_POINTER_EQUALITY
+   - edu.umd.cs.findbugs.detect.IncompatMask
+ + BIT_SIGNED_CHECK
+ + BIT_SIGNED_CHECK_HIGH_BIT
+   - edu.umd.cs.findbugs.detect.LazyInit
+ + LI_LAZY_INIT_UPDATE_STATIC
+   - edu.umd.cs.findbugs.detect.FindDeadLocalStores
+ + DLS_DEAD_STORE_OF_CLASS_LITERAL
+   - edu.umd.cs.findbugs.detect.MethodReturnCheck
+ + RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
+ + RV_EXCEPTION_NOT_THROWN
 
- * Reworked GUI2 to use standard FindBugs filters
+ * Changes to Existing Reports
+   - NS_NON_SHORT_CIRCUIT: BAD_PRACTICE -> STYLE
+   - NS_DANGEROUS_NON_SHORT_CIRCUIT: CORRECTNESS -> STYLE
+   - RC_REF_COMPARISON: CORRECTNESS -> BAD_PRACTICE
 
- * Allow a suppression filter to be stored in a project and persisted
-   to the XML representation of a project.
+ * GUI Changes
+   - Added importing and exporting of bug filters
+   - Better handling of failed analysis runs
+   - Added "-look" parameter for selecting look-and-feel
+   - Fixed incorrect package filtering
+   - Fixed issue where "synchronized" was not syntax-highlighted
 
- * Move away from old GUI2 save format (a directory containing an xml
-   file and another file containing serialized filters).
+ * Ant-task Changes
+   - Refactored common ant-task code to AbstractFindBugsTask
+   - Added tasks for computeBugHistory, convertXmlToText, filterBugs,
+ mineBugHistory, setBugDatabaseInfo
 
- * Supprt/recommend use of two new file extensions/formats:
+ * Manual
+   - Updates to GUI section, including new screenshots
+   - Added description of rejarForAnalysis
+   - Revamp of data-mining section
 
-.fba - FindBugs Analysis File
-   Exactly the same as an existing bug collection file stored
-   in XML format, but using a distinct file extension to make
-   it easier to figure out which xml files contain FindBugs
-   results.
+ * Other Major
+   - Internal restructuring for lower memory overhead
 
-.fbp - FindBugs Project File
-   Contains just the information needed to run FindBugs and
-   display the results (e.g., the files to be analyzed, the
-   auxilary class path and the location of source files)
+ * Other Minor
+   - Fixed typo: was STCAL_STATIC_SIMPLE_DATA_FORMAT_INSTANCE now
+ STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE
+   - -outputFile parameter became -output
+   - More sensitivity and specificity inLazyInit

[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.7,1.8

2007-06-25 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory sc8-pr-cvs17:/tmp/cvs-serv6680/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.2.1

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- findbugs.info   26 Apr 2007 12:05:51 -  1.7
+++ findbugs.info   25 Jun 2007 13:30:11 -  1.8
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.2.0
+Version: 1.2.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 11dfb42384236ccdf95440dc7b79e721
+Source-MD5: d53ee62ec3f2667c4464d243acb878ab
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,25 +36,37 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 1.1.3
+Changes since version 1.2.0
 
- * In null pointer analysis, try to be better about always showing two
-   locations: where it is known null and where it is dereferenced.
- * Interprocedural analysis of which methods return nonnull values
- * Use method calls to select order in which classes are analyzed, and
-   order in which methods are analyzed, to improve interprocedural
-   analysis results.
- * Significant improvements in memory footprint, memory allocation and
-   CPU utilization (20-30% reduction in all three)
- * Added a project name, to provide better descriptions in the HTML
-   output.
- * Stopped reporting transient fields of classes not marked as
-   serializable. Transient is used by other persistence frameworks.
- * Improvements to detector for SQL injection (Thanks to Matt Hargett
-   for his contributions
- * Changed open/save options in GUI2 to not distinguish between
-   FindBugs projects and saved FindBugs analysis results.
- * Improvements to detection of serious non-short-circuit evaluation.
+ * Bug fixes:
+   - Fix bugs in incremental analysis within Eclipse plugin
+   - Fix some analysis errors
+   - Fix some threading bugs in GUI2
+   - Report version as version when it was compiled, not when it was run
+   - Copy analysis time stamp when filtering or transforming analysis files.
+
+ * Enabled StaticCalendarDetector
+
+ * Reworked GUI2 to use standard FindBugs filters
+
+ * Allow a suppression filter to be stored in a project and persisted
+   to the XML representation of a project.
+
+ * Move away from old GUI2 save format (a directory containing an xml
+   file and another file containing serialized filters).
+
+ * Supprt/recommend use of two new file extensions/formats:
+
+.fba - FindBugs Analysis File
+   Exactly the same as an existing bug collection file stored
+   in XML format, but using a distinct file extension to make
+   it easier to figure out which xml files contain FindBugs
+   results.
+
+.fbp - FindBugs Project File
+   Contains just the information needed to run FindBugs and
+   display the results (e.g., the files to be analyzed, the
+   auxilary class path and the location of source files)
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.6,1.7

2007-04-26 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25707/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.2.0

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- findbugs.info   8 Jan 2007 11:26:06 -   1.6
+++ findbugs.info   26 Apr 2007 12:05:51 -  1.7
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.1.3
+Version: 1.2.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: d350e063b39b18b15a616788ef895a9a
+Source-MD5: 11dfb42384236ccdf95440dc7b79e721
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,38 +36,25 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 1.1.2:
-
-  * Fixed broken Ant task
-  * Added running ant task to smoketest
-  * Added validating xml and html output to smoketest
-  * Fixed some (but not all) issues with html output validation
-  * Added check for x.equals(x) and x.compareTo(x)
-
-Changes since version 1.1.1:
+Changes since version 1.1.3
 
-  * Added check for infinite iterative loops
-  * Added check for use of incompatible types in a collection (e.g.,
-checking to see if a Set contains a StringBuffer).
-  * Added check for invocations of equals or hashCode on a URL, which,
-surprising many people, requires DNS resolution.
-  * Added check for classes that define compareTo but not equals; such
-classes can exhibit some anomalous behavior (e.g., they are
-treated differently by PriorityQueues in Java 5 and Java 6).
-  * Added a check for useless self operations (e.g., x < x or x ^ x).
-  * Fixed a datarace that could cause the GUI to fail on startup
-  * Partial internationalization of the new GUI
-  * Fix bug in "Redo analysis" option of new GUI
-  * Tuning to reduce false positives
-  * Fixed a bug in null pointer analysis that was generating false
-positive null pointer warnings on exception paths. Fixing this bug
-eliminates about 1/4 of the warnings on null pointer exceptions on
-exception paths.
-  * Fixed a bug in the processing of phi nodes for fields in the null
-pointer analysis
-  * Applied contributed patch that provides more quick fixes in Eclipse plugin.
-  * Fixed progress bar in Eclipse plugin
-  * A number of other bug fixes.
+ * In null pointer analysis, try to be better about always showing two
+   locations: where it is known null and where it is dereferenced.
+ * Interprocedural analysis of which methods return nonnull values
+ * Use method calls to select order in which classes are analyzed, and
+   order in which methods are analyzed, to improve interprocedural
+   analysis results.
+ * Significant improvements in memory footprint, memory allocation and
+   CPU utilization (20-30% reduction in all three)
+ * Added a project name, to provide better descriptions in the HTML
+   output.
+ * Stopped reporting transient fields of classes not marked as
+   serializable. Transient is used by other persistence frameworks.
+ * Improvements to detector for SQL injection (Thanks to Matt Hargett
+   for his contributions
+ * Changed open/save options in GUI2 to not distinguish between
+   FindBugs projects and saved FindBugs analysis results.
+ * Improvements to detection of serious non-short-circuit evaluation.
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/net p0f.info, NONE, 1.1 p0f.patch, NONE, 1.1

2007-01-10 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/net
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4082

Added Files:
p0f.info p0f.patch 
Log Message:
Add new p0f package

--- NEW FILE: p0f.info ---
Package: p0f
Version: 2.0.8
Revision: 1
License: LGPL
Description: Versatile passive OS fingerprinting, masquerade detection tool
Source: http://lcamtuf.coredump.cx/%n/%n-%v.tgz
Source-MD5: 1ccbcd8d4c95ef6dae841120d23c56a5
SourceDirectory: %n
PatchFile: %n.patch
PatchFile-MD5: 971bb4544b85d55b640be4485930fa6c
PatchScript: /usr/bin/sed 's|@PREFIX@|%p|g' %{PatchFile} | /usr/bin/patch -p1
CompileScript: <<
  make all p0fq p0fping
<<
InstallScript: <<
  /usr/bin/install -m 755 -d %i/etc/%n
  /usr/bin/install -m 644 *.fp %i/etc/%n

  /usr/bin/install -m 755 -d %i/share/man/man1
  /usr/bin/install -m 644 *.1 %i/share/man/man1

  /usr/bin/install -m 755 -d %i/sbin
  /usr/bin/install -m 755 p0f p0frep test/p0fq test/p0fping %i/sbin
<<
DocFiles: doc/*
Homepage: http://lcamtuf.coredump.cx/p0f.shtml
Maintainer: [EMAIL PROTECTED]

--- NEW FILE: p0f.patch ---
diff -Naur p0f/README p0f.fink/README
--- p0f/README  2006-09-06 19:42:16.0 +1000
+++ p0f.fink/README 2007-01-09 08:40:21.0 +1100
@@ -268,7 +268,7 @@
   [ -FNODVUKAXMqxtpdlRL ] [ 'filter rule' ]
 
   -f file   - read fingerprints from file; by default, p0f reads signatures 
-  from ./p0f.fp or /etc/p0f/p0f.fp (the latter on Unix systems 
+  from ./p0f.fp or @PREFIX@/etc/p0f/p0f.fp (the latter on Unix 
systems 
   only). You can use this to load custom fingerprint data. 
   Specifying multiple -f values will NOT combine several signature 
   files together.
diff -Naur p0f/config.h p0f.fink/config.h
--- p0f/config.h2006-09-06 19:42:37.0 +1000
+++ p0f.fink/config.h   2007-01-09 08:38:53.0 +1100
@@ -19,7 +19,7 @@
 #ifdef WIN32
 #  define CONFIG_DIR   "."
 #else
-#  define CONFIG_DIR   "/etc/p0f"
+#  define CONFIG_DIR   "@PREFIX@/etc/p0f"
 #endif /* WIN32 */
 
 #define SYN_DB "p0f.fp"
diff -Naur p0f/doc/README p0f.fink/doc/README
--- p0f/doc/README  2006-09-06 19:42:16.0 +1000
+++ p0f.fink/doc/README 2007-01-09 08:40:21.0 +1100
@@ -268,7 +268,7 @@
   [ -FNODVUKAXMqxtpdlRL ] [ 'filter rule' ]
 
   -f file   - read fingerprints from file; by default, p0f reads signatures 
-  from ./p0f.fp or /etc/p0f/p0f.fp (the latter on Unix systems 
+  from ./p0f.fp or @PREFIX@/etc/p0f/p0f.fp (the latter on Unix 
systems 
   only). You can use this to load custom fingerprint data. 
   Specifying multiple -f values will NOT combine several signature 
   files together.
diff -Naur p0f/p0f.1 p0f.fink/p0f.1
--- p0f/p0f.1   2006-08-10 21:44:17.0 +1000
+++ p0f.fink/p0f.1  2007-01-09 08:40:09.0 +1100
@@ -32,7 +32,7 @@
 .TP
 \fB-f\fR file
 read fingerprints from file; by default, p0f reads signatures
-from ./p0f.fp or /etc/p0f/p0f.fp (the latter on Unix systems
+from ./p0f.fp or @PREFIX@/etc/p0f/p0f.fp (the latter on Unix systems
 only). You can use this to load custom fingerprint data.
 Specifying multiple -f values will NOT combine several signature
 files together.
@@ -269,7 +269,7 @@
 You need to consult the documentation for an up-to-date list of issues.
 .SH FILES
 .TP
-.BI /etc/p0f/p0f.fp\ /etc/p0f/p0fa.fp\ /etc/p0f/p0fr.fp\ /etc/p0f/p0fo.fp
+.BI @PREFIX@/etc/p0f/p0f.fp\ @PREFIX@/etc/p0f/p0fa.fp\ 
@PREFIX@/etc/p0f/p0fr.fp\ @PREFIX@/etc/p0f/p0fo.fp
 default fingerprint database files
 .SH AUTHOR
 .B p0f
diff -Naur p0f/p0f.c p0f.fink/p0f.c
--- p0f/p0f.c   2006-08-22 00:16:00.0 +1000
+++ p0f.fink/p0f.c  2007-01-10 14:40:11.0 +1100
@@ -1813,12 +1813,19 @@
 
   if (use_cache) {
 
+char errbuf[PCAP_ERRBUF_SIZE];
+if(pcap_setnonblock(pt, 1, errbuf) == -1) {
+  debug("[!] Failed to set non blocking mode on device: %s", errbuf);
+}
+
 _s32 mfd,max;
 
 mfd = pcap_fileno(pt);
 
 max = 1 + (mfd > lsock ? mfd : lsock);
 
+struct timeval timeout;
+
 while (1) {
   fd_set f,e;
 
@@ -1835,9 +1842,11 @@
 raw socket, even with no SA_RESTART, it's a mess... select()
 is rather neutral. */
 
-  select(max,&f,0,&e,0);
+  timeout.tv_sec = 1;
+  timeout.tv_usec = 0;
+  select(max,&f,0,&e,&timeout);
 
-  if (FD_ISSET(mfd, &f) || FD_ISSET(mfd,&e))
+  //  if (FD_ISSET(mfd, &f) || FD_ISSET(mfd,&e))
 if (pcap_dispatch(pt,-1,(pcap_handler)&parse,0) < 0) break;
 
   if (FD_ISSET(lsock,&f)) {
diff -Naur p0f/test/p0fq.c p0f.fink/test/p0fq.c
--- p0f/test/p0fq.c 2006-08-21 22:29:49.0 +1000
+++ p0f.fink/test/p0fq.c2007-01-10 14:40:11.0 +1100
@@ -52,7 +52,7 @@
   d  = inet_addr(argv[4]);
   dp = atoi(argv[5]);
 
-  if (!sp || !dp || s == INADDR_NONE || d == INADDR_NONE)
+  if (!dp || s == INADDR_NONE || d == INADDR_NONE)
 fatal("Bad IP/port

[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.5,1.6

2007-01-08 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv29381/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
Update DescDetail

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- findbugs.info   8 Jan 2007 11:06:50 -   1.5
+++ findbugs.info   8 Jan 2007 11:26:06 -   1.6
@@ -36,8 +36,38 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 1.0.0:
+Changes since version 1.1.2:
+
+  * Fixed broken Ant task
+  * Added running ant task to smoketest
+  * Added validating xml and html output to smoketest
+  * Fixed some (but not all) issues with html output validation
+  * Added check for x.equals(x) and x.compareTo(x)
 
+Changes since version 1.1.1:
+
+  * Added check for infinite iterative loops
+  * Added check for use of incompatible types in a collection (e.g.,
+checking to see if a Set contains a StringBuffer).
+  * Added check for invocations of equals or hashCode on a URL, which,
+surprising many people, requires DNS resolution.
+  * Added check for classes that define compareTo but not equals; such
+classes can exhibit some anomalous behavior (e.g., they are
+treated differently by PriorityQueues in Java 5 and Java 6).
+  * Added a check for useless self operations (e.g., x < x or x ^ x).
+  * Fixed a datarace that could cause the GUI to fail on startup
+  * Partial internationalization of the new GUI
+  * Fix bug in "Redo analysis" option of new GUI
+  * Tuning to reduce false positives
+  * Fixed a bug in null pointer analysis that was generating false
+positive null pointer warnings on exception paths. Fixing this bug
+eliminates about 1/4 of the warnings on null pointer exceptions on
+exception paths.
+  * Fixed a bug in the processing of phi nodes for fields in the null
+pointer analysis
+  * Applied contributed patch that provides more quick fixes in Eclipse plugin.
+  * Fixed progress bar in Eclipse plugin
+  * A number of other bug fixes.
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.4,1.5

2007-01-08 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21484/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.1.3

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- findbugs.info   22 Jun 2006 07:53:14 -  1.4
+++ findbugs.info   8 Jan 2007 11:06:50 -   1.5
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 1.0.0
+Version: 1.1.3
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 8996cd377b5c3351912ea3d577b3c560
+Source-MD5: d350e063b39b18b15a616788ef895a9a
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,74 +36,8 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.7:
+Changes since verson 1.0.0:
 
-* fix ObjectTypeFactory bug that was supressing some bugs
-* opcode stack may determine definite zeros on some paths
-* opcode stack can track some constant string concatenations (dbrosius)
-* default effort performs iterative opcode analysis (but min effort does
-  not)
-* default heap size upped to 384m
-* schema for XML output available: bugcollection.xsd
-* fixed some internal confusion between dotted and slashed class names
-* New detectors
-  o CheckImmutableAnnotation.java: checks JCIP annotations
-* Updated detectors
-  o BadRegEx.java: understands Pattern.LITERAL, warns about "."
-  o FindUnreleasedLock.java: fewer false positives
-  o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
-MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
-  o FindPuzzlers.java: detect n%2==1, detect toString() on array types
-  o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
-  o MethodReturnCheck.java: add check for discarded newly constructed
-values, increase priority of some ignored constructed exceptions,
-better handling of bytecode compiled by Eclipse
-  o FindEmptySynchronizedBlock.java: better handling of bytecode
-compiled by Eclipse
-  o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
-in doPriviledged, don't report private methods
-  o LoadOfKnownNullValue.java: fix bug that was reporting false
-positives on finally blocks
-  o CheckReturnAnnotationDatabase.java: better checks for unstarted
-threads
-  o ConfusionBetweenInheritedAndOuterMethod.java: fewer false
-positives, fixed a package-handling bug
-  o BadResultSetAccess.java: separate bug pattern for
-PreparedStatements, BRZA category folded into SQL category
-  o FindDeadLocalStores.java, FindBadCast2.java, DumbMethods.java,
-RuntimeExceptionCapture.java: coalesce similar bugs within a
-method into a single bug instance with multiple source lines
-* Eclipse plugin
-  o plugin ID changed from de.tobject.findbugs to
-edu.umd.cs.findbugs.plugin.eclipse
-  o support for findbugs eclipse auto-update site
-* Updated test case files
-  o BadRegEx.java
-  o JSR166.java
-  o ConcurrentModificationBug.java
-  o DeadStore.java
-  o InstanceOf.java
-  o LoadKnownNull.java
-  o NeedsToCheckReturnValue.java
-  o BadResultSetAccessTest.java
-  o DeadStore.java
-  o TestNonNull2.java
-  o TestImmutable.java
-  o TestGuardedBy.java
-  o BadRandomInt.java
-  o six test cases added to new TigerTraps directory
-* fix bug that was generating duplicate uids
-* fix bug with -onlyAnalyze some.package.* on jdk1.4
-* fix regression bug in DismantleByteCode.getRefConstantOperand()
-* fix some minor bugs with the Swing GUI
-* reordered some bugInstances so that source line annotations come last
-* removed references to unused java system properties
-* French translation updates (David Cotton)
-* Japanese translation updates (Hanai Shisei)
-* content cleanup for findbugs.xml and messages.xml
-* references to cvs hostname updated to findbugs.cvs.sourceforge.net
-* documented xdoc output options, new mineBugHistory/computeBugHistory
-  options
 <<
 DescPackaging: <<
 Findbugs itself is release under the LGPL, however the shell scripts that


-
Ta

[cvs] dists/10.4/unstable/main/finkinfo/editors nxml-mode.info, 1.1, 1.2

2006-11-12 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv23158/unstable/main/finkinfo/editors

Modified Files:
nxml-mode.info 
Log Message:
Upped revision

Index: nxml-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nxml-mode.info  20 Jan 2006 20:23:13 -  1.1
+++ nxml-mode.info  13 Nov 2006 06:49:11 -  1.2
@@ -1,6 +1,6 @@
 Package: nxml-mode
 Version: 20041004
-Revision: 2
+Revision: 3
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/editors nxml-mode.patch, 1.1, 1.2

2006-11-12 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv20053/unstable/main/finkinfo/editors

Modified Files:
nxml-mode.patch 
Log Message:
Enable nxml-mode for emacs22

Index: nxml-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/nxml-mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nxml-mode.patch 20 Jan 2006 20:23:13 -  1.1
+++ nxml-mode.patch 13 Nov 2006 06:41:11 -  1.2
@@ -9,7 +9,7 @@
 +FLAVOR=$1
 +PACKAGE=nxml-mode
 +
-+if [ ${FLAVOR} != emacs21 ]; then exit 0; fi
++if [ ${FLAVOR} == emacs ]; then exit 0; fi
 +
 +echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
 +


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4-transitional/unstable/main/finkinfo/devel proguard.info, 1.1, 1.2

2006-10-11 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4239/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
proguard.info 
Log Message:
New upstream version

Index: proguard.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/proguard.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- proguard.info   27 Apr 2005 03:25:38 -  1.1
+++ proguard.info   11 Oct 2006 13:46:34 -  1.2
@@ -1,12 +1,12 @@
 Package: proguard
-Version: 3.2
+Version: 3.6
 Revision: 1
 Description: Free Java class file shrinker and obfuscator
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n%v.tar.gz
-Source-MD5: 64b3c522f07aeb87d567663e0780c146
+Source-MD5: 289565d4532f11c521de4554ebd50459
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel proguard.info,1.1,1.2

2006-10-11 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4239/10.4/unstable/main/finkinfo/devel

Modified Files:
proguard.info 
Log Message:
New upstream version

Index: proguard.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/proguard.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- proguard.info   20 Jan 2006 20:23:12 -  1.1
+++ proguard.info   11 Oct 2006 13:46:34 -  1.2
@@ -1,12 +1,12 @@
 Package: proguard
-Version: 3.2
+Version: 3.6
 Revision: 1
 Description: Free Java class file shrinker and obfuscator
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n%v.tar.gz
-Source-MD5: 64b3c522f07aeb87d567663e0780c146
+Source-MD5: 289565d4532f11c521de4554ebd50459
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.3/unstable/main/finkinfo/devel proguard.info,1.2,1.3

2006-10-11 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4239/10.3/unstable/main/finkinfo/devel

Modified Files:
proguard.info 
Log Message:
New upstream version

Index: proguard.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/proguard.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- proguard.info   22 Jan 2005 06:43:52 -  1.2
+++ proguard.info   11 Oct 2006 13:46:33 -  1.3
@@ -1,12 +1,12 @@
 Package: proguard
-Version: 3.2
+Version: 3.6
 Revision: 1
 Description: Free Java class file shrinker and obfuscator
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n%v.tar.gz
-Source-MD5: 64b3c522f07aeb87d567663e0780c146
+Source-MD5: 289565d4532f11c521de4554ebd50459
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.2-gcc3.3/unstable/main/finkinfo/devel proguard.info, 1.1, 1.2

2006-10-11 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv4239/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
proguard.info 
Log Message:
New upstream version

Index: proguard.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/proguard.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- proguard.info   22 Jan 2005 06:47:37 -  1.1
+++ proguard.info   11 Oct 2006 13:46:33 -  1.2
@@ -1,12 +1,12 @@
 Package: proguard
-Version: 3.2
+Version: 3.6
 Revision: 1
 Description: Free Java class file shrinker and obfuscator
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n%v.tar.gz
-Source-MD5: 64b3c522f07aeb87d567663e0780c146
+Source-MD5: 289565d4532f11c521de4554ebd50459
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


[cvs] dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.3,1.4

2006-06-22 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18499/10.4/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.0.0

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- findbugs.info   28 Apr 2006 02:13:48 -  1.3
+++ findbugs.info   22 Jun 2006 07:53:14 -  1.4
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.7
+Version: 1.0.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 1f168e117d14c0d547554b0c0c986058
+Source-MD5: 8996cd377b5c3351912ea3d577b3c560
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,46 +36,74 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.6:
+Changes since verson 0.9.7:
 
- * performance improvements
- * ObjectType instances are cached to reduce memory footprint
- * for performance and memory reasons stateless detectors are no
-   longer cloned, must clear their own state between .class files
- * fixed bug in bytecode-set lookup for methods (was causing bad  
-   results for IS2, perhaps others)
- * fix some OpcodeStack bugs with integer and long operations,  
-   perform iterative analysis when effort is max
- * HTML output includes LongMessage text again (regression in  
-   0.95 - 0.96)
- * New detectors
-   o CalledMethods.java: builds a list of invoked methods for  
- other detectors to consult (non-reporting)
-   o UncallableMethodOfAnonymousClass.java: detect anonymous  
- inner classes that define methods that are probably intended
- to but do not override methods in a superclass.
- * Updated detectors
-   o FindFieldSelfAssignment.java: recognize separate fields  
- with the same name (one from superclass)
-   o FindLocalSelfAssignment2.java: handles backward branches  
- better (Dave Brosius)
-   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
- NP_NULL_INSTANCEOF
-   o FindPuzzlers.java: eliminate false positive on setDate()  
- (Dave Brosius)
- * Eclipse plugin
-   o fix serious threading bug
-   o preferences for Filters and effort (Peter Hendriks)
-   o French localization (David Cotton)
-   o fix bug when reporting inner classes (Peter Friese)
- * Updated test case files
-   o Mwn.java (Carl Burke/Dave Brosius)
-   o DumbMethodInvocations.java (Anto paul/Dave Brosius)
- * XML output includes garbage collection duration
- * French messages updated (David Cotton)
- * Swing GUI shows file name after Load Bugs command
- * Ant task to launch the findbugs frame (Mark McKay)
- * miscellaneous code cleanup
+* fix ObjectTypeFactory bug that was supressing some bugs
+* opcode stack may determine definite zeros on some paths
+* opcode stack can track some constant string concatenations (dbrosius)
+* default effort performs iterative opcode analysis (but min effort does
+  not)
+* default heap size upped to 384m
+* schema for XML output available: bugcollection.xsd
+* fixed some internal confusion between dotted and slashed class names
+* New detectors
+  o CheckImmutableAnnotation.java: checks JCIP annotations
+* Updated detectors
+  o BadRegEx.java: understands Pattern.LITERAL, warns about "."
+  o FindUnreleasedLock.java: fewer false positives
+  o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
+MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
+  o FindPuzzlers.java: detect n%2==1, detect toString() on array types
+  o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
+  o MethodReturnCheck.java: add check for discarded newly constructed
+values, increase priority of some ignored constructed exceptions,
+better handling of bytecode compiled by Eclipse
+  o FindEmptySynchronizedBlock.java: better handling of bytecode
+compiled by Eclipse
+  o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
+in doPriviledged, don't report private methods
+  o LoadOfKnownNullValue.java: fix bug that was reporting false
+positives on finally blocks
+  o CheckReturnAnnotationDatabase.java: better checks for unstarted
+threads
+  o Co

[cvs] dists/10.2/unstable/main/finkinfo/devel findbugs.info, 1.17, 1.18

2006-06-22 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18499/10.2/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.0.0

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- findbugs.info   28 Apr 2006 02:13:47 -  1.17
+++ findbugs.info   22 Jun 2006 07:53:15 -  1.18
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.7
+Version: 1.0.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 1f168e117d14c0d547554b0c0c986058
+Source-MD5: 8996cd377b5c3351912ea3d577b3c560
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,46 +36,74 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.6:
+Changes since verson 0.9.7:
 
- * performance improvements
- * ObjectType instances are cached to reduce memory footprint
- * for performance and memory reasons stateless detectors are no
-   longer cloned, must clear their own state between .class files
- * fixed bug in bytecode-set lookup for methods (was causing bad  
-   results for IS2, perhaps others)
- * fix some OpcodeStack bugs with integer and long operations,  
-   perform iterative analysis when effort is max
- * HTML output includes LongMessage text again (regression in  
-   0.95 - 0.96)
- * New detectors
-   o CalledMethods.java: builds a list of invoked methods for  
- other detectors to consult (non-reporting)
-   o UncallableMethodOfAnonymousClass.java: detect anonymous  
- inner classes that define methods that are probably intended
- to but do not override methods in a superclass.
- * Updated detectors
-   o FindFieldSelfAssignment.java: recognize separate fields  
- with the same name (one from superclass)
-   o FindLocalSelfAssignment2.java: handles backward branches  
- better (Dave Brosius)
-   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
- NP_NULL_INSTANCEOF
-   o FindPuzzlers.java: eliminate false positive on setDate()  
- (Dave Brosius)
- * Eclipse plugin
-   o fix serious threading bug
-   o preferences for Filters and effort (Peter Hendriks)
-   o French localization (David Cotton)
-   o fix bug when reporting inner classes (Peter Friese)
- * Updated test case files
-   o Mwn.java (Carl Burke/Dave Brosius)
-   o DumbMethodInvocations.java (Anto paul/Dave Brosius)
- * XML output includes garbage collection duration
- * French messages updated (David Cotton)
- * Swing GUI shows file name after Load Bugs command
- * Ant task to launch the findbugs frame (Mark McKay)
- * miscellaneous code cleanup
+* fix ObjectTypeFactory bug that was supressing some bugs
+* opcode stack may determine definite zeros on some paths
+* opcode stack can track some constant string concatenations (dbrosius)
+* default effort performs iterative opcode analysis (but min effort does
+  not)
+* default heap size upped to 384m
+* schema for XML output available: bugcollection.xsd
+* fixed some internal confusion between dotted and slashed class names
+* New detectors
+  o CheckImmutableAnnotation.java: checks JCIP annotations
+* Updated detectors
+  o BadRegEx.java: understands Pattern.LITERAL, warns about "."
+  o FindUnreleasedLock.java: fewer false positives
+  o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
+MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
+  o FindPuzzlers.java: detect n%2==1, detect toString() on array types
+  o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
+  o MethodReturnCheck.java: add check for discarded newly constructed
+values, increase priority of some ignored constructed exceptions,
+better handling of bytecode compiled by Eclipse
+  o FindEmptySynchronizedBlock.java: better handling of bytecode
+compiled by Eclipse
+  o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
+in doPriviledged, don't report private methods
+  o LoadOfKnownNullValue.java: fix bug that was reporting false
+positives on finally blocks
+  o CheckReturnAnnotationDatabase.java: better checks for unstarted
+threads
+  o Co

[cvs] dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info, 1.25, 1.26

2006-06-22 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18499/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.0.0

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- findbugs.info   28 Apr 2006 02:13:48 -  1.25
+++ findbugs.info   22 Jun 2006 07:53:15 -  1.26
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.7
+Version: 1.0.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 1f168e117d14c0d547554b0c0c986058
+Source-MD5: 8996cd377b5c3351912ea3d577b3c560
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,46 +36,74 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.6:
+Changes since verson 0.9.7:
 
- * performance improvements
- * ObjectType instances are cached to reduce memory footprint
- * for performance and memory reasons stateless detectors are no
-   longer cloned, must clear their own state between .class files
- * fixed bug in bytecode-set lookup for methods (was causing bad  
-   results for IS2, perhaps others)
- * fix some OpcodeStack bugs with integer and long operations,  
-   perform iterative analysis when effort is max
- * HTML output includes LongMessage text again (regression in  
-   0.95 - 0.96)
- * New detectors
-   o CalledMethods.java: builds a list of invoked methods for  
- other detectors to consult (non-reporting)
-   o UncallableMethodOfAnonymousClass.java: detect anonymous  
- inner classes that define methods that are probably intended
- to but do not override methods in a superclass.
- * Updated detectors
-   o FindFieldSelfAssignment.java: recognize separate fields  
- with the same name (one from superclass)
-   o FindLocalSelfAssignment2.java: handles backward branches  
- better (Dave Brosius)
-   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
- NP_NULL_INSTANCEOF
-   o FindPuzzlers.java: eliminate false positive on setDate()  
- (Dave Brosius)
- * Eclipse plugin
-   o fix serious threading bug
-   o preferences for Filters and effort (Peter Hendriks)
-   o French localization (David Cotton)
-   o fix bug when reporting inner classes (Peter Friese)
- * Updated test case files
-   o Mwn.java (Carl Burke/Dave Brosius)
-   o DumbMethodInvocations.java (Anto paul/Dave Brosius)
- * XML output includes garbage collection duration
- * French messages updated (David Cotton)
- * Swing GUI shows file name after Load Bugs command
- * Ant task to launch the findbugs frame (Mark McKay)
- * miscellaneous code cleanup
+* fix ObjectTypeFactory bug that was supressing some bugs
+* opcode stack may determine definite zeros on some paths
+* opcode stack can track some constant string concatenations (dbrosius)
+* default effort performs iterative opcode analysis (but min effort does
+  not)
+* default heap size upped to 384m
+* schema for XML output available: bugcollection.xsd
+* fixed some internal confusion between dotted and slashed class names
+* New detectors
+  o CheckImmutableAnnotation.java: checks JCIP annotations
+* Updated detectors
+  o BadRegEx.java: understands Pattern.LITERAL, warns about "."
+  o FindUnreleasedLock.java: fewer false positives
+  o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
+MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
+  o FindPuzzlers.java: detect n%2==1, detect toString() on array types
+  o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
+  o MethodReturnCheck.java: add check for discarded newly constructed
+values, increase priority of some ignored constructed exceptions,
+better handling of bytecode compiled by Eclipse
+  o FindEmptySynchronizedBlock.java: better handling of bytecode
+compiled by Eclipse
+  o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
+in doPriviledged, don't report private methods
+  o LoadOfKnownNullValue.java: fix bug that was reporting false
+positives on finally blocks
+  o CheckReturnAnnotationDatabase.java: better checks for u

[cvs] dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info, 1.8, 1.9

2006-06-22 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18499/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.0.0

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- findbugs.info   28 Apr 2006 02:13:48 -  1.8
+++ findbugs.info   22 Jun 2006 07:53:15 -  1.9
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.7
+Version: 1.0.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 1f168e117d14c0d547554b0c0c986058
+Source-MD5: 8996cd377b5c3351912ea3d577b3c560
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,46 +36,74 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.6:
+Changes since verson 0.9.7:
 
- * performance improvements
- * ObjectType instances are cached to reduce memory footprint
- * for performance and memory reasons stateless detectors are no
-   longer cloned, must clear their own state between .class files
- * fixed bug in bytecode-set lookup for methods (was causing bad  
-   results for IS2, perhaps others)
- * fix some OpcodeStack bugs with integer and long operations,  
-   perform iterative analysis when effort is max
- * HTML output includes LongMessage text again (regression in  
-   0.95 - 0.96)
- * New detectors
-   o CalledMethods.java: builds a list of invoked methods for  
- other detectors to consult (non-reporting)
-   o UncallableMethodOfAnonymousClass.java: detect anonymous  
- inner classes that define methods that are probably intended
- to but do not override methods in a superclass.
- * Updated detectors
-   o FindFieldSelfAssignment.java: recognize separate fields  
- with the same name (one from superclass)
-   o FindLocalSelfAssignment2.java: handles backward branches  
- better (Dave Brosius)
-   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
- NP_NULL_INSTANCEOF
-   o FindPuzzlers.java: eliminate false positive on setDate()  
- (Dave Brosius)
- * Eclipse plugin
-   o fix serious threading bug
-   o preferences for Filters and effort (Peter Hendriks)
-   o French localization (David Cotton)
-   o fix bug when reporting inner classes (Peter Friese)
- * Updated test case files
-   o Mwn.java (Carl Burke/Dave Brosius)
-   o DumbMethodInvocations.java (Anto paul/Dave Brosius)
- * XML output includes garbage collection duration
- * French messages updated (David Cotton)
- * Swing GUI shows file name after Load Bugs command
- * Ant task to launch the findbugs frame (Mark McKay)
- * miscellaneous code cleanup
+* fix ObjectTypeFactory bug that was supressing some bugs
+* opcode stack may determine definite zeros on some paths
+* opcode stack can track some constant string concatenations (dbrosius)
+* default effort performs iterative opcode analysis (but min effort does
+  not)
+* default heap size upped to 384m
+* schema for XML output available: bugcollection.xsd
+* fixed some internal confusion between dotted and slashed class names
+* New detectors
+  o CheckImmutableAnnotation.java: checks JCIP annotations
+* Updated detectors
+  o BadRegEx.java: understands Pattern.LITERAL, warns about "."
+  o FindUnreleasedLock.java: fewer false positives
+  o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
+MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
+  o FindPuzzlers.java: detect n%2==1, detect toString() on array types
+  o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
+  o MethodReturnCheck.java: add check for discarded newly constructed
+values, increase priority of some ignored constructed exceptions,
+better handling of bytecode compiled by Eclipse
+  o FindEmptySynchronizedBlock.java: better handling of bytecode
+compiled by Eclipse
+  o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
+in doPriviledged, don't report private methods
+  o LoadOfKnownNullValue.java: fix bug that was reporting false
+positives on finally blocks
+  o CheckReturnAnnotationDatabase.java: better checks for u

[cvs] dists/10.3/unstable/main/finkinfo/devel findbugs.info, 1.23, 1.24

2006-06-22 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv18499/10.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 1.0.0

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- findbugs.info   28 Apr 2006 02:13:48 -  1.23
+++ findbugs.info   22 Jun 2006 07:53:15 -  1.24
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.7
+Version: 1.0.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 1f168e117d14c0d547554b0c0c986058
+Source-MD5: 8996cd377b5c3351912ea3d577b3c560
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,46 +36,74 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.6:
+Changes since verson 0.9.7:
 
- * performance improvements
- * ObjectType instances are cached to reduce memory footprint
- * for performance and memory reasons stateless detectors are no
-   longer cloned, must clear their own state between .class files
- * fixed bug in bytecode-set lookup for methods (was causing bad  
-   results for IS2, perhaps others)
- * fix some OpcodeStack bugs with integer and long operations,  
-   perform iterative analysis when effort is max
- * HTML output includes LongMessage text again (regression in  
-   0.95 - 0.96)
- * New detectors
-   o CalledMethods.java: builds a list of invoked methods for  
- other detectors to consult (non-reporting)
-   o UncallableMethodOfAnonymousClass.java: detect anonymous  
- inner classes that define methods that are probably intended
- to but do not override methods in a superclass.
- * Updated detectors
-   o FindFieldSelfAssignment.java: recognize separate fields  
- with the same name (one from superclass)
-   o FindLocalSelfAssignment2.java: handles backward branches  
- better (Dave Brosius)
-   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
- NP_NULL_INSTANCEOF
-   o FindPuzzlers.java: eliminate false positive on setDate()  
- (Dave Brosius)
- * Eclipse plugin
-   o fix serious threading bug
-   o preferences for Filters and effort (Peter Hendriks)
-   o French localization (David Cotton)
-   o fix bug when reporting inner classes (Peter Friese)
- * Updated test case files
-   o Mwn.java (Carl Burke/Dave Brosius)
-   o DumbMethodInvocations.java (Anto paul/Dave Brosius)
- * XML output includes garbage collection duration
- * French messages updated (David Cotton)
- * Swing GUI shows file name after Load Bugs command
- * Ant task to launch the findbugs frame (Mark McKay)
- * miscellaneous code cleanup
+* fix ObjectTypeFactory bug that was supressing some bugs
+* opcode stack may determine definite zeros on some paths
+* opcode stack can track some constant string concatenations (dbrosius)
+* default effort performs iterative opcode analysis (but min effort does
+  not)
+* default heap size upped to 384m
+* schema for XML output available: bugcollection.xsd
+* fixed some internal confusion between dotted and slashed class names
+* New detectors
+  o CheckImmutableAnnotation.java: checks JCIP annotations
+* Updated detectors
+  o BadRegEx.java: understands Pattern.LITERAL, warns about "."
+  o FindUnreleasedLock.java: fewer false positives
+  o DumbMethods.java: check for vacuous comparisons to MAX_INTEGER or
+MIN_INTEGER, fix bugs detecting DM_NEXTINT_VIA_NEXTDOUBLE
+  o FindPuzzlers.java: detect n%2==1, detect toString() on array types
+  o FindInconsistentSync2.java: detects IS_FIELD_NOT_GUARDED
+  o MethodReturnCheck.java: add check for discarded newly constructed
+values, increase priority of some ignored constructed exceptions,
+better handling of bytecode compiled by Eclipse
+  o FindEmptySynchronizedBlock.java: better handling of bytecode
+compiled by Eclipse
+  o DoInsideDoPriviledged.java: warn if call to setAccessible isn't
+in doPriviledged, don't report private methods
+  o LoadOfKnownNullValue.java: fix bug that was reporting false
+positives on finally blocks
+  o CheckReturnAnnotationDatabase.java: better checks for unstarted
+threads
+  o Co

dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info,1.7,1.8

2006-04-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23047/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.7

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- findbugs.info   27 Mar 2006 02:12:15 -  1.7
+++ findbugs.info   28 Apr 2006 02:13:48 -  1.8
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.6
+Version: 0.9.7
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
+Source-MD5: 1f168e117d14c0d547554b0c0c986058
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,65 +36,46 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.5:
+Changes since verson 0.9.6:
 
+ * performance improvements
+ * ObjectType instances are cached to reduce memory footprint
+ * for performance and memory reasons stateless detectors are no
+   longer cloned, must clear their own state between .class files
+ * fixed bug in bytecode-set lookup for methods (was causing bad  
+   results for IS2, perhaps others)
+ * fix some OpcodeStack bugs with integer and long operations,  
+   perform iterative analysis when effort is max
+ * HTML output includes LongMessage text again (regression in  
+   0.95 - 0.96)
+ * New detectors
+   o CalledMethods.java: builds a list of invoked methods for  
+ other detectors to consult (non-reporting)
+   o UncallableMethodOfAnonymousClass.java: detect anonymous  
+ inner classes that define methods that are probably intended
+ to but do not override methods in a superclass.
  * Updated detectors
-   o FindNullDeref.java: respect NonNull and CheckForNull
- field annotations
-   o SerializableIdiom.java: detect non-private readObject
- and writeObject methods
-   o FindRefComparison.java: smarter array comparison detection
-   o IsNullValueAnalysis.java: dectect null instanceof
-   o FindLocalSelfAssignment2.java: suppress some false
- positives (Dave Brosius)
-   o FindUnreleasedLock.java: don't waste time processing
- classes that don't refer to java.util.concurrent.locks
-   o MutableStaticFields.java: report the source line (Dave
- Brosius)
-   o SwitchFallthrough.java: better handling of System.exit()
+   o FindFieldSelfAssignment.java: recognize separate fields  
+ with the same name (one from superclass)
+   o FindLocalSelfAssignment2.java: handles backward branches  
+ better (Dave Brosius)
+   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
+ NP_NULL_INSTANCEOF
+   o FindPuzzlers.java: eliminate false positive on setDate()  
  (Dave Brosius)
-   o MultithreadedInstanceAccess.java: better handling of
- Servlet.init() (Dave Brosius)
-   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
  * Eclipse plugin
-   o background processing (Peter Friese)
-   o internationalization, Japanese localization (Takashi
- Okamoto)
- * findbugs -onlyAnalyze option now works on windows platforms
- * mineBugHistory -noTabs option for better alignment of output
-   columns
- * filterBugs -fixed option (also: will now recognize the most
-   recent version string)
- * XML output includes running time and memory usage data
- * miscellaneous minor corrections to the manual
- * better bytecode analysis of the iinc instruction
- * fix bug in null pointer analysis
- * improved catch block heuristics
- * some type analysis tweaks
- * Bug priority changes
-   o DumbMethodInvocations.java: decrease priority of hard-
- coded /tmp filenames
-   o ComparatorIdiom.java: decrease priority of non-
- serializable anonymous comparators
-   o FindSqlInjection.java: decrease priority of appending a
- constant or a static
- * Updated bug explanations
-   o NM_VERY_CONFUSING (Dave Brosius)
+   o fix serious threading bug
+   o preferences for Filters and effort (Peter Hendriks)
+   o French localization (David Cotton)
+   o fix bug when reporting inner classes (Peter Friese)
  * Updat

dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.16,1.17

2006-04-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23047/10.2/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.7

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- findbugs.info   27 Mar 2006 02:12:15 -  1.16
+++ findbugs.info   28 Apr 2006 02:13:47 -  1.17
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.6
+Version: 0.9.7
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
+Source-MD5: 1f168e117d14c0d547554b0c0c986058
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,65 +36,46 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.5:
+Changes since verson 0.9.6:
 
+ * performance improvements
+ * ObjectType instances are cached to reduce memory footprint
+ * for performance and memory reasons stateless detectors are no
+   longer cloned, must clear their own state between .class files
+ * fixed bug in bytecode-set lookup for methods (was causing bad  
+   results for IS2, perhaps others)
+ * fix some OpcodeStack bugs with integer and long operations,  
+   perform iterative analysis when effort is max
+ * HTML output includes LongMessage text again (regression in  
+   0.95 - 0.96)
+ * New detectors
+   o CalledMethods.java: builds a list of invoked methods for  
+ other detectors to consult (non-reporting)
+   o UncallableMethodOfAnonymousClass.java: detect anonymous  
+ inner classes that define methods that are probably intended
+ to but do not override methods in a superclass.
  * Updated detectors
-   o FindNullDeref.java: respect NonNull and CheckForNull
- field annotations
-   o SerializableIdiom.java: detect non-private readObject
- and writeObject methods
-   o FindRefComparison.java: smarter array comparison detection
-   o IsNullValueAnalysis.java: dectect null instanceof
-   o FindLocalSelfAssignment2.java: suppress some false
- positives (Dave Brosius)
-   o FindUnreleasedLock.java: don't waste time processing
- classes that don't refer to java.util.concurrent.locks
-   o MutableStaticFields.java: report the source line (Dave
- Brosius)
-   o SwitchFallthrough.java: better handling of System.exit()
+   o FindFieldSelfAssignment.java: recognize separate fields  
+ with the same name (one from superclass)
+   o FindLocalSelfAssignment2.java: handles backward branches  
+ better (Dave Brosius)
+   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
+ NP_NULL_INSTANCEOF
+   o FindPuzzlers.java: eliminate false positive on setDate()  
  (Dave Brosius)
-   o MultithreadedInstanceAccess.java: better handling of
- Servlet.init() (Dave Brosius)
-   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
  * Eclipse plugin
-   o background processing (Peter Friese)
-   o internationalization, Japanese localization (Takashi
- Okamoto)
- * findbugs -onlyAnalyze option now works on windows platforms
- * mineBugHistory -noTabs option for better alignment of output
-   columns
- * filterBugs -fixed option (also: will now recognize the most
-   recent version string)
- * XML output includes running time and memory usage data
- * miscellaneous minor corrections to the manual
- * better bytecode analysis of the iinc instruction
- * fix bug in null pointer analysis
- * improved catch block heuristics
- * some type analysis tweaks
- * Bug priority changes
-   o DumbMethodInvocations.java: decrease priority of hard-
- coded /tmp filenames
-   o ComparatorIdiom.java: decrease priority of non-
- serializable anonymous comparators
-   o FindSqlInjection.java: decrease priority of appending a
- constant or a static
- * Updated bug explanations
-   o NM_VERY_CONFUSING (Dave Brosius)
+   o fix serious threading bug
+   o preferences for Filters and effort (Peter Hendriks)
+   o French localization (David Cotton)
+   o fix bug when reporting inner classes (Peter Friese)
  * Updated test case files
-   o BadStoreOfNonSeria

dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.24,1.25

2006-04-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23047/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.7

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- findbugs.info   27 Mar 2006 02:12:15 -  1.24
+++ findbugs.info   28 Apr 2006 02:13:48 -  1.25
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.6
+Version: 0.9.7
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
+Source-MD5: 1f168e117d14c0d547554b0c0c986058
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,65 +36,46 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.5:
+Changes since verson 0.9.6:
 
+ * performance improvements
+ * ObjectType instances are cached to reduce memory footprint
+ * for performance and memory reasons stateless detectors are no
+   longer cloned, must clear their own state between .class files
+ * fixed bug in bytecode-set lookup for methods (was causing bad  
+   results for IS2, perhaps others)
+ * fix some OpcodeStack bugs with integer and long operations,  
+   perform iterative analysis when effort is max
+ * HTML output includes LongMessage text again (regression in  
+   0.95 - 0.96)
+ * New detectors
+   o CalledMethods.java: builds a list of invoked methods for  
+ other detectors to consult (non-reporting)
+   o UncallableMethodOfAnonymousClass.java: detect anonymous  
+ inner classes that define methods that are probably intended
+ to but do not override methods in a superclass.
  * Updated detectors
-   o FindNullDeref.java: respect NonNull and CheckForNull
- field annotations
-   o SerializableIdiom.java: detect non-private readObject
- and writeObject methods
-   o FindRefComparison.java: smarter array comparison detection
-   o IsNullValueAnalysis.java: dectect null instanceof
-   o FindLocalSelfAssignment2.java: suppress some false
- positives (Dave Brosius)
-   o FindUnreleasedLock.java: don't waste time processing
- classes that don't refer to java.util.concurrent.locks
-   o MutableStaticFields.java: report the source line (Dave
- Brosius)
-   o SwitchFallthrough.java: better handling of System.exit()
+   o FindFieldSelfAssignment.java: recognize separate fields  
+ with the same name (one from superclass)
+   o FindLocalSelfAssignment2.java: handles backward branches  
+ better (Dave Brosius)
+   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
+ NP_NULL_INSTANCEOF
+   o FindPuzzlers.java: eliminate false positive on setDate()  
  (Dave Brosius)
-   o MultithreadedInstanceAccess.java: better handling of
- Servlet.init() (Dave Brosius)
-   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
  * Eclipse plugin
-   o background processing (Peter Friese)
-   o internationalization, Japanese localization (Takashi
- Okamoto)
- * findbugs -onlyAnalyze option now works on windows platforms
- * mineBugHistory -noTabs option for better alignment of output
-   columns
- * filterBugs -fixed option (also: will now recognize the most
-   recent version string)
- * XML output includes running time and memory usage data
- * miscellaneous minor corrections to the manual
- * better bytecode analysis of the iinc instruction
- * fix bug in null pointer analysis
- * improved catch block heuristics
- * some type analysis tweaks
- * Bug priority changes
-   o DumbMethodInvocations.java: decrease priority of hard-
- coded /tmp filenames
-   o ComparatorIdiom.java: decrease priority of non-
- serializable anonymous comparators
-   o FindSqlInjection.java: decrease priority of appending a
- constant or a static
- * Updated bug explanations
-   o NM_VERY_CONFUSING (Dave Brosius)
+   o fix serious threading bug
+   o preferences for Filters and effort (Peter Hendriks)
+   o French localization (David Cotton)
+   o fix bug when reporting inner classes (Peter Friese)
  * Updated test case files
-   o BadS

dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.22,1.23

2006-04-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23047/10.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.7

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- findbugs.info   27 Mar 2006 02:12:15 -  1.22
+++ findbugs.info   28 Apr 2006 02:13:48 -  1.23
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.6
+Version: 0.9.7
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
+Source-MD5: 1f168e117d14c0d547554b0c0c986058
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,65 +36,46 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.5:
+Changes since verson 0.9.6:
 
+ * performance improvements
+ * ObjectType instances are cached to reduce memory footprint
+ * for performance and memory reasons stateless detectors are no
+   longer cloned, must clear their own state between .class files
+ * fixed bug in bytecode-set lookup for methods (was causing bad  
+   results for IS2, perhaps others)
+ * fix some OpcodeStack bugs with integer and long operations,  
+   perform iterative analysis when effort is max
+ * HTML output includes LongMessage text again (regression in  
+   0.95 - 0.96)
+ * New detectors
+   o CalledMethods.java: builds a list of invoked methods for  
+ other detectors to consult (non-reporting)
+   o UncallableMethodOfAnonymousClass.java: detect anonymous  
+ inner classes that define methods that are probably intended
+ to but do not override methods in a superclass.
  * Updated detectors
-   o FindNullDeref.java: respect NonNull and CheckForNull
- field annotations
-   o SerializableIdiom.java: detect non-private readObject
- and writeObject methods
-   o FindRefComparison.java: smarter array comparison detection
-   o IsNullValueAnalysis.java: dectect null instanceof
-   o FindLocalSelfAssignment2.java: suppress some false
- positives (Dave Brosius)
-   o FindUnreleasedLock.java: don't waste time processing
- classes that don't refer to java.util.concurrent.locks
-   o MutableStaticFields.java: report the source line (Dave
- Brosius)
-   o SwitchFallthrough.java: better handling of System.exit()
+   o FindFieldSelfAssignment.java: recognize separate fields  
+ with the same name (one from superclass)
+   o FindLocalSelfAssignment2.java: handles backward branches  
+ better (Dave Brosius)
+   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
+ NP_NULL_INSTANCEOF
+   o FindPuzzlers.java: eliminate false positive on setDate()  
  (Dave Brosius)
-   o MultithreadedInstanceAccess.java: better handling of
- Servlet.init() (Dave Brosius)
-   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
  * Eclipse plugin
-   o background processing (Peter Friese)
-   o internationalization, Japanese localization (Takashi
- Okamoto)
- * findbugs -onlyAnalyze option now works on windows platforms
- * mineBugHistory -noTabs option for better alignment of output
-   columns
- * filterBugs -fixed option (also: will now recognize the most
-   recent version string)
- * XML output includes running time and memory usage data
- * miscellaneous minor corrections to the manual
- * better bytecode analysis of the iinc instruction
- * fix bug in null pointer analysis
- * improved catch block heuristics
- * some type analysis tweaks
- * Bug priority changes
-   o DumbMethodInvocations.java: decrease priority of hard-
- coded /tmp filenames
-   o ComparatorIdiom.java: decrease priority of non-
- serializable anonymous comparators
-   o FindSqlInjection.java: decrease priority of appending a
- constant or a static
- * Updated bug explanations
-   o NM_VERY_CONFUSING (Dave Brosius)
+   o fix serious threading bug
+   o preferences for Filters and effort (Peter Hendriks)
+   o French localization (David Cotton)
+   o fix bug when reporting inner classes (Peter Friese)
  * Updated test case files
-   o BadStoreOfNonSeria

dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.2,1.3

2006-04-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23047/10.4/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.7

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- findbugs.info   27 Mar 2006 01:59:50 -  1.2
+++ findbugs.info   28 Apr 2006 02:13:48 -  1.3
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.6
+Version: 0.9.7
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
+Source-MD5: 1f168e117d14c0d547554b0c0c986058
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,65 +36,46 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.5:
+Changes since verson 0.9.6:
 
+ * performance improvements
+ * ObjectType instances are cached to reduce memory footprint
+ * for performance and memory reasons stateless detectors are no
+   longer cloned, must clear their own state between .class files
+ * fixed bug in bytecode-set lookup for methods (was causing bad  
+   results for IS2, perhaps others)
+ * fix some OpcodeStack bugs with integer and long operations,  
+   perform iterative analysis when effort is max
+ * HTML output includes LongMessage text again (regression in  
+   0.95 - 0.96)
+ * New detectors
+   o CalledMethods.java: builds a list of invoked methods for  
+ other detectors to consult (non-reporting)
+   o UncallableMethodOfAnonymousClass.java: detect anonymous  
+ inner classes that define methods that are probably intended
+ to but do not override methods in a superclass.
  * Updated detectors
-   o FindNullDeref.java: respect NonNull and CheckForNull
- field annotations
-   o SerializableIdiom.java: detect non-private readObject
- and writeObject methods
-   o FindRefComparison.java: smarter array comparison detection
-   o IsNullValueAnalysis.java: dectect null instanceof
-   o FindLocalSelfAssignment2.java: suppress some false
- positives (Dave Brosius)
-   o FindUnreleasedLock.java: don't waste time processing
- classes that don't refer to java.util.concurrent.locks
-   o MutableStaticFields.java: report the source line (Dave
- Brosius)
-   o SwitchFallthrough.java: better handling of System.exit()
+   o FindFieldSelfAssignment.java: recognize separate fields  
+ with the same name (one from superclass)
+   o FindLocalSelfAssignment2.java: handles backward branches  
+ better (Dave Brosius)
+   o FindBadCast2.java: BC_NULL_INSTANCEOF changed to  
+ NP_NULL_INSTANCEOF
+   o FindPuzzlers.java: eliminate false positive on setDate()  
  (Dave Brosius)
-   o MultithreadedInstanceAccess.java: better handling of
- Servlet.init() (Dave Brosius)
-   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
  * Eclipse plugin
-   o background processing (Peter Friese)
-   o internationalization, Japanese localization (Takashi
- Okamoto)
- * findbugs -onlyAnalyze option now works on windows platforms
- * mineBugHistory -noTabs option for better alignment of output
-   columns
- * filterBugs -fixed option (also: will now recognize the most
-   recent version string)
- * XML output includes running time and memory usage data
- * miscellaneous minor corrections to the manual
- * better bytecode analysis of the iinc instruction
- * fix bug in null pointer analysis
- * improved catch block heuristics
- * some type analysis tweaks
- * Bug priority changes
-   o DumbMethodInvocations.java: decrease priority of hard-
- coded /tmp filenames
-   o ComparatorIdiom.java: decrease priority of non-
- serializable anonymous comparators
-   o FindSqlInjection.java: decrease priority of appending a
- constant or a static
- * Updated bug explanations
-   o NM_VERY_CONFUSING (Dave Brosius)
+   o fix serious threading bug
+   o preferences for Filters and effort (Peter Hendriks)
+   o French localization (David Cotton)
+   o fix bug when reporting inner classes (Peter Friese)
  * Updated test case files
-   o BadStoreOfNonSerializableObject.java

dists/10.3/unstable/main/finkinfo/editors python-mode.info,1.3,1.4 python-mode.patch,1.2,1.3

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15114/10.3/unstable/main/finkinfo/editors

Modified Files:
python-mode.info python-mode.patch 
Log Message:
Don't install for emacs20, ansi-color is missing

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python-mode.info23 Apr 2006 08:11:17 -  1.3
+++ python-mode.info23 Apr 2006 10:04:36 -  1.4
@@ -1,7 +1,7 @@
 Package: python-mode
 Epoch: 1
 Version: 1.0
-Revision: 1
+Revision: 2
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen-common
 Recommends: emacsen, python
@@ -47,4 +47,7 @@
 The python-mode tarball now contains doctest-mode and pycomplete
 I have left these out of this package for now. If anyone wants them,
 let me know
+
+emacs20 is not supported since it relies on ansi-color which
+is missing
 <<

Index: python-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/python-mode.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.patch   8 Jan 2004 02:17:01 -   1.2
+++ python-mode.patch   23 Apr 2006 10:04:36 -  1.3
@@ -1,7 +1,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-install 
python-mode-4.35.fink/fink/emacsen-install
 --- python-mode-4.35/fink/emacsen-install  Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-install Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,40 @@
+@@ -0,0 +1,46 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -13,6 +13,12 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++# fails to compile with emacs20 because of missing ansi-color
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +FLAVORTEST=`echo $FLAVOR | cut -c-6`
 +if [ ${FLAVORTEST} = xemacs ] ; then
 +SITEFLAG="-no-site-file"
@@ -45,7 +51,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-remove 
python-mode-4.35.fink/fink/emacsen-remove
 --- python-mode-4.35/fink/emacsen-remove   Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-remove  Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,21 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -58,6 +64,11 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/editors python-mode.info,1.2,1.3 python-mode.patch,1.1,1.2

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15114/10.4-transitional/unstable/main/finkinfo/editors

Modified Files:
python-mode.info python-mode.patch 
Log Message:
Don't install for emacs20, ansi-color is missing

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.info23 Apr 2006 08:11:17 -  1.2
+++ python-mode.info23 Apr 2006 10:04:36 -  1.3
@@ -1,7 +1,7 @@
 Package: python-mode
 Epoch: 1
 Version: 1.0
-Revision: 1
+Revision: 2
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen-common
 Recommends: emacsen, python
@@ -47,4 +47,7 @@
 The python-mode tarball now contains doctest-mode and pycomplete
 I have left these out of this package for now. If anyone wants them,
 let me know
+
+emacs20 is not supported since it relies on ansi-color which
+is missing
 <<

Index: python-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/python-mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python-mode.patch   27 Apr 2005 03:25:39 -  1.1
+++ python-mode.patch   23 Apr 2006 10:04:36 -  1.2
@@ -1,7 +1,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-install 
python-mode-4.35.fink/fink/emacsen-install
 --- python-mode-4.35/fink/emacsen-install  Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-install Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,40 @@
+@@ -0,0 +1,46 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -13,6 +13,12 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++# fails to compile with emacs20 because of missing ansi-color
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +FLAVORTEST=`echo $FLAVOR | cut -c-6`
 +if [ ${FLAVORTEST} = xemacs ] ; then
 +SITEFLAG="-no-site-file"
@@ -45,7 +51,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-remove 
python-mode-4.35.fink/fink/emacsen-remove
 --- python-mode-4.35/fink/emacsen-remove   Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-remove  Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,21 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -58,6 +64,11 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2/unstable/main/finkinfo/editors python-mode.info,1.2,1.3 python-mode.patch,1.2,1.3

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15114/10.2/unstable/main/finkinfo/editors

Modified Files:
python-mode.info python-mode.patch 
Log Message:
Don't install for emacs20, ansi-color is missing

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.info23 Apr 2006 08:11:17 -  1.2
+++ python-mode.info23 Apr 2006 10:04:36 -  1.3
@@ -1,7 +1,7 @@
 Package: python-mode
 Epoch: 1
 Version: 1.0
-Revision: 1
+Revision: 2
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen-common
 Recommends: emacsen, python
@@ -47,4 +47,7 @@
 The python-mode tarball now contains doctest-mode and pycomplete
 I have left these out of this package for now. If anyone wants them,
 let me know
+
+emacs20 is not supported since it relies on ansi-color which
+is missing
 <<

Index: python-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors/python-mode.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.patch   8 Jan 2004 02:17:50 -   1.2
+++ python-mode.patch   23 Apr 2006 10:04:36 -  1.3
@@ -1,7 +1,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-install 
python-mode-4.35.fink/fink/emacsen-install
 --- python-mode-4.35/fink/emacsen-install  Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-install Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,40 @@
+@@ -0,0 +1,46 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -13,6 +13,12 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++# fails to compile with emacs20 because of missing ansi-color
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +FLAVORTEST=`echo $FLAVOR | cut -c-6`
 +if [ ${FLAVORTEST} = xemacs ] ; then
 +SITEFLAG="-no-site-file"
@@ -45,7 +51,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-remove 
python-mode-4.35.fink/fink/emacsen-remove
 --- python-mode-4.35/fink/emacsen-remove   Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-remove  Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,21 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -58,6 +64,11 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/editors python-mode.info,1.3,1.4 python-mode.patch,1.3,1.4

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15114/10.2-gcc3.3/unstable/main/finkinfo/editors

Modified Files:
python-mode.info python-mode.patch 
Log Message:
Don't install for emacs20, ansi-color is missing

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python-mode.info23 Apr 2006 08:11:17 -  1.3
+++ python-mode.info23 Apr 2006 10:04:36 -  1.4
@@ -1,7 +1,7 @@
 Package: python-mode
 Epoch: 1
 Version: 1.0
-Revision: 1
+Revision: 2
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen-common
 Recommends: emacsen, python
@@ -47,4 +47,7 @@
 The python-mode tarball now contains doctest-mode and pycomplete
 I have left these out of this package for now. If anyone wants them,
 let me know
+
+emacs20 is not supported since it relies on ansi-color which
+is missing
 <<

Index: python-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors/python-mode.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- python-mode.patch   8 Jan 2004 02:17:36 -   1.3
+++ python-mode.patch   23 Apr 2006 10:04:36 -  1.4
@@ -1,7 +1,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-install 
python-mode-4.35.fink/fink/emacsen-install
 --- python-mode-4.35/fink/emacsen-install  Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-install Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,40 @@
+@@ -0,0 +1,46 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -13,6 +13,12 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++# fails to compile with emacs20 because of missing ansi-color
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +FLAVORTEST=`echo $FLAVOR | cut -c-6`
 +if [ ${FLAVORTEST} = xemacs ] ; then
 +SITEFLAG="-no-site-file"
@@ -45,7 +51,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-remove 
python-mode-4.35.fink/fink/emacsen-remove
 --- python-mode-4.35/fink/emacsen-remove   Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-remove  Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,21 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -58,6 +64,11 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/editors python-mode.info,1.2,1.3 python-mode.patch,1.1,1.2

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15114/10.4/unstable/main/finkinfo/editors

Modified Files:
python-mode.info python-mode.patch 
Log Message:
Don't install for emacs20, ansi-color is missing

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.info23 Apr 2006 08:11:17 -  1.2
+++ python-mode.info23 Apr 2006 10:04:36 -  1.3
@@ -1,7 +1,7 @@
 Package: python-mode
 Epoch: 1
 Version: 1.0
-Revision: 1
+Revision: 2
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen-common
 Recommends: emacsen, python
@@ -47,4 +47,7 @@
 The python-mode tarball now contains doctest-mode and pycomplete
 I have left these out of this package for now. If anyone wants them,
 let me know
+
+emacs20 is not supported since it relies on ansi-color which
+is missing
 <<

Index: python-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/python-mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python-mode.patch   20 Jan 2006 20:23:13 -  1.1
+++ python-mode.patch   23 Apr 2006 10:04:36 -  1.2
@@ -1,7 +1,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-install 
python-mode-4.35.fink/fink/emacsen-install
 --- python-mode-4.35/fink/emacsen-install  Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-install Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,40 @@
+@@ -0,0 +1,46 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -13,6 +13,12 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++# fails to compile with emacs20 because of missing ansi-color
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +FLAVORTEST=`echo $FLAVOR | cut -c-6`
 +if [ ${FLAVORTEST} = xemacs ] ; then
 +SITEFLAG="-no-site-file"
@@ -45,7 +51,7 @@
 diff -Naur python-mode-4.35/fink/emacsen-remove 
python-mode-4.35.fink/fink/emacsen-remove
 --- python-mode-4.35/fink/emacsen-remove   Thu Jan  1 10:00:00 1970
 +++ python-mode-4.35.fink/fink/emacsen-remove  Mon Jul 28 18:05:02 2003
-@@ -0,0 +1,16 @@
+@@ -0,0 +1,21 @@
 +#! /bin/sh -e
 +
 +FLAVOR=$1
@@ -58,6 +64,11 @@
 +exit 0
 +fi
 +
++if [ ${FLAVOR} == emacs20 ]; then
++echo install/${PACKAGE}: emacs20 not supported - skipping
++exit 0
++fi
++
 +echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
 +rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/editors python-mode.info,1.2,1.3

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131/10.2-gcc3.3/unstable/main/finkinfo/editors

Modified Files:
python-mode.info 
Log Message:
New upstream version

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.info13 Oct 2003 21:34:55 -  1.2
+++ python-mode.info23 Apr 2006 08:11:17 -  1.3
@@ -1,25 +1,25 @@
 Package: python-mode
-Version: 4.35
+Epoch: 1
+Version: 1.0
 Revision: 1
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-BuildDepends: dlcompat-dev
-Depends: emacsen
-Recommends: python
+Depends: emacsen-common
+Recommends: emacsen, python
 Description: Emacs - python edit mode
 License: OSI-Approved
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 88a419b74ff22d9210cf58101ed104e6
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 57fde95d350e010b5a00d98b8ce4a066
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- head -18 python-mode.el >LICENSE
+ head -n 20 python-mode.el >LICENSE
 <<
-CompileScript: echo "No compile needed."
+CompileScript: /usr/bin/true
 InstallScript: <<
  install -m 755 -d %i/etc/emacs/site-start.d
  install -m 644 fink/emacsen-startup %i/etc/emacs/site-start.d/50%n.el
 
  install -m 755 -d %i/share/emacs/site-lisp/%n
- install -m 644 *.el %i/share/emacs/site-lisp/%n
+ install -m 644 %n.el %i/share/emacs/site-lisp/%n
 
  install -m 755 -d %i/lib/emacsen-common/packages/install
  install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
@@ -31,17 +31,20 @@
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove  %n
 DocFiles: LICENSE
 DescDetail: <<
-This is a major mode for editing Python programs.  It was developed
-by Tim Peters after an original idea by Michael A. Guravage.  Tim
-subsequently left the net; in 1995, Barry Warsaw inherited the mode
-and is the current maintainer.  Tim's now back but disavows all
-responsibility for the mode.  Smart Tim :-)
+This is a major mode for editing Python programs.  It was developed by Tim
+Peters after an original idea by Michael A. Guravage.  Tim subsequently
+left the net and in 1995, Barry Warsaw inherited the mode.  Tim's now back
+but disavows all responsibility for the mode.  In fact, we suspect he
+doesn't even use Emacs any more.  In 2003, python-mode.el was moved to its
+own SourceForge project apart from the Python project, and now is
+maintained by the volunteers at the python-mode@python.org mailing list.
 <<
 DescUsage: <<
 When in a Python mode buffer, do a C-h m for help.
 <<
 Homepage: http://www.python.org/emacs/python-mode/
 DescPackaging: <<
-During byte compilation of python-mode.el, there are a few errors. They
-don't seem to be harmful, I've asked the python-mode maintainer about them.
-<<
\ No newline at end of file
+The python-mode tarball now contains doctest-mode and pycomplete
+I have left these out of this package for now. If anyone wants them,
+let me know
+<<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors python-mode.info,1.2,1.3

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131/10.3/unstable/main/finkinfo/editors

Modified Files:
python-mode.info 
Log Message:
New upstream version

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- python-mode.info7 Jan 2005 03:24:22 -   1.2
+++ python-mode.info23 Apr 2006 08:11:17 -  1.3
@@ -1,24 +1,25 @@
 Package: python-mode
-Version: 4.35
-Revision: 11
+Epoch: 1
+Version: 1.0
+Revision: 1
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: emacsen
-Recommends: python
+Depends: emacsen-common
+Recommends: emacsen, python
 Description: Emacs - python edit mode
 License: OSI-Approved
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 88a419b74ff22d9210cf58101ed104e6
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 57fde95d350e010b5a00d98b8ce4a066
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- head -n 18 python-mode.el >LICENSE
+ head -n 20 python-mode.el >LICENSE
 <<
-CompileScript: echo "No compile needed."
+CompileScript: /usr/bin/true
 InstallScript: <<
  install -m 755 -d %i/etc/emacs/site-start.d
  install -m 644 fink/emacsen-startup %i/etc/emacs/site-start.d/50%n.el
 
  install -m 755 -d %i/share/emacs/site-lisp/%n
- install -m 644 *.el %i/share/emacs/site-lisp/%n
+ install -m 644 %n.el %i/share/emacs/site-lisp/%n
 
  install -m 755 -d %i/lib/emacsen-common/packages/install
  install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
@@ -30,17 +31,20 @@
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove  %n
 DocFiles: LICENSE
 DescDetail: <<
-This is a major mode for editing Python programs.  It was developed
-by Tim Peters after an original idea by Michael A. Guravage.  Tim
-subsequently left the net; in 1995, Barry Warsaw inherited the mode
-and is the current maintainer.  Tim's now back but disavows all
-responsibility for the mode.  Smart Tim :-)
+This is a major mode for editing Python programs.  It was developed by Tim
+Peters after an original idea by Michael A. Guravage.  Tim subsequently
+left the net and in 1995, Barry Warsaw inherited the mode.  Tim's now back
+but disavows all responsibility for the mode.  In fact, we suspect he
+doesn't even use Emacs any more.  In 2003, python-mode.el was moved to its
+own SourceForge project apart from the Python project, and now is
+maintained by the volunteers at the python-mode@python.org mailing list.
 <<
 DescUsage: <<
 When in a Python mode buffer, do a C-h m for help.
 <<
 Homepage: http://www.python.org/emacs/python-mode/
 DescPackaging: <<
-During byte compilation of python-mode.el, there are a few errors. They
-don't seem to be harmful, I've asked the python-mode maintainer about them.
-<<
\ No newline at end of file
+The python-mode tarball now contains doctest-mode and pycomplete
+I have left these out of this package for now. If anyone wants them,
+let me know
+<<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/editors python-mode.info,1.1,1.2

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131/10.4-transitional/unstable/main/finkinfo/editors

Modified Files:
python-mode.info 
Log Message:
New upstream version

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python-mode.info27 Apr 2005 03:25:39 -  1.1
+++ python-mode.info23 Apr 2006 08:11:17 -  1.2
@@ -1,24 +1,25 @@
 Package: python-mode
-Version: 4.35
-Revision: 11
+Epoch: 1
+Version: 1.0
+Revision: 1
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: emacsen
-Recommends: python
+Depends: emacsen-common
+Recommends: emacsen, python
 Description: Emacs - python edit mode
 License: OSI-Approved
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 88a419b74ff22d9210cf58101ed104e6
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 57fde95d350e010b5a00d98b8ce4a066
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- head -n 18 python-mode.el >LICENSE
+ head -n 20 python-mode.el >LICENSE
 <<
-CompileScript: echo "No compile needed."
+CompileScript: /usr/bin/true
 InstallScript: <<
  install -m 755 -d %i/etc/emacs/site-start.d
  install -m 644 fink/emacsen-startup %i/etc/emacs/site-start.d/50%n.el
 
  install -m 755 -d %i/share/emacs/site-lisp/%n
- install -m 644 *.el %i/share/emacs/site-lisp/%n
+ install -m 644 %n.el %i/share/emacs/site-lisp/%n
 
  install -m 755 -d %i/lib/emacsen-common/packages/install
  install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
@@ -30,17 +31,20 @@
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove  %n
 DocFiles: LICENSE
 DescDetail: <<
-This is a major mode for editing Python programs.  It was developed
-by Tim Peters after an original idea by Michael A. Guravage.  Tim
-subsequently left the net; in 1995, Barry Warsaw inherited the mode
-and is the current maintainer.  Tim's now back but disavows all
-responsibility for the mode.  Smart Tim :-)
+This is a major mode for editing Python programs.  It was developed by Tim
+Peters after an original idea by Michael A. Guravage.  Tim subsequently
+left the net and in 1995, Barry Warsaw inherited the mode.  Tim's now back
+but disavows all responsibility for the mode.  In fact, we suspect he
+doesn't even use Emacs any more.  In 2003, python-mode.el was moved to its
+own SourceForge project apart from the Python project, and now is
+maintained by the volunteers at the python-mode@python.org mailing list.
 <<
 DescUsage: <<
 When in a Python mode buffer, do a C-h m for help.
 <<
 Homepage: http://www.python.org/emacs/python-mode/
 DescPackaging: <<
-During byte compilation of python-mode.el, there are a few errors. They
-don't seem to be harmful, I've asked the python-mode maintainer about them.
-<<
\ No newline at end of file
+The python-mode tarball now contains doctest-mode and pycomplete
+I have left these out of this package for now. If anyone wants them,
+let me know
+<<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4/unstable/main/finkinfo/editors python-mode.info,1.1,1.2

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131/10.4/unstable/main/finkinfo/editors

Modified Files:
python-mode.info 
Log Message:
New upstream version

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python-mode.info20 Jan 2006 20:23:13 -  1.1
+++ python-mode.info23 Apr 2006 08:11:17 -  1.2
@@ -1,24 +1,25 @@
 Package: python-mode
-Version: 4.35
-Revision: 11
+Epoch: 1
+Version: 1.0
+Revision: 1
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: emacsen
-Recommends: python
+Depends: emacsen-common
+Recommends: emacsen, python
 Description: Emacs - python edit mode
 License: OSI-Approved
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 88a419b74ff22d9210cf58101ed104e6
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 57fde95d350e010b5a00d98b8ce4a066
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- head -n 18 python-mode.el >LICENSE
+ head -n 20 python-mode.el >LICENSE
 <<
-CompileScript: echo "No compile needed."
+CompileScript: /usr/bin/true
 InstallScript: <<
  install -m 755 -d %i/etc/emacs/site-start.d
  install -m 644 fink/emacsen-startup %i/etc/emacs/site-start.d/50%n.el
 
  install -m 755 -d %i/share/emacs/site-lisp/%n
- install -m 644 *.el %i/share/emacs/site-lisp/%n
+ install -m 644 %n.el %i/share/emacs/site-lisp/%n
 
  install -m 755 -d %i/lib/emacsen-common/packages/install
  install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
@@ -30,17 +31,20 @@
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove  %n
 DocFiles: LICENSE
 DescDetail: <<
-This is a major mode for editing Python programs.  It was developed
-by Tim Peters after an original idea by Michael A. Guravage.  Tim
-subsequently left the net; in 1995, Barry Warsaw inherited the mode
-and is the current maintainer.  Tim's now back but disavows all
-responsibility for the mode.  Smart Tim :-)
+This is a major mode for editing Python programs.  It was developed by Tim
+Peters after an original idea by Michael A. Guravage.  Tim subsequently
+left the net and in 1995, Barry Warsaw inherited the mode.  Tim's now back
+but disavows all responsibility for the mode.  In fact, we suspect he
+doesn't even use Emacs any more.  In 2003, python-mode.el was moved to its
+own SourceForge project apart from the Python project, and now is
+maintained by the volunteers at the python-mode@python.org mailing list.
 <<
 DescUsage: <<
 When in a Python mode buffer, do a C-h m for help.
 <<
 Homepage: http://www.python.org/emacs/python-mode/
 DescPackaging: <<
-During byte compilation of python-mode.el, there are a few errors. They
-don't seem to be harmful, I've asked the python-mode maintainer about them.
-<<
\ No newline at end of file
+The python-mode tarball now contains doctest-mode and pycomplete
+I have left these out of this package for now. If anyone wants them,
+let me know
+<<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2/unstable/main/finkinfo/editors python-mode.info,1.1,1.2

2006-04-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7131/10.2/unstable/main/finkinfo/editors

Modified Files:
python-mode.info 
Log Message:
New upstream version

Index: python-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2/unstable/main/finkinfo/editors/python-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- python-mode.info18 Aug 2003 17:10:37 -  1.1
+++ python-mode.info23 Apr 2006 08:11:17 -  1.2
@@ -1,25 +1,25 @@
 Package: python-mode
-Version: 4.35
+Epoch: 1
+Version: 1.0
 Revision: 1
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-BuildDepends: dlcompat-dev
-Depends: emacsen
-Recommends: python
+Depends: emacsen-common
+Recommends: emacsen, python
 Description: Emacs - python edit mode
 License: OSI-Approved
-Source: mirror:sourceforge:fink/%n-%v.tar.gz
-Source-MD5: 88a419b74ff22d9210cf58101ed104e6
+Source: mirror:sourceforge:%n/%n-%v.tar.gz
+Source-MD5: 57fde95d350e010b5a00d98b8ce4a066
 PatchScript: <<
  sed 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
- head -18 python-mode.el >LICENSE
+ head -n 20 python-mode.el >LICENSE
 <<
-CompileScript: echo "No compile needed."
+CompileScript: /usr/bin/true
 InstallScript: <<
  install -m 755 -d %i/etc/emacs/site-start.d
  install -m 644 fink/emacsen-startup %i/etc/emacs/site-start.d/50%n.el
 
  install -m 755 -d %i/share/emacs/site-lisp/%n
- install -m 644 *.el %i/share/emacs/site-lisp/%n
+ install -m 644 %n.el %i/share/emacs/site-lisp/%n
 
  install -m 755 -d %i/lib/emacsen-common/packages/install
  install -m 755 fink/emacsen-install %i/lib/emacsen-common/packages/install/%n
@@ -31,17 +31,20 @@
 PreRmScript:%p/lib/emacsen-common/emacs-package-remove  %n
 DocFiles: LICENSE
 DescDetail: <<
-This is a major mode for editing Python programs.  It was developed
-by Tim Peters after an original idea by Michael A. Guravage.  Tim
-subsequently left the net; in 1995, Barry Warsaw inherited the mode
-and is the current maintainer.  Tim's now back but disavows all
-responsibility for the mode.  Smart Tim :-)
+This is a major mode for editing Python programs.  It was developed by Tim
+Peters after an original idea by Michael A. Guravage.  Tim subsequently
+left the net and in 1995, Barry Warsaw inherited the mode.  Tim's now back
+but disavows all responsibility for the mode.  In fact, we suspect he
+doesn't even use Emacs any more.  In 2003, python-mode.el was moved to its
+own SourceForge project apart from the Python project, and now is
+maintained by the volunteers at the python-mode@python.org mailing list.
 <<
 DescUsage: <<
 When in a Python mode buffer, do a C-h m for help.
 <<
 Homepage: http://www.python.org/emacs/python-mode/
 DescPackaging: <<
-During byte compilation of python-mode.el, there are a few errors. They
-don't seem to be harmful, I've asked the python-mode maintainer about them.
-<<
\ No newline at end of file
+The python-mode tarball now contains doctest-mode and pycomplete
+I have left these out of this package for now. If anyone wants them,
+let me know
+<<



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.15,1.16

2006-03-26 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11945/10.2/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.6

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- findbugs.info   7 Dec 2005 03:34:41 -   1.15
+++ findbugs.info   27 Mar 2006 02:12:15 -  1.16
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.4
+Version: 0.9.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 87d869872975587b23f71b2f2561
+Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,19 +36,64 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.3:
+Changes since verson 0.9.5:
 
-  * Substantial rework of datamining code
-  * Removed bogus warnings about await on things other than Condition
-not being in a loop
-  * Fixed bug in OpcodeStack handling of dup2 of long/double values
-  * Don't report array types as missing classes
-  * Adjustment of some warnings on ignored return values
-  * Added thread safety annotations from Java Concurrency in Practice
-(no detectors written for these yet)
-  * Added annotation for methods that, if overridden, should be
-invoked by overriding methods via a call to super
-  * Updated -html:fancy.xsl (Etienne Giraudy)
+ * Updated detectors
+   o FindNullDeref.java: respect NonNull and CheckForNull
+ field annotations
+   o SerializableIdiom.java: detect non-private readObject
+ and writeObject methods
+   o FindRefComparison.java: smarter array comparison detection
+   o IsNullValueAnalysis.java: dectect null instanceof
+   o FindLocalSelfAssignment2.java: suppress some false
+ positives (Dave Brosius)
+   o FindUnreleasedLock.java: don't waste time processing
+ classes that don't refer to java.util.concurrent.locks
+   o MutableStaticFields.java: report the source line (Dave
+ Brosius)
+   o SwitchFallthrough.java: better handling of System.exit()
+ (Dave Brosius)
+   o MultithreadedInstanceAccess.java: better handling of
+ Servlet.init() (Dave Brosius)
+   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
+ * Eclipse plugin
+   o background processing (Peter Friese)
+   o internationalization, Japanese localization (Takashi
+ Okamoto)
+ * findbugs -onlyAnalyze option now works on windows platforms
+ * mineBugHistory -noTabs option for better alignment of output
+   columns
+ * filterBugs -fixed option (also: will now recognize the most
+   recent version string)
+ * XML output includes running time and memory usage data
+ * miscellaneous minor corrections to the manual
+ * better bytecode analysis of the iinc instruction
+ * fix bug in null pointer analysis
+ * improved catch block heuristics
+ * some type analysis tweaks
+ * Bug priority changes
+   o DumbMethodInvocations.java: decrease priority of hard-
+ coded /tmp filenames
+   o ComparatorIdiom.java: decrease priority of non-
+ serializable anonymous comparators
+   o FindSqlInjection.java: decrease priority of appending a
+ constant or a static
+ * Updated bug explanations
+   o NM_VERY_CONFUSING (Dave Brosius)
+ * Updated test case files
+   o BadStoreOfNonSerializableObject.java
+   o BadRandomInt.java
+   o TestFieldAnnotations.java
+   o UseInitCause.java
+   o SqlInjection.java
+   o ArrayEquality.java
+   o BadIntegerOperations.java
+   o Pilhuhn.java
+   o InstanceOf.java
+   o SwitchFallthrough.java (Dave Brosius)
+ * fix URL decoding bug when running under Java Web Start (Dave
+   Brosius)
+ * distribution includes project.xml file for NetBeans
 
 <<
 DescPackaging: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-

dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info,1.6,1.7

2006-03-26 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11945/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.6

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- findbugs.info   7 Dec 2005 03:26:20 -   1.6
+++ findbugs.info   27 Mar 2006 02:12:15 -  1.7
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.4
+Version: 0.9.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 87d869872975587b23f71b2f2561
+Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,19 +36,64 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.3:
+Changes since verson 0.9.5:
 
-  * Substantial rework of datamining code
-  * Removed bogus warnings about await on things other than Condition
-not being in a loop
-  * Fixed bug in OpcodeStack handling of dup2 of long/double values
-  * Don't report array types as missing classes
-  * Adjustment of some warnings on ignored return values
-  * Added thread safety annotations from Java Concurrency in Practice
-(no detectors written for these yet)
-  * Added annotation for methods that, if overridden, should be
-invoked by overriding methods via a call to super
-  * Updated -html:fancy.xsl (Etienne Giraudy)
+ * Updated detectors
+   o FindNullDeref.java: respect NonNull and CheckForNull
+ field annotations
+   o SerializableIdiom.java: detect non-private readObject
+ and writeObject methods
+   o FindRefComparison.java: smarter array comparison detection
+   o IsNullValueAnalysis.java: dectect null instanceof
+   o FindLocalSelfAssignment2.java: suppress some false
+ positives (Dave Brosius)
+   o FindUnreleasedLock.java: don't waste time processing
+ classes that don't refer to java.util.concurrent.locks
+   o MutableStaticFields.java: report the source line (Dave
+ Brosius)
+   o SwitchFallthrough.java: better handling of System.exit()
+ (Dave Brosius)
+   o MultithreadedInstanceAccess.java: better handling of
+ Servlet.init() (Dave Brosius)
+   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
+ * Eclipse plugin
+   o background processing (Peter Friese)
+   o internationalization, Japanese localization (Takashi
+ Okamoto)
+ * findbugs -onlyAnalyze option now works on windows platforms
+ * mineBugHistory -noTabs option for better alignment of output
+   columns
+ * filterBugs -fixed option (also: will now recognize the most
+   recent version string)
+ * XML output includes running time and memory usage data
+ * miscellaneous minor corrections to the manual
+ * better bytecode analysis of the iinc instruction
+ * fix bug in null pointer analysis
+ * improved catch block heuristics
+ * some type analysis tweaks
+ * Bug priority changes
+   o DumbMethodInvocations.java: decrease priority of hard-
+ coded /tmp filenames
+   o ComparatorIdiom.java: decrease priority of non-
+ serializable anonymous comparators
+   o FindSqlInjection.java: decrease priority of appending a
+ constant or a static
+ * Updated bug explanations
+   o NM_VERY_CONFUSING (Dave Brosius)
+ * Updated test case files
+   o BadStoreOfNonSerializableObject.java
+   o BadRandomInt.java
+   o TestFieldAnnotations.java
+   o UseInitCause.java
+   o SqlInjection.java
+   o ArrayEquality.java
+   o BadIntegerOperations.java
+   o Pilhuhn.java
+   o InstanceOf.java
+   o SwitchFallthrough.java (Dave Brosius)
+ * fix URL decoding bug when running under Java Web Start (Dave
+   Brosius)
+ * distribution includes project.xml file for NetBeans
 
 <<
 DescPackaging: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_

dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.23,1.24

2006-03-26 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11945/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.6

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- findbugs.info   7 Dec 2005 03:34:41 -   1.23
+++ findbugs.info   27 Mar 2006 02:12:15 -  1.24
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.4
+Version: 0.9.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 87d869872975587b23f71b2f2561
+Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,19 +36,64 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.3:
+Changes since verson 0.9.5:
 
-  * Substantial rework of datamining code
-  * Removed bogus warnings about await on things other than Condition
-not being in a loop
-  * Fixed bug in OpcodeStack handling of dup2 of long/double values
-  * Don't report array types as missing classes
-  * Adjustment of some warnings on ignored return values
-  * Added thread safety annotations from Java Concurrency in Practice
-(no detectors written for these yet)
-  * Added annotation for methods that, if overridden, should be
-invoked by overriding methods via a call to super
-  * Updated -html:fancy.xsl (Etienne Giraudy)
+ * Updated detectors
+   o FindNullDeref.java: respect NonNull and CheckForNull
+ field annotations
+   o SerializableIdiom.java: detect non-private readObject
+ and writeObject methods
+   o FindRefComparison.java: smarter array comparison detection
+   o IsNullValueAnalysis.java: dectect null instanceof
+   o FindLocalSelfAssignment2.java: suppress some false
+ positives (Dave Brosius)
+   o FindUnreleasedLock.java: don't waste time processing
+ classes that don't refer to java.util.concurrent.locks
+   o MutableStaticFields.java: report the source line (Dave
+ Brosius)
+   o SwitchFallthrough.java: better handling of System.exit()
+ (Dave Brosius)
+   o MultithreadedInstanceAccess.java: better handling of
+ Servlet.init() (Dave Brosius)
+   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
+ * Eclipse plugin
+   o background processing (Peter Friese)
+   o internationalization, Japanese localization (Takashi
+ Okamoto)
+ * findbugs -onlyAnalyze option now works on windows platforms
+ * mineBugHistory -noTabs option for better alignment of output
+   columns
+ * filterBugs -fixed option (also: will now recognize the most
+   recent version string)
+ * XML output includes running time and memory usage data
+ * miscellaneous minor corrections to the manual
+ * better bytecode analysis of the iinc instruction
+ * fix bug in null pointer analysis
+ * improved catch block heuristics
+ * some type analysis tweaks
+ * Bug priority changes
+   o DumbMethodInvocations.java: decrease priority of hard-
+ coded /tmp filenames
+   o ComparatorIdiom.java: decrease priority of non-
+ serializable anonymous comparators
+   o FindSqlInjection.java: decrease priority of appending a
+ constant or a static
+ * Updated bug explanations
+   o NM_VERY_CONFUSING (Dave Brosius)
+ * Updated test case files
+   o BadStoreOfNonSerializableObject.java
+   o BadRandomInt.java
+   o TestFieldAnnotations.java
+   o UseInitCause.java
+   o SqlInjection.java
+   o ArrayEquality.java
+   o BadIntegerOperations.java
+   o Pilhuhn.java
+   o InstanceOf.java
+   o SwitchFallthrough.java (Dave Brosius)
+ * fix URL decoding bug when running under Java Web Start (Dave
+   Brosius)
+ * distribution includes project.xml file for NetBeans
 
 <<
 DescPackaging: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-

dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.21,1.22

2006-03-26 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11945/10.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.6

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- findbugs.info   7 Dec 2005 03:34:41 -   1.21
+++ findbugs.info   27 Mar 2006 02:12:15 -  1.22
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.4
+Version: 0.9.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 87d869872975587b23f71b2f2561
+Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,19 +36,64 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.3:
+Changes since verson 0.9.5:
 
-  * Substantial rework of datamining code
-  * Removed bogus warnings about await on things other than Condition
-not being in a loop
-  * Fixed bug in OpcodeStack handling of dup2 of long/double values
-  * Don't report array types as missing classes
-  * Adjustment of some warnings on ignored return values
-  * Added thread safety annotations from Java Concurrency in Practice
-(no detectors written for these yet)
-  * Added annotation for methods that, if overridden, should be
-invoked by overriding methods via a call to super
-  * Updated -html:fancy.xsl (Etienne Giraudy)
+ * Updated detectors
+   o FindNullDeref.java: respect NonNull and CheckForNull
+ field annotations
+   o SerializableIdiom.java: detect non-private readObject
+ and writeObject methods
+   o FindRefComparison.java: smarter array comparison detection
+   o IsNullValueAnalysis.java: dectect null instanceof
+   o FindLocalSelfAssignment2.java: suppress some false
+ positives (Dave Brosius)
+   o FindUnreleasedLock.java: don't waste time processing
+ classes that don't refer to java.util.concurrent.locks
+   o MutableStaticFields.java: report the source line (Dave
+ Brosius)
+   o SwitchFallthrough.java: better handling of System.exit()
+ (Dave Brosius)
+   o MultithreadedInstanceAccess.java: better handling of
+ Servlet.init() (Dave Brosius)
+   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
+ * Eclipse plugin
+   o background processing (Peter Friese)
+   o internationalization, Japanese localization (Takashi
+ Okamoto)
+ * findbugs -onlyAnalyze option now works on windows platforms
+ * mineBugHistory -noTabs option for better alignment of output
+   columns
+ * filterBugs -fixed option (also: will now recognize the most
+   recent version string)
+ * XML output includes running time and memory usage data
+ * miscellaneous minor corrections to the manual
+ * better bytecode analysis of the iinc instruction
+ * fix bug in null pointer analysis
+ * improved catch block heuristics
+ * some type analysis tweaks
+ * Bug priority changes
+   o DumbMethodInvocations.java: decrease priority of hard-
+ coded /tmp filenames
+   o ComparatorIdiom.java: decrease priority of non-
+ serializable anonymous comparators
+   o FindSqlInjection.java: decrease priority of appending a
+ constant or a static
+ * Updated bug explanations
+   o NM_VERY_CONFUSING (Dave Brosius)
+ * Updated test case files
+   o BadStoreOfNonSerializableObject.java
+   o BadRandomInt.java
+   o TestFieldAnnotations.java
+   o UseInitCause.java
+   o SqlInjection.java
+   o ArrayEquality.java
+   o BadIntegerOperations.java
+   o Pilhuhn.java
+   o InstanceOf.java
+   o SwitchFallthrough.java (Dave Brosius)
+ * fix URL decoding bug when running under Java Web Start (Dave
+   Brosius)
+ * distribution includes project.xml file for NetBeans
 
 <<
 DescPackaging: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-

dists/10.4/unstable/main/finkinfo/devel findbugs.info,1.1,1.2

2006-03-26 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6804/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.6

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- findbugs.info   20 Jan 2006 20:23:12 -  1.1
+++ findbugs.info   27 Mar 2006 01:59:50 -  1.2
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.4
+Version: 0.9.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 87d869872975587b23f71b2f2561
+Source-MD5: 7c648a513b73cd42c18565f54c3db2dc
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -36,19 +36,64 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since verson 0.9.3:
+Changes since verson 0.9.5:
 
-  * Substantial rework of datamining code
-  * Removed bogus warnings about await on things other than Condition
-not being in a loop
-  * Fixed bug in OpcodeStack handling of dup2 of long/double values
-  * Don't report array types as missing classes
-  * Adjustment of some warnings on ignored return values
-  * Added thread safety annotations from Java Concurrency in Practice
-(no detectors written for these yet)
-  * Added annotation for methods that, if overridden, should be
-invoked by overriding methods via a call to super
-  * Updated -html:fancy.xsl (Etienne Giraudy)
+ * Updated detectors
+   o FindNullDeref.java: respect NonNull and CheckForNull
+ field annotations
+   o SerializableIdiom.java: detect non-private readObject
+ and writeObject methods
+   o FindRefComparison.java: smarter array comparison detection
+   o IsNullValueAnalysis.java: dectect null instanceof
+   o FindLocalSelfAssignment2.java: suppress some false
+ positives (Dave Brosius)
+   o FindUnreleasedLock.java: don't waste time processing
+ classes that don't refer to java.util.concurrent.locks
+   o MutableStaticFields.java: report the source line (Dave
+ Brosius)
+   o SwitchFallthrough.java: better handling of System.exit()
+ (Dave Brosius)
+   o MultithreadedInstanceAccess.java: better handling of
+ Servlet.init() (Dave Brosius)
+   o ConfusionBetweenInheritedAndOuterMethod.java: now enabled
+ * Eclipse plugin
+   o background processing (Peter Friese)
+   o internationalization, Japanese localization (Takashi
+ Okamoto)
+ * findbugs -onlyAnalyze option now works on windows platforms
+ * mineBugHistory -noTabs option for better alignment of output
+   columns
+ * filterBugs -fixed option (also: will now recognize the most
+   recent version string)
+ * XML output includes running time and memory usage data
+ * miscellaneous minor corrections to the manual
+ * better bytecode analysis of the iinc instruction
+ * fix bug in null pointer analysis
+ * improved catch block heuristics
+ * some type analysis tweaks
+ * Bug priority changes
+   o DumbMethodInvocations.java: decrease priority of hard-
+ coded /tmp filenames
+   o ComparatorIdiom.java: decrease priority of non-
+ serializable anonymous comparators
+   o FindSqlInjection.java: decrease priority of appending a
+ constant or a static
+ * Updated bug explanations
+   o NM_VERY_CONFUSING (Dave Brosius)
+ * Updated test case files
+   o BadStoreOfNonSerializableObject.java
+   o BadRandomInt.java
+   o TestFieldAnnotations.java
+   o UseInitCause.java
+   o SqlInjection.java
+   o ArrayEquality.java
+   o BadIntegerOperations.java
+   o Pilhuhn.java
+   o InstanceOf.java
+   o SwitchFallthrough.java (Dave Brosius)
+ * fix URL decoding bug when running under Java Web Start (Dave
+   Brosius)
+ * distribution includes project.xml file for NetBeans
 
 <<
 DescPackaging: <<



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
Fink-commits mailing list
Fink-comm

dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.22,1.23

2005-12-06 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14814/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.4

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- findbugs.info   5 Sep 2005 07:41:21 -   1.22
+++ findbugs.info   7 Dec 2005 03:34:41 -   1.23
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.3
+Version: 0.9.4
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 33b499decb887047d6a31c1f2325e033
+Source-MD5: 87d869872975587b23f71b2f2561
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,7 +20,9 @@
   /usr/bin/install -m 755 -d %i/bin
 
   for i in $( /bin/ls bin/* | /usr/bin/grep -v '.*\.bat$' ); do \
-/usr/bin/install -m 755 ${i} %i/bin; \
+if [ -f $i ]; then \
+  /usr/bin/install -m 755 ${i} %i/bin; \
+fi \
   done
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -34,39 +36,19 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since 0.9.1:
-
-  * Embellish USM to find abstract methods that implement an interface
-method (Dave Brosius)
-  * New detector to find stores of literal booleans inside if or while
-expressions (Dave Brosius)
-  * New style detector to find final classes that declare protected fields
-(Dave Brosius)
-  * New detector to find subclass methods that simply forward, verbatim,
-to the super class (Dave Brosius)
-  * Detector to find instances where code is attempting to write an
-object out via an implemention of DataOutput, but the object is not
-guaranteed to be Serializable (Jon Christiansen, Bill Pugh)
-  * Large (35%) analysis speedup (Bill Pugh)
-  * Add line numbers to Swing GUI code panel (Dave Brosius)
-  * Added effort options to Swing GUI (Dave Brosius)
-  * Add ability to specify bugs file to open from command line for GUI
-version, through -loadbugs (Phillip Martin)
-  * New stylesheet for generating HTML: use option -html:plain.xsl
-(Chris Nappin)
-  * New stylesheet for generating HTML: use option -html:fancy.xsl
-(Etienne Giraudy)
-  * Updated Japanese bug message translations (Shisei Hanai)
-  * XHTML compliance fixes for bug details (Etienne Giraudy)
-  * Various detector fixes (Shisei Hanai)
-  * Fixed bugs in the project preferences dialog int the Eclipse plugin
-(Takashi Okamoto, Thomas Einwaller)
-  * Lowered priority of analysis thread in Swing GUI (David Hovemeyer,
-suggested by Shisei Hanai and Jeffrey W. Badorek)
-  * Fixed EclipsePlugin to correctly pick up auxclasspath entries
-(Jon Christiansen)
+Changes since verson 0.9.3:
 
-Note: There was no version 0.9.2 released
+  * Substantial rework of datamining code
+  * Removed bogus warnings about await on things other than Condition
+not being in a loop
+  * Fixed bug in OpcodeStack handling of dup2 of long/double values
+  * Don't report array types as missing classes
+  * Adjustment of some warnings on ignored return values
+  * Added thread safety annotations from Java Concurrency in Practice
+(no detectors written for these yet)
+  * Added annotation for methods that, if overridden, should be
+invoked by overriding methods via a call to super
+  * Updated -html:fancy.xsl (Etienne Giraudy)
 
 <<
 DescPackaging: <<



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.20,1.21

2005-12-06 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14814/10.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.4

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- findbugs.info   5 Sep 2005 07:41:21 -   1.20
+++ findbugs.info   7 Dec 2005 03:34:41 -   1.21
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.3
+Version: 0.9.4
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 33b499decb887047d6a31c1f2325e033
+Source-MD5: 87d869872975587b23f71b2f2561
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,7 +20,9 @@
   /usr/bin/install -m 755 -d %i/bin
 
   for i in $( /bin/ls bin/* | /usr/bin/grep -v '.*\.bat$' ); do \
-/usr/bin/install -m 755 ${i} %i/bin; \
+if [ -f $i ]; then \
+  /usr/bin/install -m 755 ${i} %i/bin; \
+fi \
   done
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -34,39 +36,19 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since 0.9.1:
-
-  * Embellish USM to find abstract methods that implement an interface
-method (Dave Brosius)
-  * New detector to find stores of literal booleans inside if or while
-expressions (Dave Brosius)
-  * New style detector to find final classes that declare protected fields
-(Dave Brosius)
-  * New detector to find subclass methods that simply forward, verbatim,
-to the super class (Dave Brosius)
-  * Detector to find instances where code is attempting to write an
-object out via an implemention of DataOutput, but the object is not
-guaranteed to be Serializable (Jon Christiansen, Bill Pugh)
-  * Large (35%) analysis speedup (Bill Pugh)
-  * Add line numbers to Swing GUI code panel (Dave Brosius)
-  * Added effort options to Swing GUI (Dave Brosius)
-  * Add ability to specify bugs file to open from command line for GUI
-version, through -loadbugs (Phillip Martin)
-  * New stylesheet for generating HTML: use option -html:plain.xsl
-(Chris Nappin)
-  * New stylesheet for generating HTML: use option -html:fancy.xsl
-(Etienne Giraudy)
-  * Updated Japanese bug message translations (Shisei Hanai)
-  * XHTML compliance fixes for bug details (Etienne Giraudy)
-  * Various detector fixes (Shisei Hanai)
-  * Fixed bugs in the project preferences dialog int the Eclipse plugin
-(Takashi Okamoto, Thomas Einwaller)
-  * Lowered priority of analysis thread in Swing GUI (David Hovemeyer,
-suggested by Shisei Hanai and Jeffrey W. Badorek)
-  * Fixed EclipsePlugin to correctly pick up auxclasspath entries
-(Jon Christiansen)
+Changes since verson 0.9.3:
 
-Note: There was no version 0.9.2 released
+  * Substantial rework of datamining code
+  * Removed bogus warnings about await on things other than Condition
+not being in a loop
+  * Fixed bug in OpcodeStack handling of dup2 of long/double values
+  * Don't report array types as missing classes
+  * Adjustment of some warnings on ignored return values
+  * Added thread safety annotations from Java Concurrency in Practice
+(no detectors written for these yet)
+  * Added annotation for methods that, if overridden, should be
+invoked by overriding methods via a call to super
+  * Updated -html:fancy.xsl (Etienne Giraudy)
 
 <<
 DescPackaging: <<



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.14,1.15

2005-12-06 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14814/10.2/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.4

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- findbugs.info   5 Sep 2005 07:41:21 -   1.14
+++ findbugs.info   7 Dec 2005 03:34:41 -   1.15
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.3
+Version: 0.9.4
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 33b499decb887047d6a31c1f2325e033
+Source-MD5: 87d869872975587b23f71b2f2561
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,7 +20,9 @@
   /usr/bin/install -m 755 -d %i/bin
 
   for i in $( /bin/ls bin/* | /usr/bin/grep -v '.*\.bat$' ); do \
-/usr/bin/install -m 755 ${i} %i/bin; \
+if [ -f $i ]; then \
+  /usr/bin/install -m 755 ${i} %i/bin; \
+fi \
   done
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -34,39 +36,19 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since 0.9.1:
-
-  * Embellish USM to find abstract methods that implement an interface
-method (Dave Brosius)
-  * New detector to find stores of literal booleans inside if or while
-expressions (Dave Brosius)
-  * New style detector to find final classes that declare protected fields
-(Dave Brosius)
-  * New detector to find subclass methods that simply forward, verbatim,
-to the super class (Dave Brosius)
-  * Detector to find instances where code is attempting to write an
-object out via an implemention of DataOutput, but the object is not
-guaranteed to be Serializable (Jon Christiansen, Bill Pugh)
-  * Large (35%) analysis speedup (Bill Pugh)
-  * Add line numbers to Swing GUI code panel (Dave Brosius)
-  * Added effort options to Swing GUI (Dave Brosius)
-  * Add ability to specify bugs file to open from command line for GUI
-version, through -loadbugs (Phillip Martin)
-  * New stylesheet for generating HTML: use option -html:plain.xsl
-(Chris Nappin)
-  * New stylesheet for generating HTML: use option -html:fancy.xsl
-(Etienne Giraudy)
-  * Updated Japanese bug message translations (Shisei Hanai)
-  * XHTML compliance fixes for bug details (Etienne Giraudy)
-  * Various detector fixes (Shisei Hanai)
-  * Fixed bugs in the project preferences dialog int the Eclipse plugin
-(Takashi Okamoto, Thomas Einwaller)
-  * Lowered priority of analysis thread in Swing GUI (David Hovemeyer,
-suggested by Shisei Hanai and Jeffrey W. Badorek)
-  * Fixed EclipsePlugin to correctly pick up auxclasspath entries
-(Jon Christiansen)
+Changes since verson 0.9.3:
 
-Note: There was no version 0.9.2 released
+  * Substantial rework of datamining code
+  * Removed bogus warnings about await on things other than Condition
+not being in a loop
+  * Fixed bug in OpcodeStack handling of dup2 of long/double values
+  * Don't report array types as missing classes
+  * Adjustment of some warnings on ignored return values
+  * Added thread safety annotations from Java Concurrency in Practice
+(no detectors written for these yet)
+  * Added annotation for methods that, if overridden, should be
+invoked by overriding methods via a call to super
+  * Updated -html:fancy.xsl (Etienne Giraudy)
 
 <<
 DescPackaging: <<



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info,1.5,1.6

2005-12-06 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13672

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.4

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- findbugs.info   5 Sep 2005 07:41:22 -   1.5
+++ findbugs.info   7 Dec 2005 03:26:20 -   1.6
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.3
+Version: 0.9.4
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 33b499decb887047d6a31c1f2325e033
+Source-MD5: 87d869872975587b23f71b2f2561
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,7 +20,9 @@
   /usr/bin/install -m 755 -d %i/bin
 
   for i in $( /bin/ls bin/* | /usr/bin/grep -v '.*\.bat$' ); do \
-/usr/bin/install -m 755 ${i} %i/bin; \
+if [ -f $i ]; then \
+  /usr/bin/install -m 755 ${i} %i/bin; \
+fi \
   done
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -34,39 +36,19 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since 0.9.1:
-
-  * Embellish USM to find abstract methods that implement an interface
-method (Dave Brosius)
-  * New detector to find stores of literal booleans inside if or while
-expressions (Dave Brosius)
-  * New style detector to find final classes that declare protected fields
-(Dave Brosius)
-  * New detector to find subclass methods that simply forward, verbatim,
-to the super class (Dave Brosius)
-  * Detector to find instances where code is attempting to write an
-object out via an implemention of DataOutput, but the object is not
-guaranteed to be Serializable (Jon Christiansen, Bill Pugh)
-  * Large (35%) analysis speedup (Bill Pugh)
-  * Add line numbers to Swing GUI code panel (Dave Brosius)
-  * Added effort options to Swing GUI (Dave Brosius)
-  * Add ability to specify bugs file to open from command line for GUI
-version, through -loadbugs (Phillip Martin)
-  * New stylesheet for generating HTML: use option -html:plain.xsl
-(Chris Nappin)
-  * New stylesheet for generating HTML: use option -html:fancy.xsl
-(Etienne Giraudy)
-  * Updated Japanese bug message translations (Shisei Hanai)
-  * XHTML compliance fixes for bug details (Etienne Giraudy)
-  * Various detector fixes (Shisei Hanai)
-  * Fixed bugs in the project preferences dialog int the Eclipse plugin
-(Takashi Okamoto, Thomas Einwaller)
-  * Lowered priority of analysis thread in Swing GUI (David Hovemeyer,
-suggested by Shisei Hanai and Jeffrey W. Badorek)
-  * Fixed EclipsePlugin to correctly pick up auxclasspath entries
-(Jon Christiansen)
+Changes since verson 0.9.3:
 
-Note: There was no version 0.9.2 released
+  * Substantial rework of datamining code
+  * Removed bogus warnings about await on things other than Condition
+not being in a loop
+  * Fixed bug in OpcodeStack handling of dup2 of long/double values
+  * Don't report array types as missing classes
+  * Adjustment of some warnings on ignored return values
+  * Added thread safety annotations from Java Concurrency in Practice
+(no detectors written for these yet)
+  * Added annotation for methods that, if overridden, should be
+invoked by overriding methods via a call to super
+  * Updated -html:fancy.xsl (Etienne Giraudy)
 
 <<
 DescPackaging: <<



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info,1.3,1.4

2005-06-16 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11465/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream release

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- findbugs.info   13 Jun 2005 02:33:04 -  1.3
+++ findbugs.info   16 Jun 2005 14:27:44 -  1.4
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.0
+Version: 0.9.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
+Source-MD5: 35609030254cdf51a3a17d6b29ea9caa
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -44,6 +44,14 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.9.0:
+
+   * Fixed dependence on JRE 1.5: all features should work on JRE 1.4
+ again
+   * Fixed -effort command line option handling for Swing GUI
+   * Fixed conserveSpace and workHard attributes int Ant task
+   * Added support for effort attribute in Ant task
+
 Changes since version 0.8.8:
 
* XMLFactoryBypass detector to find direct allocation of xml class



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.20,1.21

2005-06-16 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11465/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream release

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- findbugs.info   13 Jun 2005 02:33:03 -  1.20
+++ findbugs.info   16 Jun 2005 14:27:44 -  1.21
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.0
+Version: 0.9.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
+Source-MD5: 35609030254cdf51a3a17d6b29ea9caa
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -44,6 +44,14 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.9.0:
+
+   * Fixed dependence on JRE 1.5: all features should work on JRE 1.4
+ again
+   * Fixed -effort command line option handling for Swing GUI
+   * Fixed conserveSpace and workHard attributes int Ant task
+   * Added support for effort attribute in Ant task
+
 Changes since version 0.8.8:
 
* XMLFactoryBypass detector to find direct allocation of xml class



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.12,1.13

2005-06-16 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11465/10.2/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream release

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- findbugs.info   13 Jun 2005 02:33:03 -  1.12
+++ findbugs.info   16 Jun 2005 14:27:35 -  1.13
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.0
+Version: 0.9.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
+Source-MD5: 35609030254cdf51a3a17d6b29ea9caa
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -44,6 +44,14 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.9.0:
+
+   * Fixed dependence on JRE 1.5: all features should work on JRE 1.4
+ again
+   * Fixed -effort command line option handling for Swing GUI
+   * Fixed conserveSpace and workHard attributes int Ant task
+   * Added support for effort attribute in Ant task
+
 Changes since version 0.8.8:
 
* XMLFactoryBypass detector to find direct allocation of xml class



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.18,1.19

2005-06-16 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11465/10.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream release

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- findbugs.info   13 Jun 2005 02:33:04 -  1.18
+++ findbugs.info   16 Jun 2005 14:27:44 -  1.19
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.9.0
+Version: 0.9.1
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
+Source-MD5: 35609030254cdf51a3a17d6b29ea9caa
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -44,6 +44,14 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.9.0:
+
+   * Fixed dependence on JRE 1.5: all features should work on JRE 1.4
+ again
+   * Fixed -effort command line option handling for Swing GUI
+   * Fixed conserveSpace and workHard attributes int Ant task
+   * Added support for effort attribute in Ant task
+
 Changes since version 0.8.8:
 
* XMLFactoryBypass detector to find direct allocation of xml class



---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.17,1.18

2005-06-12 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9212/10.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.0

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- findbugs.info   4 May 2005 09:32:31 -   1.17
+++ findbugs.info   13 Jun 2005 02:33:04 -  1.18
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.8
+Version: 0.9.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,14 +20,17 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/classifyBugs %i/bin
   /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
   /usr/bin/install -m 755 bin/findbugs %i/bin
+  /usr/bin/install -m 755 bin/generateUIDs %i/bin
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/updateBugCollection %i/bin
   /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -41,75 +44,27 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.7:
-
- - New detector to find duplicate code in if/else statements (Dave
-   Brosius)
- - Look for calls to wait() on Condition objects (David Hovemeyer)
- - Look for java.util.concurrent.Lock objects not released on every
-   path out of method (David Hovemeyer)
- - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
- - More accurate detection of impossible casts (Bill Pugh, David
-   Hovemeyer)
- - Saved XML now contains project statistics (Jay Dunning)
- - Filter files can select by bug pattern type and warning priority
-   (David Hovemeyer)
- - Restored some files inadvertently omitted from previous release
-   (Rohan Lloyd, David Hovemeyer)
- - Make sure detectors requiring JDK 1.5 runtime classes are only
-   executed if those classes are available (David Hovemeyer)
- - Don't display analysis error dialog unless there is really an error
-   (David Hovemeyer)
- - Updated and expanded French translations of bug patterns and Swing
-   GUI (Olivier Parent)
- - Fixed invalid character encoding in German Swing GUI translation
-   (Olivier Parent)
- - Fix locale used for date format in project stats (K. Hashimoto)
- - Fixed LongDescription elements in xml:withMessages output format
-   (K. Hashimoto)
-
-Changes since version 0.8.6:
+Changes since version 0.8.8:
 
-- Extend Naming detector to look for classes that are named
-  XXXException but that are not Exceptions (Dave Brosius)
-- New detector to find classes that expose semaphores in the public
-  implementation through the 'this' reference. (Dave Brosius)
-- New Style detector to find Struts Action/Servlet derived classes
-  that reference instance member variable not in synchronized
-  blocks. (Dave Brosius)
-- New Style detector to find classes that declare implementation of
-  interfaces that are already implemented by super classes (Dave
-  Brosius)
-- New Style detector to find circular dependencies between classes
-  (Dave Brosius)
-- New Style detector to find unnecessary math on constants (Dave Brosius)
-- New detector to find equality comparisons using floating point math
-  (Jay Dunning)
-- New faster detector to find local self assignments (Bill Pugh)
-- New detector to find infinite recursive loops (Bill Pugh)
-- New detector to find for loops with an incorrect increment (Bill Pugh)
-- New detector to find suspicious uses of BufferedReader.readLine()
-  and String.indexOf() (Bill Pugh)
-- New detector to find suspicious integer to double casts (David
-  Hovemeyer, Bill Pugh)
-- New detector to find invalid regular expression patterns (Bill Pugh)
-- New detector to find Bloch/Gafter Java puzzlers (Bill Pugh)
-- New system property to suppress reporting of DLS based on local
-  variable name (Glenn Boysko)
-- Enhancements to configuration dialog in Eclipse plugin, allow for
-  saving enabled detectors in Eclipse projects (Phil Crosby)
-- Sortable columns in detector dialog (Dave Brosius)
-- New t

dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.19,1.20

2005-06-12 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9212/10.2-gcc3.3/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.0

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- findbugs.info   4 May 2005 09:26:19 -   1.19
+++ findbugs.info   13 Jun 2005 02:33:03 -  1.20
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.8
+Version: 0.9.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,14 +20,17 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/classifyBugs %i/bin
   /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
   /usr/bin/install -m 755 bin/findbugs %i/bin
+  /usr/bin/install -m 755 bin/generateUIDs %i/bin
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/updateBugCollection %i/bin
   /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -41,75 +44,27 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.7:
-
- - New detector to find duplicate code in if/else statements (Dave
-   Brosius)
- - Look for calls to wait() on Condition objects (David Hovemeyer)
- - Look for java.util.concurrent.Lock objects not released on every
-   path out of method (David Hovemeyer)
- - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
- - More accurate detection of impossible casts (Bill Pugh, David
-   Hovemeyer)
- - Saved XML now contains project statistics (Jay Dunning)
- - Filter files can select by bug pattern type and warning priority
-   (David Hovemeyer)
- - Restored some files inadvertently omitted from previous release
-   (Rohan Lloyd, David Hovemeyer)
- - Make sure detectors requiring JDK 1.5 runtime classes are only
-   executed if those classes are available (David Hovemeyer)
- - Don't display analysis error dialog unless there is really an error
-   (David Hovemeyer)
- - Updated and expanded French translations of bug patterns and Swing
-   GUI (Olivier Parent)
- - Fixed invalid character encoding in German Swing GUI translation
-   (Olivier Parent)
- - Fix locale used for date format in project stats (K. Hashimoto)
- - Fixed LongDescription elements in xml:withMessages output format
-   (K. Hashimoto)
-
-Changes since version 0.8.6:
+Changes since version 0.8.8:
 
-- Extend Naming detector to look for classes that are named
-  XXXException but that are not Exceptions (Dave Brosius)
-- New detector to find classes that expose semaphores in the public
-  implementation through the 'this' reference. (Dave Brosius)
-- New Style detector to find Struts Action/Servlet derived classes
-  that reference instance member variable not in synchronized
-  blocks. (Dave Brosius)
-- New Style detector to find classes that declare implementation of
-  interfaces that are already implemented by super classes (Dave
-  Brosius)
-- New Style detector to find circular dependencies between classes
-  (Dave Brosius)
-- New Style detector to find unnecessary math on constants (Dave Brosius)
-- New detector to find equality comparisons using floating point math
-  (Jay Dunning)
-- New faster detector to find local self assignments (Bill Pugh)
-- New detector to find infinite recursive loops (Bill Pugh)
-- New detector to find for loops with an incorrect increment (Bill Pugh)
-- New detector to find suspicious uses of BufferedReader.readLine()
-  and String.indexOf() (Bill Pugh)
-- New detector to find suspicious integer to double casts (David
-  Hovemeyer, Bill Pugh)
-- New detector to find invalid regular expression patterns (Bill Pugh)
-- New detector to find Bloch/Gafter Java puzzlers (Bill Pugh)
-- New system property to suppress reporting of DLS based on local
-  variable name (Glenn Boysko)
-- Enhancements to configuration dialog in Eclipse plugin, allow for
-  saving enabled detectors in Eclipse projects (Phil Crosby)
-- Sortable columns in detector dialog

dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info,1.2,1.3

2005-06-12 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9212/10.4-transitional/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.9.0

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- findbugs.info   4 May 2005 09:22:50 -   1.2
+++ findbugs.info   13 Jun 2005 02:33:04 -  1.3
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.8
+Version: 0.9.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,14 +20,17 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/classifyBugs %i/bin
   /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
   /usr/bin/install -m 755 bin/findbugs %i/bin
+  /usr/bin/install -m 755 bin/generateUIDs %i/bin
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/updateBugCollection %i/bin
   /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -41,75 +44,27 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.7:
-
- - New detector to find duplicate code in if/else statements (Dave
-   Brosius)
- - Look for calls to wait() on Condition objects (David Hovemeyer)
- - Look for java.util.concurrent.Lock objects not released on every
-   path out of method (David Hovemeyer)
- - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
- - More accurate detection of impossible casts (Bill Pugh, David
-   Hovemeyer)
- - Saved XML now contains project statistics (Jay Dunning)
- - Filter files can select by bug pattern type and warning priority
-   (David Hovemeyer)
- - Restored some files inadvertently omitted from previous release
-   (Rohan Lloyd, David Hovemeyer)
- - Make sure detectors requiring JDK 1.5 runtime classes are only
-   executed if those classes are available (David Hovemeyer)
- - Don't display analysis error dialog unless there is really an error
-   (David Hovemeyer)
- - Updated and expanded French translations of bug patterns and Swing
-   GUI (Olivier Parent)
- - Fixed invalid character encoding in German Swing GUI translation
-   (Olivier Parent)
- - Fix locale used for date format in project stats (K. Hashimoto)
- - Fixed LongDescription elements in xml:withMessages output format
-   (K. Hashimoto)
-
-Changes since version 0.8.6:
+Changes since version 0.8.8:
 
-- Extend Naming detector to look for classes that are named
-  XXXException but that are not Exceptions (Dave Brosius)
-- New detector to find classes that expose semaphores in the public
-  implementation through the 'this' reference. (Dave Brosius)
-- New Style detector to find Struts Action/Servlet derived classes
-  that reference instance member variable not in synchronized
-  blocks. (Dave Brosius)
-- New Style detector to find classes that declare implementation of
-  interfaces that are already implemented by super classes (Dave
-  Brosius)
-- New Style detector to find circular dependencies between classes
-  (Dave Brosius)
-- New Style detector to find unnecessary math on constants (Dave Brosius)
-- New detector to find equality comparisons using floating point math
-  (Jay Dunning)
-- New faster detector to find local self assignments (Bill Pugh)
-- New detector to find infinite recursive loops (Bill Pugh)
-- New detector to find for loops with an incorrect increment (Bill Pugh)
-- New detector to find suspicious uses of BufferedReader.readLine()
-  and String.indexOf() (Bill Pugh)
-- New detector to find suspicious integer to double casts (David
-  Hovemeyer, Bill Pugh)
-- New detector to find invalid regular expression patterns (Bill Pugh)
-- New detector to find Bloch/Gafter Java puzzlers (Bill Pugh)
-- New system property to suppress reporting of DLS based on local
-  variable name (Glenn Boysko)
-- Enhancements to configuration dialog in Eclipse plugin, allow for
-  saving enabled detectors in Eclipse projects (Phil Crosby)
-- Sortable columns in detecto

dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.11,1.12 findbugs.patch,1.6,NONE

2005-06-12 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9212/10.2/unstable/main/finkinfo/devel

Modified Files:
findbugs.info 
Removed Files:
findbugs.patch 
Log Message:
New upstream version 0.9.0

--- findbugs.patch DELETED ---

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- findbugs.info   4 May 2005 09:34:22 -   1.11
+++ findbugs.info   13 Jun 2005 02:33:03 -  1.12
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.8
+Version: 0.9.0
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: system-java14
+Depends: system-java14 | system-java15
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+Source-MD5: 2a2f1e15c06aecdd31261c7c47b5ed29
 PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
@@ -20,14 +20,17 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/classifyBugs %i/bin
   /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
   /usr/bin/install -m 755 bin/findbugs %i/bin
+  /usr/bin/install -m 755 bin/generateUIDs %i/bin
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/updateBugCollection %i/bin
   /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
@@ -41,75 +44,27 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.7:
-
- - New detector to find duplicate code in if/else statements (Dave
-   Brosius)
- - Look for calls to wait() on Condition objects (David Hovemeyer)
- - Look for java.util.concurrent.Lock objects not released on every
-   path out of method (David Hovemeyer)
- - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
- - More accurate detection of impossible casts (Bill Pugh, David
-   Hovemeyer)
- - Saved XML now contains project statistics (Jay Dunning)
- - Filter files can select by bug pattern type and warning priority
-   (David Hovemeyer)
- - Restored some files inadvertently omitted from previous release
-   (Rohan Lloyd, David Hovemeyer)
- - Make sure detectors requiring JDK 1.5 runtime classes are only
-   executed if those classes are available (David Hovemeyer)
- - Don't display analysis error dialog unless there is really an error
-   (David Hovemeyer)
- - Updated and expanded French translations of bug patterns and Swing
-   GUI (Olivier Parent)
- - Fixed invalid character encoding in German Swing GUI translation
-   (Olivier Parent)
- - Fix locale used for date format in project stats (K. Hashimoto)
- - Fixed LongDescription elements in xml:withMessages output format
-   (K. Hashimoto)
-
-Changes since version 0.8.6:
+Changes since version 0.8.8:
 
-- Extend Naming detector to look for classes that are named
-  XXXException but that are not Exceptions (Dave Brosius)
-- New detector to find classes that expose semaphores in the public
-  implementation through the 'this' reference. (Dave Brosius)
-- New Style detector to find Struts Action/Servlet derived classes
-  that reference instance member variable not in synchronized
-  blocks. (Dave Brosius)
-- New Style detector to find classes that declare implementation of
-  interfaces that are already implemented by super classes (Dave
-  Brosius)
-- New Style detector to find circular dependencies between classes
-  (Dave Brosius)
-- New Style detector to find unnecessary math on constants (Dave Brosius)
-- New detector to find equality comparisons using floating point math
-  (Jay Dunning)
-- New faster detector to find local self assignments (Bill Pugh)
-- New detector to find infinite recursive loops (Bill Pugh)
-- New detector to find for loops with an incorrect increment (Bill Pugh)
-- New detector to find suspicious uses of BufferedReader.readLine()
-  and String.indexOf() (Bill Pugh)
-- New detector to find suspicious integer to double casts (David
-  Hovemeyer, Bill Pugh)
-- New detector to find invalid regular expression patterns (Bill Pugh)
-- New detector to find Bloch/Gafter Java puzzlers (Bill Pugh)
-- New system property to suppress reporting of DLS based on local
-  variable name (Glenn Boysko)
-- Enhancements to configuration dialog in Eclipse plugin, allow for
-  saving enabled detectors in Eclipse projects (Phil Cr

dists/10.4-transitional/stable/main/finkinfo/devel findbugs.info,1.1,1.2

2005-05-24 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22593/10.4-transitional/stable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
Move findbugs 0.8.8 to stable

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/stable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- findbugs.info   27 Apr 2005 03:35:16 -  1.1
+++ findbugs.info   24 May 2005 11:32:03 -  1.2
@@ -1,13 +1,14 @@
 Package: findbugs
-Version: 0.8.5
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a85e2a407bee08e7ff3dd568569447c7
-CompileScript: echo "Nothing to do for compile"
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
   /usr/bin/install -m 644 lib/*.jar %i/share/%n/lib
@@ -19,6 +20,7 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
@@ -26,6 +28,7 @@
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp doc %i/share/doc/%n
@@ -38,33 +41,75 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.4:
+Changes since version 0.8.7:
 
-  * Extend dumb methods detector to look for calls to equals() on
-arrays (Dave Brosius)
-  * New detector for violatile references to arrays (Bill Pugh)
-  * New detector to find instanceof usage where inheritance can be
-determined statically (Dave Brosius)
-  * New detector to find ResultSet.getXXX updateXXX calls using index
-0 (Dave Brosius)
-  * New detector to find empty zip or jar entries (Bill Pugh)
-  * HTML output generation using built-in XSLT stylesheet or
-user-defined stylesheet (David Hovemeyer)
-  * Detector dialog columns are now sortable (Dave Brosius)
-  * Allow URLs to be specified to analyze zip/jar files, local
-directories, and single classfiles (David Hovemeyer)
-  * New command line option -onlyAnalyze restricts analysis to
-selected classes and packages without reducing accuracy (David
-Hovemeyer)
-  * Allow Swing GUI to show source code in jar files on Windows
-systems (Dave Brosius)
-  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
-Bill Pugh)
-  * MacOS GUI fixes (Rohan Lloyd)
-  * Fix false positive in BOA in case where method is correctly and
-'incorrectly' overridden (Dave Brosius)
-  * Fixed memory blowup when analyzing methods which access a large
-number of fields (David Hovemeyer)
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
+Changes since version 0.8.6:
+
+- Extend Naming detector to look for classes that are named
+  XXXException but that are not Exceptions (Dave Brosius)
+- New detector to find classes that expose semaphores in the public
+  implementation through the 'this' reference. (Dave Brosius)
+- New Style detector to find Struts Action/Servlet derived classes
+  th

dists/10.2-gcc3.3/stable/main/finkinfo/devel findbugs.info,1.6,1.7

2005-05-24 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22593/10.2-gcc3.3/stable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
Move findbugs 0.8.8 to stable

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- findbugs.info   13 Oct 2004 08:19:21 -  1.6
+++ findbugs.info   24 May 2005 11:32:02 -  1.7
@@ -1,13 +1,14 @@
 Package: findbugs
-Version: 0.8.5
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a85e2a407bee08e7ff3dd568569447c7
-CompileScript: echo "Nothing to do for compile"
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
   /usr/bin/install -m 644 lib/*.jar %i/share/%n/lib
@@ -19,6 +20,7 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
@@ -26,6 +28,7 @@
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp doc %i/share/doc/%n
@@ -38,33 +41,75 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.4:
+Changes since version 0.8.7:
 
-  * Extend dumb methods detector to look for calls to equals() on
-arrays (Dave Brosius)
-  * New detector for violatile references to arrays (Bill Pugh)
-  * New detector to find instanceof usage where inheritance can be
-determined statically (Dave Brosius)
-  * New detector to find ResultSet.getXXX updateXXX calls using index
-0 (Dave Brosius)
-  * New detector to find empty zip or jar entries (Bill Pugh)
-  * HTML output generation using built-in XSLT stylesheet or
-user-defined stylesheet (David Hovemeyer)
-  * Detector dialog columns are now sortable (Dave Brosius)
-  * Allow URLs to be specified to analyze zip/jar files, local
-directories, and single classfiles (David Hovemeyer)
-  * New command line option -onlyAnalyze restricts analysis to
-selected classes and packages without reducing accuracy (David
-Hovemeyer)
-  * Allow Swing GUI to show source code in jar files on Windows
-systems (Dave Brosius)
-  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
-Bill Pugh)
-  * MacOS GUI fixes (Rohan Lloyd)
-  * Fix false positive in BOA in case where method is correctly and
-'incorrectly' overridden (Dave Brosius)
-  * Fixed memory blowup when analyzing methods which access a large
-number of fields (David Hovemeyer)
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
+Changes since version 0.8.6:
+
+- Extend Naming detector to look for classes that are named
+  XXXException but that are not Exceptions (Dave Brosius)
+- New detector to find classes that expose semaphores in the public
+  implementation through the 'this' reference. (Dave Brosius)
+- New Style detector to find Struts Action/Servlet derived classes
+  that reference inst

dists/10.3/stable/main/finkinfo/devel findbugs.info,1.7,1.8

2005-05-24 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22593/10.3/stable/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
Move findbugs 0.8.8 to stable

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- findbugs.info   13 Oct 2004 08:18:45 -  1.7
+++ findbugs.info   24 May 2005 11:32:03 -  1.8
@@ -1,13 +1,14 @@
 Package: findbugs
-Version: 0.8.5
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a85e2a407bee08e7ff3dd568569447c7
-CompileScript: echo "Nothing to do for compile"
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
   /usr/bin/install -m 644 lib/*.jar %i/share/%n/lib
@@ -19,6 +20,7 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
@@ -26,6 +28,7 @@
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp doc %i/share/doc/%n
@@ -38,33 +41,75 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.4:
+Changes since version 0.8.7:
 
-  * Extend dumb methods detector to look for calls to equals() on
-arrays (Dave Brosius)
-  * New detector for violatile references to arrays (Bill Pugh)
-  * New detector to find instanceof usage where inheritance can be
-determined statically (Dave Brosius)
-  * New detector to find ResultSet.getXXX updateXXX calls using index
-0 (Dave Brosius)
-  * New detector to find empty zip or jar entries (Bill Pugh)
-  * HTML output generation using built-in XSLT stylesheet or
-user-defined stylesheet (David Hovemeyer)
-  * Detector dialog columns are now sortable (Dave Brosius)
-  * Allow URLs to be specified to analyze zip/jar files, local
-directories, and single classfiles (David Hovemeyer)
-  * New command line option -onlyAnalyze restricts analysis to
-selected classes and packages without reducing accuracy (David
-Hovemeyer)
-  * Allow Swing GUI to show source code in jar files on Windows
-systems (Dave Brosius)
-  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
-Bill Pugh)
-  * MacOS GUI fixes (Rohan Lloyd)
-  * Fix false positive in BOA in case where method is correctly and
-'incorrectly' overridden (Dave Brosius)
-  * Fixed memory blowup when analyzing methods which access a large
-number of fields (David Hovemeyer)
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
+Changes since version 0.8.6:
+
+- Extend Naming detector to look for classes that are named
+  XXXException but that are not Exceptions (Dave Brosius)
+- New detector to find classes that expose semaphores in the public
+  implementation through the 'this' reference. (Dave Brosius)
+- New Style detector to find Struts Action/Servlet derived classes
+  that reference instance member variable n

dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.10,1.11

2005-05-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29055

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.8.8

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- findbugs.info   16 Apr 2005 09:56:32 -  1.10
+++ findbugs.info   4 May 2005 09:34:22 -   1.11
@@ -1,17 +1,13 @@
 Package: findbugs
-Version: 0.8.7
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a0b1e1f34bac582225ac6f45250a76e6
-PatchScript: <<
-  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
-  cd lib && /usr/bin/uudecode buggy.icns.gz.uu > buggy.icns.gz
-  /usr/bin/gunzip lib/buggy.icns.gz
-<<
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -45,6 +41,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.8.7:
+
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
 Changes since version 0.8.6:
 
 - Extend Naming detector to look for classes that are named



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.16,1.17 findbugs.patch,1.4,NONE

2005-05-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28541

Modified Files:
findbugs.info 
Removed Files:
findbugs.patch 
Log Message:
New upstream version 0.8.8

--- findbugs.patch DELETED ---

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- findbugs.info   16 Apr 2005 09:52:46 -  1.16
+++ findbugs.info   4 May 2005 09:32:31 -   1.17
@@ -1,17 +1,13 @@
 Package: findbugs
-Version: 0.8.7
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a0b1e1f34bac582225ac6f45250a76e6
-PatchScript: <<
-  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
-  cd lib && /usr/bin/uudecode buggy.icns.gz.uu > buggy.icns.gz
-  /usr/bin/gunzip lib/buggy.icns.gz
-<<
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -45,6 +41,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.8.7:
+
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
 Changes since version 0.8.6:
 
 - Extend Naming detector to look for classes that are named



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.patch,1.1,NONE

2005-05-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27657

Removed Files:
findbugs.patch 
Log Message:
New upstream version 0.8.8

--- findbugs.patch DELETED ---



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.patch,1.4,NONE

2005-05-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27397

Removed Files:
findbugs.patch 
Log Message:
New upstream version 0.8.8

--- findbugs.patch DELETED ---



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.18,1.19

2005-05-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27285

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.8.8

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- findbugs.info   16 Apr 2005 10:00:03 -  1.18
+++ findbugs.info   4 May 2005 09:26:19 -   1.19
@@ -1,17 +1,13 @@
 Package: findbugs
-Version: 0.8.7
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a0b1e1f34bac582225ac6f45250a76e6
-PatchScript: <<
-  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
-  cd lib && /usr/bin/uudecode buggy.icns.gz.uu > buggy.icns.gz
-  /usr/bin/gunzip lib/buggy.icns.gz
-<<
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -45,6 +41,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.8.7:
+
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
 Changes since version 0.8.6:
 
 - Extend Naming detector to look for classes that are named



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.4-transitional/unstable/main/finkinfo/devel findbugs.info,1.1,1.2

2005-05-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26400

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.8.8

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- findbugs.info   27 Apr 2005 03:25:37 -  1.1
+++ findbugs.info   4 May 2005 09:22:50 -   1.2
@@ -1,17 +1,13 @@
 Package: findbugs
-Version: 0.8.7
+Version: 0.8.8
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a0b1e1f34bac582225ac6f45250a76e6
-PatchScript: <<
-  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
-  cd lib && /usr/bin/uudecode buggy.icns.gz.uu > buggy.icns.gz
-  /usr/bin/gunzip lib/buggy.icns.gz
-<<
+Source-MD5: 178f2c288cb252015e7bbc52b7680ba7
+PatchScript:   /usr/bin/true
 CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -45,6 +41,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
+Changes since version 0.8.7:
+
+ - New detector to find duplicate code in if/else statements (Dave
+   Brosius)
+ - Look for calls to wait() on Condition objects (David Hovemeyer)
+ - Look for java.util.concurrent.Lock objects not released on every
+   path out of method (David Hovemeyer)
+ - Look for calls to Thread.sleep() with a lock held (David Hovemeyer)
+ - More accurate detection of impossible casts (Bill Pugh, David
+   Hovemeyer)
+ - Saved XML now contains project statistics (Jay Dunning)
+ - Filter files can select by bug pattern type and warning priority
+   (David Hovemeyer)
+ - Restored some files inadvertently omitted from previous release
+   (Rohan Lloyd, David Hovemeyer)
+ - Make sure detectors requiring JDK 1.5 runtime classes are only
+   executed if those classes are available (David Hovemeyer)
+ - Don't display analysis error dialog unless there is really an error
+   (David Hovemeyer)
+ - Updated and expanded French translations of bug patterns and Swing
+   GUI (Olivier Parent)
+ - Fixed invalid character encoding in German Swing GUI translation
+   (Olivier Parent)
+ - Fix locale used for date format in project stats (K. Hashimoto)
+ - Fixed LongDescription elements in xml:withMessages output format
+   (K. Hashimoto)
+
 Changes since version 0.8.6:
 
 - Extend Naming detector to look for classes that are named



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2/unstable/main/finkinfo/devel findbugs.info,1.9,1.10 findbugs.patch,1.5,1.6

2005-04-16 Thread Rohan Lloyd
;WDC,)K603$K6MT+C.?PN%?C<3N3P#F0&(334T29!!_D\A[[EMAIL PROTECTED]:S=^[TBIS6\PR
[EMAIL PROTECTED]<>2#%I2G2PX/'EY]?W-1-$JLO+50=+8:B7E1(
++M/^"D$)S(2K,I)B,UK;B*K:S,R\C)38P-,[EMAIL PROTECTED]&G$L_+1^ZCE#"WR
++M9M*(=+Y]U.G;K4Z%1YW17G4R+5YVQM9[!X`;TU/GUX.>[EMAIL PROTECTED]>FI[TE-G
++M,OI;_'O0,Z4//0,'H*@[2\S^*GF6N23>EI^['T%/V0^E)W8R>
++MKD%Z#M+S=M"SX*?1,^RGTS/03ZWZR?3,^/_14W6;Z*GU-0[2@_0>40,^]/PWEN>O
++MO6_8%/X'OV$SF`;38!I,@VDP_7NFN-WG_MY4\Z->@_DY4Z;W>Y&N:/]5]3=[
++M7]PZ_R^K?Z^W_K/TS2-O3=KAK;^='[EMAIL PROTECTED],*S-,O12FY%_9V):6Q_:UA_.Z2Z8?:-':\7VFYA_0`I
++MGWW5MQ.8UWQ^N;WCB\D(^6%?L?634\*%"=?]3^GFLZ=7W6\U'KD=YP^P:4.O
++M34DK>8?S?H7:R"N>[EMAIL PROTECTED]&*@@#W:]6SMLR]Z]6P:^0WZ&%'(A
++ML>?FWJ.WNL+KDN+LQ!Y;29?MM[E^V/%"CQ<\9WUXV]_V+#^G_G[C\,*!0C5!
++MW>E&7RSPXY/NZZ3NWX._*>@;P,V<.=-]\,B1(\>_N]:=KIXZ]>X_VSO3J*:N
++M-0QG3CA)("&0D#`F"(1!AD($PN``IG`!!6H4"")6$$1MJ0-JI:)[EMAIL PROTECTED]
++M*;C``<$!9)0YV(&V>FUKIUMKEZY;:@?`J=12$++OR82"(;.K/Z[O#]8&UCK/
++MN_?9P_>=G/6E:^?TM:N/3&ZOFFRG#)*F_M,TMNJ9$I%/ZV:NX0;.'IIL'JA[
++M\F=;V[2J__ZE#B[3X#E#3]%WBR:;)Q163-.:[EMAIL PROTECTED]J3)L`&B4+\#9ZKN
++MA+G0=+L!P-(GI%.OX=O)07:DRFQQ?UPQ'I&$]8Q)W?C_+RNWL\&C3'U
++MI/HN+YGO0);N0&O'P0!+'9S=WJ]M5*V]ZB?Y"-%C=>7HZ"WRX!).GR8&[QL+
++M/W%\AXAO+^7J&M+<4<=]M8_/[EMAIL PROTECTED]
++M=ZT%H"[EMAIL PROTECTED]/QAAVY-K_%SI-B'/[EMAIL PROTECTED]/;_%6:XI="(\U\J>[4
++M'LZ)\V%!ROWOVJBJ)WJ!,+Y<<6=(5XU'!^"#FJ*-BV$^2F$@'UR?_M$[,B!S
++M$%Q1YNIN!H5ZT_57ZYFBS:_X<[EMAIL PROTECTED](Y$([I]`,(UO!N]-IZV(>+1LCA@:
++M[$S50,N9XBV)\SP=F'0:A0SA,:@BT#F-3ZC]LF*Q-]>!1L"@$6E&Q8-/FZL/
++M;TN)Y'[EMAIL PROTECTED])P'ZZC%4[?'$NU'G4VGB[>GA8O"`F8
++MX^OEYFAM#A&[EMAIL PROTECTED]/3^$BT"8WCX1LA7)EFIT=^JT9?M-=7'MR2)HP6+`P/FQOH
++MX\0TPWN-_FHRW0`22R#3.>YN[#>,BO^QN_7LL?RU"5'A"\($$8(%?"\VG82M
++M`AG/+$`D$HTEFEDRQ<;$_]33V7CRX,8D`=_/US]H[KQ0?J"_EXM#\.B(QS,&
++MX'B#8,J:=4_S5;76XYZ>MO-E^6F1/"['T=G=R^>E.9NSTU/35S>"(A5\#$1C
++M>QMQ\8]^TM/54EVT:[EMAIL PROTECTED]>VYW!<><%!?,'*:E49*1)#HCOY&>W8`V.?
++M]O1T7#Q>[EMAIL PROTECTED])C$JSM*33&0YNO.\>JNH_T8(=K*HHJGZZ(N[IOG2V
++M9%M"H+TI!BG-*;!X`AX'_X`(=L$JPF$T@<*<9S3\MV*Q=/:]LR[:4YE](">E
++MHO?2FHD0U<]8X8]D=.1&7]N%LKR4N;[EMAIL PROTECTED]
++MA!,>%Z/P)0_N/U)<2'*GC877-O=!XIE_&`'_^$NQ6/SAQW<444RF=KD?QC:W
++MM_^>$?HO^48L*SC:V=IW[0?X>@U:##\FK>FAD6Z]Y$L%OJ6V9/OR_8_`F+4F
++M.JI>\7QIZ%CQ#/5DM<=_)<=W7:JK*,B*]MH%0*&&^X^1/UX:_V6WPTOQA\8-
++MPH_?4.#;ZJO>W2#DYOOF:VBR?4!2;K,A!B37Y?CN]H931=N2
++MYW/I4#(8-E6+#QP`92?*X<@?0W$,79E?\?X]O1_T2KY5XANKC[SUJL#3FHPU
++M>R!)58>?\QNH4-P'JO."]#V5C5T?ZHF?D$T]V=P[5[8[,]K7CH)'(0Z#;]6\
++M[&K]/>A1U`W'T;@+L_:?;.H6W]1G+8P/?BA6\#L:3Q[*20QUH4/PR>,Q,4*:
++MF5\(?N,[EMAIL PROTECTED](C%7^F>`3W^0`&7KOSS%?O6OQ+DPH3C70R^?\QU
++M1CSO3U"H;./I[I&O':R6\L57=8Q#)4.?*/&=[2UU)X_D92V9Y^-LRZ"2\"53
++MO]3N:5E=`W<4:1<2:<+TBGFCL+JU1W:E?NV'0/+HYS[ET'=WM#;45I;LVY:9
++M&#T_P(?KP#"[EMAIL PROTECTED]"9LPR.PN!,S#D!PIS#M9?D?/'51UHYF!CNOR(6
++M/\$WGS]Q]$#^UM=7IR3$1R\,]IG%L!H&,[EMAIL PROTECTED]"HW%$\UH5FSO\)3<
++M4IBO,"#^X);&>3C^TT=B\11\;<6[.[(S4I-%22)1HC`VS,>!_F^0K9I_&32%
++M4LQ()*H%B^WB[C_K`KR\?1T=7+U#@@-BXP59>45GVQH
++M[WYB`-9GM_KO/Z5[MV_=^DH^U]^_(7U&-?[C%'S!:PGAO-EN'MYS0L)C$C=L
++M6A[&=1P#`:K.`)0=+V911,S2V*B%$8N%RQ)$*S)S]AX[T]C6I2C6K5G26O6/
++MI^#7+PEQMV/0K6PX7&__A8EK,A+#`[\`*U2./X[FY.FW(&G=YLS4%2M316?/%-`!XJ\4TR?)"+%=D$;T*D6++8[H&"1;&+8DZ!BRKY
++M2"R18NVZ('G+]HQ74Y/B(L/"HA+6YA6?J&OIT-K`"[EMAIL PROTECTED]@7<>9
++M3L3`,[EMAIL PROTECTED],:=8<#V\O3]Y_VE3RI5D'Q'"9+UR>)(R+#/7SG.T;&IO^YL'C
++MYYJU-O`3S(<[WWFI_G1I_MIX*5[Q<8O4`H%,M3`W,R'/^"XA$D=B./-"YLWE
++MO\1U8#%MG'F1*9O>?J^V25L#WX,A:>>;SU<6Y:V)[EMAIL PROTECTED]@L"H68,01!
++MHO&[EMAIL PROTECTED]'QM(,@[EMAIL 
PROTECTED]>Z^PA.P"Y2S4B.^Y!?J[.EKJJ\O>V;HJQM]I"AZA
[EMAIL PROTECTED])Y$H5G2*"0"!H7"$"@V[J'"=?DEI^I;[EMAIL PROTECTED]&LIOUM<+^YON9X
++M4?[K([EMAIL PROTECTED](/^W!X['2IU/2X2`SN?RXC+<.':]MD*V#&1WT2&][
[EMAIL PROTECTED]<$%.6ESH;#MS2&>\<[EMAIL PROTECTED]:/7KEY;VG5V8;6]J[NJ9N!O))_
++M=Y>\X'Y+_0T`6G?G9"8(>,Y,,X)>^&EF,)`%VR=\6=;V_:65-76-+6WM'9U/
++MU-'1WG:II;D15G-SXX73<+!T/7UI!-_=WH*$0QGC]2C8`-7&G1^5O&[[ON*R
++MJNK:\W7U3U1WX?S9FNJ35965)TY55U&l

dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.patch,1.3,1.4 findbugs.info,1.17,1.18

2005-04-16 Thread Rohan Lloyd
;[EMAIL PROTECTED]'@A.!)3>%E4L>9.B`
+MU3!E:*1*ZX%5GK3*.;)4@;"21H>-XAQVN0=6+LCEJF,Z895)Z56T7P>[EMAIL PROTECTED]
+M=1VP*I`&](#57(W12&G[P(K)8-D2K:(;5NI.6!F=#LX9JNLCJW2JW#62]?7K
+M*ZL(:4*2P=!75D6T/'7DSRJK<<%Z2!FJG8-3CT6>WA^M[-82_6S0BL442(U^
+M08%!,;&Q$28IVBJDMZWBT%:YJ3HYHPJ)24C-'E8THKBRBN,<#M[I<@FXM+
+MB^**T(DUD2G9I54\MN]*ULW1`I\OC>R"E\X+KS%E,M"$EG(N)[EMAIL PROTECTED]"NK
+MVU\JC[\R&6F:R
+MCFTLQ0^C\GI)3.Z5F*30Q7/;6CT70]C29Z")CB4;,],<8*KA4O:3W&A86B
+MU92=5K/15,;(ALY26EFYO9+%#N/@C<&[0=8A-HN#ZPK8Q"H=Y2K*$).=7U')
+M\'N`0;:)(<;[EMAIL PROTECTED]:I2_#UT$RM$W723(MV4H1#;';>9E7%.1U7YT!"SO"?@
[EMAIL PROTECTED],[IC<36W,JJ.<=(@?=-O,YQ
+MEI,,=PK9D"/TR.",$]W`<])(%\>5I=FYKNAM^.DPJJY'G4\WZJA"'J^:P,W!
+M0)NATINABAKRO>[TU^L.XEQ/>(*#[!A,"4.D_0A/YA6>2%Q2FM?72G
+MZ-#=KBC:YGB"!6\[Y'[EMAIL PROTECTED];_QJ&/11N$`GGIXZ$V41[UI',;OPUH="NM-G4?-
+MD''<7CR+?-'$'M(K&1?:6WI2C_2.*4SG9]1VVL_29;_'%=5X
+M5SD<0QA9?'$:F#A'*RL1BD2)_?EONM=_EB[_[==41`5*/0I\5U[B6,:*.&X>2SNX<"\&P<\=3=\(
[EMAIL PROTECTED]/[EMAIL PROTECTED]'DG7X]C",T)H3"[EMAIL PROTECTED]
+MX9-B._"9&>SO8K&H?R0:
+MGY;S\05/]T3BV5`KMY15X$3*68>$F4U:V0!2-%U."ATI:WZBIQ0]!:[EMAIL PROTECTED]
+M*7`<&WDC,)K603$K6MT+C.?PN%?C<3N3P#F0&(334T29!!_D\A[[EMAIL PROTECTED]:S=^[TBIS6\PR
[EMAIL PROTECTED]<>2#%I2G2PX/'EY]?W-1-$JLO+50=+8:B7E1(
+M/^"D$)S(2K,I)B,UK;B*K:S,R\C)38P-,[EMAIL PROTECTED]&G$L_+1^ZCE#"WR
+M9M*(=+Y]U.G;K4Z%1YW17G4R+5YVQM9[!X`;TU/GUX.>[EMAIL PROTECTED]>FI[TE-G
+M,OI;_'O0,Z4//0,'H*@[2\S^*GF6N23>EI^['T%/V0^E)W8R>
+MKD%Z#M+S=M"SX*?1,^RGTS/03ZWZR?3,^/_14W6;Z*GU-0[2@_0>40,^]/PWEN>O
+MO6_8%/X'OV$SF`;38!I,@VDP_7NFN-WG_MY4\Z->@_DY4Z;W>Y&N:/]5]3=[
+M7]PZ_R^K?Z^W_K/TS2-O3=KAK;^='[EMAIL PROTECTED],*S-,O12FY%_9V):6Q_:UA_.Z2Z8?:-':\7VFYA_0`I
+MGWW5MQ.8UWQ^N;WCB\D(^6%?L?634\*%"=?]3^GFLZ=7W6\U'KD=YP^P:4.O
+M34DK>8?S?H7:R"N>[EMAIL PROTECTED]&*@@#W:]6SMLR]Z]6P:^0WZ&%'(A
+ML>?FWJ.WNL+KDN+LQ!Y;29?MM[E^V/%"CQ<\9WUXV]_V+#^G_G[C\,*!0C5!
+MW>E&7RSPXY/NZZ3NWX._*>@;P,V<.=-]\,B1(\>_N]:=KIXZ]>X_VSO3J*:N
+M-0QG3CA)("&0D#`F"(1!AD($PN``IG`!!6H4"")6$$1MJ0-JI:)[EMAIL PROTECTED]
+M*;C``<$!9)0YV(&V>FUKIUMKEZY;:@?`J=12$++OR82"(;.K/Z[O#]8&UCK/
+MN_?9P_>=G/6E:^?TM:N/3&ZOFFRG#)*F_M,TMNJ9$I%/ZV:NX0;.'IIL'JA[
+M\F=;V[2J__ZE#B[3X#E#3]%WBR:;)Q163-.:[EMAIL PROTECTED]J3)L`&B4+\#9ZKN
+MA+G0=+L!P-(GI%.OX=O)07:DRFQQ?UPQ'I&$]8Q)W?C_+RNWL\&C3'U
+MI/HN+YGO0);N0&O'P0!+'9S=WJ]M5*V]ZB?Y"-%C=>7HZ"WRX!).GR8&[QL+
+M/W%\AXAO+^7J&M+<4<=]M8_/[EMAIL PROTECTED]
+M=ZT%H"[EMAIL PROTECTED]/QAAVY-K_%SI-B'/[EMAIL PROTECTED]/;_%6:XI="(\U\J>[4
+M'LZ)\V%!ROWOVJBJ)WJ!,+Y<<6=(5XU'!^"#FJ*-BV$^2F$@'UR?_M$[,B!S
+M$%Q1YNIN!H5ZT_57ZYFBS:_X<[EMAIL PROTECTED](Y$([I]`,(UO!N]-IZV(>+1LCA@:
+M[$S50,N9XBV)\SP=F'0:A0SA,:@BT#F-3ZC]LF*Q-]>!1L"@$6E&Q8-/FZL/
+M;TN)Y'[EMAIL PROTECTED])P'ZZC%4[?'$NU'G4VGB[>GA8O"`F8
+MX^OEYFAM#A&[EMAIL PROTECTED]/3^$BT"8WCX1LA7)EFIT=^JT9?M-=7'MR2)HP6+`P/FQOH
+MX\0TPWN-_FHRW0`22R#3.>YN[#>,BO^QN_7LL?RU"5'A"\($$8(%?"\VG82M
+M`AG/+$`D$HTEFEDRQ<;$_]33V7CRX,8D`=_/US]H[KQ0?J"_EXM#\.B(QS,&
+MX'B#8,J:=4_S5;76XYZ>MO-E^6F1/"['T=G=R^>E.9NSTU/35S>"(A5\#$1C
+M>QMQ\8]^TM/54EVT:[EMAIL PROTECTED]>VYW!<><%!?,'*:E49*1)#HCOY&>W8`V.?
+M]O1T7#Q>[EMAIL PROTECTED])C$JSM*33&0YNO.\>JNH_T8(=K*HHJGZZ(N[IOG2V
+M9%M"H+TI!BG-*;!X`AX'_X`(=L$JPF$T@<*<9S3\MV*Q=/:]LR[:4YE](">E
+MHO?2FHD0U<]8X8]D=.1&7]N%LKR4N;[EMAIL PROTECTED]
+MA!,>%Z/P)0_N/U)<2'*GC877-O=!XIE_&`'_^$NQ6/SAQW<444RF=KD?QC:W
+MM_^>$?HO^48L*SC:V=IW[0?X>@U:##\FK>FAD6Z]Y$L%OJ6V9/OR_8_`F+4F
+M.JI>\7QIZ%CQ#/5DM<=_)<=W7:JK*,B*]MH%0*&&^X^1/UX:_V6WPTOQA\8-
+MPH_?4.#;ZJO>W2#DYOOF:VBR?4!2;K,A!B37Y?CN]H931=N2
+MYW/I4#(8-E6+#QP`92?*X<@?0W$,79E?\?X]O1_T2KY5XANKC[SUJL#3FHPU
+M>R!)58>?\QNH4-P'JO."]#V5C5T?ZHF?D$T]V=P[5[8[,]K7CH)'(0Z#;]6\
+M[&K]/>A1U`W'T;@+L_:?;.H6W]1G+8P/?BA6\#L:3Q[*20QUH4/PR>,Q,4*:
+MF5\(?N,[EMAIL PROTECTED](C%7^F>`3W^0`&7KOSS%?O6OQ+DPH3C70R^?\QU
+M1CSO3U"H;./I[I&O':R6\L57=8Q#)4.?*/&=[2UU)X_D92V9Y^-LRZ"2\"53
+MO]3N:5E=`W<4:1<2:<+TBGFCL+JU1W:E?NV'0/+HYS[ET'=WM#;45I;LVY:9
+M&#T_P(?KP#"[EMAIL PROTECTED]"9LPR.PN!,S#D!PIS#M9?D?/'51UHYF!CNOR(6
+M/\$WGS]Q]$#^UM=7IR3$1R\,]IG%L!H&,[EMAIL PROTECTED]"HW%$\UH5FSO\)3<
+M4IBO,&qu

dists/10.3/unstable/main/finkinfo/devel findbugs.patch,1.3,1.4 findbugs.info,1.15,1.16

2005-04-16 Thread Rohan Lloyd
ROTECTED]'@A.!)3>%E4L>9.B`
+MU3!E:*1*ZX%5GK3*.;)4@;"21H>-XAQVN0=6+LCEJF,Z895)Z56T7P>[EMAIL PROTECTED]
+M=1VP*I`&](#57(W12&G[P(K)8-D2K:(;5NI.6!F=#LX9JNLCJW2JW#62]?7K
+M*ZL(:4*2P=!75D6T/'7DSRJK<<%Z2!FJG8-3CT6>WA^M[-82_6S0BL442(U^
+M08%!,;&Q$28IVBJDMZWBT%:YJ3HYHPJ)24C-'E8THKBRBN,<#M[I<@FXM+
+MB^**T(DUD2G9I54\MN]*ULW1`I\OC>R"E\X+KS%E,M"$EG(N)[EMAIL PROTECTED]"NK
+MVU\JC[\R&6F:R
+MCFTLQ0^C\GI)3.Z5F*30Q7/;6CT70]C29Z")CB4;,],<8*KA4O:3W&A86B
+MU92=5K/15,;(ALY26EFYO9+%#N/@C<&[0=8A-HN#ZPK8Q"H=Y2K*$).=7U')
+M\'N`0;:)(<;[EMAIL PROTECTED]:I2_#UT$RM$W723(MV4H1#;';>9E7%.1U7YT!"SO"?@
[EMAIL PROTECTED],[IC<36W,JJ.<=(@?=-O,YQ
+MEI,,=PK9D"/TR.",$]W`<])(%\>5I=FYKNAM^.DPJJY'G4\WZJA"'J^:P,W!
+M0)NATINABAKRO>[TU^L.XEQ/>(*#[!A,"4.D_0A/YA6>2%Q2FM?72G
+MZ-#=KBC:YGB"!6\[Y'[EMAIL PROTECTED];_QJ&/11N$`GGIXZ$V41[UI',;OPUH="NM-G4?-
+MD''<7CR+?-'$'M(K&1?:6WI2C_2.*4SG9]1VVL_29;_'%=5X
+M5SD<0QA9?'$:F#A'*RL1BD2)_?EONM=_EB[_[==41`5*/0I\5U[B6,:*.&X>2SNX<"\&P<\=3=\(
[EMAIL PROTECTED]/[EMAIL PROTECTED]'DG7X]C",T)H3"[EMAIL PROTECTED]
+MX9-B._"9&>SO8K&H?R0:
+MGY;S\05/]T3BV5`KMY15X$3*68>$F4U:V0!2-%U."ATI:WZBIQ0]!:[EMAIL PROTECTED]
+M*7`<&WDC,)K603$K6MT+C.?PN%?C<3N3P#F0&(334T29!!_D\A[[EMAIL PROTECTED]:S=^[TBIS6\PR
[EMAIL PROTECTED]<>2#%I2G2PX/'EY]?W-1-$JLO+50=+8:B7E1(
+M/^"D$)S(2K,I)B,UK;B*K:S,R\C)38P-,[EMAIL PROTECTED]&G$L_+1^ZCE#"WR
+M9M*(=+Y]U.G;K4Z%1YW17G4R+5YVQM9[!X`;TU/GUX.>[EMAIL PROTECTED]>FI[TE-G
+M,OI;_'O0,Z4//0,'H*@[2\S^*GF6N23>EI^['T%/V0^E)W8R>
+MKD%Z#M+S=M"SX*?1,^RGTS/03ZWZR?3,^/_14W6;Z*GU-0[2@_0>40,^]/PWEN>O
+MO6_8%/X'OV$SF`;38!I,@VDP_7NFN-WG_MY4\Z->@_DY4Z;W>Y&N:/]5]3=[
+M7]PZ_R^K?Z^W_K/TS2-O3=KAK;^='[EMAIL PROTECTED],*S-,O12FY%_9V):6Q_:UA_.Z2Z8?:-':\7VFYA_0`I
+MGWW5MQ.8UWQ^N;WCB\D(^6%?L?634\*%"=?]3^GFLZ=7W6\U'KD=YP^P:4.O
+M34DK>8?S?H7:R"N>[EMAIL PROTECTED]&*@@#W:]6SMLR]Z]6P:^0WZ&%'(A
+ML>?FWJ.WNL+KDN+LQ!Y;29?MM[E^V/%"CQ<\9WUXV]_V+#^G_G[C\,*!0C5!
+MW>E&7RSPXY/NZZ3NWX._*>@;P,V<.=-]\,B1(\>_N]:=KIXZ]>X_VSO3J*:N
+M-0QG3CA)("&0D#`F"(1!AD($PN``IG`!!6H4"")6$$1MJ0-JI:)[EMAIL PROTECTED]
+M*;C``<$!9)0YV(&V>FUKIUMKEZY;:@?`J=12$++OR82"(;.K/Z[O#]8&UCK/
+MN_?9P_>=G/6E:^?TM:N/3&ZOFFRG#)*F_M,TMNJ9$I%/ZV:NX0;.'IIL'JA[
+M\F=;V[2J__ZE#B[3X#E#3]%WBR:;)Q163-.:[EMAIL PROTECTED]J3)L`&B4+\#9ZKN
+MA+G0=+L!P-(GI%.OX=O)07:DRFQQ?UPQ'I&$]8Q)W?C_+RNWL\&C3'U
+MI/HN+YGO0);N0&O'P0!+'9S=WJ]M5*V]ZB?Y"-%C=>7HZ"WRX!).GR8&[QL+
+M/W%\AXAO+^7J&M+<4<=]M8_/[EMAIL PROTECTED]
+M=ZT%H"[EMAIL PROTECTED]/QAAVY-K_%SI-B'/[EMAIL PROTECTED]/;_%6:XI="(\U\J>[4
+M'LZ)\V%!ROWOVJBJ)WJ!,+Y<<6=(5XU'!^"#FJ*-BV$^2F$@'UR?_M$[,B!S
+M$%Q1YNIN!H5ZT_57ZYFBS:_X<[EMAIL PROTECTED](Y$([I]`,(UO!N]-IZV(>+1LCA@:
+M[$S50,N9XBV)\SP=F'0:A0SA,:@BT#F-3ZC]LF*Q-]>!1L"@$6E&Q8-/FZL/
+M;TN)Y'[EMAIL PROTECTED])P'ZZC%4[?'$NU'G4VGB[>GA8O"`F8
+MX^OEYFAM#A&[EMAIL PROTECTED]/3^$BT"8WCX1LA7)EFIT=^JT9?M-=7'MR2)HP6+`P/FQOH
+MX\0TPWN-_FHRW0`22R#3.>YN[#>,BO^QN_7LL?RU"5'A"\($$8(%?"\VG82M
+M`AG/+$`D$HTEFEDRQ<;$_]33V7CRX,8D`=_/US]H[KQ0?J"_EXM#\.B(QS,&
+MX'B#8,J:=4_S5;76XYZ>MO-E^6F1/"['T=G=R^>E.9NSTU/35S>"(A5\#$1C
+M>QMQ\8]^TM/54EVT:[EMAIL PROTECTED]>VYW!<><%!?,'*:E49*1)#HCOY&>W8`V.?
+M]O1T7#Q>[EMAIL PROTECTED])C$JSM*33&0YNO.\>JNH_T8(=K*HHJGZZ(N[IOG2V
+M9%M"H+TI!BG-*;!X`AX'_X`(=L$JPF$T@<*<9S3\MV*Q=/:]LR[:4YE](">E
+MHO?2FHD0U<]8X8]D=.1&7]N%LKR4N;[EMAIL PROTECTED]
+MA!,>%Z/P)0_N/U)<2'*GC877-O=!XIE_&`'_^$NQ6/SAQW<444RF=KD?QC:W
+MM_^>$?HO^48L*SC:V=IW[0?X>@U:##\FK>FAD6Z]Y$L%OJ6V9/OR_8_`F+4F
+M.JI>\7QIZ%CQ#/5DM<=_)<=W7:JK*,B*]MH%0*&&^X^1/UX:_V6WPTOQA\8-
+MPH_?4.#;ZJO>W2#DYOOF:VBR?4!2;K,A!B37Y?CN]H931=N2
+MYW/I4#(8-E6+#QP`92?*X<@?0W$,79E?\?X]O1_T2KY5XANKC[SUJL#3FHPU
+M>R!)58>?\QNH4-P'JO."]#V5C5T?ZHF?D$T]V=P[5[8[,]K7CH)'(0Z#;]6\
+M[&K]/>A1U`W'T;@+L_:?;.H6W]1G+8P/?BA6\#L:3Q[*20QUH4/PR>,Q,4*:
+MF5\(?N,[EMAIL PROTECTED](C%7^F>`3W^0`&7KOSS%?O6OQ+DPH3C70R^?\QU
+M1CSO3U"H;./I[I&O':R6\L57=8Q#)4.?*/&=[2UU)X_D92V9Y^-LRZ"2\"53
+MO]3N:5E=`W<4:1<2:<+TBGFCL+JU1W:E?NV'0/+HYS[ET'=WM#;45I;LVY:9
+M&#T_P(?KP#"[EMAIL PROTECTED]"9LPR.PN!,S#D!PIS#M9?D?/'51UHYF!CNOR(6
+M/\$WGS]Q]$#^UM=7IR3$1R\,]IG%L!H&,[EMAIL PROTECTED]"HW%$\UH5FSO\)3<
+M4IBO,&quo

dists/10.2-gcc3.3/unstable/main/finkinfo/devel proguard.info,NONE,1.1 proguard.patch,NONE,1.1

2005-01-21 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15929/devel

Added Files:
proguard.info proguard.patch 
Log Message:
Updated proguard

--- NEW FILE: proguard.info ---
Package: proguard
Version: 3.2
Revision: 1
Description: Free Java class file shrinker and obfuscator
License: GPL
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: system-java14
Source: mirror:sourceforge:%n/%n%v.tar.gz
Source-MD5: 64b3c522f07aeb87d567663e0780c146
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: <<
  /bin/mkdir classes
  /usr/bin/javac -sourcepath src -d classes src/proguard/gui/ProGuardGUI.java
  /usr/bin/jar uf lib/proguardgui.jar -C classes proguard/gui
  /usr/bin/jar uf lib/proguardgui.jar -C src proguard/gui/default.pro
<<
InstallScript:<<
  /usr/bin/install -m 755 -d %i/bin
  /usr/bin/install -m 755 bin/* %i/bin

  /usr/bin/install -m 755 -d %i/share/%n
  /usr/bin/install -m 644 lib/*.jar %i/share/%n

  /usr/bin/install -m 755 -d %i/share/doc/%n
  /bin/cp -pR docs %i/share/doc/%n
  /bin/cp -pR examples %i/share/doc/%n
<<
DocFiles: README
Homepage: http://proguard.sourceforge.net/
DescDetail:<<
ProGuard is a free Java class file shrinker and obfuscator. It can
detect and remove unused classes, fields, methods, and attributes. It
can then rename the remaining classes, fields, and methods using short
meaningless names. The resulting jars are smaller and harder to
reverse-engineer.
<<


--- NEW FILE: proguard.patch ---
diff -Naur proguard3.2.orig/bin/proguard proguard3.2/bin/proguard
--- proguard3.2.orig/bin/proguard   Thu Jan  1 10:00:00 1970
+++ proguard3.2/bin/proguardSun Jun  1 19:33:41 2003
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec java -jar @PREFIX@/share/proguard/proguard.jar $*
--- proguard3.2.orig/bin/proguardguiThu Jan  1 10:00:00 1970
+++ proguard3.2/bin/proguardgui Sun Jun  1 19:33:41 2003
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec java -Xdock:name=ProGuard -jar @PREFIX@/share/proguard/proguardgui.jar $*
diff -Naur proguard3.2.orig/bin/retrace proguard3.2/bin/retrace
--- proguard3.2.orig/bin/retraceThu Jan  1 10:00:00 1970
+++ proguard3.2/bin/retrace Sun Jun  1 19:33:41 2003
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec java -cp @PREFIX@/share/proguard/retrace.jar proguard.retrace.ReTrace $*
diff -Naur proguard3.2.orig/src/proguard/gui/default.pro 
proguard3.2/src/proguard/gui/default.pro
--- proguard3.2.orig/src/proguard/gui/default.proSun Nov 21 02:39:21 2004
+++ proguard3.2/src/proguard/gui/default.pro   Sat Jan 22 16:39:45 2005
@@ -1,6 +1,6 @@
 # The default configuration when starting up the GUI.
 
--libraryjars /lib/rt.jar
+-libraryjars /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
 
 -verbose
 
diff -Naur proguard3.2.orig/src/proguard/gui/ProGuardGUI.java 
proguard3.2/src/proguard/gui/ProGuardGUI.java
--- proguard3.2.orig/src/proguard/gui/ProGuardGUI.java   Sun Nov 21 
02:08:57 2004
+++ proguard3.2/src/proguard/gui/ProGuardGUI.java  Sat Jan 22 17:17:16 2005
@@ -54,6 +54,9 @@
 
 private static final Border BORDER = 
BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
 
+private static final boolean MAC_OS_X =
+System.getProperty("os.name").toLowerCase().startsWith("mac os x");
+
 static boolean systemOutRedirected;
 
 private JFileChooser configurationChooser = new JFileChooser("");
@@ -203,6 +206,13 @@
 lastBottomButtonConstraints.insets= bottomButtonConstraints.insets;
 lastBottomButtonConstraints.ipadx = bottomButtonConstraints.ipadx;
 lastBottomButtonConstraints.ipady = bottomButtonConstraints.ipady;
+
+if (MAC_OS_X) {
+// Leave room for growBox in bottom right of window
+lastBottomButtonConstraints.insets =
+(Insets)lastBottomButtonConstraints.insets.clone();
+lastBottomButtonConstraints.insets.right += 16;
+}
 
 GridBagLayout layout = new GridBagLayout();
 



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/utils proguard.info,1.2,NONE proguard.patch,1.2,NONE

2005-01-21 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15929/utils

Removed Files:
proguard.info proguard.patch 
Log Message:
Updated proguard

--- proguard.info DELETED ---

--- proguard.patch DELETED ---



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel proguard.info,1.1,1.2

2005-01-21 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15222

Modified Files:
proguard.info 
Log Message:
Added missing dependency on java

Index: proguard.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/proguard.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- proguard.info   22 Jan 2005 06:42:07 -  1.1
+++ proguard.info   22 Jan 2005 06:43:52 -  1.2
@@ -4,7 +4,7 @@
 Description: Free Java class file shrinker and obfuscator
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: 
+Depends: system-java14
 Source: mirror:sourceforge:%n/%n%v.tar.gz
 Source-MD5: 64b3c522f07aeb87d567663e0780c146
 PatchScript: <<



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel proguard.info,NONE,1.1 proguard.patch,NONE,1.1

2005-01-21 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14972

Added Files:
proguard.info proguard.patch 
Log Message:
Added new proguard package

--- NEW FILE: proguard.info ---
Package: proguard
Version: 3.2
Revision: 1
Description: Free Java class file shrinker and obfuscator
License: GPL
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: 
Source: mirror:sourceforge:%n/%n%v.tar.gz
Source-MD5: 64b3c522f07aeb87d567663e0780c146
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: <<
  /bin/mkdir classes
  /usr/bin/javac -sourcepath src -d classes src/proguard/gui/ProGuardGUI.java
  /usr/bin/jar uf lib/proguardgui.jar -C classes proguard/gui
  /usr/bin/jar uf lib/proguardgui.jar -C src proguard/gui/default.pro
<<
InstallScript:<<
  /usr/bin/install -m 755 -d %i/bin
  /usr/bin/install -m 755 bin/* %i/bin

  /usr/bin/install -m 755 -d %i/share/%n
  /usr/bin/install -m 644 lib/*.jar %i/share/%n

  /usr/bin/install -m 755 -d %i/share/doc/%n
  /bin/cp -pR docs %i/share/doc/%n
  /bin/cp -pR examples %i/share/doc/%n
<<
DocFiles: README
Homepage: http://proguard.sourceforge.net/
DescDetail:<<
ProGuard is a free Java class file shrinker and obfuscator. It can
detect and remove unused classes, fields, methods, and attributes. It
can then rename the remaining classes, fields, and methods using short
meaningless names. The resulting jars are smaller and harder to
reverse-engineer.
<<


--- NEW FILE: proguard.patch ---
diff -Naur proguard3.2.orig/bin/proguard proguard3.2/bin/proguard
--- proguard3.2.orig/bin/proguard   Thu Jan  1 10:00:00 1970
+++ proguard3.2/bin/proguardSun Jun  1 19:33:41 2003
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec java -jar @PREFIX@/share/proguard/proguard.jar $*
--- proguard3.2.orig/bin/proguardguiThu Jan  1 10:00:00 1970
+++ proguard3.2/bin/proguardgui Sun Jun  1 19:33:41 2003
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec java -Xdock:name=ProGuard -jar @PREFIX@/share/proguard/proguardgui.jar $*
diff -Naur proguard3.2.orig/bin/retrace proguard3.2/bin/retrace
--- proguard3.2.orig/bin/retraceThu Jan  1 10:00:00 1970
+++ proguard3.2/bin/retrace Sun Jun  1 19:33:41 2003
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+exec java -cp @PREFIX@/share/proguard/retrace.jar proguard.retrace.ReTrace $*
diff -Naur proguard3.2.orig/src/proguard/gui/default.pro 
proguard3.2/src/proguard/gui/default.pro
--- proguard3.2.orig/src/proguard/gui/default.proSun Nov 21 02:39:21 2004
+++ proguard3.2/src/proguard/gui/default.pro   Sat Jan 22 16:39:45 2005
@@ -1,6 +1,6 @@
 # The default configuration when starting up the GUI.
 
--libraryjars /lib/rt.jar
+-libraryjars /System/Library/Frameworks/JavaVM.framework/Classes/classes.jar
 
 -verbose
 
diff -Naur proguard3.2.orig/src/proguard/gui/ProGuardGUI.java 
proguard3.2/src/proguard/gui/ProGuardGUI.java
--- proguard3.2.orig/src/proguard/gui/ProGuardGUI.java   Sun Nov 21 
02:08:57 2004
+++ proguard3.2/src/proguard/gui/ProGuardGUI.java  Sat Jan 22 17:17:16 2005
@@ -54,6 +54,9 @@
 
 private static final Border BORDER = 
BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
 
+private static final boolean MAC_OS_X =
+System.getProperty("os.name").toLowerCase().startsWith("mac os x");
+
 static boolean systemOutRedirected;
 
 private JFileChooser configurationChooser = new JFileChooser("");
@@ -203,6 +206,13 @@
 lastBottomButtonConstraints.insets= bottomButtonConstraints.insets;
 lastBottomButtonConstraints.ipadx = bottomButtonConstraints.ipadx;
 lastBottomButtonConstraints.ipady = bottomButtonConstraints.ipady;
+
+if (MAC_OS_X) {
+// Leave room for growBox in bottom right of window
+lastBottomButtonConstraints.insets =
+(Insets)lastBottomButtonConstraints.insets.clone();
+lastBottomButtonConstraints.insets.right += 16;
+}
 
 GridBagLayout layout = new GridBagLayout();
 



---
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel jdepend.info,1.4,1.5

2004-12-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25353

Modified Files:
jdepend.info 
Log Message:
New upstream version 2.9

Index: jdepend.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/jdepend.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jdepend.info1 Nov 2004 04:00:35 -   1.4
+++ jdepend.info28 Dec 2004 01:57:53 -  1.5
@@ -1,19 +1,19 @@
 Package: jdepend
-Version: 2.8
+Version: 2.9
 Revision: 1
 Description: Java package dependency management tool
 License: BSD
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java13
 Source: http://www.clarkware.com/software/%n-%v.zip
-Source-MD5: b714e71096d6206b75aa2bc612894e3f
+Source-MD5: 4b949442ab719fd450f8eef2dc1a1caf
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<
-CompileScript: echo "Nothing to do for compile"
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n
-  /usr/bin/install -m 644 lib/%n.jar %i/share/%n
+  /usr/bin/install -m 644 lib/%n-%v.jar %i/share/%n/%n.jar
 
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/* %i/bin
@@ -21,7 +21,7 @@
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp docs %i/share/doc/%n
 <<
-DocFiles: LICENSE README
+DocFiles: CHANGES LICENSE README
 Homepage: http://www.clarkware.com/software/JDepend.html
 DescDetail: <<
 JDepend traverses Java class file directories and generates design



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel jdepend.info,1.4,1.5

2004-12-27 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25108

Modified Files:
jdepend.info 
Log Message:
New upstream version 2.9

Index: jdepend.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/jdepend.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- jdepend.info1 Nov 2004 03:59:42 -   1.4
+++ jdepend.info28 Dec 2004 01:56:24 -  1.5
@@ -1,19 +1,19 @@
 Package: jdepend
-Version: 2.8
+Version: 2.9
 Revision: 1
 Description: Java package dependency management tool
 License: BSD
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java13
 Source: http://www.clarkware.com/software/%n-%v.zip
-Source-MD5: b714e71096d6206b75aa2bc612894e3f
+Source-MD5: 4b949442ab719fd450f8eef2dc1a1caf
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<
-CompileScript: echo "Nothing to do for compile"
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n
-  /usr/bin/install -m 644 lib/%n.jar %i/share/%n
+  /usr/bin/install -m 644 lib/%n-%v.jar %i/share/%n/%n.jar
 
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/* %i/bin
@@ -21,7 +21,7 @@
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp docs %i/share/doc/%n
 <<
-DocFiles: LICENSE README
+DocFiles: CHANGES LICENSE README
 Homepage: http://www.clarkware.com/software/JDepend.html
 DescDetail: <<
 JDepend traverses Java class file directories and generates design



---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.16,1.17

2004-12-23 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19654/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
new upstream version 0.8.6

Index: findbugs.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- findbugs.info   11 Oct 2004 00:33:08 -  1.16
+++ findbugs.info   23 Dec 2004 11:26:45 -  1.17
@@ -1,13 +1,13 @@
 Package: findbugs
-Version: 0.8.5
+Version: 0.8.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a85e2a407bee08e7ff3dd568569447c7
-CompileScript: echo "Nothing to do for compile"
+Source-MD5: 5d8afcd5ee20eb66abb5e6a0815736fb
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
   /usr/bin/install -m 644 lib/*.jar %i/share/%n/lib
@@ -19,6 +19,7 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
@@ -26,6 +27,7 @@
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp doc %i/share/doc/%n
@@ -38,33 +40,42 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.4:
+Changes since version 0.8.5:
 
-  * Extend dumb methods detector to look for calls to equals() on
-arrays (Dave Brosius)
-  * New detector for violatile references to arrays (Bill Pugh)
-  * New detector to find instanceof usage where inheritance can be
-determined statically (Dave Brosius)
-  * New detector to find ResultSet.getXXX updateXXX calls using index
-0 (Dave Brosius)
-  * New detector to find empty zip or jar entries (Bill Pugh)
-  * HTML output generation using built-in XSLT stylesheet or
-user-defined stylesheet (David Hovemeyer)
-  * Detector dialog columns are now sortable (Dave Brosius)
-  * Allow URLs to be specified to analyze zip/jar files, local
-directories, and single classfiles (David Hovemeyer)
-  * New command line option -onlyAnalyze restricts analysis to
-selected classes and packages without reducing accuracy (David
-Hovemeyer)
-  * Allow Swing GUI to show source code in jar files on Windows
-systems (Dave Brosius)
-  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
-Bill Pugh)
-  * MacOS GUI fixes (Rohan Lloyd)
-  * Fix false positive in BOA in case where method is correctly and
-'incorrectly' overridden (Dave Brosius)
-  * Fixed memory blowup when analyzing methods which access a large
-number of fields (David Hovemeyer)
+   * New detector to find catch blocks that may inadvertently catch
+ runtime exceptions (Brian Goetz)
+   * New detector to find objects that are instantiated based on classes
+ that only have static methods and fields, using the synthesized
+ constructor (Dave Brosius)
+   * New detector to find calls to Thread.interrupted() in a non static
+ context, and especially with non currentThread() threads
+ (Dave Brosius)
+   * New detector to find calls to equals() methods that use Object's
+ version. (Dave Brosius)
+   * New detector to find Applets that call methods in the constructor
+ refering to the AppletStub (Dave Brosius)
+   * New detector to find some cases of infinite recursion (Bill Pugh)
+   * New detector to find dead stores to local variables (David Hovemeyer,
+ Bill Pugh)
+   * Extend Dumb Method detector for toUpperCase(), toLowerCase()
+ without a locale, new Integer(1).toString(), new XXX().getClass(),
+ and new Thread() without a run implementation (Dave Brosius)
+   * Ant task supports "errorProperty" attribute, which sets an Ant
+ property to "true" if an error occurs running FindBugs (Michael Tamm)
+   * Eclipse plugin allows filtering of warnings by bug category, priority
+ (David Hovemeyer)
+   * Swing GUI allows filtering of warnings by bug category (David
+ Hovemeyer)
+   * Ability to annotate methods using Java 1.5 annotations that suppress
+ FindBugs warnings (Bill Pugh)
+   * New -adjustExperimental for lowering priority of BugPatterns that
+ are experimental (Dave Brosius)
+   * Allow for command line options 'files'

dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.14,1.15

2004-12-22 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20268/main/finkinfo/devel

Modified Files:
findbugs.info 
Log Message:
new upstream version 0.8.6

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- findbugs.info   11 Oct 2004 00:32:29 -  1.14
+++ findbugs.info   23 Dec 2004 02:26:53 -  1.15
@@ -1,13 +1,13 @@
 Package: findbugs
-Version: 0.8.5
+Version: 0.8.6
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: a85e2a407bee08e7ff3dd568569447c7
-CompileScript: echo "Nothing to do for compile"
+Source-MD5: 5d8afcd5ee20eb66abb5e6a0815736fb
+CompileScript: /usr/bin/true
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
   /usr/bin/install -m 644 lib/*.jar %i/share/%n/lib
@@ -19,6 +19,7 @@
   /usr/bin/install -m 755 -d %i/bin
   /usr/bin/install -m 755 bin/bugHistory %i/bin
   /usr/bin/install -m 755 bin/categorizeBugs %i/bin
+  /usr/bin/install -m 755 bin/convertToARFF %i/bin
   /usr/bin/install -m 755 bin/countBugs %i/bin
   /usr/bin/install -m 755 bin/fbwrap %i/bin
   /usr/bin/install -m 755 bin/findExamples %i/bin
@@ -26,6 +27,7 @@
   /usr/bin/install -m 755 bin/graphIS2FalsePositives %i/bin
   /usr/bin/install -m 755 bin/mergeResults %i/bin
   /usr/bin/install -m 755 bin/unionResults %i/bin
+  /usr/bin/install -m 755 bin/xpathFind %i/bin
 
   /usr/bin/install -m 755 -d %i/share/doc/%n
   /bin/cp -Rp doc %i/share/doc/%n
@@ -38,33 +40,42 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.4:
+Changes since version 0.8.5:
 
-  * Extend dumb methods detector to look for calls to equals() on
-arrays (Dave Brosius)
-  * New detector for violatile references to arrays (Bill Pugh)
-  * New detector to find instanceof usage where inheritance can be
-determined statically (Dave Brosius)
-  * New detector to find ResultSet.getXXX updateXXX calls using index
-0 (Dave Brosius)
-  * New detector to find empty zip or jar entries (Bill Pugh)
-  * HTML output generation using built-in XSLT stylesheet or
-user-defined stylesheet (David Hovemeyer)
-  * Detector dialog columns are now sortable (Dave Brosius)
-  * Allow URLs to be specified to analyze zip/jar files, local
-directories, and single classfiles (David Hovemeyer)
-  * New command line option -onlyAnalyze restricts analysis to
-selected classes and packages without reducing accuracy (David
-Hovemeyer)
-  * Allow Swing GUI to show source code in jar files on Windows
-systems (Dave Brosius)
-  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
-Bill Pugh)
-  * MacOS GUI fixes (Rohan Lloyd)
-  * Fix false positive in BOA in case where method is correctly and
-'incorrectly' overridden (Dave Brosius)
-  * Fixed memory blowup when analyzing methods which access a large
-number of fields (David Hovemeyer)
+   * New detector to find catch blocks that may inadvertently catch
+ runtime exceptions (Brian Goetz)
+   * New detector to find objects that are instantiated based on classes
+ that only have static methods and fields, using the synthesized
+ constructor (Dave Brosius)
+   * New detector to find calls to Thread.interrupted() in a non static
+ context, and especially with non currentThread() threads
+ (Dave Brosius)
+   * New detector to find calls to equals() methods that use Object's
+ version. (Dave Brosius)
+   * New detector to find Applets that call methods in the constructor
+ refering to the AppletStub (Dave Brosius)
+   * New detector to find some cases of infinite recursion (Bill Pugh)
+   * New detector to find dead stores to local variables (David Hovemeyer,
+ Bill Pugh)
+   * Extend Dumb Method detector for toUpperCase(), toLowerCase()
+ without a locale, new Integer(1).toString(), new XXX().getClass(),
+ and new Thread() without a run implementation (Dave Brosius)
+   * Ant task supports "errorProperty" attribute, which sets an Ant
+ property to "true" if an error occurs running FindBugs (Michael Tamm)
+   * Eclipse plugin allows filtering of warnings by bug category, priority
+ (David Hovemeyer)
+   * Swing GUI allows filtering of warnings by bug category (David
+ Hovemeyer)
+   * Ability to annotate methods using Java 1.5 annotations that suppress
+ FindBugs warnings (Bill Pugh)
+   * New -adjustExperimental for lowering priority of BugPatterns that
+ are experimental (Dave Brosius)
+   * Allow for command line options 'files' using the @ sy

dists/10.2-gcc3.3/unstable/main/finkinfo/editors nxml-mode.info,1.7,1.8 nxml-mode.patch,1.5,1.6

2004-11-20 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17553

Modified Files:
nxml-mode.info nxml-mode.patch 
Log Message:
Fixed postinst script so it doesn't fail when emacs is updated

Index: nxml-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors/nxml-mode.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nxml-mode.patch 10 Sep 2004 13:45:19 -  1.5
+++ nxml-mode.patch 21 Nov 2004 05:07:20 -  1.6
@@ -1,7 +1,7 @@
 diff -Naur nxml-mode-20040908/fink/emacsen-install 
nxml-mode-20040908.fink/fink/emacsen-install
 --- nxml-mode-20040908/fink/emacsen-installThu Jan  1 10:00:00 1970
 +++ nxml-mode-20040908.fink/fink/emacsen-install   Wed Sep  8 22:24:18 2004
-@@ -0,0 +1,38 @@
+@@ -0,0 +1,40 @@
 +#! /bin/sh
 +# @PREFIX@/lib/emacsen-common/packages/install/nxml-mode
 +set -e
@@ -18,6 +18,8 @@
 [EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
 [EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +
++/bin/rm -rf ${ELCDIR}
++
 +/usr/bin/install -m 755 -d ${ELCDIR}
 +cd ${ELDIR}
 +FILES=`echo *.el`

Index: nxml-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nxml-mode.info  4 Oct 2004 07:22:17 -   1.7
+++ nxml-mode.info  21 Nov 2004 05:07:20 -  1.8
@@ -1,6 +1,6 @@
 Package: nxml-mode
 Version: 20041004
-Revision: 1
+Revision: 2
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
@@ -35,7 +35,9 @@
   %p/lib/emacsen-common/emacs-package-install %n
 fi
 <<
-PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
+PreRmScript: <<
+  %p/lib/emacsen-common/emacs-package-remove  %n
+<<
 DocFiles: COPYING NEWS README TODO VERSION
 InfoDocs: nxml-mode.info
 Homepage: http://www.thaiopensource.com/nxml-mode/



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/editors nxml-mode.info,1.1,1.2 nxml-mode.patch,1.1,1.2

2004-11-20 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17369

Modified Files:
nxml-mode.info nxml-mode.patch 
Log Message:
Fixed postinst script so it doesn't fail when emacs is updated

Index: nxml-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/stable/main/finkinfo/editors/nxml-mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nxml-mode.patch 31 Oct 2004 23:53:09 -  1.1
+++ nxml-mode.patch 21 Nov 2004 05:06:17 -  1.2
@@ -1,7 +1,7 @@
 diff -Naur nxml-mode-20040908/fink/emacsen-install 
nxml-mode-20040908.fink/fink/emacsen-install
 --- nxml-mode-20040908/fink/emacsen-installThu Jan  1 10:00:00 1970
 +++ nxml-mode-20040908.fink/fink/emacsen-install   Wed Sep  8 22:24:18 2004
-@@ -0,0 +1,38 @@
+@@ -0,0 +1,40 @@
 +#! /bin/sh
 +# @PREFIX@/lib/emacsen-common/packages/install/nxml-mode
 +set -e
@@ -18,6 +18,8 @@
 [EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
 [EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +
++/bin/rm -rf ${ELCDIR}
++
 +/usr/bin/install -m 755 -d ${ELCDIR}
 +cd ${ELDIR}
 +FILES=`echo *.el`

Index: nxml-mode.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nxml-mode.info  31 Oct 2004 23:53:09 -  1.1
+++ nxml-mode.info  21 Nov 2004 05:06:16 -  1.2
@@ -1,6 +1,6 @@
 Package: nxml-mode
 Version: 20041004
-Revision: 1
+Revision: 2
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
@@ -35,7 +35,9 @@
   %p/lib/emacsen-common/emacs-package-install %n
 fi
 <<
-PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
+PreRmScript: <<
+  %p/lib/emacsen-common/emacs-package-remove  %n
+<<
 DocFiles: COPYING NEWS README TODO VERSION
 InfoDocs: nxml-mode.info
 Homepage: http://www.thaiopensource.com/nxml-mode/



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors nxml-mode.info,1.7,1.8 nxml-mode.patch,1.5,1.6

2004-11-20 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15523

Modified Files:
nxml-mode.info nxml-mode.patch 
Log Message:
Fixed postinst script so it doesn't fail when emacs is updated

Index: nxml-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/nxml-mode.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nxml-mode.patch 10 Sep 2004 13:43:04 -  1.5
+++ nxml-mode.patch 21 Nov 2004 04:55:31 -  1.6
@@ -1,7 +1,7 @@
 diff -Naur nxml-mode-20040908/fink/emacsen-install 
nxml-mode-20040908.fink/fink/emacsen-install
 --- nxml-mode-20040908/fink/emacsen-installThu Jan  1 10:00:00 1970
 +++ nxml-mode-20040908.fink/fink/emacsen-install   Wed Sep  8 22:24:18 2004
-@@ -0,0 +1,38 @@
+@@ -0,0 +1,40 @@
 +#! /bin/sh
 +# @PREFIX@/lib/emacsen-common/packages/install/nxml-mode
 +set -e
@@ -18,6 +18,8 @@
 [EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
 [EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +
++/bin/rm -rf ${ELCDIR}
++
 +/usr/bin/install -m 755 -d ${ELCDIR}
 +cd ${ELDIR}
 +FILES=`echo *.el`

Index: nxml-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nxml-mode.info  4 Oct 2004 07:21:33 -   1.7
+++ nxml-mode.info  21 Nov 2004 04:55:31 -  1.8
@@ -1,6 +1,6 @@
 Package: nxml-mode
 Version: 20041004
-Revision: 1
+Revision: 2
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
@@ -35,7 +35,9 @@
   %p/lib/emacsen-common/emacs-package-install %n
 fi
 <<
-PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
+PreRmScript: <<
+  %p/lib/emacsen-common/emacs-package-remove  %n
+<<
 DocFiles: COPYING NEWS README TODO VERSION
 InfoDocs: nxml-mode.info
 Homepage: http://www.thaiopensource.com/nxml-mode/



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/editors nxml-mode.info,1.1,1.2 nxml-mode.patch,1.1,1.2

2004-11-20 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17844

Modified Files:
nxml-mode.info nxml-mode.patch 
Log Message:
Fixed postinst script so it doesn't fail when emacs is updated

Index: nxml-mode.patch
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/editors/nxml-mode.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nxml-mode.patch 31 Oct 2004 23:54:48 -  1.1
+++ nxml-mode.patch 21 Nov 2004 05:08:51 -  1.2
@@ -1,7 +1,7 @@
 diff -Naur nxml-mode-20040908/fink/emacsen-install 
nxml-mode-20040908.fink/fink/emacsen-install
 --- nxml-mode-20040908/fink/emacsen-installThu Jan  1 10:00:00 1970
 +++ nxml-mode-20040908.fink/fink/emacsen-install   Wed Sep  8 22:24:18 2004
-@@ -0,0 +1,38 @@
+@@ -0,0 +1,40 @@
 +#! /bin/sh
 +# @PREFIX@/lib/emacsen-common/packages/install/nxml-mode
 +set -e
@@ -18,6 +18,8 @@
 [EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
 [EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +
++/bin/rm -rf ${ELCDIR}
++
 +/usr/bin/install -m 755 -d ${ELCDIR}
 +cd ${ELDIR}
 +FILES=`echo *.el`

Index: nxml-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- nxml-mode.info  31 Oct 2004 23:54:48 -  1.1
+++ nxml-mode.info  21 Nov 2004 05:08:51 -  1.2
@@ -1,6 +1,6 @@
 Package: nxml-mode
 Version: 20041004
-Revision: 1
+Revision: 2
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
@@ -35,7 +35,9 @@
   %p/lib/emacsen-common/emacs-package-install %n
 fi
 <<
-PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
+PreRmScript: <<
+  %p/lib/emacsen-common/emacs-package-remove  %n
+<<
 DocFiles: COPYING NEWS README TODO VERSION
 InfoDocs: nxml-mode.info
 Homepage: http://www.thaiopensource.com/nxml-mode/



---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel jdepend.info,1.3,1.4

2004-11-01 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27193

Modified Files:
jdepend.info 
Log Message:
New upstream version 2.8

Index: jdepend.info
===
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/jdepend.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jdepend.info1 Nov 2004 03:47:30 -   1.3
+++ jdepend.info1 Nov 2004 04:00:35 -   1.4
@@ -1,12 +1,12 @@
 Package: jdepend
-Version: 2.6
-Revision: 3
+Version: 2.8
+Revision: 1
 Description: Java package dependency management tool
 License: BSD
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java13
 Source: http://www.clarkware.com/software/%n-%v.zip
-Source-MD5: 20fe61e6e99bdd5802300ee3371b1e67
+Source-MD5: b714e71096d6206b75aa2bc612894e3f
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/devel jdepend.info,1.3,1.4

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26957

Modified Files:
jdepend.info 
Log Message:
New upstream version 2.8

Index: jdepend.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/jdepend.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- jdepend.info2 Mar 2004 11:08:42 -   1.3
+++ jdepend.info1 Nov 2004 03:59:42 -   1.4
@@ -1,12 +1,12 @@
 Package: jdepend
-Version: 2.6
-Revision: 3
+Version: 2.8
+Revision: 1
 Description: Java package dependency management tool
 License: BSD
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14 | system-java13
 Source: http://www.clarkware.com/software/%n-%v.zip
-Source-MD5: 20fe61e6e99bdd5802300ee3371b1e67
+Source-MD5: b714e71096d6206b75aa2bc612894e3f
 PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/devel jdepend.info,NONE,1.1 jdepend.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25374

Added Files:
jdepend.info jdepend.patch 
Log Message:
Moved jdepend to stable

--- NEW FILE: jdepend.info ---
Package: jdepend
Version: 2.6
Revision: 3
Description: Java package dependency management tool
License: BSD
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: system-java14 | system-java13
Source: http://www.clarkware.com/software/%n-%v.zip
Source-MD5: 20fe61e6e99bdd5802300ee3371b1e67
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to do for compile"
InstallScript: <<
  /usr/bin/install -m 755 -d %i/share/%n
  /usr/bin/install -m 644 lib/%n.jar %i/share/%n

  /usr/bin/install -m 755 -d %i/bin
  /usr/bin/install -m 755 bin/* %i/bin

  /usr/bin/install -m 755 -d %i/share/doc/%n
  /bin/cp -Rp docs %i/share/doc/%n
<<
DocFiles: LICENSE README
Homepage: http://www.clarkware.com/software/JDepend.html
DescDetail: <<
JDepend traverses Java class file directories and generates design
quality metrics for each Java package. JDepend allows you to
automatically measure the quality of a design in terms of its
extensibility, reusability, and maintainability to effectively manage
and control package dependencies.
<<

--- NEW FILE: jdepend.patch ---
diff -Naur jdepend-2.6.orig/bin/jdepend jdepend-2.6/bin/jdepend
--- jdepend-2.6.orig/bin/jdependThu Jan  1 10:00:00 1970
+++ jdepend-2.6/bin/jdepend Sun Jun  1 19:33:41 2003
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+# default ui
+main="jdepend.textui.JDepend"
+
+# check for first arg of [-gui|-xml] to select different ui
+case x$1 in
+x-gui) main=jdepend.swingui.JDepend; shift ;;
+x-xml) main=jdepend.xmlui.JDepend; shift ;;
+*) ;; # Just ignore unknown options
+esac
+
+os=`uname`
+
+if [ $os = "Darwin" ]; then
+  jvmArgs="-Xdock:name=JDepend"
+fi
+
+exec java ${jvmArgs} -cp @PREFIX@/share/jdepend/jdepend.jar ${main} $*



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/devel jdepend.info,1.2,1.3

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25184

Modified Files:
jdepend.info 
Log Message:
Added dependency on java that has been in 10.3 version for ages

Index: jdepend.info
===
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/jdepend.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- jdepend.info29 Dec 2003 04:35:46 -  1.2
+++ jdepend.info1 Nov 2004 03:47:30 -   1.3
@@ -1,10 +1,10 @@
 Package: jdepend
 Version: 2.6
-Revision: 2
+Revision: 3
 Description: Java package dependency management tool
 License: BSD
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
-Depends: 
+Depends: system-java14 | system-java13
 Source: http://www.clarkware.com/software/%n-%v.zip
 Source-MD5: 20fe61e6e99bdd5802300ee3371b1e67
 PatchScript: <<



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/text jing.info,NONE,1.1 jing.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19308

Added Files:
jing.info jing.patch 
Log Message:
Moved jing to stable

--- NEW FILE: jing.info ---
Package: jing
Version: 20030619
Revision: 2
Description: RELAX NG validator in Java
License: OSI-Approved
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: 
Source: http://www.thaiopensource.com/download/%n-%v.zip
SourceDirectory:
Source-MD5: f9b0775d8740f16ab3df82ad3707a093
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to do for Compile"
InstallScript:<<
 /usr/bin/install -m 755 -d %i/bin
 /usr/bin/install -m 755 bin/%n %i/bin

 /usr/bin/install -m 755 -d %i/share/%n
 /usr/bin/install -m 644 bin/*.jar %i/share/%n

 /usr/bin/install -m 755 -d %i/share/man/man1
 /usr/bin/install -m 644 man/%n.1 %i/share/man/man1

 /usr/bin/install -m 755 -d %i/share/doc/%n
 /bin/cp -rp doc %i/share/doc/%n
<<
DocFiles: readme.html
Homepage: http://www.thaiopensource.com/relaxng/jing.html
DescDetail: <<
This version of Jing implements

  * RELAX NG 1.0 Specification,
  * RELAX NG Compact Syntax, and
  * parts of RELAX NG DTD Compatibility, specifically checking of
ID/IDREF/IDREFS.

Jing also has experimental support for schema languages other than RELAX NG;
specifically

  * W3C XML Schema (based on Xerces-J);
  * Schematron;
  * Namespace Routing Language.
<<

--- NEW FILE: jing.patch ---
diff -Naur jing-20030619/bin/jing jing-20030619.fink/bin/jing
--- jing-20030619/bin/jing  Thu Jan  1 10:00:00 1970
+++ jing-20030619.fink/bin/jing Wed Oct 22 22:45:01 2003
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec java -jar @PREFIX@/share/jing/jing.jar $*
+
diff -Naur jing-20030619/man/jing.1 jing-20030619.fink/man/jing.1
--- jing-20030619/man/jing.1Thu Jan  1 10:00:00 1970
+++ jing-20030619.fink/man/jing.1   Wed Oct 22 23:33:45 2003
@@ -0,0 +1,53 @@
+.\" Man page for jing
+.Dd October 22, 2003
+.Dt JING 1
+.Os
+.Sh NAME
+.Nm jing
+.Nd A RELAX NG validator in Java
+.Sh SYNOPSIS
+.Nm
+.Op Fl cfit
+.Op Fl e Ar enc
+.Ar schema
+.Ar file ...
+.Sh DESCRIPTION
+.Nm Jing
+accepts the following command-line options, which must precede the
+arguments specifying the schema and files to be validated:
+.Bl -tag -width Fl
+.It Fl c
+The
+.Ar schema
+uses RELAX NG Compact Syntax.
+.It Fl e Ar enc
+Uses the encoding
+.Ar enc
+to read the
+.Ar schema .
+.It Fl f
+Checks that the document is feasibly valid.  A document is feasibly
+valid if it could be transformed into a valid document by inserting
+any number of attributes and child elements anywhere in the tree.
+This is equivalent to transforming the
+.Ar schema
+by wrapping every data, list, element and attribute element in an
+optional element and then validating against the transformed
+.Ar schema .
+This option may be useful while a document is still under
+construction.  This option also disables checking that for every IDREF
+there is a corresponding ID.
+.It Fl i
+Disables checking of ID/IDREF/IDREFS. By default,
+.Nm
+enforces the constraints imposed by RELAX NG DTD Compatibility with
+respect to ID/IDREF/IDREFS.
+.It Fl t
+Prints the time used by
+.Nm
+for loading the
+.Ar schema
+and for validation.
+.El
+.Sh SEE ALSO
+.Xr trang 1



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/text trang.info,NONE,1.1 trang.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19216

Added Files:
trang.info trang.patch 
Log Message:
Moved trang to stable

--- NEW FILE: trang.patch ---
diff -Naur trang-20030619/bin/trang trang-20030619.fink/bin/trang
--- trang-20030619/bin/trangThu Jan  1 10:00:00 1970
+++ trang-20030619.fink/bin/trang   Thu Oct 23 00:33:55 2003
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec java -cp @PREFIX@/share/trang/trang.jar:@PREFIX@/share/jing/jing.jar 
com.thaiopensource.relaxng.translate.Driver $*
+
diff -Naur trang-20030619/man/trang.1 trang-20030619.fink/man/trang.1
--- trang-20030619/man/trang.1  Thu Jan  1 10:00:00 1970
+++ trang-20030619.fink/man/trang.1 Thu Oct 23 00:42:52 2003
@@ -0,0 +1,18 @@
+.\" Man page for trang
+.Dd October 22, 2003
+.Dt TRANG 1
+.Os
+.Sh NAME
+.Nm trang
+.Nd Multi-format schema converter based on RELAX NG
+.Sh SYNOPSIS
+.Nm
+.Op Fl I Li rng|rnc|dtd|xml
+.Op Fl O Li rng|rnc|dtd|xsd
+.Op Fl i Ar input-param
+.Op Fl o Ar output-param
+.Ar input output
+.Sh DESCRIPTION
+See @PREFIX@/share/doc/trang/trang-manual.html
+.Sh SEE ALSO
+.Xr jing 1

--- NEW FILE: trang.info ---
Package: trang
Version: 20030619
Revision: 1
Description: Multi-format schema converter based on RELAX NG
License: OSI-Approved
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: jing
Source: http://www.thaiopensource.com/download/%n-%v.zip
SourceDirectory:
Source-MD5: 9611ea59fda0f62fecc4a5017a72984e
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to do for Compile"
InstallScript:<<
 /usr/bin/install -m 755 -d %i/bin
 /usr/bin/install -m 755 bin/%n %i/bin

 /usr/bin/install -m 755 -d %i/share/%n
 /usr/bin/install -m 644 trang.jar %i/share/%n

 /usr/bin/install -m 755 -d %i/share/man/man1
 /usr/bin/install -m 644 man/%n.1 %i/share/man/man1
<<
DocFiles: copying.txt trang-manual.html
Homepage: http://www.thaiopensource.com/relaxng/trang.html
DescDetail: <<
Trang converts between different schema languages for XML. It supports
the following languages:

  * RELAX NG (XML syntax)
  * RELAX NG compact syntax
  * XML 1.0 DTDs
  * W3C XML Schema

A schema written in any of the supported schema languages can be
converted into any of the other supported schema languages, except
that W3C XML Schema is supported for output only, not for input.

Trang can also infer a schema from one or more example XML documents.

Trang is constructed around an RELAX NG object model designed to
support schema conversion.  For each schema language supported for
input, there is an input module that can convert from the schema
language into this internal object model.  Similarly, for each schema
language supported for output, there is an output module that can
convert from the internal object model in the schema language.

Trang aims to produce human-understandable schemas; it tries for a
translation that preserves all aspects of the input schema that may be
significant to a human reader, including the definitions, the way the
schema is divided into files, annotations and comments.

Trang has a command-line user interface.  It has no graphical user
interface.
<<



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/text trang.info,NONE,1.1 trang.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19052

Added Files:
trang.info trang.patch 
Log Message:
Moved trang to stable

--- NEW FILE: trang.patch ---
diff -Naur trang-20030619/bin/trang trang-20030619.fink/bin/trang
--- trang-20030619/bin/trangThu Jan  1 10:00:00 1970
+++ trang-20030619.fink/bin/trang   Thu Oct 23 00:33:55 2003
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec java -cp @PREFIX@/share/trang/trang.jar:@PREFIX@/share/jing/jing.jar 
com.thaiopensource.relaxng.translate.Driver $*
+
diff -Naur trang-20030619/man/trang.1 trang-20030619.fink/man/trang.1
--- trang-20030619/man/trang.1  Thu Jan  1 10:00:00 1970
+++ trang-20030619.fink/man/trang.1 Thu Oct 23 00:42:52 2003
@@ -0,0 +1,18 @@
+.\" Man page for trang
+.Dd October 22, 2003
+.Dt TRANG 1
+.Os
+.Sh NAME
+.Nm trang
+.Nd Multi-format schema converter based on RELAX NG
+.Sh SYNOPSIS
+.Nm
+.Op Fl I Li rng|rnc|dtd|xml
+.Op Fl O Li rng|rnc|dtd|xsd
+.Op Fl i Ar input-param
+.Op Fl o Ar output-param
+.Ar input output
+.Sh DESCRIPTION
+See @PREFIX@/share/doc/trang/trang-manual.html
+.Sh SEE ALSO
+.Xr jing 1

--- NEW FILE: trang.info ---
Package: trang
Version: 20030619
Revision: 1
Description: Multi-format schema converter based on RELAX NG
License: OSI-Approved
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: jing
Source: http://www.thaiopensource.com/download/%n-%v.zip
SourceDirectory:
Source-MD5: 9611ea59fda0f62fecc4a5017a72984e
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to do for Compile"
InstallScript:<<
 /usr/bin/install -m 755 -d %i/bin
 /usr/bin/install -m 755 bin/%n %i/bin

 /usr/bin/install -m 755 -d %i/share/%n
 /usr/bin/install -m 644 trang.jar %i/share/%n

 /usr/bin/install -m 755 -d %i/share/man/man1
 /usr/bin/install -m 644 man/%n.1 %i/share/man/man1
<<
DocFiles: copying.txt trang-manual.html
Homepage: http://www.thaiopensource.com/relaxng/trang.html
DescDetail: <<
Trang converts between different schema languages for XML. It supports
the following languages:

  * RELAX NG (XML syntax)
  * RELAX NG compact syntax
  * XML 1.0 DTDs
  * W3C XML Schema

A schema written in any of the supported schema languages can be
converted into any of the other supported schema languages, except
that W3C XML Schema is supported for output only, not for input.

Trang can also infer a schema from one or more example XML documents.

Trang is constructed around an RELAX NG object model designed to
support schema conversion.  For each schema language supported for
input, there is an input module that can convert from the schema
language into this internal object model.  Similarly, for each schema
language supported for output, there is an output module that can
convert from the internal object model in the schema language.

Trang aims to produce human-understandable schemas; it tries for a
translation that preserves all aspects of the input schema that may be
significant to a human reader, including the definitions, the way the
schema is divided into files, annotations and comments.

Trang has a command-line user interface.  It has no graphical user
interface.
<<



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/stable/main/finkinfo/text jing.info,NONE,1.1 jing.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/text
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18962

Added Files:
jing.info jing.patch 
Log Message:
Moved jing to stable

--- NEW FILE: jing.info ---
Package: jing
Version: 20030619
Revision: 2
Description: RELAX NG validator in Java
License: OSI-Approved
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: 
Source: http://www.thaiopensource.com/download/%n-%v.zip
SourceDirectory:
Source-MD5: f9b0775d8740f16ab3df82ad3707a093
PatchScript: <<
 /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to do for Compile"
InstallScript:<<
 /usr/bin/install -m 755 -d %i/bin
 /usr/bin/install -m 755 bin/%n %i/bin

 /usr/bin/install -m 755 -d %i/share/%n
 /usr/bin/install -m 644 bin/*.jar %i/share/%n

 /usr/bin/install -m 755 -d %i/share/man/man1
 /usr/bin/install -m 644 man/%n.1 %i/share/man/man1

 /usr/bin/install -m 755 -d %i/share/doc/%n
 /bin/cp -rp doc %i/share/doc/%n
<<
DocFiles: readme.html
Homepage: http://www.thaiopensource.com/relaxng/jing.html
DescDetail: <<
This version of Jing implements

  * RELAX NG 1.0 Specification,
  * RELAX NG Compact Syntax, and
  * parts of RELAX NG DTD Compatibility, specifically checking of
ID/IDREF/IDREFS.

Jing also has experimental support for schema languages other than RELAX NG;
specifically

  * W3C XML Schema (based on Xerces-J);
  * Schematron;
  * Namespace Routing Language.
<<

--- NEW FILE: jing.patch ---
diff -Naur jing-20030619/bin/jing jing-20030619.fink/bin/jing
--- jing-20030619/bin/jing  Thu Jan  1 10:00:00 1970
+++ jing-20030619.fink/bin/jing Wed Oct 22 22:45:01 2003
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+exec java -jar @PREFIX@/share/jing/jing.jar $*
+
diff -Naur jing-20030619/man/jing.1 jing-20030619.fink/man/jing.1
--- jing-20030619/man/jing.1Thu Jan  1 10:00:00 1970
+++ jing-20030619.fink/man/jing.1   Wed Oct 22 23:33:45 2003
@@ -0,0 +1,53 @@
+.\" Man page for jing
+.Dd October 22, 2003
+.Dt JING 1
+.Os
+.Sh NAME
+.Nm jing
+.Nd A RELAX NG validator in Java
+.Sh SYNOPSIS
+.Nm
+.Op Fl cfit
+.Op Fl e Ar enc
+.Ar schema
+.Ar file ...
+.Sh DESCRIPTION
+.Nm Jing
+accepts the following command-line options, which must precede the
+arguments specifying the schema and files to be validated:
+.Bl -tag -width Fl
+.It Fl c
+The
+.Ar schema
+uses RELAX NG Compact Syntax.
+.It Fl e Ar enc
+Uses the encoding
+.Ar enc
+to read the
+.Ar schema .
+.It Fl f
+Checks that the document is feasibly valid.  A document is feasibly
+valid if it could be transformed into a valid document by inserting
+any number of attributes and child elements anywhere in the tree.
+This is equivalent to transforming the
+.Ar schema
+by wrapping every data, list, element and attribute element in an
+optional element and then validating against the transformed
+.Ar schema .
+This option may be useful while a document is still under
+construction.  This option also disables checking that for every IDREF
+there is a corresponding ID.
+.It Fl i
+Disables checking of ID/IDREF/IDREFS. By default,
+.Nm
+enforces the constraints imposed by RELAX NG DTD Compatibility with
+respect to ID/IDREF/IDREFS.
+.It Fl t
+Prints the time used by
+.Nm
+for loading the
+.Ar schema
+and for validation.
+.El
+.Sh SEE ALSO
+.Xr trang 1



---
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/editors nxml-mode.info,NONE,1.1 nxml-mode.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20325

Added Files:
nxml-mode.info nxml-mode.patch 
Log Message:
Move nxml-mode to stable

--- NEW FILE: nxml-mode.patch ---
diff -Naur nxml-mode-20040908/fink/emacsen-install 
nxml-mode-20040908.fink/fink/emacsen-install
--- nxml-mode-20040908/fink/emacsen-install Thu Jan  1 10:00:00 1970
+++ nxml-mode-20040908.fink/fink/emacsen-installWed Sep  8 22:24:18 2004
@@ -0,0 +1,38 @@
+#! /bin/sh
+# @PREFIX@/lib/emacsen-common/packages/install/nxml-mode
+set -e
+
+FLAVOR=$1
+PACKAGE=nxml-mode
+
+if [ ${FLAVOR} != emacs21 ]; then exit 0; fi
+
+echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
+
+FLAGS="-no-site-file -q -batch -l path.el -f batch-byte-compile"
+
[EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
[EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+/usr/bin/install -m 755 -d ${ELCDIR}
+cd ${ELDIR}
+FILES=`echo *.el`
+/bin/cp ${FILES} ${ELCDIR}
+cd ${ELCDIR}
+
+/bin/cat << EOF > path.el
+(setq load-path (cons "." load-path) byte-compile-warnings nil)
+EOF
+
+${FLAVOR} ${FLAGS} ${FILES}
+/bin/rm -f *.el path.el
+
+/usr/bin/install -m 755 -d ${ELCDIR}/char-name/unicode
+ln ${ELDIR}/char-name/unicode/*.el ${ELCDIR}/char-name/unicode
+
+/bin/cat << EOF > @PREFIX@/etc/${FLAVOR}/site-start.d/50${PACKAGE}.el
+(load "@PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}/rng-auto.elc")
+EOF
+
+exit 0
+
diff -Naur nxml-mode-20040908/fink/emacsen-remove 
nxml-mode-20040908.fink/fink/emacsen-remove
--- nxml-mode-20040908/fink/emacsen-remove  Thu Jan  1 10:00:00 1970
+++ nxml-mode-20040908.fink/fink/emacsen-remove Wed Sep  8 22:24:18 2004
@@ -0,0 +1,13 @@
+#! /bin/sh
+# @PREFIX@/lib/emacsen-common/packages/remove/nxml-mode
+
+FLAVOR=$1
+PACKAGE=nxml-mode
+if [ ${FLAVOR} != emacs ]; then
+
+echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+/bin/rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+/bin/rm -f @PREFIX@/etc/${FLAVOR}/site-start.d/??${PACKAGE}.el
+fi
+
diff -Naur nxml-mode-20040908/nxml-mode.info nxml-mode-20040908.fink/nxml-mode.info
--- nxml-mode-20040908/nxml-mode.info   Wed Sep  8 19:56:37 2004
+++ nxml-mode-20040908.fink/nxml-mode.info  Wed Sep  8 22:24:17 2004
@@ -3,7 +3,7 @@
 
 INFO-DIR-SECTION Emacs
 START-INFO-DIR-ENTRY
-* nXML Mode: (nxml-mode.info).
+* nXML Mode: (nxml-mode.info). Emacs major mode for editing XML
 END-INFO-DIR-ENTRY
 
 
diff -Naur nxml-mode-20040908/rng-auto.el nxml-mode-20040908.fink/rng-auto.el
--- nxml-mode-20040908/rng-auto.el  Wed Sep  8 19:51:09 2004
+++ nxml-mode-20040908.fink/rng-auto.el Wed Sep  8 22:24:17 2004
@@ -55,7 +55,7 @@
 (append Info-default-directory-list (list dir)))
 
 (let* ((dir (file-name-directory load-file-name))
-   (schema-dir (concat dir "schema/")))
+   (schema-dir "@PREFIX@/share/schema/"))
   (unless (member dir load-path)
 (setq load-path (cons dir load-path)))
   (setq rng-schema-locating-files-default

--- NEW FILE: nxml-mode.info ---
Package: nxml-mode
Version: 20041004
Revision: 1
Description: Emacs - Major mode for editing XML documents
License: GPL
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: emacsen
Source: http://www.thaiopensource.com/download/%n-%v.tar.gz
Source-MD5: ac137024cf337d6f11d8ab278d39b4db
PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to be done for compile"
InstallScript: <<
 /usr/bin/install -m 755 -d   %i/share/emacs/site-lisp/%n
 /usr/bin/install -m 644 *.el %i/share/emacs/site-lisp/%n
 /bin/cp -rp char-name%i/share/emacs/site-lisp/%n

 /usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/install
 /usr/bin/install -m 755 fink/emacsen-install \
 %i/lib/emacsen-common/packages/install/%n

 /usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/remove
 /usr/bin/install -m 755 fink/emacsen-remove \
 %i/lib/emacsen-common/packages/remove/%n

 /usr/bin/install -m 755 -d %i/share/info
 /usr/bin/install -m 644 %n.info %i/share/info

 /usr/bin/install -m 755 -d %i/share/schema
 /bin/cp -rp schema/*   %i/share/schema
<<
PostInstScript: <<
if [ "$1" = "configure" ]; then
  %p/lib/emacsen-common/emacs-package-install %n
fi
<<
PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
DocFiles: COPYING NEWS README TODO VERSION
InfoDocs: nxml-mode.info
Homepage: http://www.thaiopensource.com/nxml-mode/
DescDetail:<<
nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
powerful XML editor. It's called nXML mode because in Emacs
terminology addons that customize Emacs for editing text of a
particular sort are called modes. Emacs already has a simple mode for
XML; nXML mode is 

dists/10.3/stable/main/finkinfo/editors nxml-mode.info,NONE,1.1 nxml-mode.patch,NONE,1.1

2004-10-31 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20114

Added Files:
nxml-mode.info nxml-mode.patch 
Log Message:
Move nxml-mode to stable

--- NEW FILE: nxml-mode.patch ---
diff -Naur nxml-mode-20040908/fink/emacsen-install 
nxml-mode-20040908.fink/fink/emacsen-install
--- nxml-mode-20040908/fink/emacsen-install Thu Jan  1 10:00:00 1970
+++ nxml-mode-20040908.fink/fink/emacsen-installWed Sep  8 22:24:18 2004
@@ -0,0 +1,38 @@
+#! /bin/sh
+# @PREFIX@/lib/emacsen-common/packages/install/nxml-mode
+set -e
+
+FLAVOR=$1
+PACKAGE=nxml-mode
+
+if [ ${FLAVOR} != emacs21 ]; then exit 0; fi
+
+echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
+
+FLAGS="-no-site-file -q -batch -l path.el -f batch-byte-compile"
+
[EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
[EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+/usr/bin/install -m 755 -d ${ELCDIR}
+cd ${ELDIR}
+FILES=`echo *.el`
+/bin/cp ${FILES} ${ELCDIR}
+cd ${ELCDIR}
+
+/bin/cat << EOF > path.el
+(setq load-path (cons "." load-path) byte-compile-warnings nil)
+EOF
+
+${FLAVOR} ${FLAGS} ${FILES}
+/bin/rm -f *.el path.el
+
+/usr/bin/install -m 755 -d ${ELCDIR}/char-name/unicode
+ln ${ELDIR}/char-name/unicode/*.el ${ELCDIR}/char-name/unicode
+
+/bin/cat << EOF > @PREFIX@/etc/${FLAVOR}/site-start.d/50${PACKAGE}.el
+(load "@PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}/rng-auto.elc")
+EOF
+
+exit 0
+
diff -Naur nxml-mode-20040908/fink/emacsen-remove 
nxml-mode-20040908.fink/fink/emacsen-remove
--- nxml-mode-20040908/fink/emacsen-remove  Thu Jan  1 10:00:00 1970
+++ nxml-mode-20040908.fink/fink/emacsen-remove Wed Sep  8 22:24:18 2004
@@ -0,0 +1,13 @@
+#! /bin/sh
+# @PREFIX@/lib/emacsen-common/packages/remove/nxml-mode
+
+FLAVOR=$1
+PACKAGE=nxml-mode
+if [ ${FLAVOR} != emacs ]; then
+
+echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+/bin/rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+/bin/rm -f @PREFIX@/etc/${FLAVOR}/site-start.d/??${PACKAGE}.el
+fi
+
diff -Naur nxml-mode-20040908/nxml-mode.info nxml-mode-20040908.fink/nxml-mode.info
--- nxml-mode-20040908/nxml-mode.info   Wed Sep  8 19:56:37 2004
+++ nxml-mode-20040908.fink/nxml-mode.info  Wed Sep  8 22:24:17 2004
@@ -3,7 +3,7 @@
 
 INFO-DIR-SECTION Emacs
 START-INFO-DIR-ENTRY
-* nXML Mode: (nxml-mode.info).
+* nXML Mode: (nxml-mode.info). Emacs major mode for editing XML
 END-INFO-DIR-ENTRY
 
 
diff -Naur nxml-mode-20040908/rng-auto.el nxml-mode-20040908.fink/rng-auto.el
--- nxml-mode-20040908/rng-auto.el  Wed Sep  8 19:51:09 2004
+++ nxml-mode-20040908.fink/rng-auto.el Wed Sep  8 22:24:17 2004
@@ -55,7 +55,7 @@
 (append Info-default-directory-list (list dir)))
 
 (let* ((dir (file-name-directory load-file-name))
-   (schema-dir (concat dir "schema/")))
+   (schema-dir "@PREFIX@/share/schema/"))
   (unless (member dir load-path)
 (setq load-path (cons dir load-path)))
   (setq rng-schema-locating-files-default

--- NEW FILE: nxml-mode.info ---
Package: nxml-mode
Version: 20041004
Revision: 1
Description: Emacs - Major mode for editing XML documents
License: GPL
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: emacsen
Source: http://www.thaiopensource.com/download/%n-%v.tar.gz
Source-MD5: ac137024cf337d6f11d8ab278d39b4db
PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to be done for compile"
InstallScript: <<
 /usr/bin/install -m 755 -d   %i/share/emacs/site-lisp/%n
 /usr/bin/install -m 644 *.el %i/share/emacs/site-lisp/%n
 /bin/cp -rp char-name%i/share/emacs/site-lisp/%n

 /usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/install
 /usr/bin/install -m 755 fink/emacsen-install \
 %i/lib/emacsen-common/packages/install/%n

 /usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/remove
 /usr/bin/install -m 755 fink/emacsen-remove \
 %i/lib/emacsen-common/packages/remove/%n

 /usr/bin/install -m 755 -d %i/share/info
 /usr/bin/install -m 644 %n.info %i/share/info

 /usr/bin/install -m 755 -d %i/share/schema
 /bin/cp -rp schema/*   %i/share/schema
<<
PostInstScript: <<
if [ "$1" = "configure" ]; then
  %p/lib/emacsen-common/emacs-package-install %n
fi
<<
PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
DocFiles: COPYING NEWS README TODO VERSION
InfoDocs: nxml-mode.info
Homepage: http://www.thaiopensource.com/nxml-mode/
DescDetail:<<
nXML mode is an addon for GNU Emacs, which makes GNU Emacs into a
powerful XML editor. It's called nXML mode because in Emacs
terminology addons that customize Emacs for editing text of a
particular sort are called modes. Emacs already has a simple mode for
XML; nXML mode is a new mo

dists/10.3/unstable/main/finkinfo/editors rnc-mode.info,NONE,1.1 rnc-mode.patch,NONE,1.1

2004-10-25 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6707

Added Files:
rnc-mode.info rnc-mode.patch 
Log Message:
rnc-mode - Emacs mode for editing RELAX NG schema files in Compact syntax

--- NEW FILE: rnc-mode.info ---
Package: rnc-mode
Version: 1.0b3
Revision: 1
Description: Emacs - Major mode for editing RELAX NG (RNC)
License: BSD
Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
Depends: emacsen
Source: http://www.pantor.com/RncMode-1_0b3.tgz
Source-MD5: f3e9695d02c8ed319981e4053d4e574c
NoSourceDirectory: true
PatchScript: <<
  /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
<<
CompileScript: echo "Nothing to be done for compile"
InstallScript: <<
 /usr/bin/install -m 755 -d   %i/share/emacs/site-lisp/%n
 /usr/bin/install -m 644 *.el %i/share/emacs/site-lisp/%n

 /usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/install
 /usr/bin/install -m 755 fink/emacsen-install \
 %i/lib/emacsen-common/packages/install/%n

 /usr/bin/install -m 755 -d %i/lib/emacsen-common/packages/remove
 /usr/bin/install -m 755 fink/emacsen-remove \
 %i/lib/emacsen-common/packages/remove/%n
<<
PostInstScript: <<
if [ "$1" = "configure" ]; then
  %p/lib/emacsen-common/emacs-package-install %n
fi
<<
PreRmScript: %p/lib/emacsen-common/emacs-package-remove  %n
Homepage: http://www.pantor.com/download.html
DescDetail:<<
A small emacs mode for editing RELAX NG schemas in the compact
syntax. It's just a beta. The indentation function needs some
improvement.
<<
DescUsage:<<
Put the following in your ~/.emacs file

   (autoload 'rnc-mode "rnc-mode")
   (setq auto-mode-alist   
 (cons '("\\.rnc\\'" . rnc-mode) auto-mode-alist))
<<


--- NEW FILE: rnc-mode.patch ---
diff -Naur rnc-mode/fink/emacsen-install rnc-mode.fink/fink/emacsen-install
--- rnc-mode/fink/emacsen-install   Thu Jan  1 10:00:00 1970
+++ rnc-mode.fink/fink/emacsen-install  Wed Sep  8 22:24:18 2004
@@ -0,0 +1,31 @@
+#! /bin/sh
+# @PREFIX@/lib/emacsen-common/packages/install/rnc-mode
+set -e
+
+FLAVOR=$1
+PACKAGE=rnc-mode
+
+if [ ${FLAVOR} != emacs21 ]; then exit 0; fi
+
+echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
+
+FLAGS="-no-site-file -q -batch -l path.el -f batch-byte-compile"
+
[EMAIL PROTECTED]@/share/emacs/site-lisp/${PACKAGE}
[EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
+
+/usr/bin/install -m 755 -d ${ELCDIR}
+cd ${ELDIR}
+FILES=`echo *.el`
+/bin/cp ${FILES} ${ELCDIR}
+cd ${ELCDIR}
+
+/bin/cat << EOF > path.el
+(setq load-path (cons "." load-path) byte-compile-warnings nil)
+EOF
+
+${FLAVOR} ${FLAGS} ${FILES}
+/bin/rm -f *.el path.el
+
+exit 0
+
diff -Naur rnc-mode/fink/emacsen-remove rnc-mode.fink/fink/emacsen-remove
--- rnc-mode/fink/emacsen-removeThu Jan  1 10:00:00 1970
+++ rnc-mode.fink/fink/emacsen-remove   Wed Sep  8 22:24:18 2004
@@ -0,0 +1,11 @@
+#! /bin/sh
+# @PREFIX@/lib/emacsen-common/packages/remove/rnc-mode
+
+FLAVOR=$1
+PACKAGE=rnc-mode
+if [ ${FLAVOR} != emacs ]; then
+
+echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
+/bin/rm -rf @PREFIX@/share/${FLAVOR}/site-lisp/${PACKAGE}
+fi
+



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/stable/main/finkinfo/devel findbugs.info,1.5,1.6

2004-10-13 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5740

Modified Files:
findbugs.info 
Log Message:
Promote 0.8.5 to stable after positive feedback

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/stable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- findbugs.info   16 Aug 2004 04:52:27 -  1.5
+++ findbugs.info   13 Oct 2004 08:19:21 -  1.6
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.4
+Version: 0.8.5
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 57059d234ab5bfcb0fb235225b9b693f
+Source-MD5: a85e2a407bee08e7ff3dd568569447c7
 CompileScript: echo "Nothing to do for compile"
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -38,53 +38,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.3:
-
-  * Initial and preliminary localization of the Swing GUI.  Translations by:
-  o German - Peter D. Stout, Holger Stenzhorn
-  o Finnish - Juha Knuutila
-  o Estonian - Tanel Lebedev
-  o Japanese - Hanai Shisei
-  * Eliminated debug print statements inadvertently left enabled
-  * Reverted some changes in the open stream detector: this should fix
-some false positives that were introduced in the previous release
-  * Fixed a couple missing class reports 
-
-Changes since version 0.8.2:
+Changes since version 0.8.4:
 
-  * New detector to find improperly overridden GUI Adapter classes
-(Dave Brosius)
-  * New detector to find improperly setup JUnit TestCases (Dave Brosius)
-  * New detector to find variables that mask class level fields (Dave
-Brosius)
-  * New detector to find comparisions of values computed with bitwise
-operators that always yield the same result (Tom Truscott)
-  * New detector to find unsafe getClass().getResource() calls (Bill Pugh)
-  * New detector to find GUI changes not in GUI thread but in static main
-(Bill Pugh)
-  * New detector to find calls to Collection.toArray() with
-zero-length array argument; it is more efficient to pass an array the
-size of the collection, which can be populated and returned as the
-result (Dave Brosius)
-  * Better suppression of false warnings in various detectors (Bill Pugh,
-David Hovemeyer)
-  * Enhancement to ReadReturnShouldBeChecked detector for skip()
-(Dave Brosius)
-  * Enhancement to DumbMethods detector (Dave Brosius)
-  * Open stream detector does not report wrappers of streams passed as
-method parameters (David Hovemeyer)
-  * Cancel confirmation dialog in Swing GUI (Pete Angstadt)
-  * Better relative path saving in Project file (Dave Brosius)
-  * Detector Priority in GUI is now saved in prefs file (Dave Brosius)
-  * Controls in GUI to reorder source and classpath entries, and ability
-to flip between Project details and bugs pages (Dave Brosius)
-  * In Swing GUI, analysis error dialog supports "Select All" and "Copy"
-operations for easy generation of error reports (Dave Brosius)
-  * Complete translation of bug descriptions and messages into Japanese
-(Hanai Shisei)
-  * Fixed bug in DroppedException detector (Dave Brosius)
-  * The source distribution defaults to using JDK 1.5 javac to compile,
-but support for compiling with JSR-14 prototype is still supported
+  * Extend dumb methods detector to look for calls to equals() on
+arrays (Dave Brosius)
+  * New detector for violatile references to arrays (Bill Pugh)
+  * New detector to find instanceof usage where inheritance can be
+determined statically (Dave Brosius)
+  * New detector to find ResultSet.getXXX updateXXX calls using index
+0 (Dave Brosius)
+  * New detector to find empty zip or jar entries (Bill Pugh)
+  * HTML output generation using built-in XSLT stylesheet or
+user-defined stylesheet (David Hovemeyer)
+  * Detector dialog columns are now sortable (Dave Brosius)
+  * Allow URLs to be specified to analyze zip/jar files, local
+directories, and single classfiles (David Hovemeyer)
+  * New command line option -onlyAnalyze restricts analysis to
+selected classes and packages without reducing accuracy (David
+Hovemeyer)
+  * Allow Swing GUI to show source code in jar files on Windows
+systems (Dave Brosius)
+  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
+Bill Pugh)
+  * MacOS GUI fixes (Rohan Lloyd)
+  * Fix false positive in BOA in case where method is correctly and
+'incorrectly' overridden (Dave Brosius)
+  * Fixed memory blowup when analyzing methods which access a large
+number of fi

dists/10.3/stable/main/finkinfo/devel findbugs.info,1.6,1.7

2004-10-13 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5582

Modified Files:
findbugs.info 
Log Message:
Promote 0.8.5 to stable after positive feedback

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/stable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- findbugs.info   16 Aug 2004 04:51:28 -  1.6
+++ findbugs.info   13 Oct 2004 08:18:45 -  1.7
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.4
+Version: 0.8.5
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 57059d234ab5bfcb0fb235225b9b693f
+Source-MD5: a85e2a407bee08e7ff3dd568569447c7
 CompileScript: echo "Nothing to do for compile"
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -38,53 +38,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.3:
-
-  * Initial and preliminary localization of the Swing GUI.  Translations by:
-  o German - Peter D. Stout, Holger Stenzhorn
-  o Finnish - Juha Knuutila
-  o Estonian - Tanel Lebedev
-  o Japanese - Hanai Shisei
-  * Eliminated debug print statements inadvertently left enabled
-  * Reverted some changes in the open stream detector: this should fix
-some false positives that were introduced in the previous release
-  * Fixed a couple missing class reports 
-
-Changes since version 0.8.2:
+Changes since version 0.8.4:
 
-  * New detector to find improperly overridden GUI Adapter classes
-(Dave Brosius)
-  * New detector to find improperly setup JUnit TestCases (Dave Brosius)
-  * New detector to find variables that mask class level fields (Dave
-Brosius)
-  * New detector to find comparisions of values computed with bitwise
-operators that always yield the same result (Tom Truscott)
-  * New detector to find unsafe getClass().getResource() calls (Bill Pugh)
-  * New detector to find GUI changes not in GUI thread but in static main
-(Bill Pugh)
-  * New detector to find calls to Collection.toArray() with
-zero-length array argument; it is more efficient to pass an array the
-size of the collection, which can be populated and returned as the
-result (Dave Brosius)
-  * Better suppression of false warnings in various detectors (Bill Pugh,
-David Hovemeyer)
-  * Enhancement to ReadReturnShouldBeChecked detector for skip()
-(Dave Brosius)
-  * Enhancement to DumbMethods detector (Dave Brosius)
-  * Open stream detector does not report wrappers of streams passed as
-method parameters (David Hovemeyer)
-  * Cancel confirmation dialog in Swing GUI (Pete Angstadt)
-  * Better relative path saving in Project file (Dave Brosius)
-  * Detector Priority in GUI is now saved in prefs file (Dave Brosius)
-  * Controls in GUI to reorder source and classpath entries, and ability
-to flip between Project details and bugs pages (Dave Brosius)
-  * In Swing GUI, analysis error dialog supports "Select All" and "Copy"
-operations for easy generation of error reports (Dave Brosius)
-  * Complete translation of bug descriptions and messages into Japanese
-(Hanai Shisei)
-  * Fixed bug in DroppedException detector (Dave Brosius)
-  * The source distribution defaults to using JDK 1.5 javac to compile,
-but support for compiling with JSR-14 prototype is still supported
+  * Extend dumb methods detector to look for calls to equals() on
+arrays (Dave Brosius)
+  * New detector for violatile references to arrays (Bill Pugh)
+  * New detector to find instanceof usage where inheritance can be
+determined statically (Dave Brosius)
+  * New detector to find ResultSet.getXXX updateXXX calls using index
+0 (Dave Brosius)
+  * New detector to find empty zip or jar entries (Bill Pugh)
+  * HTML output generation using built-in XSLT stylesheet or
+user-defined stylesheet (David Hovemeyer)
+  * Detector dialog columns are now sortable (Dave Brosius)
+  * Allow URLs to be specified to analyze zip/jar files, local
+directories, and single classfiles (David Hovemeyer)
+  * New command line option -onlyAnalyze restricts analysis to
+selected classes and packages without reducing accuracy (David
+Hovemeyer)
+  * Allow Swing GUI to show source code in jar files on Windows
+systems (Dave Brosius)
+  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
+Bill Pugh)
+  * MacOS GUI fixes (Rohan Lloyd)
+  * Fix false positive in BOA in case where method is correctly and
+'incorrectly' overridden (Dave Brosius)
+  * Fixed memory blowup when analyzing methods which access a large
+number of fields (David

dists/10.3/unstable/main/finkinfo/devel findbugs.info,1.13,1.14

2004-10-10 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32385

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.8.5

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- findbugs.info   12 Aug 2004 01:24:10 -  1.13
+++ findbugs.info   11 Oct 2004 00:32:29 -  1.14
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.4
+Version: 0.8.5
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 57059d234ab5bfcb0fb235225b9b693f
+Source-MD5: a85e2a407bee08e7ff3dd568569447c7
 CompileScript: echo "Nothing to do for compile"
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -38,53 +38,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.3:
-
-  * Initial and preliminary localization of the Swing GUI.  Translations by:
-  o German - Peter D. Stout, Holger Stenzhorn
-  o Finnish - Juha Knuutila
-  o Estonian - Tanel Lebedev
-  o Japanese - Hanai Shisei
-  * Eliminated debug print statements inadvertently left enabled
-  * Reverted some changes in the open stream detector: this should fix
-some false positives that were introduced in the previous release
-  * Fixed a couple missing class reports 
-
-Changes since version 0.8.2:
+Changes since version 0.8.4:
 
-  * New detector to find improperly overridden GUI Adapter classes
-(Dave Brosius)
-  * New detector to find improperly setup JUnit TestCases (Dave Brosius)
-  * New detector to find variables that mask class level fields (Dave
-Brosius)
-  * New detector to find comparisions of values computed with bitwise
-operators that always yield the same result (Tom Truscott)
-  * New detector to find unsafe getClass().getResource() calls (Bill Pugh)
-  * New detector to find GUI changes not in GUI thread but in static main
-(Bill Pugh)
-  * New detector to find calls to Collection.toArray() with
-zero-length array argument; it is more efficient to pass an array the
-size of the collection, which can be populated and returned as the
-result (Dave Brosius)
-  * Better suppression of false warnings in various detectors (Bill Pugh,
-David Hovemeyer)
-  * Enhancement to ReadReturnShouldBeChecked detector for skip()
-(Dave Brosius)
-  * Enhancement to DumbMethods detector (Dave Brosius)
-  * Open stream detector does not report wrappers of streams passed as
-method parameters (David Hovemeyer)
-  * Cancel confirmation dialog in Swing GUI (Pete Angstadt)
-  * Better relative path saving in Project file (Dave Brosius)
-  * Detector Priority in GUI is now saved in prefs file (Dave Brosius)
-  * Controls in GUI to reorder source and classpath entries, and ability
-to flip between Project details and bugs pages (Dave Brosius)
-  * In Swing GUI, analysis error dialog supports "Select All" and "Copy"
-operations for easy generation of error reports (Dave Brosius)
-  * Complete translation of bug descriptions and messages into Japanese
-(Hanai Shisei)
-  * Fixed bug in DroppedException detector (Dave Brosius)
-  * The source distribution defaults to using JDK 1.5 javac to compile,
-but support for compiling with JSR-14 prototype is still supported
+  * Extend dumb methods detector to look for calls to equals() on
+arrays (Dave Brosius)
+  * New detector for violatile references to arrays (Bill Pugh)
+  * New detector to find instanceof usage where inheritance can be
+determined statically (Dave Brosius)
+  * New detector to find ResultSet.getXXX updateXXX calls using index
+0 (Dave Brosius)
+  * New detector to find empty zip or jar entries (Bill Pugh)
+  * HTML output generation using built-in XSLT stylesheet or
+user-defined stylesheet (David Hovemeyer)
+  * Detector dialog columns are now sortable (Dave Brosius)
+  * Allow URLs to be specified to analyze zip/jar files, local
+directories, and single classfiles (David Hovemeyer)
+  * New command line option -onlyAnalyze restricts analysis to
+selected classes and packages without reducing accuracy (David
+Hovemeyer)
+  * Allow Swing GUI to show source code in jar files on Windows
+systems (Dave Brosius)
+  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
+Bill Pugh)
+  * MacOS GUI fixes (Rohan Lloyd)
+  * Fix false positive in BOA in case where method is correctly and
+'incorrectly' overridden (Dave Brosius)
+  * Fixed memory blowup when analyzing methods which access a large
+number of fields (David Hovemeyer

dists/10.2-gcc3.3/unstable/main/finkinfo/devel findbugs.info,1.15,1.16

2004-10-10 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32498

Modified Files:
findbugs.info 
Log Message:
New upstream version 0.8.5

Index: findbugs.info
===
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/devel/findbugs.info,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- findbugs.info   12 Aug 2004 01:25:01 -  1.15
+++ findbugs.info   11 Oct 2004 00:33:08 -  1.16
@@ -1,12 +1,12 @@
 Package: findbugs
-Version: 0.8.4
+Version: 0.8.5
 Revision: 1
 Description: Bug pattern detector for java
 License: OSI-Approved
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: system-java14
 Source: mirror:sourceforge:%n/%n-%v.tar.gz
-Source-MD5: 57059d234ab5bfcb0fb235225b9b693f
+Source-MD5: a85e2a407bee08e7ff3dd568569447c7
 CompileScript: echo "Nothing to do for compile"
 InstallScript: <<
   /usr/bin/install -m 755 -d %i/share/%n/lib
@@ -38,53 +38,33 @@
 instances of "bug patterns" --- code instances that are likely to be
 errors.
 
-Changes since version 0.8.3:
-
-  * Initial and preliminary localization of the Swing GUI.  Translations by:
-  o German - Peter D. Stout, Holger Stenzhorn
-  o Finnish - Juha Knuutila
-  o Estonian - Tanel Lebedev
-  o Japanese - Hanai Shisei
-  * Eliminated debug print statements inadvertently left enabled
-  * Reverted some changes in the open stream detector: this should fix
-some false positives that were introduced in the previous release
-  * Fixed a couple missing class reports 
-
-Changes since version 0.8.2:
+Changes since version 0.8.4:
 
-  * New detector to find improperly overridden GUI Adapter classes
-(Dave Brosius)
-  * New detector to find improperly setup JUnit TestCases (Dave Brosius)
-  * New detector to find variables that mask class level fields (Dave
-Brosius)
-  * New detector to find comparisions of values computed with bitwise
-operators that always yield the same result (Tom Truscott)
-  * New detector to find unsafe getClass().getResource() calls (Bill Pugh)
-  * New detector to find GUI changes not in GUI thread but in static main
-(Bill Pugh)
-  * New detector to find calls to Collection.toArray() with
-zero-length array argument; it is more efficient to pass an array the
-size of the collection, which can be populated and returned as the
-result (Dave Brosius)
-  * Better suppression of false warnings in various detectors (Bill Pugh,
-David Hovemeyer)
-  * Enhancement to ReadReturnShouldBeChecked detector for skip()
-(Dave Brosius)
-  * Enhancement to DumbMethods detector (Dave Brosius)
-  * Open stream detector does not report wrappers of streams passed as
-method parameters (David Hovemeyer)
-  * Cancel confirmation dialog in Swing GUI (Pete Angstadt)
-  * Better relative path saving in Project file (Dave Brosius)
-  * Detector Priority in GUI is now saved in prefs file (Dave Brosius)
-  * Controls in GUI to reorder source and classpath entries, and ability
-to flip between Project details and bugs pages (Dave Brosius)
-  * In Swing GUI, analysis error dialog supports "Select All" and "Copy"
-operations for easy generation of error reports (Dave Brosius)
-  * Complete translation of bug descriptions and messages into Japanese
-(Hanai Shisei)
-  * Fixed bug in DroppedException detector (Dave Brosius)
-  * The source distribution defaults to using JDK 1.5 javac to compile,
-but support for compiling with JSR-14 prototype is still supported
+  * Extend dumb methods detector to look for calls to equals() on
+arrays (Dave Brosius)
+  * New detector for violatile references to arrays (Bill Pugh)
+  * New detector to find instanceof usage where inheritance can be
+determined statically (Dave Brosius)
+  * New detector to find ResultSet.getXXX updateXXX calls using index
+0 (Dave Brosius)
+  * New detector to find empty zip or jar entries (Bill Pugh)
+  * HTML output generation using built-in XSLT stylesheet or
+user-defined stylesheet (David Hovemeyer)
+  * Detector dialog columns are now sortable (Dave Brosius)
+  * Allow URLs to be specified to analyze zip/jar files, local
+directories, and single classfiles (David Hovemeyer)
+  * New command line option -onlyAnalyze restricts analysis to
+selected classes and packages without reducing accuracy (David
+Hovemeyer)
+  * Allow Swing GUI to show source code in jar files on Windows
+systems (Dave Brosius)
+  * Fix the Switch Fall Thru detector (Dave Brosius, David Hovemeyer,
+Bill Pugh)
+  * MacOS GUI fixes (Rohan Lloyd)
+  * Fix false positive in BOA in case where method is correctly and
+'incorrectly' overridden (Dave Brosius)
+  * Fixed memory blowup when analyzing methods which access a large
+number of fields (David

dists/10.3/unstable/main/finkinfo/editors nxml-mode.info,1.6,1.7

2004-10-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18711

Modified Files:
nxml-mode.info 
Log Message:
New upstream version 20041004

Index: nxml-mode.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- nxml-mode.info  10 Sep 2004 13:43:04 -  1.6
+++ nxml-mode.info  4 Oct 2004 07:21:33 -   1.7
@@ -1,12 +1,12 @@
 Package: nxml-mode
-Version: 20040910
+Version: 20041004
 Revision: 1
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen
 Source: http://www.thaiopensource.com/download/%n-%v.tar.gz
-Source-MD5: 60f1d5ce273bdec3b88297b98c955e4c
+Source-MD5: ac137024cf337d6f11d8ab278d39b4db
 PatchScript: <<
   /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.2-gcc3.3/unstable/main/finkinfo/editors nxml-mode.info,1.6,1.7

2004-10-04 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18867

Modified Files:
nxml-mode.info 
Log Message:
New upstream version 20041004

Index: nxml-mode.info
===
RCS file: 
/cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- nxml-mode.info  10 Sep 2004 13:45:16 -  1.6
+++ nxml-mode.info  4 Oct 2004 07:22:17 -   1.7
@@ -1,12 +1,12 @@
 Package: nxml-mode
-Version: 20040910
+Version: 20041004
 Revision: 1
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen
 Source: http://www.thaiopensource.com/download/%n-%v.tar.gz
-Source-MD5: 60f1d5ce273bdec3b88297b98c955e4c
+Source-MD5: ac137024cf337d6f11d8ab278d39b4db
 PatchScript: <<
   /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<



---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
___
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits


dists/10.3/unstable/main/finkinfo/editors nxml-mode.info,1.5,1.6 nxml-mode.patch,1.4,1.5

2004-09-10 Thread Rohan Lloyd
Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10942

Modified Files:
nxml-mode.info nxml-mode.patch 
Log Message:
New upstream version 20040910

Index: nxml-mode.patch
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/nxml-mode.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- nxml-mode.patch 8 Sep 2004 13:44:35 -   1.4
+++ nxml-mode.patch 10 Sep 2004 13:43:04 -  1.5
@@ -57,38 +57,6 @@
 +/bin/rm -f @PREFIX@/etc/${FLAVOR}/site-start.d/??${PACKAGE}.el
 +fi
 +
-diff -Naur nxml-mode-20040908/nxml-mode.el nxml-mode-20040908.fink/nxml-mode.el
 nxml-mode-20040908/nxml-mode.elWed Sep  8 19:46:29 2004
-+++ nxml-mode-20040908.fink/nxml-mode.el   Wed Sep  8 23:25:59 2004
-@@ -1677,12 +1677,13 @@
-   (cond ((<= (point) xmltok-start)
-(goto-char xmltok-start)
-(setq off nxml-attribute-indent)
--   (when xmltok-attributes
-- (let* ((att (car xmltok-attributes))
--(start (xmltok-attribute-name-start att)))
--   (when (< start pos)
-- (goto-char start)
-- (setq off 0)
-+   (let ((atts (xmltok-merge-attributes)))
-+ (when atts
-+   (let* ((att (car atts))
-+  (start (xmltok-attribute-name-start att)))
-+ (when (< start pos)
-+   (goto-char start)
-+   (setq off 0))
-   (t
-(back-to-indentation
- (+ (current-column) off)))
-@@ -1692,7 +1693,7 @@
- Otherwise return nil.  START and END are the positions of the start
- and end of the attribute value containing POS.  This expects the
- xmltok-* variables to be set up as by `xmltok-forward'."
--  (let ((atts xmltok-attributes)
-+  (let ((atts (xmltok-merge-attributes))
-   att value-start value-end value-boundary)
- (while atts
-   (setq att (car atts))
 diff -Naur nxml-mode-20040908/nxml-mode.info nxml-mode-20040908.fink/nxml-mode.info
 --- nxml-mode-20040908/nxml-mode.info  Wed Sep  8 19:56:37 2004
 +++ nxml-mode-20040908.fink/nxml-mode.info Wed Sep  8 22:24:17 2004
@@ -113,39 +81,3 @@
(unless (member dir load-path)
  (setq load-path (cons dir load-path)))
(setq rng-schema-locating-files-default
-diff -Naur nxml-mode-20040908/xmltok.el nxml-mode-20040908.fink/xmltok.el
 nxml-mode-20040908/xmltok.el   Tue Aug 10 11:12:02 2004
-+++ nxml-mode-20040908.fink/xmltok.el  Wed Sep  8 23:27:29 2004
-@@ -1877,6 +1877,32 @@
-   (cons (vector type start end)
- xmltok-prolog-regions)))
- 
-+(defun xmltok-merge-attributes ()
-+  "Return a list merging `xmltok-attributes' and 'xmltok-namespace-attributes'.
-+The members of the merged list are in order of occurrence in the
-+document.  The list may share list structure with `xmltok-attributes'
-+and `xmltok-namespace-attributes'."
-+  (cond ((not xmltok-namespace-attributes)
-+   xmltok-attributes)
-+  ((not xmltok-attributes)
-+   xmltok-namespace-attributes)
-+  (t
-+   (let ((atts1 xmltok-attributes)
-+ (atts2 xmltok-namespace-attributes)
-+ merged)
-+ (while (and atts1 atts2)
-+   (cond ((< (xmltok-attribute-name-start (car atts1))
-+ (xmltok-attribute-name-start (car atts2)))
-+  (setq merged (cons (car atts1) merged))
-+  (setq atts1 (cdr atts1)))
-+ (t
-+  (setq merged (cons (car atts2) merged))
-+  (setq atts2 (cdr atts2)
-+ (setq merged (nreverse merged))
-+ (cond (atts1 (setq merged (nconc merged atts1)))
-+   (atts2 (setq merged (nconc merged atts2
-+ merged
-+
- ;;; Testing
- 
- (defun xmltok-forward-test ()

Index: nxml-mode.info
===
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/editors/nxml-mode.info,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- nxml-mode.info  8 Sep 2004 13:44:34 -   1.5
+++ nxml-mode.info  10 Sep 2004 13:43:04 -  1.6
@@ -1,12 +1,12 @@
 Package: nxml-mode
-Version: 20040908
-Revision: 2
+Version: 20040910
+Revision: 1
 Description: Emacs - Major mode for editing XML documents
 License: GPL
 Maintainer: Rohan Lloyd <[EMAIL PROTECTED]>
 Depends: emacsen
 Source: http://www.thaiopensource.com/download/%n-%v.tar.gz
-Source-MD5: 0ac67d24d51943934c04d03dbf78226f
+Source-MD5: 60f1d5ce273bdec3b88297b98c955e4c
 PatchScript: <<
   /usr/bin/sed 's|@PREFIX@|%p|g' <%a/%n.patch | /usr/bin/patch -p1
 <<
@@ -40,10 +40,41 @@
 InfoDocs: nxml-mode.info
 Homepage: http://www.thaiopen

  1   2   >