aboutsummaryrefslogtreecommitdiff
path: root/net/sendfile
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate ports failing to build with new utmpxAntoine Brodin2014-06-231-0/+3
| | | | | | | | | Maintainers had more than 4 years to fix them With hat: portmgr Notes: svn path=/head/; revision=359005
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | net) Notes: svn path=/head/; revision=327755
* In categories starting with [n-s], remove empty lines (and also few cases ofAlexey Dokuchaev2013-03-171-1/+0
| | | | | | | trailing slashes) from pkg-plist. Notes: svn path=/head/; revision=314445
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Mark BROKEN on HEAD: fails to build with new utmpxMartin Wilke2010-03-201-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=251275
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-4/+3
| | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=237892
* - Fix rc.d scriptBeech Rintoul2008-03-114-16/+98
| | | | | | | | | | | | - Install sendfile.cf.sample by default - Additional Makefile tweaks [1] PR: ports/120342 Submitted by: Stefan Sec Zehl <sec@42.org> (maintainer) Approved by: maintainer timeout (two weeks) [1] Notes: svn path=/head/; revision=208783
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154193
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Add a patch to work around the problem where users beside rootAkinori MUSHA2001-09-022-0/+33
| | | | | | | | | | couldn't receive any files. PR: ports/30111 Submitted by: Stefan `Sec` Zehl <sec@42.org> (MAINTAINER) Notes: svn path=/head/; revision=47321
* update to 2.1a.FUJISHIMA Satsuki2001-03-065-17/+63
| | | | | | | | PR: 25563 Submitted by: maintainer Notes: svn path=/head/; revision=39145
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenSatoshi Asami2000-09-251-2/+1
| | | | | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris Notes: svn path=/head/; revision=33101
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Update to latest version (20000102), with new MASTER_SITEAde Lovett2000-03-094-11/+10
| | | | | | | | | | and other bits and pieces PR: 17197 (also closes 15820) Submitted by: maintainer Notes: svn path=/head/; revision=26701
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* Commit #3/4 to enforce caps, no period.Tim Vanderhoek1999-06-261-1/+1
| | | | | | | | | | | | | | | FWIW, checkout of these things took 5+hrs, staying on the local .freebsd.org net w/o hitting the 'net at all. As promised, $ time cvs ci real 67m51.701s user 0m1.250s sys 0m5.345s Notes: svn path=/head/; revision=19803
* Add more MASTER_SITES, and unbreak by doing so.Bill Fumerola1999-03-021-4/+4
| | | | | | | Caught by: Satoshi's script Notes: svn path=/head/; revision=16983
* BROKEN= 'single mastersite unreachable'David E. O'Brien1999-02-281-1/+3
| | | | Notes: svn path=/head/; revision=16925
* Update to version 19990215Joerg Wunsch1999-02-233-3/+4
| | | | | | | Submitted by: Stefan `Sec` Zehl <sec@42.org> Notes: svn path=/head/; revision=16874
* The master site was down with hardware problems but certainlySteve Price1998-08-191-3/+1
| | | | | | | | | | seems to have come back. PR: 7686 Submitted by: maintainer Notes: svn path=/head/; revision=12664
* FTP server not responding....Satoshi Asami1998-08-171-1/+3
| | | | Notes: svn path=/head/; revision=12589
* Update to the July 12th snap.Steve Price1998-08-174-16/+23
| | | | Notes: svn path=/head/; revision=12557
* Update to the May 10th version.Steve Price1998-05-243-50/+12
| | | | | | | | PR: 6723 Submitted by: maintainer Notes: svn path=/head/; revision=11120
* original distribution updated.Jun-ichiro itojun Hagino1998-04-193-22/+41
| | | | | | | PR: 6210 Notes: svn path=/head/; revision=10570
* Update to use sendfile-19980228Steve Price1998-03-015-70/+75
| | | | | | | | PR: 5887 Submitted by: Stefan 'Sec' Zehl <sec@42.org> Notes: svn path=/head/; revision=9983
* Simple Asynchronous File Transfer Reference Implementation.Steve Price1998-02-247-0/+171
PR: 4664 Submitted by: Stefan Zehl <sec@42.org> Notes: svn path=/head/; revision=9910