aboutsummaryrefslogtreecommitdiff
path: root/net/dtcpclient
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-3/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* net/dtcpclient: Revert SSL, fix DF to use libmdJohn Marino2016-09-112-3/+13
| | | | | | | | | | | | It turns out that dtcpclient's makefile checks the OPSYS and links with either libcrypto or libmd depending on its value. The SSL dependency is incorrect for FreeBSD, but correct for DF. Revert the previous commit and make DragonFly link with libmd as well. Reported by: Hajimu UMEMOTO Notes: svn path=/head/; revision=421782
* net/dtcpclient: document SSL requirement and add SSL flagsJohn Marino2016-09-111-2/+3
| | | | | | | Approved by: SSL blanket Notes: svn path=/head/; revision=421762
* Drop home.jp.FreeBSD.org from MASTER_SITES.Hajimu UMEMOTO2015-12-041-2/+1
| | | | Notes: svn path=/head/; revision=402915
* - Update to 20151002.Hajimu UMEMOTO2015-10-024-31/+8
| | | | | | | - Use PLIST_FILES. Notes: svn path=/head/; revision=398431
* - Switch to @sampleDmitry Marakasov2015-09-302-4/+2
| | | | | | | | | PR: 202692 Submitted by: amdmi3 Approved by: maintainer timeout (ume, 1 month) Notes: svn path=/head/; revision=398230
* Cleanup plistBaptiste Daroussin2014-12-091-1/+0
| | | | Notes: svn path=/head/; revision=374410
* Update LICENSE.Hajimu UMEMOTO2013-12-301-1/+1
| | | | Notes: svn path=/head/; revision=338129
* Fix packaging as a userBaptiste Daroussin2013-10-311-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=332214
* - enable stage.Hajimu UMEMOTO2013-10-043-10/+28
| | | | | | | - add LICENCE. Notes: svn path=/head/; revision=329331
* 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
* Trim Makefile header.Hajimu UMEMOTO2013-06-021-5/+0
| | | | Notes: svn path=/head/; revision=319664
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-052-1/+1
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* Update master site.Hajimu UMEMOTO2012-07-252-2/+2
| | | | Notes: svn path=/head/; revision=301525
* 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
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-2/+0
| | | | | | | | | | | - Name em@i.l or variations thereof. While I'm here also fix some whitespace and other formatting errors, including moving WWW: to the last line in the file. Notes: svn path=/head/; revision=284232
* - 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
* Update to dtcpclient-20090812.Hajimu UMEMOTO2009-08-122-4/+4
| | | | Notes: svn path=/head/; revision=239367
* Fix a few "bad example" problems in the rc.d scripts that have beenDoug Barton2009-07-151-8/+2
| | | | | | | | | | | | | | | | | | | | | | | 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
* Update to 20060526.Hajimu UMEMOTO2006-05-252-4/+4
| | | | Notes: svn path=/head/; revision=163377
* 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
* Update to 20060111.Hajimu UMEMOTO2006-02-072-4/+4
| | | | Notes: svn path=/head/; revision=155424
* add SHA256.Hajimu UMEMOTO2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147591
* Update to 20055021.Hajimu UMEMOTO2005-05-212-3/+3
| | | | Notes: svn path=/head/; revision=135750
* use new scheme of USE_RC_SUBR.Hajimu UMEMOTO2005-02-103-12/+3
| | | | Notes: svn path=/head/; revision=128476
* Update to 20040923.Hajimu UMEMOTO2004-10-122-3/+3
| | | | Notes: svn path=/head/; revision=118805
* Update to 20040622.Hajimu UMEMOTO2004-06-212-3/+3
| | | | Notes: svn path=/head/; revision=111936
* Update to 20040617.Hajimu UMEMOTO2004-06-162-3/+3
| | | | Notes: svn path=/head/; revision=111614
* Update to 20040612.Hajimu UMEMOTO2004-06-123-8/+9
| | | | Notes: svn path=/head/; revision=111330
* use `command_args' instead of overriding `flags'.Hajimu UMEMOTO2004-06-112-2/+2
| | | | Notes: svn path=/head/; revision=111285
* use ECHO_CMDHajimu UMEMOTO2004-06-081-1/+1
| | | | Notes: svn path=/head/; revision=111098
* provide homepage.Hajimu UMEMOTO2004-06-081-0/+2
| | | | Notes: svn path=/head/; revision=111097
* Update to 20040601.Hajimu UMEMOTO2004-06-012-3/+3
| | | | Notes: svn path=/head/; revision=110602
* Update to 20040525.Hajimu UMEMOTO2004-05-252-3/+3
| | | | Notes: svn path=/head/; revision=109940
* Update to 20040410.Hajimu UMEMOTO2004-04-103-8/+8
| | | | Notes: svn path=/head/; revision=106637
* add http://home.jp.FreeBSD.org/~ume/ipv6/ for MASTER_SITES.Hajimu UMEMOTO2004-02-211-1/+2
| | | | Notes: svn path=/head/; revision=101609
* SIZEfyHajimu UMEMOTO2004-02-041-0/+1
| | | | Notes: svn path=/head/; revision=99948
* fix typo.Hajimu UMEMOTO2003-12-301-2/+2
| | | | Notes: svn path=/head/; revision=96965
* the start/stop scripts failed when booting on 5.x machinesHajimu UMEMOTO2003-10-012-5/+5
| | | | Notes: svn path=/head/; revision=90003
* Use USE_RC_SUBR.Hajimu UMEMOTO2003-09-063-4/+56
| | | | Notes: svn path=/head/; revision=88639
* Update to 20030324.Hajimu UMEMOTO2003-03-242-2/+2
| | | | Notes: svn path=/head/; revision=77388
* Dynamic Tunnel Configuration Protocol client written in C.Hajimu UMEMOTO2003-03-064-0/+38
Notes: svn path=/head/; revision=77023