From owner-freebsd-ports@freebsd.org Sun Jun 11 18:35:24 2017 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAF38D8C62B for ; Sun, 11 Jun 2017 18:35:24 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 89EC8725BA for ; Sun, 11 Jun 2017 18:35:24 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8644BD8C62A; Sun, 11 Jun 2017 18:35:24 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85D39D8C629 for ; Sun, 11 Jun 2017 18:35:24 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: from mail-yw0-f182.google.com (mail-yw0-f182.google.com [209.85.161.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D8E4725B9 for ; Sun, 11 Jun 2017 18:35:23 +0000 (UTC) (envelope-from ultima1252@gmail.com) Received: by mail-yw0-f182.google.com with SMTP id l75so30929904ywc.3 for ; Sun, 11 Jun 2017 11:35:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=RilGBdPM4ZA23aDEO8y+Kl2yfzdHfDac9fAJBTQRgKI=; b=XRfPgJDpoWQemixGCl8dm4zSNo445oMEC/PMIBR3Zr/LvVlEjhouMSdVkAhjSpwdze 4ag1clfATflp/Qlq4nDoCP+zKgJAHkdiJstp69sTN0g3Pg2/IkFSpUjO5wb3LVWxwHMj z8aypZ+fMdCbQif5JNEIJlhTvJs73oNwL/UsHpdFWID5ZVePIhmDBbruqsgGLJ8rFfSO yK4t6jY/hQ0+VBwvnWSjuPhiHH7ZIIHGACyWRdxcfkioKTQibAGhopg4kcM6mw46uXkY v3Np4Jul3mlBgoP8gb88CFSd4YLZ38m4q1p/HgfWifHswYCrCaixxPGE3BkFj/Y0gZRx 68UA== X-Gm-Message-State: AODbwcDX0Xh9sMWJZ7gGihRz8YV7i86g83R4FSpqWzzOKjGX3mJOzo1l 4dDpcRtu3Hz/zm+Uda/tdw== X-Received: by 10.129.145.13 with SMTP id i13mr8489505ywg.91.1497206117206; Sun, 11 Jun 2017 11:35:17 -0700 (PDT) Received: from mail-yw0-f172.google.com (mail-yw0-f172.google.com. [209.85.161.172]) by smtp.gmail.com with ESMTPSA id f66sm3082749ywh.47.2017.06.11.11.35.17 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Jun 2017 11:35:17 -0700 (PDT) Received: by mail-yw0-f172.google.com with SMTP id l75so30929889ywc.3 for ; Sun, 11 Jun 2017 11:35:17 -0700 (PDT) X-Received: by 10.129.173.74 with SMTP id l10mr7704575ywk.134.1497206116832; Sun, 11 Jun 2017 11:35:16 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.6.146 with HTTP; Sun, 11 Jun 2017 11:35:16 -0700 (PDT) From: Richard Gallamore Date: Sun, 11 Jun 2017 11:35:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: do-*task*-DOCS-on: To: "ports@FreeBSD.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2017 18:35:24 -0000 I been seeing functions like do-install-DOCS-on: recently and can't find any documentation or the code that is magically causing this to function. Any idea where I can find this information? Thanks!