The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Editor for binary data (hexadecimal viewer/editor) written in Java.
- Visualize data as hexadecimal codes and text representation
- Insert and overwrite editing modes
- Support for selection and clipboard actions
- Support for showing unprintable/whitespace characters
- Support for Unicode, UTF-8, and other character sets
- Support for charset/encoding selection, undo/redo
- Codes can be also binary, octal, or decimal
- Searching for text/hexadecimal code with match highlighting
- Support for huge files (only changes are stored in memory)
===> The following configuration options are available for bined-0.2.3_2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
Options name:
editors_bined
USES:
java zip
FreshPorts was unable to extract/find any pkg message
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201
editors/bined: update the port to the latest version 0.2.2
Install help files and adjust the wrapper launch script so they
could be found (alternative to ``cd ${JAVAJARDIR}'' is to patch
the source code, but then we'd lose the advantage of NO_BUILD).
Reported by: portscout