Port details |
- see Simple ECMAScript Engine (SEE)
- 3.1.1424_4 lang =3 3.1.1424_4Version of this port present on the latest quarterly branch.
- Maintainer: numisemis@yahoo.com
- Port Added: 2005-04-15 17:18:47
- Last Update: 2022-12-05 06:25:59
- Commit Hash: a61ecde
- People watching this port, also watch:: e2fsprogs, libevent, py39-simpy, pure-ftpd, sash
- Also Listed In: devel
- License: BSD3CLAUSE DTOA.C
- WWW:
- http://www.adaptive-enterprises.com.au/~d/software/see/
- Description:
- Library that provides an ECMAScript (JavaScript) run-time environment.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/lang/see/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/see
- pkg install see
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: see
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (see-3.1.1424.tar.gz) = 04c58de4f56894f05ebb3b7c61b35e4090cd15710d42b3918f867eea50ab8f5c
SIZE (see-3.1.1424.tar.gz) = 1015347
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:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Library dependencies:
-
- libgc.so : devel/boehm-gc
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for see-3.1.1424_4:
DEBUG=off: Internal SEE library debugging
DOCS=on: Build and/or install documentation
GC=on: Use Boehm-Weiser garbage collection package
===> Use 'make config' to modify these settings
- Options name:
- lang_see
- USES:
- libtool pathfix perl5
- 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 |
3.1.1424_4 05 Dec 2022 06:25:59 |
Koichiro Iwao (meta) Author: Robert Clausecker |
lang/see: fix build on armv7 arm64 riscv64
Add missing architecture cases to dtoa_config.h.
PR: 267729 |
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) |
3.1.1424_4 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 ) |
3.1.1424_4 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.1424_4 29 Oct 2021 09:50:18 |
Stefan Eßer (se) |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
3.1.1424_4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.1424_4 22 Dec 2020 03:03:47 |
linimon |
Mark as BROKEN on riscv64 same as on aarch64.
Approved by: portmgr (tier-2 blanket) |
3.1.1424_4 15 Nov 2020 13:51:27 |
mikael |
Mark these ports broken on aarch64
Reported by: linimon
Approved by: portmgr (tier-2 blanket) |
3.1.1424_4 04 May 2019 04:24:53 |
linimon |
These ports also build on armv7 (and thus, presumably, on armv6).
Approved by: portmgr (tier-2 blanket)
Obtained from: armv7 TRYBROKEN run |
3.1.1424_4 03 May 2019 21:06:51 |
linimon |
These ports now build on aarch64.
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run |
3.1.1424_4 31 Aug 2018 18:27:14 |
fernape |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
3.1.1424_3 01 Jun 2018 10:16:42 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
3.1.1424_2 11 Mar 2018 19:46:26 |
sunpoet |
Expand _LICENSE_PERMS_DEFAULT
Approved by: portmgr (blanket) |
3.1.1424_2 10 Mar 2018 11:22:59 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
3.1.1424_1 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
3.1.1424_1 25 Oct 2017 08:35:26 |
pizzamig |
lang/see: Fix license
Fix also other lint issues.
PR: 222537
Submitted by: yasu@utahime.org
Approved by: numisemis@yahoo.com (maintainer)
Approved by: lme (mentor)
Differential Revision: https://reviews.freebsd.org/D12780 |
3.1.1424_1 26 May 2017 20:02:44 |
linimon |
Mark some ports failing on armv6, for errors classified as "???".
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.1.1424_1 08 Nov 2016 19:29:57 |
linimon |
The 64-bit arm arch is actually spelled 'aarch64', not 'arm64'. |
3.1.1424_1 08 Nov 2016 07:29:47 |
linimon |
Mark as broken on arm64.
Approved by: portmgr (tier-2 blanket) |
3.1.1424_1 25 May 2016 15:43:34 |
mat |
Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.
Sponsored by: Absolight |
3.1.1424_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
3.1.1424_1 25 Mar 2015 12:58:34 |
marino |
lang category: Remove $PTHREAD_LIBS
Note: ecl did not pass check-plist (pre-existing), PR 198897 submitted.
approved by: PTHREAD blanket |
3.1.1424_1 17 Mar 2015 12:38:44 |
vanilla |
Enable multi-threading.
PR: 198655
Submitted by: maintainer |
3.1.1424 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
3.1.1424 22 Oct 2014 17:57:21 |
tdb |
Remove duplicate master sites.
All the removed entries are aliases for mirrorservice.org.
Approved by: maintainer |
3.1.1424 07 Jul 2014 09:41:23 |
bapt |
Update to 3.1
Support stage
Convert to USES=libtool
Remove the -devel version which is outdated an no more needed
PR: 187954
Submitted by: numisemis@yahoo.com (maintainer) |
2.0.1131_1 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
17 Sep 2013 06:40:21
|
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
2.0.1131_1 12 May 2013 06:05:03 |
bapt |
Convert to new options framework |
2.0.1131_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
2.0.1131_1 03 Jul 2011 13:45:36 |
ohauer |
- remove MD5 |
2.0.1131_1 17 Dec 2009 22:08:09 |
stas |
- Fix build after the boehm-gc update.
Reported by: pav |
2.0.1131_1 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
2.0.1131_1 09 May 2008 17:10:02 |
itetcu |
- add new option MULTIPLE_THREADS. With this option enabled libsee/dtoa.c is
compiled with proper thread locking.
- bump PORTVERSION
PR: ports/122525
Submitted by: maintainer |
2.0.1131 29 Jan 2008 09:36:03 |
vanilla |
Upgrade to 2.0.1131.
PR: ports/120082
Submitted by: maintainer |
1.3.1_1 01 Feb 2007 02:42:06 |
kris |
Use libtool port instead of included version to avoid objformat a.out botch |
1.3.1_1 05 Dec 2006 15:01:18 |
jmelo |
- Update mastersite.
PR: ports/105690
Submitted by: Simun Mikecin <numisemis@yahoo.com> (maintainer) |
1.3.1_1 19 Jul 2006 22:53:57 |
thierry |
Unbreak.
PR: ports/100557
Submitted by: Simun Mikecin <numisemis (at) yahoo.com> (maintainer) |
1.3.1_1 16 Jul 2006 21:09:05 |
linimon |
Mark as broken: fail to install. |
1.3.1_1 11 Apr 2006 15:39:41 |
garga |
- Fix: If summer-time daylight saving is in effect, getHours() returns
wrong value.
- Change .if defined(WITH_GC) -> ;if !defined(WITHOUT_GC) since it's on
by default.
PR: ports/94996
Submitted by: maintainer |
1.3.1 01 Feb 2006 11:46:17 |
garga |
- Update to 1.3.1
PR: ports/92674
Submitted by: maintainer |
1.2_2 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.2_2 10 Dec 2005 18:50:03 |
flz |
- Add new locations in MASTER_SITES.
PR: ports/90201
Submitted by: maintainer |
1.2_2 31 Oct 2005 14:43:04 |
garga |
- Register CONFLICTS with see-devel |
1.2_2 25 Apr 2005 16:31:26 |
jylefort |
Fix build on amd64, ia64 and alpha.
Reported by: pointyhat
Approved by: maintainer |
1.2_2 21 Apr 2005 19:11:08 |
jylefort |
Fix return value of local timezone methods such as getHours().
PR: ports/80198
Submitted by: Simun Mikecin <sime@logos.hr> (maintainer)
Approved by: adamw (mentor, implicit) |
1.2_1 18 Apr 2005 15:59:06 |
jylefort |
Fix some declarations, allowing programs to link against libsee.
Submitted by: Simun Mikecin <sime@logos.hr>
Approved by: adamw (mentor) |
1.2 15 Apr 2005 17:08:04 |
jylefort |
Library that provides an ECMAScript (JavaScript) run-time environment.
PR: ports/72055
Submitted by: Simun Mikecin <sime@logos.hr>
Approved by: adamw (mentor) |