From owner-svn-ports-all@freebsd.org Sat Aug 1 08:23:39 2015 Return-Path: Delivered-To: svn-ports-all@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 BFB129B0B58 for ; Sat, 1 Aug 2015 08:23:39 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) (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 77F08794 for ; Sat, 1 Aug 2015 08:23:39 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by obre1 with SMTP id e1so69326144obr.1 for ; Sat, 01 Aug 2015 01:23:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=VQKtEdmNTlr6fQsycqhF+GNLgUWClQsnNQu9ytkspUg=; b=HzLDkCPCE79kQ4EMpm3EbudCfBUk1gFh7HxPoeLBfze0+ngZXQlxEHrFZc/ahR+k7W gxvLU0L6Ina8EyDUutneXVfcFeGWUnXBq9Nn5JCpy+DHJgTkCsj7/0Ge1Fws88zRRFAa Zgzncfl4JiByofg6aRRyR6M4h4geljko5P+2AeOko2vIj/AbkJzqgFZ2tjmUIzXEDEGv h5VRz9mJ7eOsCpWkfLmwPmSn3CMo/VRbazRK1Ul/fJEVUO1hTnOXWtksbaoZpqERcnbd q2hHVo8mAIScAX/Y2SXTNepJAXQIeU4yp9Mowoy1l28g3JIbnNrpyfxfpWCuin7fkDGL 5xww== X-Gm-Message-State: ALoCoQls8O5YzDnCqNrsgOxVzPD99P7MlOoHXf3xFgtKxafjER7Ooy2oxQDFDyzHTAapFN69usha X-Received: by 10.60.141.135 with SMTP id ro7mr7443185oeb.13.1438416950108; Sat, 01 Aug 2015 01:15:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.218.2 with HTTP; Sat, 1 Aug 2015 01:15:10 -0700 (PDT) In-Reply-To: <201507291732.t6THWjqh052864@repo.freebsd.org> References: <201507291732.t6THWjqh052864@repo.freebsd.org> From: Sunpoet Hsieh Date: Sat, 1 Aug 2015 16:15:10 +0800 Message-ID: Subject: Re: svn commit: r393188 - in head/ports-mgmt: . freebsd-bugzilla-cli To: "Philip M. Gollucci" Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Aug 2015 08:23:39 -0000 On Thu, Jul 30, 2015 at 1:32 AM, Philip M. Gollucci wrote: > Author: pgollucci > Date: Wed Jul 29 17:32:44 2015 > New Revision: 393188 > URL: https://svnweb.freebsd.org/changeset/ports/393188 > > Log: > CLI utilities and wrappers for FreeBSD's bugzilla > instance with emphasis on ports.Provides a consistent > API which can have pluggable backends. > > WWW: https://github.com/pgollucci/freebsd-bugzilla-cli > > Added: > head/ports-mgmt/freebsd-bugzilla-cli/ > head/ports-mgmt/freebsd-bugzilla-cli/Makefile (contents, props changed) > head/ports-mgmt/freebsd-bugzilla-cli/distinfo (contents, props changed) > head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr (contents, props > changed) > head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist (contents, props > changed) > Modified: > head/ports-mgmt/Makefile > > Modified: head/ports-mgmt/Makefile > > ============================================================================== > --- head/ports-mgmt/Makefile Wed Jul 29 17:01:43 2015 (r393187) > +++ head/ports-mgmt/Makefile Wed Jul 29 17:32:44 2015 (r393188) > @@ -10,6 +10,7 @@ > SUBDIR += distilator > SUBDIR += fastest_sites > SUBDIR += fbsdmon > + SUBDIR += freebsd-bugzilla-cli > SUBDIR += genpatch > SUBDIR += genplist > SUBDIR += hs-porte > > Added: head/ports-mgmt/freebsd-bugzilla-cli/Makefile > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/ports-mgmt/freebsd-bugzilla-cli/Makefile Wed Jul 29 > 17:32:44 2015 (r393188) > @@ -0,0 +1,29 @@ > +# Created by: Philip M. Gollucci > +# $FreeBSD$ > + > +PORTNAME= freebsd-bugzilla-cli > +PORTVERSION= 0.0.1 > +CATEGORIES= ports-mgmt > +MASTER_SITES= GH > + > +MAINTAINER= pgollucci@FreeBSD.org > +COMMENT= Interact with the FreeBSD bugzilla instance > + > +LICENSE= APACHE20 > + > +OPTIONS_GROUP= BACKEND > +OPTIONS_GROUP_BACKEND= PYBUGZ > Unless you have more backend options, it seems "OPTIONS_DEFINE=PYBUGZ" is enough. > +OPTIONS_SET= PYBUGZ > OPTIONS_SET is designed for users (make.conf). Please use "OPTIONS_DEFAULT=PYBUGZ" here. Regards, sunpoet +OPTIONS_SUB= yes > + > +PYBUGZ_DESC= use devel/pybugz for bugzilla interface > +PYBUGZ_RUN_DEPENDS= bugz:${PORTSDIR}/devel/pybugz > + > +DATADIR= ${PREFIX}/share/bz > + > +USE_GITHUB= yes > +GH_ACCOUNT= pgollucci > + > +NO_BUILD= yes > + > +.include > > Added: head/ports-mgmt/freebsd-bugzilla-cli/distinfo > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/ports-mgmt/freebsd-bugzilla-cli/distinfo Wed Jul 29 > 17:32:44 2015 (r393188) > @@ -0,0 +1,2 @@ > +SHA256 (pgollucci-freebsd-bugzilla-cli-0.0.1_GH0.tar.gz) = > fa86e4435cc2183d9bb574a7b0ff0d20ea1ea4a11298e1a9eabfd93efe97054b > +SIZE (pgollucci-freebsd-bugzilla-cli-0.0.1_GH0.tar.gz) = 2410 > > Added: head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-descr Wed Jul 29 > 17:32:44 2015 (r393188) > @@ -0,0 +1,4 @@ > +CLI utilities and wrappers for FreeBSD's bugzilla instance with emphasis > on > +ports. Provides a consistent API which can have pluggable backends. > + > +WWW: https://github.com/pgollucci/freebsd-bugzilla-cli > > Added: head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist > > ============================================================================== > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > +++ head/ports-mgmt/freebsd-bugzilla-cli/pkg-plist Wed Jul 29 > 17:32:44 2015 (r393188) > @@ -0,0 +1,11 @@ > +%%DATADIR%%/close.sh > +%%DATADIR%%/help.sh > +%%DATADIR%%/inprog.sh > +%%DATADIR%%/login.sh > +%%DATADIR%%/take.sh > +%%DATADIR%%/version.sh > +%%PYBUGZ%%%%DATADIR%%/pybugz/close.sh > +%%PYBUGZ%%%%DATADIR%%/pybugz/inprog.sh > +%%PYBUGZ%%%%DATADIR%%/pybugz/login.sh > +%%PYBUGZ%%%%DATADIR%%/pybugz/take.sh > +bin/bz > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"