non port: lang/njs/Makefile |
SVNWeb
|
Number of commits found: 40 |
Thu, 17 Nov 2022
|
[ 15:25 Sergey A. Osokin (osa) ] 06c49f3
*/*: update NGINX JavaScript 0.7.8 -> 0.7.9
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
*) Bugfix: fixed Fetch Response prototype reinitialization.
When at least one js_import directive was declared in both HTTP
and Stream, ngx.fetch() returned inapproriate response in Stream.
The bug was introduced in 0.7.7.
Core:
*) Bugfix: fixed String.prototype.replace(re) if re.exec() returns
non-flat array. (Only the first 15 lines of the commit message are shown above )
|
Tue, 25 Oct 2022
|
[ 14:13 Sergey A. Osokin (osa) ] facc6c7
*/*: update NGINX JavaScript 0.7.7 -> 0.7.8
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
nginx modules:
*) Feature: added js_preload_object directive.
*) Feature: added ngx.conf_prefix property.
*) Feature: added s.sendUpstream() and s.sendDownstream()
in stream module.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 30 Aug 2022
|
[ 17:41 Sergey A. Osokin (osa) ] 672d865
*/*: update NGINX JavaScript 0.7.6 -> 0.7.7
Bump PORTREVISION for www/nginx-devel.
<ChangeLog>
nginx modules:
*) Feature: the number of nginx configuration contexts where
js directives can be specified is extended.
HTTP: js_import, js_path, js_set and js_var are allowed
in server and location contexts. js_content, js_body_filter
and js_header_filter are allowed in 'if' context.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] f98ae56 (Only the first 10 of 255 ports in this commit are shown above. )
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 )
|
Tue, 19 Jul 2022
|
[ 16:26 Sergey A. Osokin (osa) ] 3a5b40a
*/*: update NGINX JavaScript module 0.7.5 -> 0.7.6
<ChangeLog>
nginx modules:
*) Feature: improved r.args object. Added support for multiple
arguments with the same key. Added case sensitivity for
keys. Keys and values are percent-decoded now.
*) Bugfix: fixed r.headersOut setter for special headers.
Core:
*) Feature: added Symbol.for() and Symbol.keyfor(). (Only the first 15 lines of the commit message are shown above )
|
Tue, 21 Jun 2022
|
[ 15:21 Sergey A. Osokin (osa) ] 87f8047
lang/njs: update 0.7.4 -> 0.7.5
<ChangeLog>
nginx modules:
*) Change: adapting to changes in nginx header structures.
*) Bugfix: fixed r.headersOut special getters when value
is absent.
*) Change: returning undefined value instead of an empty string
for Content-Type when the header is absent.
Core: (Only the first 15 lines of the commit message are shown above )
|
Tue, 31 May 2022
|
[ 09:52 Bernhard Froehlich (decke) ] fb416a5a
lang/njs: Fix broken USES after conversion to flavors
Approved by: osa (via email)
|
Fri, 27 May 2022
|
[ 19:29 Sergey A. Osokin (osa) ] 31235d9
lang/njs: add flavors
Build both flavors (pcre and pcre2) for NGINX JavaScript command-line
tool.
Bump PORTREVISION.
|
Wed, 25 May 2022
|
[ 19:22 Sergey A. Osokin (osa) ] 7697411
lang/njs: update 0.7.3 -> 0.7.4
|
Tue, 12 Apr 2022
|
[ 14:02 Sergey A. Osokin (osa) ] e8b55f0
lang/njs: update to the recent version 0.7.3
|
Fri, 25 Mar 2022
|
[ 13:03 Bernhard Froehlich (decke) ] 11541a4
lang/njs: Revert CPE_VENDOR now that NIST has deprecated nginx:njs
Submitted by: osa@
See: https://nvd.nist.gov/vuln/detail/CVE-2021-46463#VulnChangeHistorySection
|
Fri, 18 Mar 2022
|
[ 15:55 Bernhard Froehlich (decke) ] 4164ab8
lang/njs: Fix CPE information
Approved by: portmgr (blanket)
|
Fri, 11 Mar 2022
|
[ 21:45 Sergey A. Osokin (osa) ] f70a105
lang/njs: resolve conflict
www/nginx installs njs command line utility into ${PREFIX}/sbin,
so no conflict.
Bump PORTREVISION.
|
[ 21:24 Sergey A. Osokin (osa) ] a9108d8
*/*: add new port NGINX JavaScript (njs) command line utility
NGINX JavaScript, also knows as njs, is a subset of the JavaScript
language that allows extending nginx functionality. njs is created
in compliance with ECMAScript 5.1 (strict mode) with some ECMAScript 6
and later extensions. It's easy to use njs command line utility to
develop and debug additional functionality. Also, it's light-weight
and very useful as a shebang in some cases as the nodejs substitutor.
Remove build of njs command-line utlity from the www/nginx-devel (*)
process.
Bump PORTREVISION. (*)
|
Thu, 9 Jun 2011
|
[ 15:45 bapt ] (Only the first 10 of 23 ports in this commit are shown above. )
Remove lang/njs and ports that depends on it, njs has no more public distfile
and no more upstream
the other aren't under development anymore
lang/ruby-js
textproc/ruby-xml-script
www/ruby-asp
2011-05-01 lang/njs: Upstream disapear and distfile is no more available
|
Tue, 15 Mar 2011
|
[ 13:45 bapt ]
Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr
|
Sun, 21 Oct 2007
|
[ 17:53 nox ]
Fix build
|
Sun, 14 Oct 2007
|
[ 14:28 erwin ]
Mark BROKEN: does not build
|
Wed, 4 Jul 2007
|
[ 17:08 danfe ]
The port does not install any additional docs/examples anyways, so remove
the useless target.
|
[ 16:56 danfe ]
- Fix the build with GCC 4.2 [1]
- Nuke trivial pkg-message.in
- Usual round of Makefile cleanups
Reported by: pointyhat (logs) [1]
|
Sun, 27 May 2007
|
[ 03:01 kris ]
BROKEN with gcc 4.2
|
Tue, 15 Aug 2006
|
[ 00:29 clsung ] (Only the first 10 of 61 ports in this commit are shown above. )
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
|
Tue, 9 May 2006
|
[ 20:52 edwin ] (Only the first 10 of 72 ports in this commit are shown above. )
Remove USE_REINPLACE from the categories starting with L
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Tue, 15 Nov 2005
|
[ 06:52 ade ] (Only the first 10 of 1438 ports in this commit are shown above. )
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.
|
Sun, 13 Nov 2005
|
[ 15:38 arved ]
Store a copy of the distfile on MASTER_SITE_LOCAL
|
Sun, 9 Oct 2005
|
[ 20:55 linimon ]
Mark as BROKEN: does not fetch, mastersite disappeared.
Source: distfile survey
|
Fri, 15 Jul 2005
|
[ 08:56 thierry ]
Switch back to USE_INC_LIBTOOL_VER and don't install .la files.
Reported by: Kris via pointyhat
|
Mon, 11 Jul 2005
|
[ 17:40 thierry ]
Add two MASTERSITES without redirection.
Requested by: kris
|
Sun, 10 Jul 2005
|
[ 21:46 thierry ]
- Remove a bogus ftp site from MASTER_SITES (1);
- use external libtool;
- pet portlint;
- release maintainership.
Reported by: Kris via pointyhat (1)
|
Fri, 9 Jul 2004
|
[ 17:43 marcus ] (Only the first 10 of 489 ports in this commit are shown above. )
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
Sun, 14 Mar 2004
|
[ 06:17 ade ] (Only the first 10 of 945 ports in this commit are shown above. )
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
Tue, 14 Oct 2003
|
[ 07:13 edwin ]
lang/njs: changing conflicts.
- removing conflict detection with converters/kdesupport11;
- lang/njs and lang/spidermonkey install bin/js
(noted by Oliver Eikemeier <eikemeier@fillmore-labs.com>).
PR: ports/57972
Submitted by: Thierry Thomas <thierry@pompo.net>
|
Fri, 21 Feb 2003
|
[ 12:35 knu ] (Only the first 10 of 134 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 7 Jul 2002
|
[ 18:34 ijliao ]
PERL -> REINPLACE_CMD
PR: 40289
Submitted by: maintainer
|
Mon, 28 Jan 2002
|
[ 23:41 okazaki ]
- check the conflict with converters/kdesupport11, which installs old
versions of njs's files. - build and install shared library files. (both
requested by Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>)
|
Tue, 22 Jan 2002
|
[ 11:52 okazaki ]
Add njs 0.2.5, NJS (NGS) is a standalone JavaScript/ECMAScript interpreter.
|
Number of commits found: 40 |