diff options
Diffstat (limited to 'java')
-rw-r--r-- | java/bluej/pkg-descr | 2 | ||||
-rw-r--r-- | java/eclipse-cdt/pkg-descr | 2 | ||||
-rw-r--r-- | java/eclipse-drjava/pkg-descr | 2 | ||||
-rw-r--r-- | java/eclipse-shelled/pkg-descr | 4 | ||||
-rw-r--r-- | java/jad/pkg-descr | 2 | ||||
-rw-r--r-- | java/jaf/pkg-descr | 2 | ||||
-rw-r--r-- | java/jakarta-commons-collections/pkg-descr | 2 | ||||
-rw-r--r-- | java/jakarta-commons-discovery/pkg-descr | 2 | ||||
-rw-r--r-- | java/jakarta-commons-lang/pkg-descr | 2 | ||||
-rw-r--r-- | java/jakarta-commons-logging/pkg-descr | 2 | ||||
-rw-r--r-- | java/jasmin/pkg-descr | 6 | ||||
-rw-r--r-- | java/java-subversion/pkg-descr | 2 | ||||
-rw-r--r-- | java/jboss71/pkg-descr | 2 | ||||
-rw-r--r-- | java/jboss72/pkg-descr | 2 | ||||
-rw-r--r-- | java/mmake/pkg-descr | 20 | ||||
-rw-r--r-- | java/mx4j/pkg-descr | 2 | ||||
-rw-r--r-- | java/netrexx/pkg-descr | 2 | ||||
-rw-r--r-- | java/netty/pkg-descr | 6 | ||||
-rw-r--r-- | java/sigar/pkg-descr | 4 | ||||
-rw-r--r-- | java/sqlitejdbc/pkg-descr | 4 | ||||
-rw-r--r-- | java/trove4j/pkg-descr | 4 |
21 files changed, 38 insertions, 38 deletions
diff --git a/java/bluej/pkg-descr b/java/bluej/pkg-descr index 3e6ca59..0b9860d 100644 --- a/java/bluej/pkg-descr +++ b/java/bluej/pkg-descr @@ -1,7 +1,7 @@ BlueJ is an integrated Java environment specifically designed for introductory teaching. BlueJ supports: - fully integrated environment - graphical class structure display - graphical and textual editing -- built-in editor, compiler, virtual machine, debugger, etc. - easy-to-use +- built-in editor, compiler, virtual machine, debugger, etc. - easy-to-use interface, ideal for beginners - interactive object creation - interactive object calls - interactive testing - incremental application development diff --git a/java/eclipse-cdt/pkg-descr b/java/eclipse-cdt/pkg-descr index dba9e95..77f2dc1 100644 --- a/java/eclipse-cdt/pkg-descr +++ b/java/eclipse-cdt/pkg-descr @@ -1,5 +1,5 @@ The CDT (C/C++ Development Tools) Project is working towards providing a fully functional C and C++ Integrated Development -Environment (IDE) for the Eclipse platform. +Environment (IDE) for the Eclipse platform. WWW: http://www.eclipse.org/cdt/ diff --git a/java/eclipse-drjava/pkg-descr b/java/eclipse-drjava/pkg-descr index 78def12..410c299 100644 --- a/java/eclipse-drjava/pkg-descr +++ b/java/eclipse-drjava/pkg-descr @@ -1,4 +1,4 @@ -This plug-in for IBM's Eclipse platform integrates features from the +This plug-in for IBM's Eclipse platform integrates features from the DrJava development environment. The plug-in provides an Interactions Pane and a simplified user interface to Eclipse. diff --git a/java/eclipse-shelled/pkg-descr b/java/eclipse-shelled/pkg-descr index a6a367b..349d0ed 100644 --- a/java/eclipse-shelled/pkg-descr +++ b/java/eclipse-shelled/pkg-descr @@ -1,5 +1,5 @@ -ShellEd is a superb shell script editor for Eclipse. The great benefit of -this plugin is the integration of man page information for content assist +ShellEd is a superb shell script editor for Eclipse. The great benefit of +this plugin is the integration of man page information for content assist and text hover. WWW: http://sourceforge.net/projects/shelled diff --git a/java/jad/pkg-descr b/java/jad/pkg-descr index 38982a4..34b5867 100644 --- a/java/jad/pkg-descr +++ b/java/jad/pkg-descr @@ -1,6 +1,6 @@ Jad is a Java decompiler, a program that reads one or more Java class files and convert them back into Java source files -which can be compiled again. +which can be compiled again. Jad is a C++ program and it generally works several times faster than decompilers written in Java. diff --git a/java/jaf/pkg-descr b/java/jaf/pkg-descr index 3deba2e..6740682 100644 --- a/java/jaf/pkg-descr +++ b/java/jaf/pkg-descr @@ -8,4 +8,4 @@ that stream of data as an JPEG image, and from that type, the browser could locate and instantiate an object that could manipulate, or view that image. -WWW: http://java.sun.com/products/javabeans/jaf/ +WWW: http://java.sun.com/products/javabeans/jaf/ diff --git a/java/jakarta-commons-collections/pkg-descr b/java/jakarta-commons-collections/pkg-descr index 37cd452..30ff4cf 100644 --- a/java/jakarta-commons-collections/pkg-descr +++ b/java/jakarta-commons-collections/pkg-descr @@ -2,7 +2,7 @@ A suite of classes that extend or augment the Java Collections Framework. There are certain holes left unfilled by Sun's implementations, and the Jakarta-Commons Collections Component strives to fulfill them. Among the -features of this package are: +features of this package are: Special-purpose implementations of Lists and Maps for fast access Adapter classes from Java1-style containers (arrays, enumerations) to Java 2-style diff --git a/java/jakarta-commons-discovery/pkg-descr b/java/jakarta-commons-discovery/pkg-descr index f4d6a29..4a1844c 100644 --- a/java/jakarta-commons-discovery/pkg-descr +++ b/java/jakarta-commons-discovery/pkg-descr @@ -11,6 +11,6 @@ take advantage of improvements to the pattern as Discovery evolves. Discovery improves over previous implementations by establishing facilities for working within managed environments. These allow configuration and property overrides without appealing to the global System properties (which are scoped -across an entire JVM). +across an entire JVM). WWW: http://commons.apache.org/discovery/ diff --git a/java/jakarta-commons-lang/pkg-descr b/java/jakarta-commons-lang/pkg-descr index a74b084..f3201fc 100644 --- a/java/jakarta-commons-lang/pkg-descr +++ b/java/jakarta-commons-lang/pkg-descr @@ -1,6 +1,6 @@ The standard Java libraries fail to provide enough methods for manipulation of its core classes. The Lang Component provides -these extra methods. +these extra methods. The Lang Component provides a host of helper utilities for the java.lang API, notably String manipulation methods, basic diff --git a/java/jakarta-commons-logging/pkg-descr b/java/jakarta-commons-logging/pkg-descr index a1af139..cca5492 100644 --- a/java/jakarta-commons-logging/pkg-descr +++ b/java/jakarta-commons-logging/pkg-descr @@ -7,6 +7,6 @@ out there and it is difficult to choose among them. The Logging package is an ultra-thin bridge between different logging libraries. Commons components may use the Logging API to remove compile-time and run-time dependencies on any particular logging package, and contributors -may write Log implementations for the library of their choice. +may write Log implementations for the library of their choice. WWW: http://jakarta.apache.org/commons/logging/ diff --git a/java/jasmin/pkg-descr b/java/jasmin/pkg-descr index 96545a4..4b87ce3 100644 --- a/java/jasmin/pkg-descr +++ b/java/jasmin/pkg-descr @@ -1,6 +1,6 @@ -Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java -classes, written in a simple assembler-like syntax and using the Java Virtual -Machine instruction set. It converts them into binary Java class files +Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java +classes, written in a simple assembler-like syntax and using the Java Virtual +Machine instruction set. It converts them into binary Java class files suitable for loading into a JVM implementation. WWW: http://jasmin.sourceforge.net/ diff --git a/java/java-subversion/pkg-descr b/java/java-subversion/pkg-descr index 1bb3035..04e6deb 100644 --- a/java/java-subversion/pkg-descr +++ b/java/java-subversion/pkg-descr @@ -1,4 +1,4 @@ -Subversion is a version control system designed to be as similar to cvs(1) +Subversion is a version control system designed to be as similar to cvs(1) as possible, while fixing many outstanding problems with cvs(1). This port adds Java bindings to Subversion. diff --git a/java/jboss71/pkg-descr b/java/jboss71/pkg-descr index fd2abe0..447072e 100644 --- a/java/jboss71/pkg-descr +++ b/java/jboss71/pkg-descr @@ -1,4 +1,4 @@ -JBoss Application Server +JBoss Application Server Fast Startup Small Footprint diff --git a/java/jboss72/pkg-descr b/java/jboss72/pkg-descr index fd2abe0..447072e 100644 --- a/java/jboss72/pkg-descr +++ b/java/jboss72/pkg-descr @@ -1,4 +1,4 @@ -JBoss Application Server +JBoss Application Server Fast Startup Small Footprint diff --git a/java/mmake/pkg-descr b/java/mmake/pkg-descr index 6f684e5..ee052f6 100644 --- a/java/mmake/pkg-descr +++ b/java/mmake/pkg-descr @@ -1,14 +1,14 @@ mmake is a small and effective script that will create a Makefile for Your -Java files, ready to compile. +Java files, ready to compile. -The Makefile generated with mmake supports: - - Packages - - JavaDoc - - Clean up - - C-preprocessor - - Jar file - - Install - - Uninstall - - Dependencies +The Makefile generated with mmake supports: + - Packages + - JavaDoc + - Clean up + - C-preprocessor + - Jar file + - Install + - Uninstall + - Dependencies WWW: http://www.tildeslash.com/mmake/ diff --git a/java/mx4j/pkg-descr b/java/mx4j/pkg-descr index 9fd8806..547374a 100644 --- a/java/mx4j/pkg-descr +++ b/java/mx4j/pkg-descr @@ -9,4 +9,4 @@ enabling the development of web services. JMX allows developers to write more modular and loosely coupled system components and reduce the complexity of large, interoperating systems. -WWW: http://mx4j.sourceforge.net +WWW: http://mx4j.sourceforge.net diff --git a/java/netrexx/pkg-descr b/java/netrexx/pkg-descr index 5a58f3f..8bd3242 100644 --- a/java/netrexx/pkg-descr +++ b/java/netrexx/pkg-descr @@ -1,4 +1,4 @@ -NetRexx is a new human-oriented programming language, designed to be a +NetRexx is a new human-oriented programming language, designed to be a simple, effective, and complete alternative to the Java language. With NetRexx, you can create applications and applets for the Java environment faster and more easily than by programming in Java. diff --git a/java/netty/pkg-descr b/java/netty/pkg-descr index 621b425..611a472 100644 --- a/java/netty/pkg-descr +++ b/java/netty/pkg-descr @@ -1,6 +1,6 @@ -The Netty is an effort to provide an asynchronous -event-driven network application framework and tools -for rapid development of maintainable high performance & +The Netty is an effort to provide an asynchronous +event-driven network application framework and tools +for rapid development of maintainable high performance & high scalability protocol servers & clients. WWW: http://netty.io diff --git a/java/sigar/pkg-descr b/java/sigar/pkg-descr index b2d3a56..6572d3d 100644 --- a/java/sigar/pkg-descr +++ b/java/sigar/pkg-descr @@ -2,12 +2,12 @@ The Sigar API provides a portable interface for gathering system information such as: * System memory, swap, cpu, load average, uptime, loginsi -* Per-process memory, cpu, credential info, state, arguments, environment, +* Per-process memory, cpu, credential info, state, arguments, environment, open files * File system detection and metrics * Network interface detection, configuration info and metrics * TCP and UDP connection tables -* Network route table +* Network route table This information is available in most operating systems, but each OS has their own way(s) providing it. SIGAR provides developers with one API to access this diff --git a/java/sqlitejdbc/pkg-descr b/java/sqlitejdbc/pkg-descr index bb2a2c4..1ff5531 100644 --- a/java/sqlitejdbc/pkg-descr +++ b/java/sqlitejdbc/pkg-descr @@ -1,7 +1,7 @@ SQLiteJDBC is a Java JDBC driver for SQLite. -It runs using either a native code library or a 100% Pure Java driver -based on NestedVM emulation (but in this package only the native version +It runs using either a native code library or a 100% Pure Java driver +based on NestedVM emulation (but in this package only the native version is installed). WWW: http://web.archive.org/web/20120721075310/http://www.zentus.com/sqlitejdbc/ diff --git a/java/trove4j/pkg-descr b/java/trove4j/pkg-descr index 54d6c23..2cc62ba 100644 --- a/java/trove4j/pkg-descr +++ b/java/trove4j/pkg-descr @@ -6,12 +6,12 @@ The GNU Trove library has two objectives: lightweight implementations of the java.util Collections API. These implementations are designed to be pluggable replacements for their JDK equivalents. - + 2. Whenever possible, provide the same collections support for primitive types. This gap in the JDK is often addressed by using the "wrapper" classes (java.lang.Integer, java.lang.Float, etc.) with Object-based collections. For most applications, however, collections which store primitives directly will require less - space and yield significant performance gains. + space and yield significant performance gains. WWW: https://bitbucket.org/robeden/trove/ |