Port details |
- libastylej-arduino Source code indenter, formatter, and beautifier (JNI library)
- 3.0.1_2 devel
=2 3.0.1_2Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2016-10-21 22:41:48
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: java textproc
- License: LGPL3
- WWW:
- https://astyle.sourceforge.net/
- Description:
- JNI of the Artistic Style source code indenter, formatter, and beautifier.
Artistic Style is a source code indenter, formatter, and beautifier for the C,
C++, C# and Java programming languages. It automatically re-indents and
re-formats source files and can be used from a command line.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libastylej-arduino>0:devel/libastylej-arduino
- To install the port:
- cd /usr/ports/devel/libastylej-arduino/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libastylej-arduino
- pkg install libastylej-arduino
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libastylej-arduino
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1502111990
SHA256 (astyle_3.0.1_linux.tar.gz) = 6c3ab029e0e4a75e2e603d449014374aa8269218fdd03a4aaa46ab743b1912fd
SIZE (astyle_3.0.1_linux.tar.gz) = 172483
Packages (timestamps in pop-ups are UTC):
- Master port: devel/libastylej
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- java : java/openjdk8
- Runtime dependencies:
-
- java : java/openjdk8
- This port is required by:
- for Libraries
-
- devel/arduino18
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_libastylej-arduino
- USES:
- compiler:c++11-lang gmake java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/libastylej |
Commit | Credits | Log message |
3.0.1_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.05.1 21 Oct 2016 22:41:40
  |
bsam  |
Fairly straightforward slave port of devel/libastylej that applies
the Arduino-specific patches to the used JNI functions. Sets PKGNAMESUFFIX
to get lib/jni/libastyle-arduinoj.so and sets the PATCH{DIR, _WRKSRC}
variables to use the Arduino patches.
PR: 213632
Submitted by: Kyle Evans <bsdports@kyle-evans.net> |