aboutsummaryrefslogtreecommitdiffstats
path: root/misc/dtach
Commit message (Collapse)AuthorAgeFilesLines
* Support stagingehaupt2014-02-211-17/+11
|
* According to the Porter's Handbook (5.12.2.3.) default options must be added toehaupt2014-02-101-0/+3
| | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | misc)
* Cleanup unmaintained ports in the misc category:eadler2013-03-251-6/+4
| | | | | | | | | | | | | | | | | | - Trim Header - Convert to OptionsNG - Prefer DISTNAME to DISTFILES - Reorder variables - Fix comments (don't include leading article) - @unexec rm must not cause failure - Tabs, not spaces - Single space for WWW - Pet portlint - etc. In a few cases the option DOCS was used to control installation into EXAMPLEDIR. I opted to keep the existing logic of the port in these cases. Reviewed by: koobs, ashish
* - Reset MAINTAINER on ports with addresses that have unrecoverable bounces.zi2012-12-071-1/+1
| | | | | Reported by: portscout Feature safe: yes
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Make socket executable if client attached (useful for scripts), obtained ↵pgollucci2010-01-152-1/+67
| | | | | | | | | from upstream issue tracker - Submitted is now MAINTAINER PR: ports/142763 Submitted by: Rob Farmer <rfarmer@predatorlabs.net>
* For ports maintained by ports@FreeBSD.org, remove names and/ordougb2009-12-211-1/+0
| | | | | | | | e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
* - Update to 0.8sat2008-02-014-19/+17
| | | | - Clean up
* Release maintainership on behalf of Bjorn Lindstromfenner2006-08-231-1/+1
| | | | Requested-by: MAINTAINER
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Update to 0.7.tobez2004-07-052-3/+3
| | | | | PR: 68667 Submitted by: maintainer
* Add dtach 0.6,tobez2004-06-224-0/+44
a small program that emulates the detach feature of screen. PR: 68179 Submitted by: bkhl@elektrubadur.se