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
njs NGINX JavaScript command line utility
0.8.3 lang on this many watch lists=1 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 0.8.2Version of this port present on the latest quarterly branch.
Maintainer: osa@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-01-22 08:52:52
Last Update: 2024-03-18 14:46:50
Commit Hash: 422dc9e
People watching this port, also watch:: rpm2cpio, python
Also Listed In: www
License: BSD2CLAUSE
WWW:
https://nginx.org/en/docs/njs/
Description:
njs scripting language, or just 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. The compliance is still evolving.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (4 items)
Collapse this list.
  1. bin/njs
  2. /usr/local/share/licenses/njs-0.8.3/catalog.mk
  3. /usr/local/share/licenses/njs-0.8.3/LICENSE
  4. /usr/local/share/licenses/njs-0.8.3/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • njs>0:lang/njs
To install the port:
cd /usr/ports/lang/njs/ && make install clean
To add the package, run one of these commands:
  • pkg install lang/njs
  • pkg install njs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: njs
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1707339331 SHA256 (nginx-njs-0.8.3_GH0.tar.gz) = 5e1341ee8c1dfce420ea6456475dafa7d5f4b9aed310faca32597cf4d221cfe0 SIZE (nginx-njs-0.8.3_GH0.tar.gz) = 735235

Packages (timestamps in pop-ups are UTC):
njs
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.8.30.8.3-0.8.30.8.3---
FreeBSD:13:quarterly0.8.20.8.20.7.120.8.20.8.30.8.20.8.20.8.2
FreeBSD:14:latest0.8.30.8.30.7.90.8.30.8.30.7.12-0.7.12
FreeBSD:14:quarterly0.8.20.8.3-0.8.20.8.30.8.20.8.20.8.2
FreeBSD:15:latest0.8.20.8.3n/a0.8.2n/a0.8.20.8.20.8.2
FreeBSD:15:quarterly--n/a-n/a---
 

njs-pcre2
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly--------
FreeBSD:14:latest--0.7.9-----
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Library dependencies:
  1. libpcre2-8.so : devel/pcre2
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
lang_njs
USES:
cpe ssl
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nginx/njs/tar.gz/0.8.3?dummy=/
Collapse this list.

Number of commits found: 50

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.8.3
18 Mar 2024 14:46:50
commit hash: 422dc9e9d5812cbff37f8f64a5b27df75a581057commit hash: 422dc9e9d5812cbff37f8f64a5b27df75a581057commit hash: 422dc9e9d5812cbff37f8f64a5b27df75a581057commit hash: 422dc9e9d5812cbff37f8f64a5b27df75a581057 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update NGINX JavaScript: 0.8.2 -> 0.8.3 (+)

<ChangeLog>

    nginx modules:

    *) Bugfix: fixed Headers.set().

    *) Bugfix: fixed js_set with Buffer values.

    *) Bugfix: fixed clear() method of a shared dictionary when
       a timeout is not specified.

    *) Bugfix: fixed stub_status statistics when js_periodic is
       enabled.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.2
24 Oct 2023 12:44:18
commit hash: 33d962f83d36fc12ddd64bf310ac4004fa91c6b7commit hash: 33d962f83d36fc12ddd64bf310ac4004fa91c6b7commit hash: 33d962f83d36fc12ddd64bf310ac4004fa91c6b7commit hash: 33d962f83d36fc12ddd64bf310ac4004fa91c6b7 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update NGINX JavaScript: 0.8.1 -> 0.8.2 (+)

<ChangeLog>

nginx modules:

*) Feature: introduced console object. The following methods
   were introduced: error(), info(), log(), time(), timeEnd(),
   warn().

*) Bugfix: fixed HEAD response handling with large Content-Length
   in fetch API.

*) Bugfix: fixed items() method for a shared dictionary.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.8.1
16 Sep 2023 17:34:55
commit hash: 586a94981355618809e3cac8ba0e56bb4f21dba9commit hash: 586a94981355618809e3cac8ba0e56bb4f21dba9commit hash: 586a94981355618809e3cac8ba0e56bb4f21dba9commit hash: 586a94981355618809e3cac8ba0e56bb4f21dba9 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update NGINX JavaScript: 0.8.0 -> 0.8.1 (+)

<ChangeLog>

nginx modules:

*) Feature: introduced js_periodic directive.
    The directive specifies a JS handler to run at regular intervals.

*) Feature: implemented items() method for a shared dictionary.
   The method returns all the non-expired key-value pairs.

*) Bugfix: fixed size() and keys() methods of a shared dictionary.

*) Bugfix: fixed erroneous exception in r.internalRedirect()
   introduced in 0.8.0.

Core:

*) Bugfix: fixed incorrect order of keys in
   Object.getOwnPropertyNames().

</ChangeLog>
0.8.0
12 Jul 2023 02:20:38
commit hash: 30ba18e2a5f12cfd52d8ea1f732f4602a0ba4659commit hash: 30ba18e2a5f12cfd52d8ea1f732f4602a0ba4659commit hash: 30ba18e2a5f12cfd52d8ea1f732f4602a0ba4659commit hash: 30ba18e2a5f12cfd52d8ea1f732f4602a0ba4659 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update NGINX JavaScript: 0.7.12 -> 0.8.0 (+)

<ChangeLog>

nginx modules:

*) Change: removed special treatment of forbidden headers in Fetch API
   introduced in 0.7.10.

*) Change: removed deprecated since 0.5.0 r.requestBody and
   r.responseBody in HTTP module.

*) Change: throwing an exception in r.internalRedirect() while
   filtering in HTTP module.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.12
10 Apr 2023 21:10:30
commit hash: 58b083f0d756acccc30a30997585d85dc23f5114commit hash: 58b083f0d756acccc30a30997585d85dc23f5114commit hash: 58b083f0d756acccc30a30997585d85dc23f5114commit hash: 58b083f0d756acccc30a30997585d85dc23f5114 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update NGINX JavaScript 0.7.11 -> 0.7.12

<ChangeLog>

nginx modules:
*) Bugfix: fixed Headers() constructor in Fetch API.

Core:
*) Feature: added Hash.copy() method in "crypto" module.
*) Feature: added "zlib" module.
*) Improvement: added support for export {name as default}
   statement.
*) Bugfix: fixed Number constructor according to the spec.

</ChangeLog>
0.7.11
09 Mar 2023 23:39:06
commit hash: ea54114ca5fac09640c1074c4c69472781b27995commit hash: ea54114ca5fac09640c1074c4c69472781b27995commit hash: ea54114ca5fac09640c1074c4c69472781b27995commit hash: ea54114ca5fac09640c1074c4c69472781b27995 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: update NGINX JavaScript 0.7.10 -> 0.7.11

While I'm here drop pcre flavor support for lang/njs.

Bump PORTREVISION for www/nginx-devel.

<ChangeLog>
nginx modules:

*) Bugfix: added missed linking with libxml2 for the dynamic module.
   The bug was introduced in 0.7.10.

Core:

*) Feature: added XMLNode API to modify XML documents.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.10
13 Feb 2023 16:16:08
commit hash: f0bdbe1343f311f43bca04d92e50a84d24d3b2b4commit hash: f0bdbe1343f311f43bca04d92e50a84d24d3b2b4commit hash: f0bdbe1343f311f43bca04d92e50a84d24d3b2b4commit hash: f0bdbe1343f311f43bca04d92e50a84d24d3b2b4 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
lang/njs: update NGINX JavaScript 0.7.9 -> 0.7.10

<ChangeLog>
nginx modules:

*) Feature: added Request, Response and Headers ctors in Fetch API.

*) Bugfix: fixed nginx logger callback for calls in master process.

Core:

*) Feature: added signal support in CLI.

*) Feature: added "xml" module for working with XML documents.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.7.9
17 Nov 2022 15:25:47
commit hash: 06c49f3a93419af255df245f7d56131f744431e1commit hash: 06c49f3a93419af255df245f7d56131f744431e1commit hash: 06c49f3a93419af255df245f7d56131f744431e1commit hash: 06c49f3a93419af255df245f7d56131f744431e1 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: 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 View all of this commit message)
0.7.8
25 Oct 2022 14:13:43
commit hash: facc6c733c974a191f15d39478299b57f50b4c1bcommit hash: facc6c733c974a191f15d39478299b57f50b4c1bcommit hash: facc6c733c974a191f15d39478299b57f50b4c1bcommit hash: facc6c733c974a191f15d39478299b57f50b4c1b files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: 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 View all of this commit message)
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.7.7
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.7.7
30 Aug 2022 17:41:01
commit hash: 672d8656a85f372a555d96ce1acb4dc590f3e863commit hash: 672d8656a85f372a555d96ce1acb4dc590f3e863commit hash: 672d8656a85f372a555d96ce1acb4dc590f3e863commit hash: 672d8656a85f372a555d96ce1acb4dc590f3e863 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: 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 View all of this commit message)
0.7.6
20 Jul 2022 14:22:15
commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91commit hash: f98ae56653d5255e3519da4e97d6edbaa7e6df91 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.7.6
19 Jul 2022 16:26:55
commit hash: 3a5b40a3ca30b9bbf21b165fb30413f18502408dcommit hash: 3a5b40a3ca30b9bbf21b165fb30413f18502408dcommit hash: 3a5b40a3ca30b9bbf21b165fb30413f18502408dcommit hash: 3a5b40a3ca30b9bbf21b165fb30413f18502408d files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: 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 View all of this commit message)
0.7.5
21 Jun 2022 15:21:38
commit hash: 87f8047742b8ab5078466f647a01304da995ee22commit hash: 87f8047742b8ab5078466f647a01304da995ee22commit hash: 87f8047742b8ab5078466f647a01304da995ee22commit hash: 87f8047742b8ab5078466f647a01304da995ee22 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
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 View all of this commit message)
0.7.4_2
31 May 2022 09:52:52
commit hash: fb416a5a8ab7ddb02b1ce098206d560fc32d0a1fcommit hash: fb416a5a8ab7ddb02b1ce098206d560fc32d0a1fcommit hash: fb416a5a8ab7ddb02b1ce098206d560fc32d0a1fcommit hash: fb416a5a8ab7ddb02b1ce098206d560fc32d0a1f files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
lang/njs: Fix broken USES after conversion to flavors

Approved by:	osa (via email)
0.7.4_1
27 May 2022 19:29:54
commit hash: 31235d9fe681424e39052d635b27b552f00c3963commit hash: 31235d9fe681424e39052d635b27b552f00c3963commit hash: 31235d9fe681424e39052d635b27b552f00c3963commit hash: 31235d9fe681424e39052d635b27b552f00c3963 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
lang/njs: add flavors

Build both flavors (pcre and pcre2) for NGINX JavaScript command-line
tool.

Bump PORTREVISION.
0.7.4
25 May 2022 19:22:30
commit hash: 7697411b63b53c3ecdbebe7d434b6525faa2f626commit hash: 7697411b63b53c3ecdbebe7d434b6525faa2f626commit hash: 7697411b63b53c3ecdbebe7d434b6525faa2f626commit hash: 7697411b63b53c3ecdbebe7d434b6525faa2f626 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
lang/njs: update 0.7.3 -> 0.7.4
0.7.3
12 Apr 2022 14:02:10
commit hash: e8b55f03faa0cc399fc423ba7196aa9f48f08df8commit hash: e8b55f03faa0cc399fc423ba7196aa9f48f08df8commit hash: e8b55f03faa0cc399fc423ba7196aa9f48f08df8commit hash: e8b55f03faa0cc399fc423ba7196aa9f48f08df8 files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
lang/njs: update to the recent version 0.7.3
0.7.2_1
25 Mar 2022 13:03:47
commit hash: 11541a41fc51a0cdc6d4d03a7e9ac147618f0a03commit hash: 11541a41fc51a0cdc6d4d03a7e9ac147618f0a03commit hash: 11541a41fc51a0cdc6d4d03a7e9ac147618f0a03commit hash: 11541a41fc51a0cdc6d4d03a7e9ac147618f0a03 files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
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
0.7.2_1
18 Mar 2022 15:55:45
commit hash: 4164ab866d06f6f7e9e3005348fae9486a95335acommit hash: 4164ab866d06f6f7e9e3005348fae9486a95335acommit hash: 4164ab866d06f6f7e9e3005348fae9486a95335acommit hash: 4164ab866d06f6f7e9e3005348fae9486a95335a files touched by this commit
Bernhard Froehlich (decke) search for other commits by this committer
lang/njs: Fix CPE information

Approved by:	portmgr (blanket)
0.7.2_1
11 Mar 2022 21:45:26
commit hash: f70a105964fe1479d0835f0893d8789dbef27dcecommit hash: f70a105964fe1479d0835f0893d8789dbef27dcecommit hash: f70a105964fe1479d0835f0893d8789dbef27dcecommit hash: f70a105964fe1479d0835f0893d8789dbef27dce files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
lang/njs: resolve conflict

www/nginx installs njs command line utility into ${PREFIX}/sbin,
so no conflict.

Bump PORTREVISION.
0.7.2
11 Mar 2022 21:24:27
commit hash: a9108d8c085c83e3158abb661908d343b0eb5d9ccommit hash: a9108d8c085c83e3158abb661908d343b0eb5d9ccommit hash: a9108d8c085c83e3158abb661908d343b0eb5d9ccommit hash: a9108d8c085c83e3158abb661908d343b0eb5d9c files touched by this commit
Sergey A. Osokin (osa) search for other commits by this committer
*/*: 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. (*)
0.2.5_2
09 Jun 2011 15:45:59
Original commit files touched by this commit
bapt search for other commits by this committer
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
0.2.5_2
15 Mar 2011 13:45:55
Original commit files touched by this commit
bapt search for other commits by this committer
Deprecate unmaintained ports from lang where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
0.2.5_2
04 Dec 2010 07:34:27
Original commit files touched by this commit
ade search for other commits by this committer
Sync to new bsd.autotools.mk
0.2.5_2
02 Aug 2009 19:36:34
Original commit files touched by this commit
mezz search for other commits by this committer
-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
0.2.5_2
21 Oct 2007 17:53:28
Original commit files touched by this commit
nox search for other commits by this committer
Fix build
0.2.5_2
14 Oct 2007 14:28:32
Original commit files touched by this commit
erwin search for other commits by this committer
Mark BROKEN: does not build
0.2.5_2
04 Jul 2007 17:08:43
Original commit files touched by this commit
danfe search for other commits by this committer
The port does not install any additional docs/examples anyways, so remove
the useless target.
0.2.5_2
04 Jul 2007 16:56:23
Original commit files touched by this commit
danfe search for other commits by this committer
- Fix the build with GCC 4.2 [1]
- Nuke trivial pkg-message.in
- Usual round of Makefile cleanups

Reported by:    pointyhat (logs) [1]
0.2.5_2
27 May 2007 03:01:37
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN with gcc 4.2
0.2.5_2
15 Aug 2006 00:29:13
Original commit files touched by this commit
clsung search for other commits by this committer
- 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>
0.2.5_2
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
0.2.5_2
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)
0.2.5_1
25 Nov 2005 00:33:45
Original commit files touched by this commit
pav search for other commits by this committer
- Add SHA256
0.2.5_1
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.
0.2.5_1
13 Nov 2005 15:38:53
Original commit files touched by this commit
arved search for other commits by this committer
Store a copy of the distfile on MASTER_SITE_LOCAL
0.2.5_1
09 Oct 2005 20:55:07
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as BROKEN: does not fetch, mastersite disappeared.

Source:         distfile survey
0.2.5_1
15 Jul 2005 08:56:19
Original commit files touched by this commit
thierry search for other commits by this committer
Switch back to USE_INC_LIBTOOL_VER and don't install .la files.

Reported by:    Kris via pointyhat
0.2.5_1
11 Jul 2005 17:40:28
Original commit files touched by this commit
thierry search for other commits by this committer
Add two MASTERSITES without redirection.

Requested by:   kris
0.2.5_1
10 Jul 2005 21:46:58
Original commit files touched by this commit
thierry search for other commits by this committer
- Remove a bogus ftp site from MASTER_SITES (1);
- use external libtool;
- pet portlint;
- release maintainership.

Reported by:    Kris via pointyhat (1)
0.2.5_1
09 Jul 2004 17:43:11
Original commit files touched by this commit
marcus search for other commits by this committer
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
0.2.5_1
19 Mar 2004 00:19:49
Original commit files touched by this commit
thierry search for other commits by this committer
SIZE-ify my ports.

Submitted by:   Trevor Johnson <trevor@FreeBSD.org>
Approved by:    mat (mentor).
0.2.5_1
14 Mar 2004 06:17:56
Original commit files touched by this commit
ade search for other commits by this committer
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.
0.2.5_1
14 Oct 2003 07:13:40
Original commit files touched by this commit
edwin search for other commits by this committer
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>
0.2.5_1
21 Feb 2003 12:35:09
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
0.2.5_1
07 Jul 2002 18:34:07
Original commit files touched by this commit
ijliao search for other commits by this committer
PERL -> REINPLACE_CMD

PR:             40289
Submitted by:   maintainer
28 Jan 2002 23:41:17
commit hash: fp1.24083@dev.null.freshports.orgcommit hash: fp1.24083@dev.null.freshports.orgcommit hash: fp1.24083@dev.null.freshports.orgcommit hash: fp1.24083@dev.null.freshports.org files touched by this commit
okazaki search for other commits by this committer
- 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>)    
22 Jan 2002 11:52:52
commit hash: fp1.23730@dev.null.freshports.orgcommit hash: fp1.23730@dev.null.freshports.orgcommit hash: fp1.23730@dev.null.freshports.orgcommit hash: fp1.23730@dev.null.freshports.org files touched by this commit
okazaki search for other commits by this committer
Add njs 0.2.5,   NJS (NGS) is a standalone JavaScript/ECMAScript   interpreter. 
  

Number of commits found: 50