Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BinEd: Add port #27565

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

BinEd: Add port #27565

wants to merge 1 commit into from

Conversation

hajdam
Copy link

@hajdam hajdam commented Feb 2, 2025

Description

Hi,
first time trying to make a port.

Trying to add hex editor written in Java.

I didn't find a way how to skip manual agreement with license, so it uses striped dmg file.

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 10.15
Xcode x.y / Command Line Tools x.y.z

Verification

Have you

  • followed our Commit Message Guidelines?
  • squashed and minimized your commits?
  • checked that there aren't other open pull requests for the same change?
  • referenced existing tickets on Trac with full URL in commit message?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test?
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?
  • checked that the Portfile's most important variants haven't been broken?

Copy link
Contributor

@reneeotten reneeotten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the intention of MacPorts is to build software from source, not to install precompiled binaries. Please check whether this software can be build from source code and try to do so.

@hajdam
Copy link
Author

hajdam commented Feb 2, 2025

the intention of MacPorts is to build software from source, not to install precompiled binaries. Please check whether this software can be build from source code and try to do so.

This application is written in Java therefore it should build the same binaries on any platform which makes building step superfluous and is skipped in multiple ports in java category on MacPorts as well.

I could try to build some part from sources, but there are maven dependencies (libraries) anyway, so trying to make complete build from sources only would be very complicated to do...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants