diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-05-19 10:44:11 +0000 |
commit | 4e942b64191e2ef98dce2c5af31047a8640db768 (patch) | |
tree | 8c3238b7f0cbec2e9210d52f562960bb22323a7d /java | |
parent | 1d1f878054efdd1171a8cb006e59ad0727610293 (diff) | |
download | ports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip |
Notes
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 3e6ca59faa72..0b9860da0ca1 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 dba9e9507ff4..77f2dc1d2f96 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 78def1242b04..410c29920787 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 a6a367bfe38d..349d0eddb894 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 38982a402629..34b586747ca0 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 3deba2eb208c..674068257112 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 37cd4521e19c..30ff4cf8b74a 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 f4d6a293937b..4a1844cb692c 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 a74b084f4ff9..f3201fc3f34a 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 a1af139856a3..cca5492a557b 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 96545a42e4ce..4b87ce3449f1 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 1bb3035676ac..04e6debeacff 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 fd2abe06e6ec..447072ec95ca 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 fd2abe06e6ec..447072ec95ca 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 6f684e53e3bf..ee052f6e43b3 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 9fd880665f44..547374ab4f38 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 5a58f3f65e25..8bd3242add9a 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 621b4254d89a..611a4728c897 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 b2d3a56616b3..6572d3dbc3fe 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 bb2a2c43a29a..1ff5531fc656 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 54d6c2314b3f..2cc62ba0242d 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/ |