gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6309: cflow 1.6


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6309: cflow 1.6
Date: Sat, 23 Feb 2019 13:47:18 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6309
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sat 2019-02-23 10:47:14 -0800
message:
  cflow 1.6
removed:
  pkg/gnu/cflow/                 cflow-20160617014725-uokjfnggs70iry9h-38
  pkg/gnu/cflow/Makefile         makefile-20160617014725-uokjfnggs70iry9h-491
  pkg/gnu/cflow/config.mk        config.mk-20160617015023-a8ibwd4qymi13dqu-1
  pkg/gnu/cflow/gpg-keyring      gpgkeyring-20160617014725-uokjfnggs70iry9h-492
  pkg/gnu/cflow/sha256sums       sha256sums-20160617014725-uokjfnggs70iry9h-493
  pkg/gnualpha/cflow/            cflow-20190216183842-89ghvebp0vky2o5l-1
  pkg/gnualpha/cflow/Makefile    makefile-20190216183842-89ghvebp0vky2o5l-4
  pkg/gnualpha/cflow/config.mk   config.mk-20190216183842-89ghvebp0vky2o5l-2
  pkg/gnualpha/cflow/gpg-keyring gpgkeyring-20190216183842-89ghvebp0vky2o5l-3
  pkg/gnualpha/cflow/sha256sums  sha256sums-20190216183842-89ghvebp0vky2o5l-5
added:
  pkg/gnu/cflow/                 cflow-20190223184609-1w629pe2na6exy9i-1
  pkg/gnu/cflow/Makefile         makefile-20190223184609-1w629pe2na6exy9i-4
  pkg/gnu/cflow/config.mk        config.mk-20190223184609-1w629pe2na6exy9i-2
  pkg/gnu/cflow/gpg-keyring      gpgkeyring-20190223184609-1w629pe2na6exy9i-3
  pkg/gnu/cflow/sha256sums       sha256sums-20190223184609-1w629pe2na6exy9i-5
=== added directory 'pkg/gnu/cflow'
=== removed directory 'pkg/gnu/cflow'
=== added file 'pkg/gnu/cflow/Makefile'
--- a/pkg/gnu/cflow/Makefile    1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/cflow/Makefile    2019-02-23 18:47:14 +0000
@@ -0,0 +1,49 @@
+# Copyright © 2013 Brandon Invergo <address@hidden>
+# Copyright © 2019 Carl Hansen <address@hidden>
+#
+# This file is part of GSRC.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# 
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME = cflow
+GARNAME = cflow
+GARVERSION = 1.6
+HOME_URL = http://www.gnu.org/software/cflow/
+DESCRIPTION = Create a graph of control flow within a program
+define BLURB
+GNU cflow analyzes C source files and produces a graph charting the
+control flow of the program.  It can output the graph in several
+styles and in either the POSIX format or in an extended GNU format.
+cflow also includes a major mode for Emacs for examining the
+flowcharts that it produces.
+endef
+
+######################################################################
+
+MASTER_SITES = $(MASTER_GNU)
+MASTER_SUBDIR = $(GARNAME)/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS = gettext
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/info.mk
+include config.mk

=== removed file 'pkg/gnu/cflow/Makefile'
--- a/pkg/gnu/cflow/Makefile    2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/cflow/Makefile    1970-01-01 00:00:00 +0000
@@ -1,45 +0,0 @@
-# Copyright © 2013 Brandon Invergo <address@hidden>
-#
-# This file is part of GSRC.
-#
-# GSRC is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# GSRC is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
-# License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-
-NAME = cflow
-GARNAME = cflow
-GARVERSION = 1.5
-HOME_URL = http://www.gnu.org/software/cflow/
-DESCRIPTION = Create a graph of control flow within a program
-define BLURB
-GNU cflow analyzes C source files and produces a graph charting the
-control flow of the program.  It can output the graph in several
-styles and in either the POSIX format or in an extended GNU format.
-cflow also includes a major mode for Emacs for examining the
-flowcharts that it produces.
-endef
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNU)
-MASTER_SUBDIR = $(GARNAME)/
-DISTFILES = $(DISTNAME).tar.xz
-SIGFILES = $(DISTNAME).tar.xz.sig
-
-BUILDDEPS = gettext
-LIBDEPS =
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk
-include config.mk

=== added file 'pkg/gnu/cflow/config.mk'
--- a/pkg/gnu/cflow/config.mk   1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/cflow/config.mk   2019-02-23 18:47:14 +0000
@@ -0,0 +1,4 @@
+## Configuration options
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== removed file 'pkg/gnu/cflow/config.mk'
--- a/pkg/gnu/cflow/config.mk   2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/cflow/config.mk   1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options for cflow ##
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== added file 'pkg/gnu/cflow/gpg-keyring'
Binary files a/pkg/gnu/cflow/gpg-keyring        1970-01-01 00:00:00 +0000 and 
b/pkg/gnu/cflow/gpg-keyring       2019-02-23 18:47:14 +0000 differ
=== removed file 'pkg/gnu/cflow/gpg-keyring'
Binary files a/pkg/gnu/cflow/gpg-keyring        2016-06-17 19:08:15 +0000 and 
b/pkg/gnu/cflow/gpg-keyring       1970-01-01 00:00:00 +0000 differ
=== added file 'pkg/gnu/cflow/sha256sums'
--- a/pkg/gnu/cflow/sha256sums  1970-01-01 00:00:00 +0000
+++ b/pkg/gnu/cflow/sha256sums  2019-02-23 18:47:14 +0000
@@ -0,0 +1,2 @@
+d5392a6d8a63ba2f41df9f88b51f97bc0452c5262762a3c27e0412a6c03c06db  
download/cflow-1.6.tar.xz
+d0b23dd1235d3760a93f77506ad45e32cb2683ffb26b00d6b977e5969d2100f5  
download/cflow-1.6.tar.xz.sig

=== removed file 'pkg/gnu/cflow/sha256sums'
--- a/pkg/gnu/cflow/sha256sums  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/cflow/sha256sums  1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-a33a89303b4cfbf7135589f15123f451ee79f69260f0c7f32d387b40e4967dfe  
download/cflow-1.5.tar.xz
-5ddbbf4e055ac41cea31af99dc8b0420ae7e2421f87cb3c1107a879b406730f7  
download/cflow-1.5.tar.xz.sig

=== removed directory 'pkg/gnualpha/cflow'
=== removed file 'pkg/gnualpha/cflow/Makefile'
--- a/pkg/gnualpha/cflow/Makefile       2019-02-16 18:38:52 +0000
+++ b/pkg/gnualpha/cflow/Makefile       1970-01-01 00:00:00 +0000
@@ -1,50 +0,0 @@
-# Copyright © 2019 Carl Hansen <address@hidden>
-#
-# This file is part of GSRC.
-#
-# GSRC is free software: you can redistribute it and/or modify it
-# under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 3 of the License, or
-# (at your option) any later version.
-#
-# GSRC is distributed in the hope that it will be useful, but WITHOUT
-# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
-# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
-# License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
-#
-#
-# Send bug reports and comments about GSRC problems to address@hidden
-
-NAME = cflow
-GARNAME = cflow
-GARVERSION = 1.5.90
-HOME_URL = http://www.gnu.org/software/cflow/
-DESCRIPTION = Create a graph of control flow within a program
-define BLURB
-GNU cflow analyzes C source files and produces a graph charting the
-control flow of the program.  It can output the graph in several
-styles and in either the POSIX format or in an extended GNU format.
-cflow also includes a major mode for Emacs for examining the
-flowcharts that it produces.
-endef
-
-
-######################################################################
-
-MASTER_SITES = $(MASTER_GNU_ALPHA)/
-MASTER_SUBDIR = ../cflow/
-DISTFILES = $(DISTNAME).tar.xz
-SIGFILES = $(DISTNAME).tar.xz.sig
-
-BUILDDEPS =
-LIBDEPS =
-
-######################################################################
-
-include ../../../gar/gar.lib/auto.mk
-include ../../../gar/gar.lib/info.mk
-include config.mk
-

=== removed file 'pkg/gnualpha/cflow/config.mk'
--- a/pkg/gnualpha/cflow/config.mk      2019-02-16 18:38:52 +0000
+++ b/pkg/gnualpha/cflow/config.mk      1970-01-01 00:00:00 +0000
@@ -1,4 +0,0 @@
-## Configuration options
-
-CONFIGURE_OPTS ?= 
-BUILD_OPTS ?=

=== removed file 'pkg/gnualpha/cflow/gpg-keyring'
Binary files a/pkg/gnualpha/cflow/gpg-keyring   2019-02-16 18:38:52 +0000 and 
b/pkg/gnualpha/cflow/gpg-keyring  1970-01-01 00:00:00 +0000 differ
=== removed file 'pkg/gnualpha/cflow/sha256sums'
--- a/pkg/gnualpha/cflow/sha256sums     2019-02-16 18:38:52 +0000
+++ b/pkg/gnualpha/cflow/sha256sums     1970-01-01 00:00:00 +0000
@@ -1,2 +0,0 @@
-1a848d3ee1e6fd5576105128e8f35aab8df339354d5606a744b2832cbd82385c  
download/cflow-1.5.90.tar.xz
-817c5926fd824e04b4bdab60c52db262db28a490781c27f579cafe16c4733fc8  
download/cflow-1.5.90.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]