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
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions editors/BinEd/Portfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem 1.0
PortGroup java 1.0

name BinEd
version 0.2.4
categories editors devel
maintainers openmaintainer
license Apache-2
description Free and open source hex viewer/editor written in Java
long_description {*}${description}
homepage https://bined.exbin.org/editor/

supported_archs noarch
use_dmg yes
distname bined-${version}.files
master_sites https://bined.exbin.org/download/
checksums rmd160 517b96a0138c8fe34948ce1815433d47f51f3769 \
sha256 de358d1944cff74134bc82df91ae4d0da64b6460c568acb7b4a628a03581be45 \
size 7361243

universal_variant yes
java.version 8+
java.fallback openjdk21

use_configure no
build {}

destroot {
move ${worksrcpath}/${name}.app ${destroot}${applications_dir}
}