aboutsummaryrefslogtreecommitdiff
path: root/net/rinetd
Commit message (Collapse)AuthorAgeFilesLines
* net/rinetd: Add CPE informationBernhard Froehlich2021-08-151-1/+1
| | | | Approved by: portmgr (blanket)
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-8/+12
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*Dmitry Marakasov2016-05-191-8/+8
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=415499
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsDmitry Marakasov2015-08-041-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=393530
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-101-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=361440
* Change USE_DOS2UNIX to USES=dos2unixRenato Botelho2014-05-161-1/+1
| | | | Notes: svn path=/head/; revision=354235
* . Add LICENSERenato Botelho2013-10-311-5/+3
| | | | | | | . Simplify Makefile Notes: svn path=/head/; revision=332306
* - Support stagingRenato Botelho2013-10-152-10/+10
| | | | | | | - Respect ${CC} Notes: svn path=/head/; revision=330390
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net) Notes: svn path=/head/; revision=327755
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Change headers of all ports maintained by me to new formatRenato Botelho2012-10-051-5/+1
| | | | Notes: svn path=/head/; revision=305298
* Revert r302549. This port is another special case of needing to explicitlyDoug Barton2012-08-211-0/+2
| | | | | | | define PORTVERSION as part of WRKSRC. Notes: svn path=/head/; revision=302898
* danfe was kind enough to remind me that:Doug Barton2012-08-151-2/+0
| | | | | | | | | | | | | WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} is already the default, so for those ports where we are doing: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} to avoid the problem of conflicts with the rc.d script of the same name it is not necessary to define WRKSRC separately. Clean up this mistake of mine, and standardize for the others. Notes: svn path=/head/; revision=302549
* Fix problem introduced in r302141. The directory for the unpacked sourceDoug Barton2012-08-071-1/+4
| | | | | | | | | | | | | | | files is unversioned, so it conflicts with the name of the rc.d script in WRKDIR after SUB_FILES is applied. This is the same method as suggested in the PR (and that I've used previously), just slightly different in the details. PR: ports/170441 Submitted by: Frank Wall <fw@moov.de> Approved by: maintainer Notes: svn path=/head/; revision=302255
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-3/+4
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Remove unecessary OPTIONS_DEFAULT definitions added on r301957Renato Botelho2012-08-031-1/+0
| | | | | | | Reported by: sunpoet@ Notes: svn path=/head/; revision=301967
* Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsRenato Botelho2012-08-031-2/+7
| | | | Notes: svn path=/head/; revision=301957
* Remove ^M from patches and use USE_DOS2UNIX, silence portlintRenato Botelho2012-07-023-9/+10
| | | | Notes: svn path=/head/; revision=300413
* 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
* rinetd fails to close the configuration file (fopen twice, fclose only once)Renato Botelho2011-11-192-1/+9
| | | | | | | | | | | | | | when reading its configuration. Therefore on every configuration reload (through SIGHUP) one file descriptor is lost. In an environment where this is done frequently (e.g. to re-lookup DNS names) the system will run out of file descriptors soon (kern.maxfiles) until rinetd crashes. PR: ports/162673 Submitted by: Michael Gmelin <freebsd@grem.de> Feature safe: yes Notes: svn path=/head/; revision=286067
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-2/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Respect $CC, it fixes build with clangRenato Botelho2011-07-261-0/+1
| | | | Notes: svn path=/head/; revision=278384
* - 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
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | | 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
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFERenato Botelho2009-03-281-0/+2
| | | | Notes: svn path=/head/; revision=231204
* - Add gentoo mirrors to MASTER_SITESRenato Botelho2008-07-251-1/+3
| | | | Notes: svn path=/head/; revision=217494
* - Fix manpage pointing to correct PREFIX for binary and confRenato Botelho2007-12-111-2/+4
| | | | | | | | | | | - Bump PORTREVISION PR: ports/118537 (Based on) Submitted by: Dan Mahoney <danm@prime.gushi.org> Approved by: portmgr (erwin) Notes: svn path=/head/; revision=202944
* Rework rc.d scriptRenato Botelho2006-03-152-6/+5
| | | | Notes: svn path=/head/; revision=157180
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-201-1/+1
| | | | | | | | | | We have not checked for this KEYWORD for a long time now, so this is a complete noop, and thus no PORTREVISION bump. Removing it at this point is mostly for pedantic reasons, and partly to avoid perpetuating this anachronism by copy and paste to future scripts. Notes: svn path=/head/; revision=156534
* - Add SHA256Renato Botelho2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147578
* Add new version of the select2poll patch, old version has some problemsRenato Botelho2005-10-042-23/+55
| | | | | | | of high load. Notes: svn path=/head/; revision=144154
* Rodrigo Graeff <delphus@delphus.org> made a patch to convert select() toRenato Botelho2005-09-302-0/+163
| | | | | | | | | | | | | poll() and fix the security problem on rinetd. Author told me will use this patch and release a new version, but, when it doesn't happen, i'm adding the patch here, and, bumping PORTREVISION, so, 0.62_1 is not more vulnerable. Security: http://www.FreeBSD.org/ports/portaudit/4c005a5e-2541-4d95-80a0-00c76919aa66.html Notes: svn path=/head/; revision=143882
* - Make portlint happyRenato Botelho2005-09-306-26/+10
| | | | | | | | | | - Use USE_RC_SUBR facility - Rename patch-a* files - Remove one uneeded patch and use REINPLACE_CMD instead - Take maintainership Notes: svn path=/head/; revision=143833
* Use rcNG for startupVolker Stolz2004-06-083-2/+50
| | | | | | | | PR: ports/67610 Submitted by: Renato Botelho Notes: svn path=/head/; revision=111084
* - Kill pkg-plistClement Laforet2004-02-273-7/+7
| | | | | | | | - SIZEify - Make portlint happy Notes: svn path=/head/; revision=102254
* Security upgrade to 0.62 (see http://www.boutell.com/rinetd/).Max Khon2003-04-172-2/+2
| | | | | | | | PR: 51096 Submitted by: Sergey A. Osokin <osa@FreeBSD.org.ru> Notes: svn path=/head/; revision=79152
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* allow everyone to run itYing-Chieh Liao2002-11-221-1/+1
| | | | | | | Submitted by: maintainer (via email) Notes: svn path=/head/; revision=70754
* mode 750 is better than 700 since it doesnt need root privYing-Chieh Liao2002-11-201-1/+1
| | | | | | | | PR: 45183 Submitted by: Alexey Dokuchaev <danfe@regency.nsu.ru> Notes: svn path=/head/; revision=70542
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Fix mastersitesPatrick Li2002-01-151-1/+1
| | | | | | | | PR: 33888 33890 33892 33900 33901 33905 Submitted by: Tilman Linneweh <freebsdports@arved.de> Notes: svn path=/head/; revision=53086
* Patch rinetd to properly become a daemon. Also drop maintainership.Mark Pulford2001-07-192-1/+11
| | | | | | | | | PR: 27049 Submitted by: Dmitry A. Yanko <fm@astral.ntu-kpi.kiev.ua> Approved by: maintainer Notes: svn path=/head/; revision=45242
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-4/+4
| | | | Notes: svn path=/head/; revision=37252
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126