Port details |
- jasmin Java Assembler Interface
- 2.4_2,1 java
=3 2.4_1,1Version 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: 2004-05-28 15:20:16
- Last Update: 2024-12-31 14:39:30
- Commit Hash: ac7a7d6
- People watching this port, also watch:: recode, exim, valgrind, libxml2, libxslt
- Also Listed In: lang
- License: not specified in port
- WWW:
- https://jasmin.sourceforge.net/
- Description:
- Jasmin is a Java Assembler Interface. It takes ASCII descriptions for Java
classes, written in a simple assembler-like syntax and using the Java Virtual
Machine instruction set. It converts them into binary Java class files
suitable for loading into a JVM implementation.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/java/jasmin/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jasmin
- pkg install jasmin
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jasmin
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jasmin-2.4.zip) = eaa10c68cec68206fd102e9ec7113739eccd790108a1b95a6e8c3e93f20e449d
SIZE (jasmin-2.4.zip) = 1425357
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- ant : devel/apache-ant
- Runtime dependencies:
-
- java : java/openjdk8
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jasmin-2.4_2,1:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- java_jasmin
- USES:
- dos2unix java:ant,run zip
- 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) |
Commit | Credits | Log message |
2.4_2,1 31 Dec 2024 14:39:30
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/java.mk: Runtime fix with USES=java:ant
USES=java:ant does not imply USES=java:run so we need to add the run arg
seperately when we are using USES=java:ant. Not all ports require the
the argument so it is better to address the ports individually instead
of handling it automatically by implying run for ant.
Thanks to vvd for carefully going through this.
Reported by: vvd
Approved by: portmgr (blanket) |
2.4_1,1 31 Dec 2024 08:57:55
    |
Muhammad Moinur Rahman (bofh)  |
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 |
2.4_1,1 01 Nov 2023 22:11:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.4_1,1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.4_1,1 20 Jul 2022 14:22:12
    |
Tobias C. Berner (tcberner)  |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.4_1,1 06 Apr 2021 14:31:13
    |
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
2.4_1,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.4_1,1 27 Dec 2020 04:24:01
  |
glewis  |
Restrict to Java 8, since this doesn't compile with Java 11
PR: 251774 |
2.4_1,1 26 Nov 2019 21:46:13
  |
jkim  |
Clean up after java/openjdk6 and java/openjdk6-jre removal
java/openjdk6 support was removed from Mk/bsd.java.mk (r512662) and
java/openjdk6 and java/openjdk6-jre were removed from the ports tree
(r512663). Now this patch completely removes remaining stuff from the
ports tree.
PR: 241953 (exp-run)
Reviewed by: glewis
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D22342 |
2.4,1 19 May 2016 10:44:12
  |
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
2.4,1 14 Nov 2014 15:38:28
  |
antoine  |
Cleanup plist |
2.4,1 31 May 2014 12:03:44
  |
pawel  |
- Add staging support
- Convert to new options framework |
2.4,1 10 Mar 2014 15:21:21
  |
bapt  |
Convert j* to USES=zip |
2.4,1 19 Nov 2013 23:08:45
  |
mat  |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
2.4,1 20 Sep 2013 19:48:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
2.4,1 10 Dec 2012 13:18:29
  |
bapt  |
Decommissioning java 1.5 (EOLed since October 2009):
suppress any reference to JAVA_VERSION= 1.5+ (part2) |
2.4,1 21 Jul 2011 05:03:02
 |
linimon  |
Now that the Java 1.3 and Java 1.4 ports are deprecated and will expire soon,
remove support for them from bsd.java.mk. As Jikes is not available in Java 1.5
or higher, remove it from bsd.java.mk too (suggested by hq@) and from the ports
which used it (only occurences were USE_JIKES=no). Support for the Blackdown VM
is also removed, as it is not available in Java 1.5 and higher.
Also remove the mapping from Java 1.1-1.4 to Java 1.5+ in bsd.java.mk to detect
old, broken ports; therefore bump the minimal value of JAVA_VERSION to 1.5.
While here, replace static values of JAVA_VERSION in files/*.in by
%%JAVA_VERSION%% .
PR: ports/158969
Submitted by: rene
Tested on: pointyhat-west -exp |
2.4,1 14 Mar 2011 10:57:54
 |
wen  |
- Update to 2.4 |
2.3_3 22 Aug 2009 00:24:37
 |
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
2.3_3,1 08 Dec 2008 06:43:50
 |
linimon  |
Reset nemoliu due to maintainer-timeouts and no response to email.
Hat: portmgr |
2.3_3,1 28 Jun 2008 11:52:27
 |
itetcu  |
- respect NOPORTDOCS and NOPORTEXAMPLES
- fix plist for -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
Approved by: maintainer timeout on BotMail |
2.3_2,1 06 Jun 2008 13:38:51
 |
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
2.3_1,1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.3,1 30 Apr 2007 06:27:41
 |
nemoliu  |
Use my @FreeBSD.org address.
Approved by: delphij (mentor) |
2.3,1 24 Mar 2007 14:35:34
 |
pav  |
- Add missed patch (update to 2.3) |
2.3,1 24 Mar 2007 14:35:18
 |
pav  |
- Update to 2.3
- Take maintainership
PR: ports/110752
Submitted by: Nemo Liu <nemoliu@gmail.com> |
1.1_1,1 23 May 2006 23:22:36
 |
hq  |
- Update to bsd.java.mk 2.0
- Use %%JAVAJARDIR%% in pkg-plist
- Add $FreeBSD$ tag
- Use SUB_FILES (rather than PKGINSTALL) to configure launcher shell script
- Set JAVA_VERSION for javavmwrapper in launcher shell script
- Renamed launcher script: jasmin.sh -> jasmin
- Register java/javavmwrapper in RUN_DEPENDS
- Bump PORTREVISION |
1.1,1 22 Jan 2006 12:39:58
 |
edwin  |
SHA256ify
Approved by: krion@ |
1.1,1 12 Dec 2005 09:52:56
 |
edwin  |
Suspend maintainer
<plexus@snafu.de>: host mail.snafu.de[84.23.254.19] said: 550 Account Suspended |
1.1,1 01 Mar 2005 21:29:30
 |
vs  |
- Update to 1.1 (which means we need to bump PORTEPOCH because we must have
been sleeping when we imported 1.06). Since 'jasmin' now uses 'ant',
Java 1.2+ is required, although you still might get away with 1.1 if you
build it by hand.
- Add secondary category 'lang'
PR: ports/78068
Approved by: maintainer, hq |
1.06 28 May 2004 15:19:03
 |
vs  |
Add jasmin 1.06, java Assembler Interface.
PR: ports/62708
Submitted by: Oliver Fischer
Tweaked by: me |