Port details |
- libmatthew Selection of Java libraries by Matthew Johnson
- 0.8.1_1 devel
=0 0.8.1_1Version of this port present on the latest quarterly branch. - Maintainer: 0mp@FreeBSD.org
 - Port Added: 2020-03-25 21:25:50
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: java
- License: EXPAT
- Description:
- Selection of libraries for Java which are useful and not provided with Java.
- Unix Sockets Library: This is a collection of classes and native code to
allow you to read and write Unix sockets in Java.
- Debug Library: This is a comprehensive logging and debugging solution.
- CGI Library: This is a collection of classes and native code to allow you to
write CGI applications in Java.
- I/O Library: This provides a few much needed extensions to the Java I/O
subsystem. Firstly, there is a class which will connect and InputStream with
an OutputStream and copy data between them. Secondly there are two classes
for inserting into an Input or OutputStream pipe a command line command, so
that everything is piped through that command. Thirdly there are a pair of
classes for splitting streams in two. This can either be to two OuputStreams,
or to an OutputStream and a file. Equivelent to the UNIX tool tee in UNIX
pipes.
- Hexdump: This class formats byte-arrays in hex and ascii for display.
WWW: http://www.matthew.ath.cx/projects/java/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For RUN/BUILD depends:
- libmatthew>0:devel/libmatthew
- For LIB depends:
- libcgi-java.so:devel/libmatthew
- libunix-java.so:devel/libmatthew
- To install the port:
- cd /usr/ports/devel/libmatthew/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libmatthew
- pkg install libmatthew
- PKGNAME: libmatthew
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1585137871
SHA256 (libmatthew-java-0.8.1.tar.gz) = 46782b940c71d8db07470633efcf65c2aeda94de9a846fe178a5918fb2ad026f
SIZE (libmatthew-java-0.8.1.tar.gz) = 29064
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- gmake>=4.3 : devel/gmake
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Libraries
-
- devel/dbus-java
- Configuration Options:
- No options to configure
- Options name:
- devel_libmatthew
- USES:
- gmake localbase:ldconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 0.8.1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.8.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
25 Mar 2020 23:14:00
0.8.1_1
|
0mp  |
Respect JAVAJARDIR and LIBDIR
I just realized that there's probably no reason to install files of this
port into non-standard directories. |
25 Mar 2020 21:06:07
0.8.1
|
0mp  |
New port: devel/libmatthew
Selection of libraries for Java which are useful and not provided with
Java.
- Unix Sockets Library: This is a collection of classes and native code to
allow you to read and write Unix sockets in Java.
- Debug Library: This is a comprehensive logging and debugging solution.
- CGI Library: This is a collection of classes and native code to allow you
to write CGI applications in Java.
- I/O Library: This provides a few much needed extensions to the Java I/O
subsystem. Firstly, there is a class which will connect and InputStream
with an OutputStream and copy data between them. Secondly there are two
classes for inserting into an Input or OutputStream pipe a command line
command, so that everything is piped through that command. Thirdly there
are a pair of classes for splitting streams in two. This can either be to
two OuputStreams, or to an OutputStream and a file. Equivelent to the
UNIX tool tee in UNIX pipes.
- Hexdump: This class formats byte-arrays in hex and ascii for display.
WWW: http://www.matthew.ath.cx/projects/java/ |
Number of commits found: 4
|