Date: Tue, 30 Jun 2015 22:54:45 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r391014 - head/devel/shflags Message-ID: <201506302254.t5UMsjOf084616@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Jun 30 22:54:44 2015 New Revision: 391014 URL: https://svnweb.freebsd.org/changeset/ports/391014 Log: - Switch to new github home - Add LICENSE - Add NO_ARCH PR: 201174 Submitted by: tkato432@yahoo.com Differential Revision: Modified: head/devel/shflags/Makefile head/devel/shflags/distinfo head/devel/shflags/pkg-descr Modified: head/devel/shflags/Makefile ============================================================================== --- head/devel/shflags/Makefile Tue Jun 30 22:53:28 2015 (r391013) +++ head/devel/shflags/Makefile Tue Jun 30 22:54:44 2015 (r391014) @@ -4,13 +4,19 @@ PORTNAME= shflags PORTVERSION= 1.0.3 CATEGORIES= devel -MASTER_SITES= GOOGLE_CODE -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Command-line flags module for Unix shell scripts +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/doc/LGPL-2.1 + +USE_GITHUB= yes +GH_ACCOUNT= kward + +NO_ARCH= yes NO_BUILD= yes + PLIST_FILES= lib/shflags do-install: Modified: head/devel/shflags/distinfo ============================================================================== --- head/devel/shflags/distinfo Tue Jun 30 22:53:28 2015 (r391013) +++ head/devel/shflags/distinfo Tue Jun 30 22:54:44 2015 (r391014) @@ -1,2 +1,2 @@ -SHA256 (shflags-1.0.3.tgz) = 956a14771230760e24fa6ad5692bf858d1c9ee2d314320091fd045181cec8a22 -SIZE (shflags-1.0.3.tgz) = 43549 +SHA256 (kward-shflags-1.0.3_GH0.tar.gz) = ffc7eb68b583eba7eb468f7cd5d5f4174b7ad014e24aae2e43f8b5c2d0da0602 +SIZE (kward-shflags-1.0.3_GH0.tar.gz) = 43017 Modified: head/devel/shflags/pkg-descr ============================================================================== --- head/devel/shflags/pkg-descr Tue Jun 30 22:53:28 2015 (r391013) +++ head/devel/shflags/pkg-descr Tue Jun 30 22:54:44 2015 (r391014) @@ -1,12 +1,13 @@ -Shell Flags (shFlags) is a library written to greatly simplify the handling of -command-line flags in Bourne based Unix shell scripts (bash, dash, ksh, sh, -zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). +Shell Flags (shFlags) is a library written to greatly simplify the +handling of command-line flags in Bourne based Unix shell scripts (bash, +dash, ksh, sh, zsh) on many Unix OSes (Linux, Solaris, Mac OS X, etc.). -Most shell scripts use getopt for flags processing, but the different versions -of getopt on various OSes make writing portable shell scripts difficult. -shFlags instead provides an API that doesn't change across shell and OS -versions so the script writer can be confident that the script will work. +Most shell scripts use getopt for flags processing, but the different +versions of getopt on various OSes make writing portable shell scripts +difficult. shFlags instead provides an API that doesn't change across +shell and OS versions so the script writer can be confident that the +script will work. shFlags is a port of the google-gflags C++/Python library. -WWW: http://code.google.com/p/shflags/ +WWW: http://github.com/kward/shflags
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506302254.t5UMsjOf084616>