summaryrefslogtreecommitdiff
path: root/net/generic-nqs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use ${STRIP_CMD} instead of strip.Sergey A. Osokin2003-09-241-1/+1
| | | | | | | Founded by: Oleg Karachevtsev <ok at etrust dot ru> Notes: svn path=/head/; revision=89220
* Make portlint(1) happy by changing strip to ${STRIP_CMD}Sergey A. Osokin2003-09-241-1/+1
| | | | | | | | Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998 Notes: svn path=/head/; revision=89169
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* CC, CXX, CFLAGS, PTHREAD_CFLAGS and PTHREAD_LIBS may contain `/' inAkinori MUSHA2002-10-101-2/+2
| | | | | | | | them when using a non-default compiler/linker, so do not use `/' as delimiter for s///. (I picked `|' instead) Notes: svn path=/head/; revision=67737
* Make Generic-NQS actually work properlyTom Hukins2001-11-175-2/+38
| | | | | | | | PR: ports/31208 Submitted by: AMAKAWA Shuhei <sa264@cam.ac.uk> Notes: svn path=/head/; revision=50147
* Applied proposed two PRs.Yoshio MITA2001-10-104-24/+42
| | | | | | | | PR: ports/29616, ports/30963 Approved by: the maintainer Notes: svn path=/head/; revision=48648
* - Change MASTER_SITESJohann Visagie2001-08-062-10/+12
| | | | | | | | | | | | - Modify installation script to be more discreet - Bump PORTREVISION - Update maintainer's email address PR: 29204 Submitted by: Tony Maher <tonym@biolateral.com.au> (MAINTAINER) Notes: svn path=/head/; revision=45864
* Update Tony Maher's email address.Bill Fenner2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=45012
* Goodbye, YEAR2000. Hello, 2001.Will Andrews2001-01-011-2/+0
| | | | | | | Approved by: asami Notes: svn path=/head/; revision=36564
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-051-4/+17
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Add patch.Kris Kennaway2000-04-161-0/+130
| | | | Notes: svn path=/head/; revision=27643
* Upgrade to 3.50.9, which fixes the local root compromise.Kris Kennaway2000-04-162-4/+3
| | | | | | | Submitted by: Tony Maher <Tony.Maher@eBioinformatics.com> (Maintainer) Notes: svn path=/head/; revision=27642
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27423
* Mark FORBIDDEN due to local root compromise (see bugtraq)Kris Kennaway2000-03-231-0/+2
| | | | | | | Discussed with: maintainer Notes: svn path=/head/; revision=26971
* Update MASTER_SITESChris Piazza2000-03-041-1/+1
| | | | | | | | PR: 17012 Submitted by: maintainer Notes: svn path=/head/; revision=26540
* Use ${SH} to invoke shell scripts since the execute bits aren't setSteve Price1999-12-271-4/+4
| | | | | | | | | for these files in CVS. Submitted by: maintainer Notes: svn path=/head/; revision=24163
* Update to version 3.50.6.Steve Price1999-12-2711-51/+159
| | | | | | | | PR: 14915 Submitted by: maintainer Notes: svn path=/head/; revision=24118
* $Id$ -> $FreeBSD$Peter Wemm1999-08-301-1/+1
| | | | Notes: svn path=/head/; revision=21126
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Generic-NQS, a freely available Network Queuing System that providesChris Piazza1999-06-2814-0/+300
configurable limits on jobs on a per queue basis as well as for the total queue system. It is based on the de facto NQS standards and is interoperable with commercial NQS products. PR: 6699 Submitted by: Tony Maher <tonym@angis.org.au> Notes: svn path=/head/; revision=19862