FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 4:07 AM BST
non port: www/nginx/files/nginx.sh.in
CVSWeb

Number of commits found: 11

Tue, 28 Feb 2012
[ 10:26 osa ] Original commit 
1.13 www/nginx-devel/files/nginx.sh.in
1.11 www/nginx/files/nginx.sh.in
Move upward extra_commands string for compatible with rc.conf.d
feature.

Do not bump PORTREVISIONs.
PR:     165454
Sat, 14 Jan 2012
[ 08:57 dougb ] Original commit 
1.3 sysutils/freqsdwn/files/000.freqshpk.sh.in
1.3 www/zerowait-httpd/files/0W-httpd.in
1.3 mail/popular/files/0ringd.sh.in
1.5 sysutils/3dm/files/3dm2.sh.in
1.3 net/3proxy/files/3proxy.sh.in
1.7 mail/assp/files/510.assp.in
1.4 sysutils/915resolution/files/915resolution.sh.in
1.3 www/webobjects/files/JavaMonitor.sh.in
1.3 sysutils/lcdproc/files/LCDd.in
1.3 www/abyssws/files/abyssws.sh.in

(Only the first 10 of 951 ports in this commit are shown above. View all ports for this commit)
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Sun, 28 Mar 2010
[ 04:44 dougb ] Original commit 
1.197 www/apache13-modssl/Makefile
1.262 www/apache20/Makefile
1.303 www/nginx-devel/Makefile
1.206 www/nginx/Makefile
1.3 www/apache13-modssl/files/apache.in
1.7 www/apache20/files/apache2.sh.in
1.11 www/nginx-devel/files/nginx.sh.in
1.9 www/nginx/files/nginx.sh.in
Cleanse uneeded RC_SUBR variables

Approved by:    pgolluci
Sat, 27 Mar 2010
[ 00:15 dougb ] Original commit 
1.2 sysutils/freqsdwn/files/000.freqshpk.sh.in
1.2 www/zerowait-httpd/files/0W-httpd.in
1.2 mail/popular/files/0ringd.sh.in
1.3 sysutils/3dm/files/3dm2.sh.in
1.2 net/3proxy/files/3proxy.sh.in
1.3 sysutils/915resolution/files/915resolution.sh.in
1.2 www/webobjects/files/JavaMonitor.sh.in
1.2 sysutils/lcdproc/files/LCDd.in
1.2 www/abyssws/files/abyssws.sh.in
1.2 sysutils/afbinit/files/afbinit.sh.in

(Only the first 10 of 798 ports in this commit are shown above. View all ports for this commit)
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
Wed, 15 Jul 2009
[ 16:56 dougb ] Original commit 
1.2 net/rp-pppoe/files/04pppoe-relay.sh.sample
1.2 net/rp-pppoe/files/04pppoe-server.sh.sample
1.7 security/amavisd-milter/files/amavisd-milter.sh.in
1.2 mail/antivirus-milter/files/antivirus-milter.sh.in
1.2 www/apache13+ipv6/files/apache.in
1.2 www/apache13-modperl/files/apache.in
1.3 www/apache13-ssl/files/apache.in
1.2 www/apache13/files/apache.in
1.4 www/apache20/files/apache2.sh.in
1.3 www/apache22/files/apache22.in

(Only the first 10 of 213 ports in this commit are shown above. View all ports for this commit)
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.

1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).

No PORTREVISION bumps because all of these changes are noops.
Thu, 2 Jul 2009
[ 10:31 osa ] Original commit 
1.223 www/nginx-devel/Makefile
1.155 www/nginx/Makefile
1.8 www/nginx-devel/files/nginx.sh.in
1.6 www/nginx/files/nginx.sh.in
Default stop signal is SIGTERM, the quick shutdown.  Also nginx
understands QUIT signal for graceful (gradual) stop.

Add gracefulstop extra command accordingly for stable and devel
versions.
Bump PORTREVISIONs.

PR:     ports/136232 (partialy)
Thu, 28 May 2009
[ 19:48 osa ] Original commit 
1.212 www/nginx-devel/Makefile
1.148 www/nginx/Makefile
1.132 www/nginx/distinfo
1.1 www/nginx/files/extra-patch-ngx_http_fancyindex_module.c
1.5 www/nginx/files/nginx.sh.in
Update from 0.6.37 to latest stable version 0.7.59.
Merge all features from -devel port.
Also mark -devel port IGNORE before new releases.
Wed, 15 Oct 2008
[ 07:36 osa ] Original commit 
1.137 www/nginx/Makefile
1.4 www/nginx/files/nginx.sh.in
1.12 www/nginx/pkg-plist
Merge latest changes from nginx-devel port.
1) new rc
2) extra command 'upgrade'
3) don't remove NGINX_TMPDIR directory, if port upgrade running
from -devel to stable port version.

Profiles are unsupported by this nginx version.

Bump PORTREVISION.
Mon, 18 Jun 2007
[ 07:08 osa ] Original commit 
1.119 www/nginx/Makefile
1.111 www/nginx/distinfo
1.3 www/nginx/files/nginx.sh.in
Update to 0.5.26.
Fix rc script functionality for extra configtest_cmd command. (*)

<ChangeLog>

    *) Bugfix: in SSI parsing.

</ChangeLog>

Spotted by:     Andrey Y. Ostanovsky < andrey at ostanovsky dot spb dot ru > (*)
Mon, 21 Nov 2005
[ 09:07 osa ] Original commit 
1.48 www/nginx/Makefile
1.2 www/nginx/files/nginx.sh.in
Add extra command - reload.
Bump PORTREVISION.

Submitted by:   marck
Wed, 12 Oct 2005
[ 14:36 osa ] Original commit 
1.40 www/nginx/Makefile
1.37 www/nginx/distinfo
1.3 www/nginx/files/nginx.sh
1.1 www/nginx/files/nginx.sh.in
Update to 0.3.2.

Update port infrastructure: files/nginx.sh -> files/nginx.sh.in.
Add configtest extra command for nginx.sh script (1).

Submitted by:   skv (1)

Number of commits found: 11

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 1.349 seconds.