notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
see-devel Simple ECMAScript Engine (SEE)
3.0.1376_2 lang Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 3.0.1376_2Version of this port present on the latest quarterly branch.
Maintainer: numisemis@yahoo.com search for ports maintained by this maintainer
Port Added: 2005-10-31 14:43:04
Last Update: 2014-07-07 09:41:23
SVN Revision: 361044
Also Listed In: devel
License: not specified in port
WWW:
http://www.adaptive-enterprises.com.au/~d/software/see/
Description:
Library that provides an ECMAScript (JavaScript) run-time environment. WWW: http://www.adaptive-enterprises.com.au/~d/software/see/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • see-devel>0:lang/see-devel
No installation instructions:
This port has been deleted.
PKGNAME: see-devel
Flavors: there is no flavor information for this port.
distinfo:
There is no distinfo for this port.

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5.14.4 : lang/perl5.14
Library dependencies:
  1. gc : devel/boehm-gc
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for see-devel-3.0.1376_2: DOCS=on: Build and/or install documentation GC=on: Use Boehm-Weiser garbage collection package OPTIMIZED_CFLAGS=off: Use extra compiler optimizations SEE_DEBUG=off: Internal SEE library debugging THREADS=on: Threading support ===> Use 'make config' to modify these settings
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (3 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://www.evolane.com/download/mirror/etcl/
  3. http://www.evolane.fr/download/mirror/etcl/
Collapse this list.

Number of commits found: 26

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
3.0.1376_2
07 Jul 2014 09:41:23
Revision:361044Original commit files touched by this commit
bapt search for other commits by this committer
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)
3.0.1376_2
20 Sep 2013 19:53:10
Revision:327741Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
17 Sep 2013 06:40:21
Revision:327452Original commit files touched by this commit Sanity Test Failure Refresh
bapt search for other commits by this committer
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
3.0.1376_2
12 May 2013 06:05:03
Revision:317932Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new options framework
3.0.1376_2
19 Mar 2013 13:04:31
Revision:314640Original commit files touched by this commit
eadler search for other commits by this committer
This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.

If a port used other USE_GNOME items it was untouched.
The ports that used other USES were fixed by hand.

PR:		ports/177081
Reviewed by:	bapt
Approved by:	portmgr (miwi)
3.0.1376_2
23 Sep 2011 22:26:39
Original commit files touched by this commit
amdmi3 search for other commits by this committer
- 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
3.0.1376_2
03 Jul 2011 13:45:36
Original commit files touched by this commit
ohauer search for other commits by this committer
- remove MD5
3.0.1376_2
21 Aug 2008 23:00:20
Original commit files touched by this commit
gahr search for other commits by this committer
- Import two bug-fixes from upstream

PR:             126713
Submitted by:   Simun Mikecin <numisemis@yahoo.com> (maintainer)
3.0.1376_1
21 Aug 2008 06:18:49
Original commit files touched by this commit
rafan search for other commits by this committer
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 View all of this commit message)
3.0.1376_1
09 May 2008 17:11:13
Original commit files touched by this commit
itetcu search for other commits by this committer
- 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
3.0.1376
06 Apr 2008 10:03:46
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 3.0.1376
- Change MASTER_SITES to submitter's mirror site

PR:             ports/122330
Submitted by:   Simun Mikecin <numisemis at yahoo.com> (maintainer)
2.1.1293
29 Jan 2008 19:27:17
Original commit files touched by this commit
erwin search for other commits by this committer
Fix fetching by spelling MASTER_SITE_LOCAL with only one S

Submitted by:   pointyhat
2.1.1293
29 Jan 2008 09:38:31
Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade to 2.1.1293.

PR:             ports/120082
Submitted by:   maintainer
2.0.1131_3
04 Oct 2007 01:25:18
Original commit files touched by this commit Sanity Test Failure
edwin search for other commits by this committer
Remove always-false/true conditions based on OSVERSION 500000
2.0.1131_3
14 Dec 2006 12:52:25
Original commit files touched by this commit
miwi search for other commits by this committer
- Add DEBUG knob

PR:             ports/106665
Submitted by:   Simun Mikecin <numisemis@yahoo.com> (maintainer)
2.0.1131_2
12 Dec 2006 21:32:37
Original commit files touched by this commit
miwi search for other commits by this committer
- Fix UTF8 decoding

PR:             ports/106635
Submitted by:   Simun Mikecin <numisemis@yahoo.com> (maintainer)
2.0.1131_1
05 Dec 2006 15:03:41
Original commit files touched by this commit
jmelo search for other commits by this committer
- Update mastersite.

PR:             ports/105691
Submitted by:   Simun Mikecin <numisemis@yahoo.com> (maintainer)
2.0.1131_1
07 Sep 2006 20:21:33
Original commit files touched by this commit
ehaupt search for other commits by this committer
- Provide a patch to fix daylight saving calculations
- Bump PORTREVISION

PR:             102895
Submitted by:   Simun Mikecin <numisemis@yahoo.com> (maintainer)
2.0.1131
17 Aug 2006 16:42:03
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 2.0.1131, unbreak it
- Update maintainer's email
- -O2 -> -O3 if WITH_OPTIMIZED_CFLAGS
- s/INSTALLS_SHLIB/USE_LDCONFIG/

PR:             ports/102145
Submitted by:   Simun Mikecin <numisemis at yahoo.com> (maintainer)
1.3_1
16 Jul 2006 21:09:05
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as broken: fail to install.
1.3_1
09 May 2006 20:52:24
Original commit files touched by this commit
edwin search for other commits by this committer
Remove USE_REINPLACE from the categories starting with L
1.3_1
23 Feb 2006 10:40:45
Original commit files touched by this commit
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
1.3
22 Jan 2006 12:42:24
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.3
10 Dec 2005 18:51:02
Original commit files touched by this commit
flz search for other commits by this committer
- Add new locations in MASTER_SITES.

PR:             ports/90202
Submitted by:   maintainer
1.3
15 Nov 2005 06:52:12
Original commit files touched by this commit
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
1.3
31 Oct 2005 14:42:20
Original commit files touched by this commit
garga search for other commits by this committer
Library that provides an ECMAScript (JavaScript) run-time environment.

WWW: http://www.adaptive-enterprises.com.au/~d/software/see/

PR:             ports/88178
Submitted by:   Simun Mikecin <sime@logos.hr>

Number of commits found: 26