Commit graph

81 commits

Author SHA1 Message Date
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Tim Bishop
4f0177c77d Update 7.x i386 version: 2.9110.519
Update 8.x i386 version:	2.9110.519
2012-01-28 12:05:14 +00:00
Doug Barton
83eb2c3700 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.
2012-01-14 08:57:23 +00:00
Tim Bishop
5fd79e5cbc Update 7.x amd64 version: 2.9110.519
Update 8.x amd64 version:	2.9110.519
Update 8.x sparc64 version:	2.9109.518

Drop support for 6.x
Use http before ftp in MASTER_SITES
2011-10-22 16:47:03 +00:00
Tim Bishop
e3738bb964 Add 8.x powerpc version: 2.9109.518
Add 8.x sparc64 version:	2.9108.517
Update 6.x i386 version:	2.9108.517
Update 7.x i386 version:	2.9108.517

Feature safe:			yes
2011-01-31 15:33:22 +00:00
Erwin Lansing
74cb9eff53 Deprecate md5 in favour of sha256 checksums. md5 checksums will no longer
be generated or checked, and will be silently ignored for now.  Also,
generalize the MD5_FILE macro to DISTINFO_FILO.

PR:		149657
Submitted by:	rene
Approved by:	portmgr
Tested on:	pointyhat i386 7-exp
2010-10-28 21:00:21 +00:00
Tim Bishop
e7efe1f851 Add 8.x i386 version: 2.9107.516
Add 8.x amd64 version:		2.9107.515
Update 7.x amd64 version:	2.9106.513b
Update 6.x amd64 version:	2.9106.513

Feature safe:			yes
2010-07-04 09:42:47 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Mark Linimon
86c05a4345 Provide some sane defaults for architectures this port does not support.
(The problem is harmless, but makes the 'duds' file on pointyhat look
very strange).

While here, remove alpha remnants.

Approved by:	maintainer
2010-02-08 09:45:15 +00:00
Tim Bishop
41e30cfd53 Add dnetc_idprio RC flag to run dnetc under idprio with the given
priority. Not on by default.

PR:		ports/136958
Submitted by:	Martin Lesser <ml-freebsd@bettercom.de>
2009-07-26 12:01:21 +00:00
Tim Bishop
f95b07b5d8 - Update all versions (apart from alpha) to 2.9103.509. 2009-03-17 22:42:14 +00:00
Tim Bishop
960bbe1a63 - Update FreeBSD 7 sparc64 client to 2.9103.509. 2009-02-16 08:48:58 +00:00
Tim Bishop
985a8fdd87 - Update i386 binaries to version 2.9102.508. 2009-01-13 11:28:07 +00:00
Tim Bishop
abe3c78a99 - Update clients for i386, amd64 and sparc64 to 2.9101.507. 2009-01-06 12:41:18 +00:00
Pav Lucistnik
f28d272707 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 21:05:49 +00:00
Tim Bishop
bec01edab7 Update 6.x+/i386 version to 2.9015.503.
Drop 4.x version.
2007-10-27 17:49:48 +00:00
Edwin Groothuis
d6a5194c50 Remove support for OSVERSION < 5 2007-10-03 23:42:22 +00:00
Tim Bishop
e07277bf1c - Update i386 binaries to version 2.9013.498. 2006-12-08 10:23:41 +00:00
Tim Bishop
515f588c86 - Pre-release clients are now properly released.
- Add client for FreeBSD6/amd64.
- Try and tidy the tests for which binary to fetch.
2006-10-07 16:52:34 +00:00
Tim Bishop
c2f7e7678b - Add pre-release (just the stable version rebuilt) binaries for FreeBSD 5
and FreeBSD 6 on i386 . This removes the need for 4.x compatibility
  libraries.
2006-06-25 11:20:51 +00:00
Mark Linimon
0c9df415d1 Remove code remnants that test for 3.X and earlier releases of FreeBSD.
The bsd.*.mk architecture has not supported these antique releases for
quite some time.

Hat:		portmgr
2006-06-23 05:28:33 +00:00
Tim Bishop
4307377b79 - Update i386 version to 2.9012.497
- Update amd64 version to 2.9011.496
2006-04-23 19:21:12 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
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.
2006-02-20 20:47:50 +00:00
Tim Bishop
3369145c11 - Use USE_RC_SUBR properly
- Use SUB_LIST/SUB_FILES rather than a bunch of seds
- Tidy whitespace in pkg-install and pkg-deinstall scripts
- Tidy up rc script and improve tests using ps

Approved by:	clement (mentor)
2006-01-09 10:30:35 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Pav Lucistnik
b04569e3fb - Use freebsd5 vendor binary for FreeBSD 5+/i386
- Remove INFO file

PR:		ports/88250
Submitted by:	Andrew Pantyukhin <infofarmer@gmail.com>
Approved by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-11-02 21:45:08 +00:00
Pav Lucistnik
3c2f43b35a - Update i386 to v2.9011.496
- Update amd64 to v2.9010.495
- Support flush, fetch and update commands in rc script

PR:		ports/83030
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2005-07-06 13:01:40 +00:00
Sergey Matveychuk
6614218c46 Improve RC scripts. The previous script didn't check if the process
was already running before attempting to start a new one (or if it
was running before stopping it). This improved version does the
necessary checks.

Pointed out by: Radim Kolar

PR:		ports/74512
Submitted by:	maintainer
2004-12-06 20:19:19 +00:00
Pav Lucistnik
fe930b4785 - Update amd64 binary to 2.9009.494
- Cosmetics in rc script

PR:		ports/73935
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-11-15 21:54:24 +00:00
Kirill Ponomarev
18d440944f Use RCNG
Minor tidyups

PR:		ports/70861
Submitted by:	maintainer
2004-08-25 09:16:16 +00:00
Kirill Ponomarev
542c9d1150 Update i386 version to 2.9008.491
Add amd64 version 2.9008.491

PR:		ports/68142
Submitted by:	maintainer
2004-06-20 15:53:51 +00:00
Pav Lucistnik
315c6e3758 - Try different approach in supporting of multiple architectures with different
version numbering. Inspired by perforce port.

PR:		ports/67520
Submitted by:	Tim Bishop <tim@bishnet.net> (maintainer)
2004-06-03 11:25:16 +00:00
Pav Lucistnik
10e6e5dae2 - Give maintainership to submitter
- Turn into master slave to allow slaves of different architectures
- Remove user/group on deinstall
- Install rc script as .sample
- Various tweaks

PR:		ports/67463
Submitted by:	Tim Bishop <tim@bishnet.net>
2004-06-02 16:47:02 +00:00
Pav Lucistnik
afc9553a78 - Use fixed UID/GID 2004-05-30 07:39:54 +00:00
Kris Kennaway
bad92c36b7 IGNORE: Uses an unregistered uid/gid. 2004-05-30 02:26:10 +00:00
Thierry Thomas
2f29701c8c Upgrade to 2.9007.489.
Note: this port is marked ONLY_FOR_ARCHS= i386, but binaries are
available for FreeBSD / alpha and sparc64. Anybody interested?

PR:		ports/66951
Submitted by:	Radim Kolar
2004-05-20 19:01:12 +00:00
Trevor Johnson
33fdc4cde2 SIZEify. 2004-03-17 18:29:46 +00:00
Mark Linimon
82affe8f17 dbaker@FreeBSD.org has been inactive in the ports community for over
a year now, so return his ports to the unmaintained pool in the hopes
that someone will adopt them and give them a good home.

While here, pacify portlint on all of them.

Discussed with:	various members of portmgr@, at various times over
the last few months.
2004-02-11 03:03:05 +00:00
Mark Linimon
ec10de5e21 Update to latest FreeBSD binary release. PR: ports/53199 and
maintainer timeout.
2003-11-06 04:23:37 +00:00
Mark Linimon
3b05461791 Update ARCH logic and change BROKEN to IGNORE for cases where the
port will never run.

PR:		ports/53132 (maintainer timeout)
Submitted by:	self (as linimon@lonesome.com)
2003-11-02 23:23:44 +00:00
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00
Daniel Baker
6f88ac8c15 Fix glitch causing port install to bomb during new (or "fresh") installations
because it was looking in the wrong place for the new default dnetc.ini
location.
2002-12-09 22:18:55 +00:00
Daniel Baker
4c8c9b102d Update to 2.9001.478
Update description and comments to reference RC5-72 instead of RC5-64

(Moo)
2002-12-04 18:34:57 +00:00
Daniel Baker
150ea75ed4 Increment major version number
Officially drop dnetc support for all FreeBSD pre-3
Update maintainer email address
Resolve a syntax warning
2002-09-30 08:31:30 +00:00
Daniel Baker
d975c9fdc3 Upgrade PORTVERSION 2.8015.469->2.8015.472 2002-09-29 23:43:22 +00:00
Daniel Baker
48b2f7e43b remove fixed uid/gid 2001-12-04 07:58:50 +00:00
Daniel Baker
97fd5cb5a5 bump PORTREVISION 2001-12-04 07:43:48 +00:00
Daniel Baker
73aebacf35 Create a "dnetc" user and group that owns relevant dnetc
directories, files, and runs the client.

This removes all reliance on the "nobody" account so that the account
doesn't own any files or run any processes.
2001-12-04 01:43:20 +00:00
Daniel Baker
0b6ed2f44e Update port: v2.8010.462 -> v2.8015.469 2001-12-04 00:24:24 +00:00
David W. Chapman Jr.
a6a883f5eb Add logic to delete ini file if not modified
Bump PORTREVISION

PR:		27461
2001-06-16 05:07:07 +00:00