Skip to content

Commit

Permalink
BinEd: Add port
Browse files Browse the repository at this point in the history
  • Loading branch information
hajdam committed Feb 2, 2025
1 parent 758da93 commit 3238d62
Showing 1 changed file with 32 additions and 0 deletions.
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}
}

0 comments on commit 3238d62

Please sign in to comment.