summaryrefslogtreecommitdiff
path: root/net/dtcp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.Doug Barton2006-02-202-2/+2
| | | | | | | | | | 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 20060109.Hajimu UMEMOTO2006-02-072-5/+5
| | | | Notes: svn path=/head/; revision=155425
* don't show obsolete message.Hajimu UMEMOTO2005-12-181-8/+0
| | | | | | | Reported by: mistral__at__imasy.or.jp (Yoshihiko Sarumaru) Notes: svn path=/head/; revision=151461
* depend on qpopper only when WITH_QPOPAUTH is defined.Hajimu UMEMOTO2005-12-171-2/+2
| | | | | | | dtcp has dtcpauth for replacement of qpopauth. Notes: svn path=/head/; revision=151413
* add SHA256.Hajimu UMEMOTO2005-11-081-0/+1
| | | | Notes: svn path=/head/; revision=147591
* Update to 20050521.Hajimu UMEMOTO2005-05-212-4/+4
| | | | Notes: svn path=/head/; revision=135749
* use new scheme of USE_RC_SUBR.Hajimu UMEMOTO2005-02-103-16/+6
| | | | Notes: svn path=/head/; revision=128476
* use PLIST_FILES.Hajimu UMEMOTO2005-02-042-5/+3
| | | | Notes: svn path=/head/; revision=128027
* use `command_args' instead of overriding `flags'.Hajimu UMEMOTO2004-06-113-3/+3
| | | | Notes: svn path=/head/; revision=111285
* Update to 20040611.Hajimu UMEMOTO2004-06-102-3/+3
| | | | Notes: svn path=/head/; revision=111213
* provide homepage.Hajimu UMEMOTO2004-06-081-0/+2
| | | | Notes: svn path=/head/; revision=111097
* Update to 20040608.Hajimu UMEMOTO2004-06-072-9/+7
| | | | Notes: svn path=/head/; revision=111019
* Use USE_RC_SUBR.Hajimu UMEMOTO2004-04-194-7/+126
| | | | Notes: svn path=/head/; revision=107607
* 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
* ECHO -> ECHO_MSGHajimu UMEMOTO2003-09-271-4/+4
| | | | Notes: svn path=/head/; revision=89503
* Use pre-everything:: instead of pre-everything: to avoid conflict withKris Kennaway2003-02-281-1/+1
| | | | | | | targets in bsd.port.mk Notes: svn path=/head/; revision=76674
* Update to 20030228.Hajimu UMEMOTO2003-02-282-4/+2
| | | | Notes: svn path=/head/; revision=76639
* De-pkg-comment.Hajimu UMEMOTO2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75979
* Update to 20030101.Hajimu UMEMOTO2003-01-013-4/+6
| | | | Notes: svn path=/head/; revision=72091
* Update to dtcp-20021119.Hajimu UMEMOTO2002-11-182-3/+3
| | | | Notes: svn path=/head/; revision=70416
* Make it PREFIX clean.Hajimu UMEMOTO2002-10-241-1/+2
| | | | | | | Submitted by: knu Notes: svn path=/head/; revision=68728
* Add Dynamic Tunnel Configuration Protocol daemon and clientHajimu UMEMOTO2002-10-225-0/+55
dtcpc and dtcps implement Dynamic Tunnel Configuration Protocol (DTCP for short) proposed by Trumpet: http://jazz-1.trumpet.com.au/ipv6-draft/dtcp-draft-prt-13-may-1999.htm Notes: svn path=/head/; revision=68601