aboutsummaryrefslogtreecommitdiff
path: root/misc/dnetc
Commit message (Collapse)AuthorAgeFilesLines
* Add 8.x powerpc version: 2.9109.518Tim Bishop2011-01-315-25/+34
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=268495
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=263705
* Add 8.x i386 version: 2.9107.516Tim Bishop2010-07-043-11/+27
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=257346
* 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
* Provide some sane defaults for architectures this port does not support.Mark Linimon2010-02-082-12/+6
| | | | | | | | | | | | (The problem is harmless, but makes the 'duds' file on pointyhat look very strange). While here, remove alpha remnants. Approved by: maintainer Notes: svn path=/head/; revision=249421
* Add dnetc_idprio RC flag to run dnetc under idprio with the givenTim Bishop2009-07-262-5/+6
| | | | | | | | | | priority. Not on by default. PR: ports/136958 Submitted by: Martin Lesser <ml-freebsd@bettercom.de> Notes: svn path=/head/; revision=238376
* - Update all versions (apart from alpha) to 2.9103.509.Tim Bishop2009-03-174-29/+28
| | | | Notes: svn path=/head/; revision=230323
* - Update FreeBSD 7 sparc64 client to 2.9103.509.Tim Bishop2009-02-162-0/+9
| | | | Notes: svn path=/head/; revision=228489
* - Update i386 binaries to version 2.9102.508.Tim Bishop2009-01-132-7/+7
| | | | Notes: svn path=/head/; revision=225957
* - Update clients for i386, amd64 and sparc64 to 2.9101.507.Tim Bishop2009-01-064-13/+36
| | | | Notes: svn path=/head/; revision=225323
* - Remove conditional checks for FreeBSD 5.x and olderPav Lucistnik2009-01-053-17/+0
| | | | Notes: svn path=/head/; revision=225300
* Update 6.x+/i386 version to 2.9015.503.Tim Bishop2007-10-272-17/+8
| | | | | | | Drop 4.x version. Notes: svn path=/head/; revision=202142
* Remove support for OSVERSION < 5Edwin Groothuis2007-10-031-8/+6
| | | | Notes: svn path=/head/; revision=200761
* - Update i386 binaries to version 2.9013.498.Tim Bishop2006-12-082-10/+21
| | | | Notes: svn path=/head/; revision=179167
* - Pre-release clients are now properly released.Tim Bishop2006-10-072-9/+21
| | | | | | | | - Add client for FreeBSD6/amd64. - Try and tidy the tests for which binary to fetch. Notes: svn path=/head/; revision=174807
* - Add pre-release (just the stable version rebuilt) binaries for FreeBSD 5Tim Bishop2006-06-252-1/+17
| | | | | | | | and FreeBSD 6 on i386 . This removes the need for 4.x compatibility libraries. Notes: svn path=/head/; revision=166277
* Remove code remnants that test for 3.X and earlier releases of FreeBSD.Mark Linimon2006-06-231-4/+0
| | | | | | | | | | The bsd.*.mk architecture has not supported these antique releases for quite some time. Hat: portmgr Notes: svn path=/head/; revision=166082
* - Update i386 version to 2.9012.497Tim Bishop2006-04-233-16/+8
| | | | | | | - Update amd64 version to 2.9011.496 Notes: svn path=/head/; revision=160248
* 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
* - Use USE_RC_SUBR properlyTim Bishop2006-01-098-126/+131
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=153123
* - Change maintainer to my @FreeBSD.org address.Tim Bishop2005-12-015-1/+6
| | | | | | | | | - Add SHA256 checksum. Approved by: clement (mentor) Notes: svn path=/head/; revision=150154
* - Use freebsd5 vendor binary for FreeBSD 5+/i386Pav Lucistnik2005-11-024-20/+8
| | | | | | | | | | | - Remove INFO file PR: ports/88250 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=147053
* - Update i386 to v2.9011.496Pav Lucistnik2005-07-064-6/+27
| | | | | | | | | | | - 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) Notes: svn path=/head/; revision=138582
* Improve RC scripts. The previous script didn't check if the processSergey Matveychuk2004-12-062-4/+13
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=123331
* - Update amd64 binary to 2.9009.494Pav Lucistnik2004-11-153-4/+6
| | | | | | | | | | - Cosmetics in rc script PR: ports/73935 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=121705
* Use RCNGKirill Ponomarev2004-08-253-37/+32
| | | | | | | | | | Minor tidyups PR: ports/70861 Submitted by: maintainer Notes: svn path=/head/; revision=117236
* Update i386 version to 2.9008.491Kirill Ponomarev2004-06-203-4/+6
| | | | | | | | | | Add amd64 version 2.9008.491 PR: ports/68142 Submitted by: maintainer Notes: svn path=/head/; revision=111863
* - Try different approach in supporting of multiple architectures with differentPav Lucistnik2004-06-034-5/+14
| | | | | | | | | | version numbering. Inspired by perforce port. PR: ports/67520 Submitted by: Tim Bishop <tim@bishnet.net> (maintainer) Notes: svn path=/head/; revision=110752
* - Give maintainership to submitterPav Lucistnik2004-06-028-61/+87
| | | | | | | | | | | | | - 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> Notes: svn path=/head/; revision=110672
* - Use fixed UID/GIDPav Lucistnik2004-05-302-4/+4
| | | | Notes: svn path=/head/; revision=110384
* IGNORE: Uses an unregistered uid/gid.Kris Kennaway2004-05-301-0/+2
| | | | Notes: svn path=/head/; revision=110345
* Upgrade to 2.9007.489.Thierry Thomas2004-05-202-4/+4
| | | | | | | | | | | 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 Notes: svn path=/head/; revision=109570
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* dbaker@FreeBSD.org has been inactive in the ports community for overMark Linimon2004-02-111-27/+28
| | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=100617
* Update to latest FreeBSD binary release. PR: ports/53199 andMark Linimon2003-11-062-3/+3
| | | | | | | maintainer timeout. Notes: svn path=/head/; revision=93210
* Update ARCH logic and change BROKEN to IGNORE for cases where theMark Linimon2003-11-021-5/+1
| | | | | | | | | | port will never run. PR: ports/53132 (maintainer timeout) Submitted by: self (as linimon@lonesome.com) Notes: svn path=/head/; revision=92886
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Fix glitch causing port install to bomb during new (or "fresh") installationsDaniel Baker2002-12-091-2/+2
| | | | | | | | because it was looking in the wrong place for the new default dnetc.ini location. Notes: svn path=/head/; revision=71484
* Update to 2.9001.478Daniel Baker2002-12-044-10/+8
| | | | | | | | | Update description and comments to reference RC5-72 instead of RC5-64 (Moo) Notes: svn path=/head/; revision=71369
* Increment major version numberDaniel Baker2002-09-301-7/+6
| | | | | | | | | Officially drop dnetc support for all FreeBSD pre-3 Update maintainer email address Resolve a syntax warning Notes: svn path=/head/; revision=67264
* Upgrade PORTVERSION 2.8015.469->2.8015.472Daniel Baker2002-09-292-3/+3
| | | | Notes: svn path=/head/; revision=67255
* remove fixed uid/gidDaniel Baker2001-12-042-9/+5
| | | | Notes: svn path=/head/; revision=51015
* bump PORTREVISIONDaniel Baker2001-12-041-1/+1
| | | | Notes: svn path=/head/; revision=51014
* Create a "dnetc" user and group that owns relevant dnetcDaniel Baker2001-12-043-9/+47
| | | | | | | | | | 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. Notes: svn path=/head/; revision=51000
* Update port: v2.8010.462 -> v2.8015.469Daniel Baker2001-12-042-3/+3
| | | | Notes: svn path=/head/; revision=50997
* Add logic to delete ini file if not modifiedDavid W. Chapman Jr.2001-06-162-1/+4
| | | | | | | | | Bump PORTREVISION PR: 27461 Notes: svn path=/head/; revision=44054
* bump PORTEPOCH to force downgrade.FUJISHIMA Satsuki2001-03-221-0/+1
| | | | Notes: svn path=/head/; revision=40218
* - Downgrade from v2.8012.465 to v2.8010.462 due to bugsDaniel Baker2001-03-212-4/+4
| | | | | | | | | - Clean up the Makefile a bit Submitted by: FUJISHIMA Satsuki <sf@FreeBSD.org> Notes: svn path=/head/; revision=40162
* Argh, remove change which slipped in while editing the previousKris Kennaway2001-01-221-1/+1
| | | | | | | | commit log. It was a reversion of r1.18 which I was testing whether that commit fixed any security problems. Notes: svn path=/head/; revision=37454
* Forced commit to note that even though the previous revision removedKris Kennaway2001-01-221-1/+1
| | | | | | | | | the FORBIDDEN tag without permission, the port does not actually have security problems as installed, and my previous commit was in error. Apparently I had some local strangeness - sorry for the confusion. Notes: svn path=/head/; revision=37453