gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r4664: flex added


From: Carl Hansen
Subject: [Gsrc-commit] trunk r4664: flex added
Date: Sat, 5 Aug 2017 00:48:34 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 4664
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Fri 2017-08-04 21:48:29 -0700
message:
  flex added
removed:
  pkg/external/flex/             flex-20160617013639-z5fu1hm2di316w5v-13
  pkg/external/flex/Makefile     makefile-20160617013639-z5fu1hm2di316w5v-74
added:
  pkg/other/flex/                flex-20170805044405-1ctlwo4dxukdjekg-1
  pkg/other/flex/Makefile        makefile-20170805044405-1ctlwo4dxukdjekg-3
  pkg/other/flex/config.mk       config.mk-20170805044405-1ctlwo4dxukdjekg-2
  pkg/other/flex/sha256sums      sha256sums-20170805044405-1ctlwo4dxukdjekg-4
modified:
  pkg/gnu/gnunet/Makefile        makefile-20160617014725-uokjfnggs70iry9h-843
  pkg/gnu/gnunet/config.mk       config.mk-20160617015843-iro2zo81dv19og4z-1
  pkg/gnu/gnunet/gpg-keyring     gpgkeyring-20160617014725-uokjfnggs70iry9h-844
=== removed directory 'pkg/external/flex'
=== removed file 'pkg/external/flex/Makefile'
--- a/pkg/external/flex/Makefile        2016-06-17 19:08:15 +0000
+++ b/pkg/external/flex/Makefile        1970-01-01 00:00:00 +0000
@@ -1,6 +0,0 @@
-GARNAME = flex
-GARVERSION = 2
-HOME_URL = http://flex.sourceforge.net
-DESCRIPTION = A tool for generating text-scanning programs
-BINFILES = flex
-include ../../gar.lib/external.mk

=== modified file 'pkg/gnu/gnunet/Makefile'
--- a/pkg/gnu/gnunet/Makefile   2017-03-19 07:44:25 +0000
+++ b/pkg/gnu/gnunet/Makefile   2017-08-05 04:48:29 +0000
@@ -19,6 +19,7 @@
 GARNAME = gnunet
 GARVERSION = 0.10.1
 HOME_URL = http://www.gnu.org/software/gnunet
+       # see https://gnunet.org/generic-installation-instructions
 DESCRIPTION = Secure, decentralized, peer-to-peer networking framework
 define BLURB
 GNUnet is a framework for secure peer-to-peer networking.  The

=== modified file 'pkg/gnu/gnunet/config.mk'
--- a/pkg/gnu/gnunet/config.mk  2016-06-17 19:08:15 +0000
+++ b/pkg/gnu/gnunet/config.mk  2017-08-05 04:48:29 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for gnunet ##
 
-CONFIGURE_OPTS ?= 
+CONFIGURE_OPTS ?=   --with-sudo=sudo --with-nssdir=/lib
 BUILD_OPTS ?=

=== modified file 'pkg/gnu/gnunet/gpg-keyring'
Binary files a/pkg/gnu/gnunet/gpg-keyring       2016-06-17 19:08:15 +0000 and 
b/pkg/gnu/gnunet/gpg-keyring      2017-08-05 04:48:29 +0000 differ
=== added directory 'pkg/other/flex'
=== added file 'pkg/other/flex/Makefile'
--- a/pkg/other/flex/Makefile   1970-01-01 00:00:00 +0000
+++ b/pkg/other/flex/Makefile   2017-08-05 04:48:29 +0000
@@ -0,0 +1,41 @@
+# Copyright © 2017 Carl Hansen <address@hidden>
+#
+# This file is part of BioSRC and thus GSRC.
+#
+# BioSRC 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.
+#
+# BioSRC 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 BioSRC.  If not, see <http://www.gnu.org/licenses/>.
+
+NAME = flex
+GARNAME = flex
+GARVERSION = 2.6.4
+HOME_URL =  https://github.com/westes/flex/
+DESCRIPTION = lexical analysis 
+define BLURB
+Free implementation of the well-known Lex program for lexical
+analysis.
+endef
+######################################################################
+
+# https://github.com/westes/flex/files/981163/flex-2.6.4.tar.gz
+MASTER_SITES = https://github.com/
+MASTER_SUBDIR = westes/$(GARNAME)/files/981163/
+DISTFILES = $(DISTNAME).tar.gz
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk

=== added file 'pkg/other/flex/config.mk'
--- a/pkg/other/flex/config.mk  1970-01-01 00:00:00 +0000
+++ b/pkg/other/flex/config.mk  2017-08-05 04:48:29 +0000
@@ -0,0 +1,4 @@
+## Configuration options ##
+
+CONFIGURE_OPTS ?=
+BUILD_OPTS ?=

=== added file 'pkg/other/flex/sha256sums'
--- a/pkg/other/flex/sha256sums 1970-01-01 00:00:00 +0000
+++ b/pkg/other/flex/sha256sums 2017-08-05 04:48:29 +0000
@@ -0,0 +1,1 @@
+e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995  
download/flex-2.6.4.tar.gz


reply via email to

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