entities list | max_stars_repo_path stringlengths 5 200 | max_stars_repo_name stringlengths 6 96 | max_stars_count int64 0 57.5k | content stringlengths 23 1.03M | id stringlengths 1 6 | new_content stringlengths 7 1.03M | modified bool 1
class | references stringlengths 20 1.03M |
|---|---|---|---|---|---|---|---|---|
[
{
"context": ".org/licenses/ISC.html\n#\n# Copyright (C) 2003-2004 E. Will, et al.\n\nMODULE\t\t= operserv\n\nSRCS =\t\t\t\t\\\n\takill.c",
"end": 113,
"score": 0.9998375773429871,
"start": 106,
"tag": "NAME",
"value": "E. Will"
}
] | modules/operserv/Makefile | dwfreed/atheme | 0 | # SPDX-License-Identifier: ISC
# SPDX-URL: https://spdx.org/licenses/ISC.html
#
# Copyright (C) 2003-2004 E. Will, et al.
MODULE = operserv
SRCS = \
akill.c \
clearchan.c \
clones.c \
compare.c \
genhash.c \
greplog.c \
help.c \
identify.c \
ignore.c \
info.c \
inject.c \
jupe.c \
mai... | 527444 | # SPDX-License-Identifier: ISC
# SPDX-URL: https://spdx.org/licenses/ISC.html
#
# Copyright (C) 2003-2004 <NAME>, et al.
MODULE = operserv
SRCS = \
akill.c \
clearchan.c \
clones.c \
compare.c \
genhash.c \
greplog.c \
help.c \
identify.c \
ignore.c \
info.c \
inject.c \
jupe.c \
main... | true | # SPDX-License-Identifier: ISC
# SPDX-URL: https://spdx.org/licenses/ISC.html
#
# Copyright (C) 2003-2004 PI:NAME:<NAME>END_PI, et al.
MODULE = operserv
SRCS = \
akill.c \
clearchan.c \
clones.c \
compare.c \
genhash.c \
greplog.c \
help.c \
identify.c \
ignore.c \
info.c \
inject.c \
ju... |
[
{
"context": "\nPWD = `pwd`\nKERNEL_FOLDER := /lib/modules/$(shell uname -r)/",
"end": 11,
"score": 0.7131256461143494,
"start": 8,
"tag": "PASSWORD",
"value": "pwd"
}
] | FATERUI/common/camera/bobcat/bobcat_gev/module/ebUniversalProForEthernet/Makefile | LynnChan706/Fater | 4 |
PWD = `pwd`
KERNEL_FOLDER := /lib/modules/$(shell uname -r)/build
EXTRA_CFLAGS += -D_UNIX_ -D_PT_KERNEL_
obj-m += ebUniversalProForEthernet-x86_64.o
ebUniversalProForEthernet-x86_64-y := \
LFT_Module.o \
NET_KMLRXPacket.o \
NET_KMLUtil.o \
OS_KMLEvent.o \
OS_KMLGCCCompiler.o \
OS_KMLI... | 492882 |
PWD = `<PASSWORD>`
KERNEL_FOLDER := /lib/modules/$(shell uname -r)/build
EXTRA_CFLAGS += -D_UNIX_ -D_PT_KERNEL_
obj-m += ebUniversalProForEthernet-x86_64.o
ebUniversalProForEthernet-x86_64-y := \
LFT_Module.o \
NET_KMLRXPacket.o \
NET_KMLUtil.o \
OS_KMLEvent.o \
OS_KMLGCCCompiler.o \
... | true |
PWD = `PI:PASSWORD:<PASSWORD>END_PI`
KERNEL_FOLDER := /lib/modules/$(shell uname -r)/build
EXTRA_CFLAGS += -D_UNIX_ -D_PT_KERNEL_
obj-m += ebUniversalProForEthernet-x86_64.o
ebUniversalProForEthernet-x86_64-y := \
LFT_Module.o \
NET_KMLRXPacket.o \
NET_KMLUtil.o \
OS_KMLEvent.o \
OS_KMLGCCComp... |
[
{
"context": "h-inscribe\nPKG_NAME_CLIENT = sshi\nPKG_MAINTAINER = Anton Aksola <aakso@iki.fi>\nPKG_VERSION = $(shell git describe",
"end": 225,
"score": 0.999893844127655,
"start": 213,
"tag": "NAME",
"value": "Anton Aksola"
},
{
"context": "NAME_CLIENT = sshi\nPKG_MAINTAINER = Anto... | Makefile | bianhezhen/ssh-inscribe | 1 | BUILDDIR = build
FAKEROOT_SERVER = $(BUILDDIR)/fakeroot_server
FAKEROOT_CLIENT = $(BUILDDIR)/fakeroot_client
PKG_OS = linux
PKG_ARCH = x86_64
PKG_NAME_SERVER = ssh-inscribe
PKG_NAME_CLIENT = sshi
PKG_MAINTAINER = Anton Aksola <aakso@iki.fi>
PKG_VERSION = $(shell git describe --tags)
PKG_SHORT_VERSION = $(shell git desc... | 231474 | BUILDDIR = build
FAKEROOT_SERVER = $(BUILDDIR)/fakeroot_server
FAKEROOT_CLIENT = $(BUILDDIR)/fakeroot_client
PKG_OS = linux
PKG_ARCH = x86_64
PKG_NAME_SERVER = ssh-inscribe
PKG_NAME_CLIENT = sshi
PKG_MAINTAINER = <NAME> <<EMAIL>>
PKG_VERSION = $(shell git describe --tags)
PKG_SHORT_VERSION = $(shell git describe --tags... | true | BUILDDIR = build
FAKEROOT_SERVER = $(BUILDDIR)/fakeroot_server
FAKEROOT_CLIENT = $(BUILDDIR)/fakeroot_client
PKG_OS = linux
PKG_ARCH = x86_64
PKG_NAME_SERVER = ssh-inscribe
PKG_NAME_CLIENT = sshi
PKG_MAINTAINER = PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
PKG_VERSION = $(shell git describe --tags)
PKG_SHORT_VERSION ... |
[
{
"context": "# $NetBSD: Makefile,v 1.100 2021/09/11 15:54:39 fcambus Exp $\n\nDISTNAME=\tbinutils-2.37\nCATEGORIES=\tdevel\n",
"end": 55,
"score": 0.937434732913971,
"start": 48,
"tag": "USERNAME",
"value": "fcambus"
},
{
"context": "U:=binutils/}\nEXTRACT_SUFX=\t.tar.bz2\n\nMAINTAI... | source/pkgsrc/devel/binutils/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.100 2021/09/11 15:54:39 fcambus Exp $
DISTNAME= binutils-2.37
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://www.gnu.org/software/binutils/
COMMENT= GNU binary utilities
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AN... | 294380 | # $NetBSD: Makefile,v 1.100 2021/09/11 15:54:39 fcambus Exp $
DISTNAME= binutils-2.37
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= <EMAIL>
HOMEPAGE= https://www.gnu.org/software/binutils/
COMMENT= GNU binary utilities
LICENSE= gnu-gpl-v2 AND gnu-gpl-v3 AND gnu-lgpl-... | true | # $NetBSD: Makefile,v 1.100 2021/09/11 15:54:39 fcambus Exp $
DISTNAME= binutils-2.37
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= https://www.gnu.org/software/binutils/
COMMENT= GNU binary utilities
LICENSE= gnu-gpl-v2 AND gnu-gpl-v... |
[
{
"context": "# Copyright (C) 2017 Steven Hessing (steven.hessing@gmail.com)\n# Based on initial imp",
"end": 35,
"score": 0.9998970031738281,
"start": 21,
"tag": "NAME",
"value": "Steven Hessing"
},
{
"context": "# Copyright (C) 2017 Steven Hessing (steven.hessing@gmail.com)\n# Base... | applications/luci-app-noddos/Makefile | fanck0605/luci-1 | 38 | # Copyright (C) 2017 Steven Hessing (steven.hessing@gmail.com)
# Based on initial implementation by Stan Grishin (stangri@melmac.net)
# This is free software, licensed under the GNU General Public License v3.
include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPLv3
PKG_MAINTAINER:=Steven Hessing <steven.hessing@gmail.com>
LUCI... | 602958 | # Copyright (C) 2017 <NAME> (<EMAIL>)
# Based on initial implementation by <NAME> (<EMAIL>)
# This is free software, licensed under the GNU General Public License v3.
include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPLv3
PKG_MAINTAINER:=<NAME> <<EMAIL>>
LUCI_TITLE:=Noddos Service Web UI
LUCI_DESCRIPTION:=Provides Web UI for... | true | # Copyright (C) 2017 PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
# Based on initial implementation by PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
# This is free software, licensed under the GNU General Public License v3.
include $(TOPDIR)/rules.mk
PKG_LICENSE:=GPLv3
PKG_MAINTAINER:=PI:NAME:<NAME>END_PI <PI:EMAIL:... |
[
{
"context": "TION := true\n\n# Display\nMAX_EGL_CACHE_KEY_SIZE := 12*1024\nMAX_EGL_CACHE_SIZE := 2048*1024\nOVERRIDE_RS_DRIVE",
"end": 2441,
"score": 0.790982186794281,
"start": 2434,
"tag": "KEY",
"value": "12*1024"
}
] | BoardConfigCommon.mk | TeamOrion-Devices/device_lge_g3-common | 1 | #
# Copyright (C) 2016 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... | 212994 | #
# Copyright (C) 2016 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... | true | #
# Copyright (C) 2016 The CyanogenMod Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agr... |
[
{
"context": "NDS=<additional commands>]\n#\n# Copyright (C) 2017, Takazumi Shirayanagi\\n\n# This software is released under the new BSD L",
"end": 193,
"score": 0.9998260140419006,
"start": 173,
"tag": "NAME",
"value": "Takazumi Shirayanagi"
}
] | test/docs/DoxygenCommandCheck.mk | yumetodo/iutest | 58 | #!/usr/bin/make
#
# Doxygen special commands checker
#
# Usage: make -C DoxygenCommandCheck.mk ROOT=<root-path> [ADD_COMMANDS=<additional commands>]
#
# Copyright (C) 2017, Takazumi Shirayanagi\n
# This software is released under the new BSD License,
# see LICENSE
#
# doxygen special commands list (v1.18.13)
DOXYGEN_C... | 269950 | #!/usr/bin/make
#
# Doxygen special commands checker
#
# Usage: make -C DoxygenCommandCheck.mk ROOT=<root-path> [ADD_COMMANDS=<additional commands>]
#
# Copyright (C) 2017, <NAME>\n
# This software is released under the new BSD License,
# see LICENSE
#
# doxygen special commands list (v1.18.13)
DOXYGEN_COMMAND_LIST={ ... | true | #!/usr/bin/make
#
# Doxygen special commands checker
#
# Usage: make -C DoxygenCommandCheck.mk ROOT=<root-path> [ADD_COMMANDS=<additional commands>]
#
# Copyright (C) 2017, PI:NAME:<NAME>END_PI\n
# This software is released under the new BSD License,
# see LICENSE
#
# doxygen special commands list (v1.18.13)
DOXYGEN_C... |
[
{
"context": "ES=\temulators\nMASTER_SITES=\t${MASTER_SITE_GITHUB:=intel/}\nGITHUB_TAG=\tv${PKGVERSION_NOREV}\n\nMAINTAINER=\tk",
"end": 142,
"score": 0.9982945919036865,
"start": 137,
"tag": "USERNAME",
"value": "intel"
},
{
"context": "l/}\nGITHUB_TAG=\tv${PKGVERSION_NOREV}\n\nMAIN... | source/pkgsrc/emulators/haxm/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.19 2021/05/31 12:58:50 nia Exp $
DISTNAME= haxm-7.5.6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= kamil@NetBSD.org
HOMEPAGE= https://github.com/intel/haxm/
COMMENT= Intel Hardware Accelerated Execution Manager
LICENSE= modified... | 596553 | # $NetBSD: Makefile,v 1.19 2021/05/31 12:58:50 nia Exp $
DISTNAME= haxm-7.5.6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= <EMAIL>
HOMEPAGE= https://github.com/intel/haxm/
COMMENT= Intel Hardware Accelerated Execution Manager
LICENSE= modified-bsd
ONL... | true | # $NetBSD: Makefile,v 1.19 2021/05/31 12:58:50 nia Exp $
DISTNAME= haxm-7.5.6
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=intel/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= https://github.com/intel/haxm/
COMMENT= Intel Hardware Accelerated Execution Manager
LICENSE= mo... |
[
{
"context": "ory-url \"$(TWINE_REPOSITORY)\" --username \"$(TWINE_USERNAME)\" --password \"$(TWINE_PASSWORD)\" dist/*\n\t\n\n",
"end": 8493,
"score": 0.7275859713554382,
"start": 8485,
"tag": "USERNAME",
"value": "USERNAME"
},
{
"context": "RY)\" --username \"$(TWINE_USERNAME)\" --p... | dist/python_makefile.mk | metwork-framework/common_makefiles | 0 | include .common_makefiles/common_makefile.mk
.PHONY: venv devvenv reformat _check_app_dirs refresh_venv lint reformat tests coverage_console coverage_html coverage_xml
VENV_DIR=venv
PIP=pip3 --disable-pip-version-check
PYTHON=python3
PIP_FREEZE=$(PIP) freeze --all |(grep -v ^pip== ||true) |(grep -v ^setuptools== ||tr... | 489879 | include .common_makefiles/common_makefile.mk
.PHONY: venv devvenv reformat _check_app_dirs refresh_venv lint reformat tests coverage_console coverage_html coverage_xml
VENV_DIR=venv
PIP=pip3 --disable-pip-version-check
PYTHON=python3
PIP_FREEZE=$(PIP) freeze --all |(grep -v ^pip== ||true) |(grep -v ^setuptools== ||tr... | true | include .common_makefiles/common_makefile.mk
.PHONY: venv devvenv reformat _check_app_dirs refresh_venv lint reformat tests coverage_console coverage_html coverage_xml
VENV_DIR=venv
PIP=pip3 --disable-pip-version-check
PYTHON=python3
PIP_FREEZE=$(PIP) freeze --all |(grep -v ^pip== ||true) |(grep -v ^setuptools== ||tr... |
[
{
"context": "ES=\t${MASTER_SITE_PYPI:=p/pyflakes/}\n\nMAINTAINER=\tkamel.derouiche@gmail.com\nHOMEPAGE=\thttps://github.com/PyCQA/pyflakes\nCOMME",
"end": 238,
"score": 0.9999223947525024,
"start": 213,
"tag": "EMAIL",
"value": "kamel.derouiche@gmail.com"
}
] | source/pkgsrc/devel/py-flakes/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.18 2021/04/05 11:17:09 adam Exp $
DISTNAME= pyflakes-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyflakes/}
MAINTAINER= kamel.derouiche@gmail.com
HOMEPAGE= https://github.com/PyCQA/pyflakes
COMMENT= Passive checker of Python pr... | 219188 | # $NetBSD: Makefile,v 1.18 2021/04/05 11:17:09 adam Exp $
DISTNAME= pyflakes-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyflakes/}
MAINTAINER= <EMAIL>
HOMEPAGE= https://github.com/PyCQA/pyflakes
COMMENT= Passive checker of Python programs
LICENSE= mi... | true | # $NetBSD: Makefile,v 1.18 2021/04/05 11:17:09 adam Exp $
DISTNAME= pyflakes-2.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyflakes/}
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= https://github.com/PyCQA/pyflakes
COMMENT= Passive checker of Python progr... |
[
{
"context": "#author: michiel van der Coelen\n\nNAME = i2ccontrol\nEXT = .exe\nCC = gcc\nCFLAGS = -",
"end": 31,
"score": 0.9998764395713806,
"start": 9,
"tag": "NAME",
"value": "michiel van der Coelen"
}
] | pc/Makefile | pengumc/hotplug_i2c | 0 | #author: michiel van der Coelen
NAME = i2ccontrol
EXT = .exe
CC = gcc
CFLAGS = -std=c11 -I. -Iinclude -Wall -Wconversion
LIBS = -Lbin -lhidapi
OBJECTS = $(NAME).o
#`pkg-config libusb-1.0 --cflags`
#`pkg-config libusb-1.0 --libs`
ifeq ($(shell uname), Linux)
CFLAGS = -I. -Wall -Wconversion
LIBS = -L. -lhidapi-libus... | 230420 | #author: <NAME>
NAME = i2ccontrol
EXT = .exe
CC = gcc
CFLAGS = -std=c11 -I. -Iinclude -Wall -Wconversion
LIBS = -Lbin -lhidapi
OBJECTS = $(NAME).o
#`pkg-config libusb-1.0 --cflags`
#`pkg-config libusb-1.0 --libs`
ifeq ($(shell uname), Linux)
CFLAGS = -I. -Wall -Wconversion
LIBS = -L. -lhidapi-libusb -lusb-1.0
EXT... | true | #author: PI:NAME:<NAME>END_PI
NAME = i2ccontrol
EXT = .exe
CC = gcc
CFLAGS = -std=c11 -I. -Iinclude -Wall -Wconversion
LIBS = -Lbin -lhidapi
OBJECTS = $(NAME).o
#`pkg-config libusb-1.0 --cflags`
#`pkg-config libusb-1.0 --libs`
ifeq ($(shell uname), Linux)
CFLAGS = -I. -Wall -Wconversion
LIBS = -L. -lhidapi-libusb ... |
[
{
"context": "ne.json --name \"fargateIR\" --role-arn \"arn:aws:iam::012345678901:role/DummyRole\"\n\n.PHONY: update-local-",
"end": 3855,
"score": 0.46200841665267944,
"start": 3854,
"tag": "IP_ADDRESS",
"value": "0"
},
{
"context": "n --name \"fargateIR\" --role-arn \"arn:aws:iam::... | Makefile | andrewkrug/fargate-ir | 11 |
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
PY_DIR := python/lib/python3.7/site-packages
all:
@echo 'Available make targets:'
@grep '^[^#[:space:]^\.PHONY.*].*:' Makefile\
.PHONY: setup
setup:
aws cloudformation create-stack --stack-name FargateIRStepFunctionDeployment \
--template-b... | 272147 |
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
PY_DIR := python/lib/python3.7/site-packages
all:
@echo 'Available make targets:'
@grep '^[^#[:space:]^\.PHONY.*].*:' Makefile\
.PHONY: setup
setup:
aws cloudformation create-stack --stack-name FargateIRStepFunctionDeployment \
--template-b... | true |
ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
PY_DIR := python/lib/python3.7/site-packages
all:
@echo 'Available make targets:'
@grep '^[^#[:space:]^\.PHONY.*].*:' Makefile\
.PHONY: setup
setup:
aws cloudformation create-stack --stack-name FargateIRStepFunctionDeployment \
--template-b... |
[
{
"context": " utility (export version)\n \n#\tlast edit:\t91/04/01\tD A Gwyn\n \n#\tInspect\tand adjust the following configurable",
"end": 86,
"score": 0.9998376965522766,
"start": 78,
"tag": "NAME",
"value": "D A Gwyn"
}
] | I-HAT/Makefile | ab300819/applied-cryptography | 1 | # Makefile -- for "tot_info" utility (export version)
# last edit: 91/04/01 D A Gwyn
# Inspect and adjust the following configurable parameters;
# then invoke "make typeset" to print the documentation,
# and "make test" to build and test the tot_info utility.
# Although the system configuration header "std.h" is ... | 501817 | # Makefile -- for "tot_info" utility (export version)
# last edit: 91/04/01 <NAME>
# Inspect and adjust the following configurable parameters;
# then invoke "make typeset" to print the documentation,
# and "make test" to build and test the tot_info utility.
# Although the system configuration header "std.h" is su... | true | # Makefile -- for "tot_info" utility (export version)
# last edit: 91/04/01 PI:NAME:<NAME>END_PI
# Inspect and adjust the following configurable parameters;
# then invoke "make typeset" to print the documentation,
# and "make test" to build and test the tot_info utility.
# Although the system configuration header... |
[
{
"context": "# Copyright 2019 Alvaro Agea\n#\n# Licensed under the Apache License, Version 2.",
"end": 28,
"score": 0.9998825788497925,
"start": 17,
"tag": "NAME",
"value": "Alvaro Agea"
}
] | Makefile | aagea/grpc-repo-example | 0 | # Copyright 2019 Alvaro Agea
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, ... | 133958 | # Copyright 2019 <NAME>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, softw... | true | # Copyright 2019 PI:NAME:<NAME>END_PI
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in ... |
[
{
"context": "N Make System\n\n\\pkgfile{Rules.doc.mk}\n\n\\pkgauthor{Robin Knight,robin.knight@roadnarrows.com}\n\n\\pkgcopyright{2005",
"end": 361,
"score": 0.9998683929443359,
"start": 349,
"tag": "NAME",
"value": "Robin Knight"
},
{
"context": "\n\n\\pkgfile{Rules.doc.mk}\n\n\\pk... | rnmake/Rules.doc.mk | roadnarrows-robotics/rnr-sdk | 0 | ################################################################################
#
# Rules.doc.mk
#
ifdef RNMAKE_DOXY
/*!
\file
\brief Make package documentation.
This file is automatically included by \ref Rules.mk when one or more of the
documentation make goals are specified.
\pkgsynopsis
RN Make System
\pkgfi... | 25861 | ################################################################################
#
# Rules.doc.mk
#
ifdef RNMAKE_DOXY
/*!
\file
\brief Make package documentation.
This file is automatically included by \ref Rules.mk when one or more of the
documentation make goals are specified.
\pkgsynopsis
RN Make System
\pkgfi... | true | ################################################################################
#
# Rules.doc.mk
#
ifdef RNMAKE_DOXY
/*!
\file
\brief Make package documentation.
This file is automatically included by \ref Rules.mk when one or more of the
documentation make goals are specified.
\pkgsynopsis
RN Make System
\pkgfi... |
[
{
"context": "\tbundle exec pod keys set \"ArtsyAPIClientSecret\" \"3a33d2085cbd1176153f99781bbce7c6\" Artsy\n\tbundle exec pod keys set \"ArtsyAPIClientK",
"end": 1532,
"score": 0.999376118183136,
"start": 1500,
"tag": "KEY",
"value": "3a33d2085cbd1176153f99781bbce7c6"
},
{
"context... | Makefile | TribeMedia/eigen | 0 | WORKSPACE = Artsy.xcworkspace
SCHEME = Artsy
CONFIGURATION = Beta
APP_PLIST = Artsy/App_Resources/Artsy-Info.plist
PLIST_BUDDY = /usr/libexec/PlistBuddy
TARGETED_DEVICE_FAMILY = \"1,2\"
DEVICE_HOST = platform='iOS Simulator',OS='8.3',name='iPhone 6'
GIT_COMMIT_REV = $(shell git log -n1 --format='%h')
GIT_COMMIT_SHA = ... | 341878 | WORKSPACE = Artsy.xcworkspace
SCHEME = Artsy
CONFIGURATION = Beta
APP_PLIST = Artsy/App_Resources/Artsy-Info.plist
PLIST_BUDDY = /usr/libexec/PlistBuddy
TARGETED_DEVICE_FAMILY = \"1,2\"
DEVICE_HOST = platform='iOS Simulator',OS='8.3',name='iPhone 6'
GIT_COMMIT_REV = $(shell git log -n1 --format='%h')
GIT_COMMIT_SHA = ... | true | WORKSPACE = Artsy.xcworkspace
SCHEME = Artsy
CONFIGURATION = Beta
APP_PLIST = Artsy/App_Resources/Artsy-Info.plist
PLIST_BUDDY = /usr/libexec/PlistBuddy
TARGETED_DEVICE_FAMILY = \"1,2\"
DEVICE_HOST = platform='iOS Simulator',OS='8.3',name='iPhone 6'
GIT_COMMIT_REV = $(shell git log -n1 --format='%h')
GIT_COMMIT_SHA = ... |
[
{
"context": "g software on the eX3 cluster\n# Copyright (C) 2021 James D. Trotter\n#\n# This program is free software: you can redist",
"end": 105,
"score": 0.9998732209205627,
"start": 89,
"tag": "NAME",
"value": "James D. Trotter"
},
{
"context": " see <https://www.gnu.org/license... | makefiles/mvapich-2.3.4.mk | jamtrott/ex3-modules | 0 | # ex3modules - Makefiles for installing software on the eX3 cluster
# Copyright (C) 2021 James D. Trotter
#
# This program 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
# ... | 338563 | # ex3modules - Makefiles for installing software on the eX3 cluster
# Copyright (C) 2021 <NAME>
#
# This program 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 o... | true | # ex3modules - Makefiles for installing software on the eX3 cluster
# Copyright (C) 2021 PI:NAME:<NAME>END_PI
#
# This program 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, o... |
[
{
"context": "SPDX-License-Identifier: BSD-3-Clause\n#\n# Authors: Alexander Jung <a.jung@lancs.ac.uk>\n#\n# Copyright (c) 2020, Lanc",
"end": 67,
"score": 0.9998350143432617,
"start": 53,
"tag": "NAME",
"value": "Alexander Jung"
},
{
"context": "tifier: BSD-3-Clause\n#\n# Authors: A... | Makefile | AlexPaWe/wayfinder | 4 | # SPDX-License-Identifier: BSD-3-Clause
#
# Authors: Alexander Jung <a.jung@lancs.ac.uk>
#
# Copyright (c) 2020, Lancaster University. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redis... | 412723 | # SPDX-License-Identifier: BSD-3-Clause
#
# Authors: <NAME> <<EMAIL>>
#
# Copyright (c) 2020, Lancaster University. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# 1. Redistributions of sourc... | true | # SPDX-License-Identifier: BSD-3-Clause
#
# Authors: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# Copyright (c) 2020, Lancaster University. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
... |
[
{
"context": "ocs and tarballs.\n#\n#\n# Copyright (C) 2006-2010 by John P. Weiss\n#\n# This package is free software; you can redist",
"end": 136,
"score": 0.99920654296875,
"start": 123,
"tag": "NAME",
"value": "John P. Weiss"
}
] | make.tar_n_doc.mk | jpweiss/code-sample.nl-fit | 0 | # -*- Makefile -*-
#
# Special GNU-make file for rules to build source docs and tarballs.
#
#
# Copyright (C) 2006-2010 by John P. Weiss
#
# This package is free software; you can redistribute it and/or modify
# it under the terms of the Artistic License, included as the file
# "LICENSE" in the source code archive.
#
#... | 318246 | # -*- Makefile -*-
#
# Special GNU-make file for rules to build source docs and tarballs.
#
#
# Copyright (C) 2006-2010 by <NAME>
#
# This package is free software; you can redistribute it and/or modify
# it under the terms of the Artistic License, included as the file
# "LICENSE" in the source code archive.
#
# This p... | true | # -*- Makefile -*-
#
# Special GNU-make file for rules to build source docs and tarballs.
#
#
# Copyright (C) 2006-2010 by PI:NAME:<NAME>END_PI
#
# This package is free software; you can redistribute it and/or modify
# it under the terms of the Artistic License, included as the file
# "LICENSE" in the source code archi... |
[
{
"context": " +:+:+ +: +: +:+:+ #\n# By: timfuzea <tifuzeau@student.42.fr> +:+ +: +: ",
"end": 422,
"score": 0.9993743300437927,
"start": 414,
"tag": "USERNAME",
"value": "timfuzea"
},
{
"context": " +:+:+ +: +: +:+:+ #\n# By: timfu... | Birds/template/root.mk | tifuzeau/Heracles | 0 | # **************************************************************************** #
# LE - / #
# / #
# Makefile .:: .:/ . .:: ... | 410631 | # **************************************************************************** #
# LE - / #
# / #
# Makefile .:: .:/ . .:: ... | true | # **************************************************************************** #
# LE - / #
# / #
# Makefile .:: .:/ . .:: ... |
[
{
"context": "mulate Verilog HDL designs under OSX.\n###\n######## belindabrownr@gmail.com\n###\n\n\n# \t\t\t\t\t\t\tMakefile logic:\n# To create this f",
"end": 139,
"score": 0.9999282360076904,
"start": 116,
"tag": "EMAIL",
"value": "belindabrownr@gmail.com"
}
] | Multiplexers_With_Valid/Makefile | brown9804/Verilog_Different_Algorithms | 0 | # Verilog proyect
# Making verilog makefile
# Makefile to simulate Verilog HDL designs under OSX.
###
######## belindabrownr@gmail.com
###
# Makefile logic:
# To create this file you need these files:
# $ @ replace left
# $ ^ right
all:
# For mux 2:1 2 bits .... # = 0
# For mux 2:1 4 bit... | 165772 | # Verilog proyect
# Making verilog makefile
# Makefile to simulate Verilog HDL designs under OSX.
###
######## <EMAIL>
###
# Makefile logic:
# To create this file you need these files:
# $ @ replace left
# $ ^ right
all:
# For mux 2:1 2 bits .... # = 0
# For mux 2:1 4 bits .... # = 1
#... | true | # Verilog proyect
# Making verilog makefile
# Makefile to simulate Verilog HDL designs under OSX.
###
######## PI:EMAIL:<EMAIL>END_PI
###
# Makefile logic:
# To create this file you need these files:
# $ @ replace left
# $ ^ right
all:
# For mux 2:1 2 bits .... # = 0
# For mux 2:1 4 bits... |
[
{
"context": "\nlib.local/flatcc : lib\n\tcd lib.local && git clone git@github.com:dvidelabs/flatcc.git\n\n.PHONY: flatcc lib\nflatcc: ",
"end": 1841,
"score": 0.9995399713516235,
"start": 1827,
"tag": "EMAIL",
"value": "git@github.com"
},
{
"context": "c : lib\n\tcd lib.local && git... | Makefile | LairdCP/dcal | 0 | # this make file uses the CROSS_COMPILE environment variable to indicate
# the correct compiler.
# Allow CROSS_COMPILE to specify compiler base
CC := $(CROSS_COMPILE)gcc
LD := $(CROSS_COMPILE)ld
OBJDIR := obj
SRCDIR := src
APIDIR := api
LIBS += -L./api/lib -lflatccrt -lssh
CFLAGS += -Wall -Werror -fPIC -I$(SRCDIR... | 371799 | # this make file uses the CROSS_COMPILE environment variable to indicate
# the correct compiler.
# Allow CROSS_COMPILE to specify compiler base
CC := $(CROSS_COMPILE)gcc
LD := $(CROSS_COMPILE)ld
OBJDIR := obj
SRCDIR := src
APIDIR := api
LIBS += -L./api/lib -lflatccrt -lssh
CFLAGS += -Wall -Werror -fPIC -I$(SRCDIR... | true | # this make file uses the CROSS_COMPILE environment variable to indicate
# the correct compiler.
# Allow CROSS_COMPILE to specify compiler base
CC := $(CROSS_COMPILE)gcc
LD := $(CROSS_COMPILE)ld
OBJDIR := obj
SRCDIR := src
APIDIR := api
LIBS += -L./api/lib -lflatccrt -lssh
CFLAGS += -Wall -Werror -fPIC -I$(SRCDIR... |
[
{
"context": "-CMDS_VERSION := 854.40.2\nPWDARWIN_COMMIT := 72ae45ce6c025bc2359035cfb941b177149e88ae\nDEB_SYSTEM-CMDS_V ?= $(SYSTEM-CMDS_VERSION)-14\n",
"end": 236,
"score": 0.5859929323196411,
"start": 197,
"tag": "PASSWORD",
"value": "2ae45ce6c025bc2359035cfb941b177149e88ae"
},
{... | makefiles/system-cmds.mk | Pluto-Networks/Procursus | 0 | ifneq ($(PROCURSUS),1)
$(error Use the main Makefile)
endif
ifeq (,$(findstring darwin,$(MEMO_TARGET)))
STRAPPROJECTS += system-cmds
SYSTEM-CMDS_VERSION := 854.40.2
PWDARWIN_COMMIT := 72ae45ce6c025bc2359035cfb941b177149e88ae
DEB_SYSTEM-CMDS_V ?= $(SYSTEM-CMDS_VERSION)-14
system-cmds-setup: setup libxcryp... | 615314 | ifneq ($(PROCURSUS),1)
$(error Use the main Makefile)
endif
ifeq (,$(findstring darwin,$(MEMO_TARGET)))
STRAPPROJECTS += system-cmds
SYSTEM-CMDS_VERSION := 854.40.2
PWDARWIN_COMMIT := 7<PASSWORD>
DEB_SYSTEM-CMDS_V ?= $(SYSTEM-CMDS_VERSION)-14
system-cmds-setup: setup libxcrypt
wget -q -nc -P $(BUILD_SOU... | true | ifneq ($(PROCURSUS),1)
$(error Use the main Makefile)
endif
ifeq (,$(findstring darwin,$(MEMO_TARGET)))
STRAPPROJECTS += system-cmds
SYSTEM-CMDS_VERSION := 854.40.2
PWDARWIN_COMMIT := 7PI:PASSWORD:<PASSWORD>END_PI
DEB_SYSTEM-CMDS_V ?= $(SYSTEM-CMDS_VERSION)-14
system-cmds-setup: setup libxcrypt
wget -q ... |
[
{
"context": "\n# Copyright 2018 Eli Lilly and Company \n# \n# \n# Licensed under the Apache Li",
"end": 27,
"score": 0.9998716115951538,
"start": 18,
"tag": "NAME",
"value": "Eli Lilly"
}
] | src/Utilities/General/Makefile | IanAWatson/LillyMol-3.0-Bazel | 0 |
# Copyright 2018 Eli Lilly and Company
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law o... | 109213 |
# Copyright 2018 <NAME> and Company
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or a... | true |
# Copyright 2018 PI:NAME:<NAME>END_PI and Company
#
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by appli... |
[
{
"context": "#\r\n# @authors Andrei Novikov (pyclustering@yandex.ru)\r\n# @date 2014-2020\r\n# @c",
"end": 28,
"score": 0.9998543858528137,
"start": 14,
"tag": "NAME",
"value": "Andrei Novikov"
},
{
"context": "#\r\n# @authors Andrei Novikov (pyclustering@yandex.ru)\r\n# @date 2014-... | ccore/ccore.mk | JosephChataignon/pyclustering | 1,013 | #
# @authors Andrei Novikov (pyclustering@yandex.ru)
# @date 2014-2020
# @copyright BSD-3-Clause
#
# Tools
RM = rm -rf
MKDIR = mkdir -p
AR = ar rcs
# C++ standard depending on operating system
UNAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ifeq ($(findstring cygwin, $(UNAME)), cygwin)
OSNAM... | 129738 | #
# @authors <NAME> (<EMAIL>)
# @date 2014-2020
# @copyright BSD-3-Clause
#
# Tools
RM = rm -rf
MKDIR = mkdir -p
AR = ar rcs
# C++ standard depending on operating system
UNAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ifeq ($(findstring cygwin, $(UNAME)), cygwin)
OSNAME = win
CPLUS_STANDAR... | true | #
# @authors PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
# @date 2014-2020
# @copyright BSD-3-Clause
#
# Tools
RM = rm -rf
MKDIR = mkdir -p
AR = ar rcs
# C++ standard depending on operating system
UNAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
ifeq ($(findstring cygwin, $(UNAME)), cygwin)
... |
[
{
"context": "#! gmake\n\n#\n# Copyright (C) 2006 Laurent Bessard\n# \n# This file is part of canfestival, a library ",
"end": 48,
"score": 0.9998573064804077,
"start": 33,
"tag": "NAME",
"value": "Laurent Bessard"
}
] | library/CanFestival/drivers/Makefile | Lembed/Cortex-M3-Projects | 1 | #! gmake
#
# Copyright (C) 2006 Laurent Bessard
#
# This file is part of canfestival, a library implementing the canopen
# stack
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; eithe... | 403183 | #! gmake
#
# Copyright (C) 2006 <NAME>
#
# This file is part of canfestival, a library implementing the canopen
# stack
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# versi... | true | #! gmake
#
# Copyright (C) 2006 PI:NAME:<NAME>END_PI
#
# This file is part of canfestival, a library implementing the canopen
# stack
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; ... |
[
{
"context": "#!/usr/bin/make -f\n\n# SPDX-FileCopyrightText: 2020 Benedict Harcourt <ben.harcourt@harcourtprogramming.co.uk>\n#\n# SPDX",
"end": 68,
"score": 0.9998738169670105,
"start": 51,
"tag": "NAME",
"value": "Benedict Harcourt"
},
{
"context": "# SPDX-FileCopyrightText: 2020 ... | Makefile | javajawa/wobsite | 0 | #!/usr/bin/make -f
# SPDX-FileCopyrightText: 2020 Benedict Harcourt <ben.harcourt@harcourtprogramming.co.uk>
#
# SPDX-License-Identifier: BSD-2-Clause
WOBSITE := wobsite
.DEFAULT_GOAL = build
.PHONY = build debug clean
MAKEFLAGS += --no-print-directory
SRC := src
INCLUDE := include
GEN := gen
BUILD := bu... | 488491 | #!/usr/bin/make -f
# SPDX-FileCopyrightText: 2020 <NAME> <<EMAIL>>
#
# SPDX-License-Identifier: BSD-2-Clause
WOBSITE := wobsite
.DEFAULT_GOAL = build
.PHONY = build debug clean
MAKEFLAGS += --no-print-directory
SRC := src
INCLUDE := include
GEN := gen
BUILD := build
LAYOUT := layouts
CFLAGS := -D_POS... | true | #!/usr/bin/make -f
# SPDX-FileCopyrightText: 2020 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# SPDX-License-Identifier: BSD-2-Clause
WOBSITE := wobsite
.DEFAULT_GOAL = build
.PHONY = build debug clean
MAKEFLAGS += --no-print-directory
SRC := src
INCLUDE := include
GEN := gen
BUILD := build
LAYOUT ... |
[
{
"context": " *\n# * Author: Arash Partow (2002-2010) *\n# * UR",
"end": 230,
"score": 0.9998624324798584,
"start": 218,
"tag": "NAME",
"value": "Arash Partow"
}
] | Labs/Puppeteer/src/strtk/Makefile | jadnohra/jad-pre-2015-dabblings | 0 | #
# *****************************************************************
# * String Toolkit Library *
# * *
# * Author: Arash Partow (2002-2010) *
# * URL: http://www.partow.net/programming/str... | 141494 | #
# *****************************************************************
# * String Toolkit Library *
# * *
# * Author: <NAME> (2002-2010) *
# * URL: http://www.partow.net/programming/strtk/ind... | true | #
# *****************************************************************
# * String Toolkit Library *
# * *
# * Author: PI:NAME:<NAME>END_PI (2002-2010) *
# * URL: http://www.partow.net/program... |
[
{
"context": "---------------------------------\n# Copyright 2019 Drunella\n#\n# Licensed under the Apache License, Version 2.",
"end": 104,
"score": 0.9997480511665344,
"start": 96,
"tag": "NAME",
"value": "Drunella"
}
] | Makefile | MagerValp/u5remastered | 3 | # ----------------------------------------------------------------------------
# Copyright 2019 Drunella
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses... | 549856 | # ----------------------------------------------------------------------------
# Copyright 2019 <NAME>
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/L... | true | # ----------------------------------------------------------------------------
# Copyright 2019 PI:NAME:<NAME>END_PI
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.... |
[
{
"context": "PLUGIN_DEPENDS=\t\tzabbix4-agent\nPLUGIN_MAINTAINER=\topnsense@moov.de\n\n.include \"../../Mk/plugins.mk\"\n",
"end": 155,
"score": 0.9999294281005859,
"start": 139,
"tag": "EMAIL",
"value": "opnsense@moov.de"
}
] | net-mgmt/zabbix-agent/Makefile | dustin-hawkins/plugins | 2 | PLUGIN_NAME= zabbix-agent
PLUGIN_VERSION= 1.7
PLUGIN_COMMENT= Zabbix monitoring agent
PLUGIN_DEPENDS= zabbix4-agent
PLUGIN_MAINTAINER= opnsense@moov.de
.include "../../Mk/plugins.mk"
| 17824 | PLUGIN_NAME= zabbix-agent
PLUGIN_VERSION= 1.7
PLUGIN_COMMENT= Zabbix monitoring agent
PLUGIN_DEPENDS= zabbix4-agent
PLUGIN_MAINTAINER= <EMAIL>
.include "../../Mk/plugins.mk"
| true | PLUGIN_NAME= zabbix-agent
PLUGIN_VERSION= 1.7
PLUGIN_COMMENT= Zabbix monitoring agent
PLUGIN_DEPENDS= zabbix4-agent
PLUGIN_MAINTAINER= PI:EMAIL:<EMAIL>END_PI
.include "../../Mk/plugins.mk"
|
[
{
"context": "# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>\n\nPORTNAME=\tappleseed\nDISTVERS",
"end": 30,
"score": 0.999885082244873,
"start": 14,
"tag": "NAME",
"value": "Alexey Dokuchaev"
},
{
"context": "# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>\n\nPORTNAME=\tapples... | graphics/appleseed/Makefile | lbartoletti/freebsd-ports-boost | 0 | # Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
PORTNAME= appleseed
DISTVERSION= 2.1.0-beta
PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= danfe@FreeBSD.org
COMMENT= Modern, physically-based production renderer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
... | 172229 | # Created by: <NAME> <<EMAIL>>
PORTNAME= appleseed
DISTVERSION= 2.1.0-beta
PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= <EMAIL>
COMMENT= Modern, physically-based production renderer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
liblz4.so:archivers/liblz4 \... | true | # Created by: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
PORTNAME= appleseed
DISTVERSION= 2.1.0-beta
PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
COMMENT= Modern, physically-based production renderer
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libboost_thread.so:devel... |
[
{
"context": "_XORG:=font/}\nEXTRACT_SUFX=\t.tar.bz2\n\nMAINTAINER=\tpkgsrc-users@NetBSD.org\nHOMEPAGE=\tftp://ftp.freedesktop.org/pub/individua",
"end": 213,
"score": 0.9999182820320129,
"start": 190,
"tag": "EMAIL",
"value": "pkgsrc-users@NetBSD.org"
}
] | source/pkgsrc/fonts/font-misc-cyrillic/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.3 2012/10/03 18:28:21 asau Exp $
#
DISTNAME= font-misc-cyrillic-1.0.3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
COMMENT= Miscellaneous Cyrillic "fixed" PCF fonts... | 240100 | # $NetBSD: Makefile,v 1.3 2012/10/03 18:28:21 asau Exp $
#
DISTNAME= font-misc-cyrillic-1.0.3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= <EMAIL>
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
COMMENT= Miscellaneous Cyrillic "fixed" PCF fonts
GNU_CONFIGURE=... | true | # $NetBSD: Makefile,v 1.3 2012/10/03 18:28:21 asau Exp $
#
DISTNAME= font-misc-cyrillic-1.0.3
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= ftp://ftp.freedesktop.org/pub/individual/font/
COMMENT= Miscellaneous Cyrillic "fixed" PCF fonts
... |
[
{
"context": "xam Assignment: Makefile - helper script\n# Author: Rikih Gunawan\n\nTARGET=$(target)\nTEST=shellcode\nTEMPFILE:=$(shel",
"end": 72,
"score": 0.9998645186424255,
"start": 59,
"tag": "NAME",
"value": "Rikih Gunawan"
}
] | share/Makefile | kecebon9/slae32 | 0 | # SLAE Exam Assignment: Makefile - helper script
# Author: Rikih Gunawan
TARGET=$(target)
TEST=shellcode
TEMPFILE:=$(shell mktemp -u --tmpdir=.)
all: build hex shellcode
clean-all: clean clean-shellcode
build: $(TARGET).o ## Compile the assembly code.
@echo -e '\n[*] Linking object...'
ld -m elf_i386 -o $(TARGET) ... | 474613 | # SLAE Exam Assignment: Makefile - helper script
# Author: <NAME>
TARGET=$(target)
TEST=shellcode
TEMPFILE:=$(shell mktemp -u --tmpdir=.)
all: build hex shellcode
clean-all: clean clean-shellcode
build: $(TARGET).o ## Compile the assembly code.
@echo -e '\n[*] Linking object...'
ld -m elf_i386 -o $(TARGET) $(TARGE... | true | # SLAE Exam Assignment: Makefile - helper script
# Author: PI:NAME:<NAME>END_PI
TARGET=$(target)
TEST=shellcode
TEMPFILE:=$(shell mktemp -u --tmpdir=.)
all: build hex shellcode
clean-all: clean clean-shellcode
build: $(TARGET).o ## Compile the assembly code.
@echo -e '\n[*] Linking object...'
ld -m elf_i386 -o $(T... |
[
{
"context": " Number Generation for C.\n# \n# Copyright 2014-2017 Melissa O'Neill <oneill@pcg-random.org>,\n# an",
"end": 81,
"score": 0.9998700022697449,
"start": 66,
"tag": "NAME",
"value": "Melissa O'Neill"
},
{
"context": " for C.\n# \n# Copyright 2014-2017 M... | test-high/Makefile | LYP951018/pcg-c | 286 | #
# PCG Random Number Generation for C.
#
# Copyright 2014-2017 Melissa O'Neill <oneill@pcg-random.org>,
# and the PCG Project contributors.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#
# Licensed under the Apache License, Version 2.0 (provided in
# LICENSE-APACHE.txt and at http://www.apach... | 481246 | #
# PCG Random Number Generation for C.
#
# Copyright 2014-2017 <NAME> <<EMAIL>>,
# and the PCG Project contributors.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#
# Licensed under the Apache License, Version 2.0 (provided in
# LICENSE-APACHE.txt and at http://www.apache.org/licenses/LICENSE-... | true | #
# PCG Random Number Generation for C.
#
# Copyright 2014-2017 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>,
# and the PCG Project contributors.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
#
# Licensed under the Apache License, Version 2.0 (provided in
# LICENSE-APACHE.txt and at http://www... |
[
{
"context": "#\n# Created by Gustavo Viegas on 2017/02\n#\n\nSRC_DIR = src\nINC_DIR = include\nBIN",
"end": 29,
"score": 0.9998722076416016,
"start": 15,
"tag": "NAME",
"value": "Gustavo Viegas"
}
] | Makefile | gviegas/contic-osgpb | 0 | #
# Created by Gustavo Viegas on 2017/02
#
SRC_DIR = src
INC_DIR = include
BIN_DIR = bin
STAND_DIR = standalone
CMDS_DIR = $(SRC_DIR)/commands
EVENTS_DIR = $(SRC_DIR)/events
CC = gcc
OPTS = -Wall -g
FLAGS = -I$(INC_DIR)
LIBS = -pthread
OBJS = $(SRC_DIR)/*.c $(CMDS_DIR)/*.c $(EVENTS_DIR)/*.c
UNIT = $(STAND_DIR)/CT_u... | 226231 | #
# Created by <NAME> on 2017/02
#
SRC_DIR = src
INC_DIR = include
BIN_DIR = bin
STAND_DIR = standalone
CMDS_DIR = $(SRC_DIR)/commands
EVENTS_DIR = $(SRC_DIR)/events
CC = gcc
OPTS = -Wall -g
FLAGS = -I$(INC_DIR)
LIBS = -pthread
OBJS = $(SRC_DIR)/*.c $(CMDS_DIR)/*.c $(EVENTS_DIR)/*.c
UNIT = $(STAND_DIR)/CT_unit_main... | true | #
# Created by PI:NAME:<NAME>END_PI on 2017/02
#
SRC_DIR = src
INC_DIR = include
BIN_DIR = bin
STAND_DIR = standalone
CMDS_DIR = $(SRC_DIR)/commands
EVENTS_DIR = $(SRC_DIR)/events
CC = gcc
OPTS = -Wall -g
FLAGS = -I$(INC_DIR)
LIBS = -pthread
OBJS = $(SRC_DIR)/*.c $(CMDS_DIR)/*.c $(EVENTS_DIR)/*.c
UNIT = $(STAND_DIR... |
[
{
"context": "#\n# Copyright (c) 2021 Ronan LE MEILLAT\n# Permission is hereby granted, free of charge, ",
"end": 40,
"score": 0.9998622536659241,
"start": 24,
"tag": "NAME",
"value": "Ronan LE MEILLAT"
}
] | Makefile | eltorio/MaxToEquirectPlugin | 0 | #
# Copyright (c) 2021 Ronan LE MEILLAT
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publis... | 394682 | #
# Copyright (c) 2021 <NAME>
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distrib... | true | #
# Copyright (c) 2021 PI:NAME:<NAME>END_PI
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, pu... |
[
{
"context": "==========================\n# Copyright (C) 2015, Allan Granados\n#\n# Redistribution and use in source and binary",
"end": 427,
"score": 0.9998652338981628,
"start": 413,
"tag": "NAME",
"value": "Allan Granados"
}
] | gpp/Makefile | allangj/rgb2ycbcr-dsp | 0 | # ============================================================================
# @file Makefile
#
# @path $(DSPLINK)/gpp/src/samples/rgb2ycbcr-dsp/
#
# @desc This file is a standard interface to the make scripts.
# Usually no change is required in this file.
#
# @ver 1.65.00.03
# ========... | 527752 | # ============================================================================
# @file Makefile
#
# @path $(DSPLINK)/gpp/src/samples/rgb2ycbcr-dsp/
#
# @desc This file is a standard interface to the make scripts.
# Usually no change is required in this file.
#
# @ver 1.65.00.03
# ========... | true | # ============================================================================
# @file Makefile
#
# @path $(DSPLINK)/gpp/src/samples/rgb2ycbcr-dsp/
#
# @desc This file is a standard interface to the make scripts.
# Usually no change is required in this file.
#
# @ver 1.65.00.03
# ========... |
[
{
"context": "#\n# Copyright (C) 2019-2020 Yousong Zhou <yszhou4tech@gmail.com>\n#\n# This is free software",
"end": 40,
"score": 0.9998548626899719,
"start": 28,
"tag": "NAME",
"value": "Yousong Zhou"
},
{
"context": "#\n# Copyright (C) 2019-2020 Yousong Zhou <yszhou4tech@gmail.com>... | libs/spice-protocol/Makefile | danxiaonuo/uola-packages | 0 | #
# Copyright (C) 2019-2020 Yousong Zhou <yszhou4tech@gmail.com>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=spice-protocol
PKG_VERSION:=0.14.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_... | 144897 | #
# Copyright (C) 2019-2020 <NAME> <<EMAIL>>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=spice-protocol
PKG_VERSION:=0.14.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://... | true | #
# Copyright (C) 2019-2020 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=spice-protocol
PKG_VERSION:=0.14.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).ta... |
[
{
"context": "test mocks\n\nGO111MODULE?=on\nGOPRIVATE?=github.com/sbs-discovery-sweden/*\nCGO_ENABLED?=0\nGOOS?=linux\nGO?=go\nMAIN_DIR?=/va",
"end": 77,
"score": 0.8666354417800903,
"start": 57,
"tag": "USERNAME",
"value": "sbs-discovery-sweden"
},
{
"context": "\" --description \"... | Makefile | shipperizer/kilo-franz | 0 | .PHONY=test mocks
GO111MODULE?=on
GOPRIVATE?=github.com/sbs-discovery-sweden/*
CGO_ENABLED?=0
GOOS?=linux
GO?=go
MAIN_DIR?=/var/app
AWS?=aws
AWS_PAGER?=
SM_HOST?=http://localhost:14566
WAIT_TIME_MS?=2000
.EXPORT_ALL_VARIABLES:
test: mocks
$(GO) test -v ./... -cover -coverprofile coverage.out -covermode=atomic
sec... | 277254 | .PHONY=test mocks
GO111MODULE?=on
GOPRIVATE?=github.com/sbs-discovery-sweden/*
CGO_ENABLED?=0
GOOS?=linux
GO?=go
MAIN_DIR?=/var/app
AWS?=aws
AWS_PAGER?=
SM_HOST?=http://localhost:14566
WAIT_TIME_MS?=2000
.EXPORT_ALL_VARIABLES:
test: mocks
$(GO) test -v ./... -cover -coverprofile coverage.out -covermode=atomic
sec... | true | .PHONY=test mocks
GO111MODULE?=on
GOPRIVATE?=github.com/sbs-discovery-sweden/*
CGO_ENABLED?=0
GOOS?=linux
GO?=go
MAIN_DIR?=/var/app
AWS?=aws
AWS_PAGER?=
SM_HOST?=http://localhost:14566
WAIT_TIME_MS?=2000
.EXPORT_ALL_VARIABLES:
test: mocks
$(GO) test -v ./... -cover -coverprofile coverage.out -covermode=atomic
sec... |
[
{
"context": "SE OR OTHER DEALINGS IN THE SOFTWARE.\n#\n# Authors: Lukas M. Maas <Lukas_Michael.Maas@mailbox.tu-dresden.de>,\n# ",
"end": 1141,
"score": 0.9998841285705566,
"start": 1128,
"tag": "NAME",
"value": "Lukas M. Maas"
},
{
"context": "INGS IN THE SOFTWARE.\n#\n# Authors:... | Makefile | lmaas/sigmod2012contest | 1 | # Copyright (c) 2012 TU Dresden - Database Technology Group
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files
# (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modi... | 471122 | # Copyright (c) 2012 TU Dresden - Database Technology Group
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files
# (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modi... | true | # Copyright (c) 2012 TU Dresden - Database Technology Group
#
# Permission is hereby granted, free of charge, to any person obtaining
# a copy of this software and associated documentation files
# (the "Software"), to deal in the Software without restriction,
# including without limitation the rights to use, copy, modi... |
[
{
"context": "#\n# Copyright (c) 2001-2020 Julien Nadeau Carriere <vedge@csoft.net>\n# All rights reserved.\n#\n# Redi",
"end": 50,
"score": 0.9998586177825928,
"start": 28,
"tag": "NAME",
"value": "Julien Nadeau Carriere"
},
{
"context": "# Copyright (c) 2001-2020 Julien Nadeau Carr... | mk/build.man.mk | auzkok/libagar | 286 | #
# Copyright (c) 2001-2020 Julien Nadeau Carriere <vedge@csoft.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# noti... | 300872 | #
# Copyright (c) 2001-2020 <NAME> <<EMAIL>>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# notice, this list of conditi... | true | #
# Copyright (c) 2001-2020 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
# ... |
[
{
"context": "C = clang\nCFLAGS = -O2 -Wall -std=c89 -DTERMIOS\n\n# Mark Williams C on COHERENT\n#CC = cc\n#CFLAGS = -O\n\ns:\ts.o address",
"end": 166,
"score": 0.9987002611160278,
"start": 151,
"tag": "NAME",
"value": "Mark Williams C"
}
] | Makefile | decuser/s | 43 | # clang on OSX
#CC = clang
#CFLAGS = -O2 -Wall -Wextra -std=c89
# clang or gcc on Linux
#CC = gcc
CC = clang
CFLAGS = -O2 -Wall -std=c89 -DTERMIOS
# Mark Williams C on COHERENT
#CC = cc
#CFLAGS = -O
s: s.o address.o adjust.o Bman.o buffer.o commands.o \
keyboard.o lib.o operator.o screen.o Sman.o yank.o
$(CC) -o s... | 445482 | # clang on OSX
#CC = clang
#CFLAGS = -O2 -Wall -Wextra -std=c89
# clang or gcc on Linux
#CC = gcc
CC = clang
CFLAGS = -O2 -Wall -std=c89 -DTERMIOS
# <NAME> on COHERENT
#CC = cc
#CFLAGS = -O
s: s.o address.o adjust.o Bman.o buffer.o commands.o \
keyboard.o lib.o operator.o screen.o Sman.o yank.o
$(CC) -o s *.o
ins... | true | # clang on OSX
#CC = clang
#CFLAGS = -O2 -Wall -Wextra -std=c89
# clang or gcc on Linux
#CC = gcc
CC = clang
CFLAGS = -O2 -Wall -std=c89 -DTERMIOS
# PI:NAME:<NAME>END_PI on COHERENT
#CC = cc
#CFLAGS = -O
s: s.o address.o adjust.o Bman.o buffer.o commands.o \
keyboard.o lib.o operator.o screen.o Sman.o yank.o
$(CC)... |
[
{
"context": " 60\nDOS2UNIX_DATE = 2012-05-06\nDOS2UNIX_AUTHOR = 'Erwin Waterlander'\n",
"end": 114,
"score": 0.9998882412910461,
"start": 97,
"tag": "NAME",
"value": "Erwin Waterlander"
}
] | version.mk | tizenorg/platform.upstream.dos2unix | 6 | DOS2UNIX_VERSION = 6.0
DOS2UNIX_VERSION_SHORT = 60
DOS2UNIX_DATE = 2012-05-06
DOS2UNIX_AUTHOR = 'Erwin Waterlander'
| 260863 | DOS2UNIX_VERSION = 6.0
DOS2UNIX_VERSION_SHORT = 60
DOS2UNIX_DATE = 2012-05-06
DOS2UNIX_AUTHOR = '<NAME>'
| true | DOS2UNIX_VERSION = 6.0
DOS2UNIX_VERSION_SHORT = 60
DOS2UNIX_DATE = 2012-05-06
DOS2UNIX_AUTHOR = 'PI:NAME:<NAME>END_PI'
|
[
{
"context": "# This file is part of Oasis\n# https://github.com/znhv/polarity\n\n# Licensed under the MIT license:\n# htt",
"end": 54,
"score": 0.9995493292808533,
"start": 50,
"tag": "USERNAME",
"value": "znhv"
},
{
"context": "urce.org/licenses/MIT-license\n# Copyright (c) 2021 Bo... | Makefile | znhv/diffepy | 1 | # This file is part of Oasis
# https://github.com/znhv/polarity
# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT-license
# Copyright (c) 2021 Boris Zhenikhov
install:
@poetry install
@poetry build
python3 -m pip install dist/*.whl --force-reinstall
clean:
@rm -rf build dist .eggs *.egg-... | 443544 | # This file is part of Oasis
# https://github.com/znhv/polarity
# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT-license
# Copyright (c) 2021 <NAME>
install:
@poetry install
@poetry build
python3 -m pip install dist/*.whl --force-reinstall
clean:
@rm -rf build dist .eggs *.egg-info
@rm... | true | # This file is part of Oasis
# https://github.com/znhv/polarity
# Licensed under the MIT license:
# http://www.opensource.org/licenses/MIT-license
# Copyright (c) 2021 PI:NAME:<NAME>END_PI
install:
@poetry install
@poetry build
python3 -m pip install dist/*.whl --force-reinstall
clean:
@rm -rf build dist .eggs *... |
[
{
"context": "o\n\techo \"$(DOCKER_PASSWORD)\" | docker login -u \"$(DOCKER_USERNAME)\" --password-stdin\n\tdocker tag $(DOCKER_IMAGE_REP",
"end": 2884,
"score": 0.8721297383308411,
"start": 2869,
"tag": "USERNAME",
"value": "DOCKER_USERNAME"
},
{
"context": "D is not set)\nendif\n\t... | Makefile | swayz/go-spacemesh | 0 | BINARY := go-spacemesh
VERSION := 0.0.1
COMMIT = $(shell git rev-parse HEAD)
SHA = $(shell git rev-parse --short HEAD)
CURR_DIR = $(shell pwd)
CURR_DIR_WIN = $(shell cd)
BIN_DIR = $(CURR_DIR)/build
BIN_DIR_WIN = $(CUR_DIR_WIN)/build
export GO111MODULE = on
ifdef TRAVIS_BRANCH
BRANCH := $(TRAVIS_BRANCH)
else
BRANCH :... | 310845 | BINARY := go-spacemesh
VERSION := 0.0.1
COMMIT = $(shell git rev-parse HEAD)
SHA = $(shell git rev-parse --short HEAD)
CURR_DIR = $(shell pwd)
CURR_DIR_WIN = $(shell cd)
BIN_DIR = $(CURR_DIR)/build
BIN_DIR_WIN = $(CUR_DIR_WIN)/build
export GO111MODULE = on
ifdef TRAVIS_BRANCH
BRANCH := $(TRAVIS_BRANCH)
else
BRANCH :... | true | BINARY := go-spacemesh
VERSION := 0.0.1
COMMIT = $(shell git rev-parse HEAD)
SHA = $(shell git rev-parse --short HEAD)
CURR_DIR = $(shell pwd)
CURR_DIR_WIN = $(shell cd)
BIN_DIR = $(CURR_DIR)/build
BIN_DIR_WIN = $(CUR_DIR_WIN)/build
export GO111MODULE = on
ifdef TRAVIS_BRANCH
BRANCH := $(TRAVIS_BRANCH)
else
BRANCH :... |
[
{
"context": "# $NetBSD: Makefile,v 1.14 2021/05/03 19:01:08 pho Exp $\n\nDISTNAME=\tsemigroups-0.19.1\nPKGREVISION=\t2",
"end": 50,
"score": 0.9328712224960327,
"start": 47,
"tag": "USERNAME",
"value": "pho"
},
{
"context": "19.1\nPKGREVISION=\t2\nCATEGORIES=\tmath\n\nMAINTAINER=\tp... | source/pkgsrc/math/hs-semigroups/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.14 2021/05/03 19:01:08 pho Exp $
DISTNAME= semigroups-0.19.1
PKGREVISION= 2
CATEGORIES= math
MAINTAINER= pho@cielonegro.org
COMMENT= Anything that associates
LICENSE= 2-clause-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../devel/hs-tagged/b... | 20384 | # $NetBSD: Makefile,v 1.14 2021/05/03 19:01:08 pho Exp $
DISTNAME= semigroups-0.19.1
PKGREVISION= 2
CATEGORIES= math
MAINTAINER= <EMAIL>
COMMENT= Anything that associates
LICENSE= 2-clause-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../devel/hs-tagged/buildlink3.m... | true | # $NetBSD: Makefile,v 1.14 2021/05/03 19:01:08 pho Exp $
DISTNAME= semigroups-0.19.1
PKGREVISION= 2
CATEGORIES= math
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
COMMENT= Anything that associates
LICENSE= 2-clause-bsd
.include "../../mk/haskell.mk"
.include "../../devel/hs-hashable/buildlink3.mk"
.include "../../devel/hs-tagg... |
[
{
"context": ".ibiblio.org/pub/Linux/devel/lang/c/\n\nMAINTAINER=\tpkgsrc-users@NetBSD.org\n#HOMEPAGE=\tnone\nCOMMENT=\tMinimal perfect hashing ",
"end": 193,
"score": 0.9999125599861145,
"start": 170,
"tag": "EMAIL",
"value": "pkgsrc-users@NetBSD.org"
}
] | source/pkgsrc/devel/mph/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.7 2012/10/31 11:17:30 asau Exp $
#
DISTNAME= mph-1.2
CATEGORIES= devel
MASTER_SITES= http://www.ibiblio.org/pub/Linux/devel/lang/c/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= none
COMMENT= Minimal perfect hashing functionality
INSTALLATION_DIRS= bin share/doc
do-install:
for i in emitc ... | 479921 | # $NetBSD: Makefile,v 1.7 2012/10/31 11:17:30 asau Exp $
#
DISTNAME= mph-1.2
CATEGORIES= devel
MASTER_SITES= http://www.ibiblio.org/pub/Linux/devel/lang/c/
MAINTAINER= <EMAIL>
#HOMEPAGE= none
COMMENT= Minimal perfect hashing functionality
INSTALLATION_DIRS= bin share/doc
do-install:
for i in emitc mph mphm; do \
... | true | # $NetBSD: Makefile,v 1.7 2012/10/31 11:17:30 asau Exp $
#
DISTNAME= mph-1.2
CATEGORIES= devel
MASTER_SITES= http://www.ibiblio.org/pub/Linux/devel/lang/c/
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
#HOMEPAGE= none
COMMENT= Minimal perfect hashing functionality
INSTALLATION_DIRS= bin share/doc
do-install:
for i in emitc m... |
[
{
"context": "#\n# Quake2 Makefile for Linux 2.0\n#\n# Nov '97 by Zoid <zoid@idsoftware.com>\n#\n# ELF only\n#\n#\n# Modified",
"end": 53,
"score": 0.8922773599624634,
"start": 49,
"tag": "NAME",
"value": "Zoid"
},
{
"context": "uake2 Makefile for Linux 2.0\n#\n# Nov '97 by Zoid <zoi... | Makefile | AimHere/thirty-flights-of-linux | 3 | #
# Quake2 Makefile for Linux 2.0
#
# Nov '97 by Zoid <zoid@idsoftware.com>
#
# ELF only
#
#
# Modified by QuDos at http://qudos.quakedev.com
#
# Check OS type.
OSTYPE := $(shell uname -s)
# this nice line comes from the linux kernel makefile
#ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc/ -e s/spar... | 571939 | #
# Quake2 Makefile for Linux 2.0
#
# Nov '97 by <NAME> <<EMAIL>>
#
# ELF only
#
#
# Modified by QuDos at http://qudos.quakedev.com
#
# Check OS type.
OSTYPE := $(shell uname -s)
# this nice line comes from the linux kernel makefile
#ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun4u/sparc/ -e s/sparc64/sparc/... | true | #
# Quake2 Makefile for Linux 2.0
#
# Nov '97 by PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# ELF only
#
#
# Modified by QuDos at http://qudos.quakedev.com
#
# Check OS type.
OSTYPE := $(shell uname -s)
# this nice line comes from the linux kernel makefile
#ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/sun... |
[
{
"context": "at use (GNU) make to build\n#\n# Copyright (C) 2013 Tomas Abrahamsson\n#\n# Author: Tomas Abrahamsson <tab@lysator.liu.se",
"end": 107,
"score": 0.9998769760131836,
"start": 90,
"tag": "NAME",
"value": "Tomas Abrahamsson"
},
{
"context": " Copyright (C) 2013 Tomas Abr... | _build/default/plugins/gpb/Makefile | jaye-su/exercise | 0 | #
# Makefile for gpb -- for projects that use (GNU) make to build
#
# Copyright (C) 2013 Tomas Abrahamsson
#
# Author: Tomas Abrahamsson <tab@lysator.liu.se>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free... | 142087 | #
# Makefile for gpb -- for projects that use (GNU) make to build
#
# Copyright (C) 2013 <NAME>
#
# Author: <NAME> <<EMAIL>>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# ve... | true | #
# Makefile for gpb -- for projects that use (GNU) make to build
#
# Copyright (C) 2013 PI:NAME:<NAME>END_PI
#
# Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published b... |
[
{
"context": "# Created by: Matt Lancereau <matt@rimasec.net>\n# $FreeBSD: head/x11-wm/xfce4-",
"end": 28,
"score": 0.9998646378517151,
"start": 14,
"tag": "NAME",
"value": "Matt Lancereau"
},
{
"context": "# Created by: Matt Lancereau <matt@rimasec.net>\n# $FreeBSD: head/x11-wm/xfce... | x11-wm/xfce4-session/Makefile | OlivierDuchateau/FreeBSD-XFCE-4.15 | 0 | # Created by: Matt Lancereau <matt@rimasec.net>
# $FreeBSD: head/x11-wm/xfce4-session/Makefile 529826 2020-03-29 19:10:07Z madpilot $
PORTNAME= xfce4-session
PORTVERSION= 4.16.0
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Xfce's session manager
LICENSE= GPLv2
... | 214494 | # Created by: <NAME> <<EMAIL>>
# $FreeBSD: head/x11-wm/xfce4-session/Makefile 529826 2020-03-29 19:10:07Z madpilot $
PORTNAME= xfce4-session
PORTVERSION= 4.16.0
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= <EMAIL>
COMMENT= Xfce's session manager
LICENSE= GPLv2
BUILD_DEPENDS= iceauth:x11... | true | # Created by: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# $FreeBSD: head/x11-wm/xfce4-session/Makefile 529826 2020-03-29 19:10:07Z madpilot $
PORTNAME= xfce4-session
PORTVERSION= 4.16.0
CATEGORIES= x11-wm xfce
MASTER_SITES= XFCE
DIST_SUBDIR= xfce4
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
COMMENT= Xfce's session manager... |
[
{
"context": "\n#\n# (c) 2016 by the author(s)\n#\n# Author(s):\n# Andre Richter, andre.richter@tum.de\n#\n\n# Specify the target fil",
"end": 89,
"score": 0.9998674392700195,
"start": 76,
"tag": "NAME",
"value": "Andre Richter"
},
{
"context": "y the author(s)\n#\n# Author(s):\n#... | Makefile | ROW6/easy-pci-mmap | 6 | # -*- coding: utf-8 -*-
#
#
# (c) 2016 by the author(s)
#
# Author(s):
# Andre Richter, andre.richter@tum.de
#
# Specify the target file and the install directory
CC=g++
CFLAGS=-std=c++11 -pedantic -Wall -O3
LIB=libperf_iso.a
OBJS = utility.o pci_mmap.o
all: $(LIB)
$(LIB): utility.o pci_mmap.o
ar rcs $@ $^
ranl... | 391451 | # -*- coding: utf-8 -*-
#
#
# (c) 2016 by the author(s)
#
# Author(s):
# <NAME>, <EMAIL>
#
# Specify the target file and the install directory
CC=g++
CFLAGS=-std=c++11 -pedantic -Wall -O3
LIB=libperf_iso.a
OBJS = utility.o pci_mmap.o
all: $(LIB)
$(LIB): utility.o pci_mmap.o
ar rcs $@ $^
ranlib $@
utility.o: ut... | true | # -*- coding: utf-8 -*-
#
#
# (c) 2016 by the author(s)
#
# Author(s):
# PI:NAME:<NAME>END_PI, PI:EMAIL:<EMAIL>END_PI
#
# Specify the target file and the install directory
CC=g++
CFLAGS=-std=c++11 -pedantic -Wall -O3
LIB=libperf_iso.a
OBJS = utility.o pci_mmap.o
all: $(LIB)
$(LIB): utility.o pci_mmap.o
ar rcs $@... |
[
{
"context": "# Makefile to install and setup JBoss\n# Author: Satoru SATOH <ssato @ redhat.com>\n# License: MIT\n#\nWORKDIR ?= ",
"end": 60,
"score": 0.9998604655265808,
"start": 48,
"tag": "NAME",
"value": "Satoru SATOH"
},
{
"context": "o install and setup JBoss\n# Author: Satoru ... | autoinstall.d/data/jboss/Makefile | masatake/miniascape-templates | 0 | # Makefile to install and setup JBoss
# Author: Satoru SATOH <ssato @ redhat.com>
# License: MIT
#
WORKDIR ?= /root/setup
JBOSS_CONF_DIR ?= /etc/jbossas/domain
FULL_UPDATE ?= no
#
# Prepare activation keys which required software channels below
# to install JBoss RPMs from RHN.
#
# Required software channels: jbappp... | 438130 | # Makefile to install and setup JBoss
# Author: <NAME> <<EMAIL>>
# License: MIT
#
WORKDIR ?= /root/setup
JBOSS_CONF_DIR ?= /etc/jbossas/domain
FULL_UPDATE ?= no
#
# Prepare activation keys which required software channels below
# to install JBoss RPMs from RHN.
#
# Required software channels: jbappplatform-6-x86_64-... | true | # Makefile to install and setup JBoss
# Author: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# License: MIT
#
WORKDIR ?= /root/setup
JBOSS_CONF_DIR ?= /etc/jbossas/domain
FULL_UPDATE ?= no
#
# Prepare activation keys which required software channels below
# to install JBoss RPMs from RHN.
#
# Required software chan... |
[
{
"context": "TES=\t${MASTER_SITE_PERL_CPAN:=Data/}\n\nMAINTAINER=\tabs@NetBSD.org\nHOMEPAGE=\thttps://metacpan.org/release/Data-Dump\n",
"end": 204,
"score": 0.9999282956123352,
"start": 190,
"tag": "EMAIL",
"value": "abs@NetBSD.org"
}
] | source/pkgsrc/devel/p5-Data-Dump/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.25 2021/07/06 08:20:28 wen Exp $
DISTNAME= Data-Dump-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= abs@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Data-Dump
COMMENT= Pretty printing of data structures
LICENSE= ${PERL5_LICEN... | 136831 | # $NetBSD: Makefile,v 1.25 2021/07/06 08:20:28 wen Exp $
DISTNAME= Data-Dump-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= <EMAIL>
HOMEPAGE= https://metacpan.org/release/Data-Dump
COMMENT= Pretty printing of data structures
LICENSE= ${PERL5_LICENSE}
US... | true | # $NetBSD: Makefile,v 1.25 2021/07/06 08:20:28 wen Exp $
DISTNAME= Data-Dump-1.25
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/}
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= https://metacpan.org/release/Data-Dump
COMMENT= Pretty printing of data structures
LICENSE= ${PER... |
[
{
"context": ")\r\nEXAMPLE := activiti-cloud-full-example\r\nname := example\r\ndomain := REPLACEME\r\n\r\n.PHONY: ;\r\n\r\nall: \r\n\t@ech",
"end": 144,
"score": 0.9140920639038086,
"start": 137,
"tag": "NAME",
"value": "example"
}
] | Makefile | dinezra/activiti-cloud-charts | 0 | CURRENT=$(shell pwd)
OS := $(shell uname)
CHARTS := $(shell ls -d */ | cut -f1 -d'/')
EXAMPLE := activiti-cloud-full-example
name := example
domain := REPLACEME
.PHONY: ;
all:
@echo No targets provided. Nothing to do.
init:
helm repo add activiti-cloud-helm-charts https://activiti.github.io/activiti-... | 260556 | CURRENT=$(shell pwd)
OS := $(shell uname)
CHARTS := $(shell ls -d */ | cut -f1 -d'/')
EXAMPLE := activiti-cloud-full-example
name := <NAME>
domain := REPLACEME
.PHONY: ;
all:
@echo No targets provided. Nothing to do.
init:
helm repo add activiti-cloud-helm-charts https://activiti.github.io/activiti-c... | true | CURRENT=$(shell pwd)
OS := $(shell uname)
CHARTS := $(shell ls -d */ | cut -f1 -d'/')
EXAMPLE := activiti-cloud-full-example
name := PI:NAME:<NAME>END_PI
domain := REPLACEME
.PHONY: ;
all:
@echo No targets provided. Nothing to do.
init:
helm repo add activiti-cloud-helm-charts https://activiti.github... |
[
{
"context": "# Written by Aaron Barge\nCC = g++\nOUTPUT_BUILD = ./build/run\nPUZZLE = puzz",
"end": 24,
"score": 0.9998927712440491,
"start": 13,
"tag": "NAME",
"value": "Aaron Barge"
}
] | Makefile | AaronTheNerd/WordSearchGenerator | 0 | # Written by Aaron Barge
CC = g++
OUTPUT_BUILD = ./build/run
PUZZLE = puzzle.txt
CFLAGS = -O3 -o $(OUTPUT_BUILD)
SEED = 0
random: src/main.cpp src/word_search.hpp
$(CC) $(CFLAGS) src/main.cpp
$(OUTPUT_BUILD) > $(PUZZLE)
set_seed: src/main.cpp src/word_search.hpp
$(CC) $(CFLAGS) src/main.cpp
$(OUTPUT_BUILD) $(SEED... | 40715 | # Written by <NAME>
CC = g++
OUTPUT_BUILD = ./build/run
PUZZLE = puzzle.txt
CFLAGS = -O3 -o $(OUTPUT_BUILD)
SEED = 0
random: src/main.cpp src/word_search.hpp
$(CC) $(CFLAGS) src/main.cpp
$(OUTPUT_BUILD) > $(PUZZLE)
set_seed: src/main.cpp src/word_search.hpp
$(CC) $(CFLAGS) src/main.cpp
$(OUTPUT_BUILD) $(SEED) > $... | true | # Written by PI:NAME:<NAME>END_PI
CC = g++
OUTPUT_BUILD = ./build/run
PUZZLE = puzzle.txt
CFLAGS = -O3 -o $(OUTPUT_BUILD)
SEED = 0
random: src/main.cpp src/word_search.hpp
$(CC) $(CFLAGS) src/main.cpp
$(OUTPUT_BUILD) > $(PUZZLE)
set_seed: src/main.cpp src/word_search.hpp
$(CC) $(CFLAGS) src/main.cpp
$(OUTPUT_BUIL... |
[
{
"context": "ftp.ecf.toronto.edu/pub/plan9/matty/\n\nMAINTAINER=\tpkgsrc-users@NetBSD.org\nCOMMENT=\tThese are the UNICODE fonts for use with",
"end": 242,
"score": 0.999861478805542,
"start": 219,
"tag": "EMAIL",
"value": "pkgsrc-users@NetBSD.org"
}
] | source/pkgsrc/fonts/Xg/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.30 2021/04/21 08:04:14 wiz Exp $
DISTNAME= libXg.utf.fonts
PKGNAME= libXgFonts-1.0
PKGREVISION= 4
CATEGORIES= fonts plan9
MASTER_SITES= # ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= These are the UNICODE fonts for use with 9term and sam
WRKSRC= ${W... | 281454 | # $NetBSD: Makefile,v 1.30 2021/04/21 08:04:14 wiz Exp $
DISTNAME= libXg.utf.fonts
PKGNAME= libXgFonts-1.0
PKGREVISION= 4
CATEGORIES= fonts plan9
MASTER_SITES= # ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= <EMAIL>
COMMENT= These are the UNICODE fonts for use with 9term and sam
WRKSRC= ${WRKDIR}
NO_BUILD=... | true | # $NetBSD: Makefile,v 1.30 2021/04/21 08:04:14 wiz Exp $
DISTNAME= libXg.utf.fonts
PKGNAME= libXgFonts-1.0
PKGREVISION= 4
CATEGORIES= fonts plan9
MASTER_SITES= # ftp://ftp.ecf.toronto.edu/pub/plan9/matty/
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
COMMENT= These are the UNICODE fonts for use with 9term and sam
WRKSRC= ${WR... |
[
{
"context": "Description : jfx lib Makefile.\n## Author : Jongkap Jeong (jongkap@mail.com)\n##\n## Copyright (C) Jongkap Je",
"end": 83,
"score": 0.9998704791069031,
"start": 70,
"tag": "NAME",
"value": "Jongkap Jeong"
},
{
"context": "fx lib Makefile.\n## Author : Jong... | src/Makefile | jongkap/libjfx | 0 | ## Makefile
##
## Description : jfx lib Makefile.
## Author : Jongkap Jeong (jongkap@mail.com)
##
## Copyright (C) Jongkap Jeong, Ltd. All Rights Reserved.
##
###############################################################################
VERSION = 12
PRJ_PATH = ..
INC_PATH = $(PRJ_PATH)/include
LIB_PATH = $(... | 618006 | ## Makefile
##
## Description : jfx lib Makefile.
## Author : <NAME> (<EMAIL>)
##
## Copyright (C) Jongkap Jeong, Ltd. All Rights Reserved.
##
###############################################################################
VERSION = 12
PRJ_PATH = ..
INC_PATH = $(PRJ_PATH)/include
LIB_PATH = $(PRJ_PATH)/lib64
... | true | ## Makefile
##
## Description : jfx lib Makefile.
## Author : PI:NAME:<NAME>END_PI (PI:EMAIL:<EMAIL>END_PI)
##
## Copyright (C) Jongkap Jeong, Ltd. All Rights Reserved.
##
###############################################################################
VERSION = 12
PRJ_PATH = ..
INC_PATH = $(PRJ_PATH)/include
... |
[
{
"context": "# \n# Copyright (c) 2011-2012, John D. Blair <jdb@moship.net>\n# All rights reserved.\n# \n# Redi",
"end": 43,
"score": 0.9998041391372681,
"start": 30,
"tag": "NAME",
"value": "John D. Blair"
},
{
"context": "# \n# Copyright (c) 2011-2012, John D. Blair <jdb@moship.net... | sunspec/models/smdx/Makefile | RushikeshAgashe/data_logging_app | 17 | #
# Copyright (c) 2011-2012, John D. Blair <jdb@moship.net>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this... | 533320 | #
# Copyright (c) 2011-2012, <NAME> <<EMAIL>>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
# notice, this list of condi... | true | #
# Copyright (c) 2011-2012, PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
#
# * Redistributions of source code must retain the above copyright
#... |
[
{
"context": "# copyright John Maddock 2012\n# Distributed under the Boost Software Licen",
"end": 24,
"score": 0.9997946619987488,
"start": 12,
"tag": "NAME",
"value": "John Maddock"
}
] | 3rdParty/boost/1.71.0/libs/multiprecision/test/coverage/Makefile | rajeev02101987/arangodb | 12,278 | # copyright John Maddock 2012
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt.
SOURCES=\
../../../../boost/multiprecision/mpfr.hpp\
../../../../boost/multiprecision/tommath.hpp\
../../../../boost/multiprecision/n... | 226881 | # copyright <NAME> 2012
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt.
SOURCES=\
../../../../boost/multiprecision/mpfr.hpp\
../../../../boost/multiprecision/tommath.hpp\
../../../../boost/multiprecision/number.... | true | # copyright PI:NAME:<NAME>END_PI 2012
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt.
SOURCES=\
../../../../boost/multiprecision/mpfr.hpp\
../../../../boost/multiprecision/tommath.hpp\
../../../../boost/multipre... |
[
{
"context": "#\n# Copyright (c) 2014 Rafael Vega <rvega@elsoftwarehamuerto.org>\n# \n# BSD Simplifie",
"end": 34,
"score": 0.9998859167098999,
"start": 23,
"tag": "NAME",
"value": "Rafael Vega"
},
{
"context": "#\n# Copyright (c) 2014 Rafael Vega <rvega@elsoftwarehamuerto.org>\n# \n... | android/PdCore/src/main/jni/libpd/samples/cpp/pdtest_rtaudio/Makefile | Tiltification/sonic-tilt | 5 | #
# Copyright (c) 2014 Rafael Vega <rvega@elsoftwarehamuerto.org>
#
# BSD Simplified License.
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
# WARRANTIES, see the file, "LICENSE.txt," in this distribution.
#
# See https://github.com/libpd/libpd for documentation
#
# detect platform, move ... | 157143 | #
# Copyright (c) 2014 <NAME> <<EMAIL>>
#
# BSD Simplified License.
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
# WARRANTIES, see the file, "LICENSE.txt," in this distribution.
#
# See https://github.com/libpd/libpd for documentation
#
# detect platform, move libpd dylib to local folde... | true | #
# Copyright (c) 2014 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# BSD Simplified License.
# For information on usage and redistribution, and for a DISCLAIMER OF ALL
# WARRANTIES, see the file, "LICENSE.txt," in this distribution.
#
# See https://github.com/libpd/libpd for documentation
#
# detect platform, mo... |
[
{
"context": "=${TF_STATE_S3}\" -backend-config=\"key=redis/redis-cluster-mode-disabled-target-primary-replica.tfstate\"\n\nge",
"end": 178,
"score": 0.5228086709976196,
"start": 171,
"tag": "KEY",
"value": "cluster"
}
] | examples/complete/redis_cluster_mode_disabled_target_primary_replica/Makefile | saurabh-hirani/terraform-aws-elasticache-redis | 1 | .PHONY: all get plan apply destroy
all: init get plan apply
init:
terraform init -backend=true -backend-config="bucket=${TF_STATE_S3}" -backend-config="key=redis/redis-cluster-mode-disabled-target-primary-replica.tfstate"
get:
terraform get
plan:
terraform plan -var-file=../common.tfvars
apply:
terraform apply... | 111488 | .PHONY: all get plan apply destroy
all: init get plan apply
init:
terraform init -backend=true -backend-config="bucket=${TF_STATE_S3}" -backend-config="key=redis/redis-<KEY>-mode-disabled-target-primary-replica.tfstate"
get:
terraform get
plan:
terraform plan -var-file=../common.tfvars
apply:
terraform apply -... | true | .PHONY: all get plan apply destroy
all: init get plan apply
init:
terraform init -backend=true -backend-config="bucket=${TF_STATE_S3}" -backend-config="key=redis/redis-PI:KEY:<KEY>END_PI-mode-disabled-target-primary-replica.tfstate"
get:
terraform get
plan:
terraform plan -var-file=../common.tfvars
apply:
terr... |
[
{
"context": "#\r\n# Makefile for sample program.\r\n#\r\n# Author: Rick Coogle, PhD\r\n#\r\n\r\nprogram=test_queue\r\nsource=chaos_queue",
"end": 59,
"score": 0.9998719692230225,
"start": 48,
"tag": "NAME",
"value": "Rick Coogle"
}
] | Makefile | yohshee/chaos_queue | 0 | #
# Makefile for sample program.
#
# Author: Rick Coogle, PhD
#
program=test_queue
source=chaos_queue.c main.c
objs=$(source:%.c=%.o)
$(program): $(objs)
$(CC) -o $(program) $(objs)
%.o : %.c
$(CC) -c $(CFLAGS) $< -o $@
| 482793 | #
# Makefile for sample program.
#
# Author: <NAME>, PhD
#
program=test_queue
source=chaos_queue.c main.c
objs=$(source:%.c=%.o)
$(program): $(objs)
$(CC) -o $(program) $(objs)
%.o : %.c
$(CC) -c $(CFLAGS) $< -o $@
| true | #
# Makefile for sample program.
#
# Author: PI:NAME:<NAME>END_PI, PhD
#
program=test_queue
source=chaos_queue.c main.c
objs=$(source:%.c=%.o)
$(program): $(objs)
$(CC) -o $(program) $(objs)
%.o : %.c
$(CC) -c $(CFLAGS) $< -o $@
|
[
{
"context": "-----------------------\n# \tCopyright (C) 2016 \t Román Arranz Guerrero \tUniversity of Granada\n# -----------------------",
"end": 223,
"score": 0.9998704195022583,
"start": 202,
"tag": "NAME",
"value": "Román Arranz Guerrero"
},
{
"context": "do licencia...\"\n\t... | P2/Makefile | romanarranz/PPR | 3 | ###############################################################################
#
# Makefile
# -----------------------------------------------------------------------------
# Copyright (C) 2016 Román Arranz Guerrero University of Granada
# ----------------------------------------------------------------------... | 507047 | ###############################################################################
#
# Makefile
# -----------------------------------------------------------------------------
# Copyright (C) 2016 <NAME> University of Granada
# -----------------------------------------------------------------------------
# Th... | true | ###############################################################################
#
# Makefile
# -----------------------------------------------------------------------------
# Copyright (C) 2016 PI:NAME:<NAME>END_PI University of Granada
# -----------------------------------------------------------------------... |
[
{
"context": "le\n# Version : 0.3\n# Author : Eldar Abusalimov, Anton Kozlov\n# About : Mybuild confi",
"end": 194,
"score": 0.9998664259910583,
"start": 178,
"tag": "NAME",
"value": "Eldar Abusalimov"
},
{
"context": " : 0.3\n# Author ... | mk/mybuild/configfile-tables.mk | nikitavlaev/embox | 809 | # Generated by GOLD Parser Builder using Mybuild program template. Do not edit!
# Grammar info:
# Name : ConfigFile
# Version : 0.3
# Author : Eldar Abusalimov, Anton Kozlov
# About : Mybuild configuration file
# Case Sensitive : True
# Start Symbol : 25
ifndef go... | 371809 | # Generated by GOLD Parser Builder using Mybuild program template. Do not edit!
# Grammar info:
# Name : ConfigFile
# Version : 0.3
# Author : <NAME>, <NAME>
# About : Mybuild configuration file
# Case Sensitive : True
# Start Symbol : 25
ifndef gold_grammar
$(err... | true | # Generated by GOLD Parser Builder using Mybuild program template. Do not edit!
# Grammar info:
# Name : ConfigFile
# Version : 0.3
# Author : PI:NAME:<NAME>END_PI, PI:NAME:<NAME>END_PI
# About : Mybuild configuration file
# Case Sensitive : True
# Start Symbol : 2... |
[
{
"context": ".org/licenses/ISC.html\n#\n# Copyright (C) 2003-2004 E. Will, et al.\n# Copyright (C) 2015-2016 Atheme Developm",
"end": 113,
"score": 0.9997861385345459,
"start": 106,
"tag": "NAME",
"value": "E. Will"
}
] | modules/hostserv/Makefile | dwfreed/atheme | 0 | # SPDX-License-Identifier: ISC
# SPDX-URL: https://spdx.org/licenses/ISC.html
#
# Copyright (C) 2003-2004 E. Will, et al.
# Copyright (C) 2015-2016 Atheme Development Group <http://atheme.github.io>
MODULE = hostserv
SRCS = \
drop.c \
group.c \
help.c \
main.c \
offer.c \
onoff.c \
request.c \
vhost... | 647014 | # SPDX-License-Identifier: ISC
# SPDX-URL: https://spdx.org/licenses/ISC.html
#
# Copyright (C) 2003-2004 <NAME>, et al.
# Copyright (C) 2015-2016 Atheme Development Group <http://atheme.github.io>
MODULE = hostserv
SRCS = \
drop.c \
group.c \
help.c \
main.c \
offer.c \
onoff.c \
request.c \
vhost.... | true | # SPDX-License-Identifier: ISC
# SPDX-URL: https://spdx.org/licenses/ISC.html
#
# Copyright (C) 2003-2004 PI:NAME:<NAME>END_PI, et al.
# Copyright (C) 2015-2016 Atheme Development Group <http://atheme.github.io>
MODULE = hostserv
SRCS = \
drop.c \
group.c \
help.c \
main.c \
offer.c \
onoff.c \
reque... |
[
{
"context": " +:+ +:+ +:+ #\n# By: mlazzare <mlazzare@student.s19.be> +#+ +:+ ",
"end": 422,
"score": 0.9996559619903564,
"start": 414,
"tag": "USERNAME",
"value": "mlazzare"
},
{
"context": " +:+ +:+ +:+ #\n# By: mlazz... | Makefile | m3zh/mnsh | 0 | # **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: ... | 207239 | # **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: ... | true | # **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: ... |
[
{
"context": "#############\n## @file classes/setup.mk\n## @author Y.M. Morgan\n## @date 2016/03/09\n##\n## Setup module classes.\n#",
"end": 128,
"score": 0.9998571276664734,
"start": 117,
"tag": "NAME",
"value": "Y.M. Morgan"
}
] | classes/setup.mk | Parrot-Developers/alchemy | 17 | ###############################################################################
## @file classes/setup.mk
## @author Y.M. Morgan
## @date 2016/03/09
##
## Setup module classes.
###############################################################################
# Internal module classes
_classes_internal := \
EXECUTABLE \... | 212526 | ###############################################################################
## @file classes/setup.mk
## @author <NAME>
## @date 2016/03/09
##
## Setup module classes.
###############################################################################
# Internal module classes
_classes_internal := \
EXECUTABLE \
SHA... | true | ###############################################################################
## @file classes/setup.mk
## @author PI:NAME:<NAME>END_PI
## @date 2016/03/09
##
## Setup module classes.
###############################################################################
# Internal module classes
_classes_internal := \
EXE... |
[
{
"context": "$(findstring Linux, $(shell uname -s))\nGPG_KEY := 7F2F1BB9\n\nSF_UPLOAD_ROOT := ronys@frs.sourceforge.net:/hom",
"end": 63,
"score": 0.9993204474449158,
"start": 55,
"tag": "KEY",
"value": "7F2F1BB9"
},
{
"context": " uname -s))\nGPG_KEY := 7F2F1BB9\n\nSF_UPLOAD_ROOT :... | Makefile | Kreyren/forkless-pwsafe | 0 | OS:= $(findstring Linux, $(shell uname -s))
GPG_KEY := 7F2F1BB9
SF_UPLOAD_ROOT := ronys@frs.sourceforge.net:/home/frs/project/p/pa/passwordsafe
.PHONY: all build test clean
all:
@ $(error Invalid argument)
@ exit 2
install-deps:
@ Misc/name-me.sh
test-nameme-all: test-nameme-*
test-nameme-debian:
@ sudo docke... | 454812 | OS:= $(findstring Linux, $(shell uname -s))
GPG_KEY := <KEY>
SF_UPLOAD_ROOT := <EMAIL>:/home/frs/project/p/pa/passwordsafe
.PHONY: all build test clean
all:
@ $(error Invalid argument)
@ exit 2
install-deps:
@ Misc/name-me.sh
test-nameme-all: test-nameme-*
test-nameme-debian:
@ sudo docker run debian sh -c 'a... | true | OS:= $(findstring Linux, $(shell uname -s))
GPG_KEY := PI:KEY:<KEY>END_PI
SF_UPLOAD_ROOT := PI:EMAIL:<EMAIL>END_PI:/home/frs/project/p/pa/passwordsafe
.PHONY: all build test clean
all:
@ $(error Invalid argument)
@ exit 2
install-deps:
@ Misc/name-me.sh
test-nameme-all: test-nameme-*
test-nameme-debian:
@ sud... |
[
{
"context": "#\n# Copyright (c) 2011 Michael Smith, All Rights Reserved\n#\n# Redistribution and use i",
"end": 36,
"score": 0.9965583682060242,
"start": 23,
"tag": "NAME",
"value": "Michael Smith"
}
] | Firmware/include/rules.mk | chikum/SiK | 0 | #
# Copyright (c) 2011 Michael Smith, All Rights Reserved
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# o Redistributions of source code must retain the above copyright
# notice, this list of conditions and... | 585474 | #
# Copyright (c) 2011 <NAME>, All Rights Reserved
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# o Redistributions of source code must retain the above copyright
# notice, this list of conditions and the fo... | true | #
# Copyright (c) 2011 PI:NAME:<NAME>END_PI, All Rights Reserved
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
#
# o Redistributions of source code must retain the above copyright
# notice, this list of conditi... |
[
{
"context": "#\n# MIT License\n#\n# Copyright (c) 2022 Da'Jour J. Christophe. All rights reserved.\n# Copyright (c) 2022 Harpon",
"end": 60,
"score": 0.999832808971405,
"start": 39,
"tag": "NAME",
"value": "Da'Jour J. Christophe"
}
] | Makefile | Harpont/sencillez | 1 | #
# MIT License
#
# Copyright (c) 2022 Da'Jour J. Christophe. All rights reserved.
# Copyright (c) 2022 Harpont, Inc. All rights reserved.
#
#
# Constants
#
PWD := $(shell pwd)
#
# Programs
#
CC := $(shell which gcc)
#
# Directories
#
SRCDIR := $(PWD)/examples/
#
# Flags
#
CFLAGS := -std=gnu99 -I$(PWD) -O0 -DNDEBU... | 476805 | #
# MIT License
#
# Copyright (c) 2022 <NAME>. All rights reserved.
# Copyright (c) 2022 Harpont, Inc. All rights reserved.
#
#
# Constants
#
PWD := $(shell pwd)
#
# Programs
#
CC := $(shell which gcc)
#
# Directories
#
SRCDIR := $(PWD)/examples/
#
# Flags
#
CFLAGS := -std=gnu99 -I$(PWD) -O0 -DNDEBUG -Wall -Wextra... | true | #
# MIT License
#
# Copyright (c) 2022 PI:NAME:<NAME>END_PI. All rights reserved.
# Copyright (c) 2022 Harpont, Inc. All rights reserved.
#
#
# Constants
#
PWD := $(shell pwd)
#
# Programs
#
CC := $(shell which gcc)
#
# Directories
#
SRCDIR := $(PWD)/examples/
#
# Flags
#
CFLAGS := -std=gnu99 -I$(PWD) -O0 -DNDEBUG... |
[
{
"context": ",$(MAKECMDGOALS))\n$(eval $(VIP):;@:)\nendif\nVIP ?= 172.28.128.1\n\nSHELL = bash\n\nBLOCK_PATH ?= $(HOME)/work\n\nmkfile",
"end": 146,
"score": 0.9997585415840149,
"start": 134,
"tag": "IP_ADDRESS",
"value": "172.28.128.1"
},
{
"context": "buntu.tar\n\n/config/ssh/auth... | Makefile | bhfsystem/ubuntu | 0 | ifeq (nih,$(firstword $(MAKECMDGOALS)))
VIP := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
$(eval $(VIP):;@:)
endif
VIP ?= 172.28.128.1
SHELL = bash
BLOCK_PATH ?= $(HOME)/work
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(patsubst %/,%,$(dir $(mkfile_path)))
docker_host = $(shel... | 413373 | ifeq (nih,$(firstword $(MAKECMDGOALS)))
VIP := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
$(eval $(VIP):;@:)
endif
VIP ?= 172.28.128.1
SHELL = bash
BLOCK_PATH ?= $(HOME)/work
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(patsubst %/,%,$(dir $(mkfile_path)))
docker_host = $(shel... | true | ifeq (nih,$(firstword $(MAKECMDGOALS)))
VIP := $(wordlist 2,$(words $(MAKECMDGOALS)),$(MAKECMDGOALS))
$(eval $(VIP):;@:)
endif
VIP ?= 172.28.128.1
SHELL = bash
BLOCK_PATH ?= $(HOME)/work
mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
current_dir := $(patsubst %/,%,$(dir $(mkfile_path)))
docker_host = $(shel... |
[
{
"context": "s makefile is suitable for Borland C.\n# Written by Claus Gittinger\n\nCC= bcc32\n# You may need to adjust these cc opti",
"end": 95,
"score": 0.9998655319213867,
"start": 80,
"tag": "NAME",
"value": "Claus Gittinger"
}
] | build/stx/support/db/gdbm-1.8.3-cos2/bc.mak | GunterMueller/ST_STX_Fork | 1 | # Makefile for libgdbm
# This makefile is suitable for Borland C.
# Written by Claus Gittinger
CC= bcc32
# You may need to adjust these cc options:
# INCL=-Ic:\borland\bcc55\include -Ic:\programme\borland\bcc55\include -Ie:\programme\borland\bcc55\include -Ic:\tools\bcc55\include
INCL=-I. -I$(BCB)\include
CFLAGS=-DWI... | 26628 | # Makefile for libgdbm
# This makefile is suitable for Borland C.
# Written by <NAME>
CC= bcc32
# You may need to adjust these cc options:
# INCL=-Ic:\borland\bcc55\include -Ic:\programme\borland\bcc55\include -Ie:\programme\borland\bcc55\include -Ic:\tools\bcc55\include
INCL=-I. -I$(BCB)\include
CFLAGS=-DWIN32 -O2 -... | true | # Makefile for libgdbm
# This makefile is suitable for Borland C.
# Written by PI:NAME:<NAME>END_PI
CC= bcc32
# You may need to adjust these cc options:
# INCL=-Ic:\borland\bcc55\include -Ic:\programme\borland\bcc55\include -Ie:\programme\borland\bcc55\include -Ic:\tools\bcc55\include
INCL=-I. -I$(BCB)\include
CFLAGS... |
[
{
"context": " packages.\n# internal use only\n#\n# AUTHOR\n# Mihail Marian Nistor\n#\n# DATE\n# 2017-03-21\n#\n# LANGUAGE\n# make",
"end": 345,
"score": 0.999877393245697,
"start": 325,
"tag": "NAME",
"value": "Mihail Marian Nistor"
}
] | s32v234_sdk/build/nbuild/platforms/build-v234ce.mk | intesight/Panorama4AIWAYS | 0 | ##############################################################################
#
# Copyright 2017 NXP;
# ALL RIGHTS RESERVED.
#
##############################################################################
#
# CONTENT
# full featured Makefile for arm gcc using nbuild packages.
# internal use only
#
# AUTHOR
... | 82714 | ##############################################################################
#
# Copyright 2017 NXP;
# ALL RIGHTS RESERVED.
#
##############################################################################
#
# CONTENT
# full featured Makefile for arm gcc using nbuild packages.
# internal use only
#
# AUTHOR
... | true | ##############################################################################
#
# Copyright 2017 NXP;
# ALL RIGHTS RESERVED.
#
##############################################################################
#
# CONTENT
# full featured Makefile for arm gcc using nbuild packages.
# internal use only
#
# AUTHOR
... |
[
{
"context": "et dir instead of default '/'$(\\n)\t\tAUTHOR$(\\n)\t\t\tAnton Kozlov$(\\n)\t\n\n# .obj11@f065ff1a\n.obj11@f065ff1a := ELink",
"end": 4711,
"score": 0.9998666644096375,
"start": 4699,
"tag": "NAME",
"value": "Anton Kozlov"
}
] | mk/.cache/mybuild/files/src/cmds/sys/Install.my.mk | clinlfoundation/EMBOX | 2 | # Generated by GNU Make 4.2.1. Do not edit.
# PERSIST_OBJECTS:
# .obj1@f065ff1a
# .obj1@f065ff1a
.obj1@f065ff1a := MyFileResource
.obj1@f065ff1a.issues :=
.obj1@f065ff1a.contentsRoot := .obj20@f065ff1a
.obj1@f065ff1a.resourceSet :=
.obj1@f065ff1a.fileName := src/cmds/sys/Install.my
.obj1@f065ff1a.exports := \
em... | 460371 | # Generated by GNU Make 4.2.1. Do not edit.
# PERSIST_OBJECTS:
# .obj1@f065ff1a
# .obj1@f065ff1a
.obj1@f065ff1a := MyFileResource
.obj1@f065ff1a.issues :=
.obj1@f065ff1a.contentsRoot := .obj20@f065ff1a
.obj1@f065ff1a.resourceSet :=
.obj1@f065ff1a.fileName := src/cmds/sys/Install.my
.obj1@f065ff1a.exports := \
em... | true | # Generated by GNU Make 4.2.1. Do not edit.
# PERSIST_OBJECTS:
# .obj1@f065ff1a
# .obj1@f065ff1a
.obj1@f065ff1a := MyFileResource
.obj1@f065ff1a.issues :=
.obj1@f065ff1a.contentsRoot := .obj20@f065ff1a
.obj1@f065ff1a.resourceSet :=
.obj1@f065ff1a.fileName := src/cmds/sys/Install.my
.obj1@f065ff1a.exports := \
em... |
[
{
"context": "# $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $\nSUBDIR = nvi recover\n.include <bsd.su",
"end": 48,
"score": 0.6689985394477844,
"start": 46,
"tag": "NAME",
"value": "ch"
},
{
"context": "# $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $\nSUBDIR... | external/bsd/nvi/usr.bin/Makefile | calmsacibis995/minix | 0 | # $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 christos Exp $
SUBDIR = nvi recover
.include <bsd.subdir.mk>
| 187253 | # $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 <NAME>rist<NAME> Exp $
SUBDIR = nvi recover
.include <bsd.subdir.mk>
| true | # $NetBSD: Makefile,v 1.1 2013/11/22 16:00:45 PI:NAME:<NAME>END_PIristPI:NAME:<NAME>END_PI Exp $
SUBDIR = nvi recover
.include <bsd.subdir.mk>
|
[
{
"context": "#\n# Copyright (C) 2021 @lmahmutov (https://smartgateway.ru/)\n#\n# This is free softw",
"end": 33,
"score": 0.9994651675224304,
"start": 23,
"tag": "USERNAME",
"value": "@lmahmutov"
},
{
"context": "44d40cd5defc69c88eeaac0527a28795\n\nPKG_MAINTAINER:=Lenar Mahmutov <le... | python-packages/python-ha-zeroconf/Makefile | lmahmutov/SGW-Homeassistant | 10 | #
# Copyright (C) 2021 @lmahmutov (https://smartgateway.ru/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ha-zeroconf
PKG_VERSION:=0.38.6
PKG_RELEASE:=1
PYPI_NAME:=zeroconf
PKG_HASH:=c98f87a9145c58ad544... | 648324 | #
# Copyright (C) 2021 @lmahmutov (https://smartgateway.ru/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ha-zeroconf
PKG_VERSION:=0.38.6
PKG_RELEASE:=1
PYPI_NAME:=zeroconf
PKG_HASH:=c98f87a9145c58ad544... | true | #
# Copyright (C) 2021 @lmahmutov (https://smartgateway.ru/)
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=python-ha-zeroconf
PKG_VERSION:=0.38.6
PKG_RELEASE:=1
PYPI_NAME:=zeroconf
PKG_HASH:=c98f87a9145c58ad544... |
[
{
"context": " +:+ +:+ +:+ #\n# By: julekgwa <marvin@42.fr> +#+ +:+ ",
"end": 422,
"score": 0.9997367262840271,
"start": 414,
"tag": "USERNAME",
"value": "julekgwa"
},
{
"context": " +:+ +:+ +:+ #\n# By: julek... | Makefile | julekgwa/minishell | 0 | # **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: ... | 300915 | # **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: ... | true | # **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: ... |
[
{
"context": "# Checksum Fixer\n# (c)2020 Damian Parrino\n\nall: decrypter\n\ndecrypter:\n\tgcc -D _GNU_SOURCE -",
"end": 41,
"score": 0.9998863339424133,
"start": 27,
"tag": "NAME",
"value": "Damian Parrino"
}
] | dbz-checksum-fixer/Makefile | bucanero/ps3-save-decrypters | 6 | # Checksum Fixer
# (c)2020 Damian Parrino
all: decrypter
decrypter:
gcc -D _GNU_SOURCE -o dbz-checksum-fixer main.c
clean:
-rm -f dbz-checksum-fixer
| 576151 | # Checksum Fixer
# (c)2020 <NAME>
all: decrypter
decrypter:
gcc -D _GNU_SOURCE -o dbz-checksum-fixer main.c
clean:
-rm -f dbz-checksum-fixer
| true | # Checksum Fixer
# (c)2020 PI:NAME:<NAME>END_PI
all: decrypter
decrypter:
gcc -D _GNU_SOURCE -o dbz-checksum-fixer main.c
clean:
-rm -f dbz-checksum-fixer
|
[
{
"context": "NAME:S/./-/}-1.63\nTEXLIVE_REV=\t35062\n\nMAINTAINER=\tminskim@NetBSD.org\nCOMMENT=\tDocumentation for tex-pst-poly\nLICENSE=\t",
"end": 169,
"score": 0.9999268054962158,
"start": 151,
"tag": "EMAIL",
"value": "minskim@NetBSD.org"
}
] | source/pkgsrc/graphics/tex-pst-poly-doc/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.4 2019/12/06 20:04:35 markd Exp $
DISTNAME= pst-poly.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.63
TEXLIVE_REV= 35062
MAINTAINER= minskim@NetBSD.org
COMMENT= Documentation for tex-pst-poly
LICENSE= lppl-1.3c
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.... | 192409 | # $NetBSD: Makefile,v 1.4 2019/12/06 20:04:35 markd Exp $
DISTNAME= pst-poly.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.63
TEXLIVE_REV= 35062
MAINTAINER= <EMAIL>
COMMENT= Documentation for tex-pst-poly
LICENSE= lppl-1.3c
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"
| true | # $NetBSD: Makefile,v 1.4 2019/12/06 20:04:35 markd Exp $
DISTNAME= pst-poly.doc
PKGNAME= tex-${DISTNAME:S/./-/}-1.63
TEXLIVE_REV= 35062
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
COMMENT= Documentation for tex-pst-poly
LICENSE= lppl-1.3c
TEXLIVE_UNVERSIONED= yes
.include "../../print/texlive/package.mk"
.include "../../mk/... |
[
{
"context": "#\n# Copyright (C) 2010-2016 Jo-Philipp Wich <jo@mein.io>\n#\n# This is free software, licensed ",
"end": 43,
"score": 0.9998727440834045,
"start": 28,
"tag": "NAME",
"value": "Jo-Philipp Wich"
},
{
"context": "#\n# Copyright (C) 2010-2016 Jo-Philipp Wich <jo@mein.io>\n... | openwrt-18.06/package/network/utils/iwinfo/Makefile | hsueh1972/openwrt-gl | 2 | #
# Copyright (C) 2010-2016 Jo-Philipp Wich <jo@mein.io>
#
# This is free software, licensed under the GPL 2 license.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
PKG_SOURCE_DATE:=2019-11-03
PKG_SOURCE_VERSION:=31dcef3169d29dc9... | 157970 | #
# Copyright (C) 2010-2016 <NAME> <<EMAIL>>
#
# This is free software, licensed under the GPL 2 license.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
PKG_SOURCE_DATE:=2019-11-03
PKG_SOURCE_VERSION:=31dcef3169d29dc9bb11c6901fa7... | true | #
# Copyright (C) 2010-2016 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
#
# This is free software, licensed under the GPL 2 license.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=libiwinfo
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=$(PROJECT_GIT)/project/iwinfo.git
PKG_SOURCE_DATE:=2019-11-03
PKG_SOURCE_VERSION:... |
[
{
"context": "b79848297848026d82b43e831045db57\n\nPKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@gmail.com>\nPKG_LICENSE:=BSD-3-Claus",
"end": 444,
"score": 0.9998859763145447,
"start": 431,
"tag": "NAME",
"value": "Eric Luehrsen"
},
{
"context": "d82b43e831045db57\n\nPKG_MAINTAINER:=Er... | openwrt-18.06/feeds/packages/net/unbound/Makefile | bingchunjin/1806_SDK | 2 | #
# Copyright (C) 2010-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
PKG_VERSION:=1.9.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl... | 258697 | #
# Copyright (C) 2010-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
PKG_VERSION:=1.9.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl... | true | #
# Copyright (C) 2010-2016 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
include $(TOPDIR)/rules.mk
PKG_NAME:=unbound
PKG_VERSION:=1.9.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://nlnetlabs.nl... |
[
{
"context": "knet(https://pjreddie.com/darknet/)\nADDON_AUTHOR = Tetsuaki Baba\nADDON_TAGS = \"computer vision\" \"opencv\" \"image pr",
"end": 973,
"score": 0.9998815059661865,
"start": 960,
"tag": "NAME",
"value": "Tetsuaki Baba"
},
{
"context": "\" \"classification\"\nADDON_URL =... | addon_config.mk | TetsuakiBaba/ofxMobileNetSSD | 2 | # All variables and this file are optional, if they are not present the PG and the
# makefiles will try to parse the correct values from the file system.
#
# Variables that specify exclusions can use % as a wildcard to specify that anything in
# that position will match. A partial path can also be specified to, for exa... | 583283 | # All variables and this file are optional, if they are not present the PG and the
# makefiles will try to parse the correct values from the file system.
#
# Variables that specify exclusions can use % as a wildcard to specify that anything in
# that position will match. A partial path can also be specified to, for exa... | true | # All variables and this file are optional, if they are not present the PG and the
# makefiles will try to parse the correct values from the file system.
#
# Variables that specify exclusions can use % as a wildcard to specify that anything in
# that position will match. A partial path can also be specified to, for exa... |
[
{
"context": "ckage manager at build time only.\n#\n# MAINTAINER:\ttagattie@FreeBSD.org\n\n.if !defined(_INCLUDE_USES_NODE_MK)\n_INCLUDE_USE",
"end": 1818,
"score": 0.9999192357063293,
"start": 1798,
"tag": "EMAIL",
"value": "tagattie@FreeBSD.org"
}
] | Mk/Uses/node.mk | knan-md/mattermost-desktop-port | 0 | # $FreeBSD$
#
# Provides support for Node.js-based ports
#
# Feature: node
# Usage: USES=node[:ARGS]
# Valid ARGS: <version>, build, run, test
#
# <version>: Indicates a specific major version of Node the port uses. When
# omitted, the port uses the current version of Node.
#
# Examples:
#
# USES=node:12 # Use Node... | 513155 | # $FreeBSD$
#
# Provides support for Node.js-based ports
#
# Feature: node
# Usage: USES=node[:ARGS]
# Valid ARGS: <version>, build, run, test
#
# <version>: Indicates a specific major version of Node the port uses. When
# omitted, the port uses the current version of Node.
#
# Examples:
#
# USES=node:12 # Use Node... | true | # $FreeBSD$
#
# Provides support for Node.js-based ports
#
# Feature: node
# Usage: USES=node[:ARGS]
# Valid ARGS: <version>, build, run, test
#
# <version>: Indicates a specific major version of Node the port uses. When
# omitted, the port uses the current version of Node.
#
# Examples:
#
# USES=node:12 # Use Node... |
[
{
"context": "SHELL := /bin/bash\n\nPRODUCT_NAME = naamio\nPRODUCT_VERSION = 0.0\nCONTAINER_URL = naamio/",
"end": 37,
"score": 0.9033814072608948,
"start": 35,
"tag": "NAME",
"value": "na"
},
{
"context": "SHELL := /bin/bash\n\nPRODUCT_NAME = naamio\nPRODUCT_VERSION = 0.0\nCONTAINER... | Makefile | OmnijarStudio/naamio | 0 | SHELL := /bin/bash
PRODUCT_NAME = naamio
PRODUCT_VERSION = 0.0
CONTAINER_URL = naamio/$(PRODUCT_NAME):$(PRODUCT_VERSION)
UNAME = ${shell uname}
# set EXECUTABLE_DIRECTORY according to your specific environment
ifeq ($(UNAME), Darwin)
PLATFORM = x86_64-apple-macosx10.10
EXECUTABLE_DIRECTORY = ./.build/${PLATFORM}/d... | 314207 | SHELL := /bin/bash
PRODUCT_NAME = <NAME>amio
PRODUCT_VERSION = 0.0
CONTAINER_URL = naamio/$(PRODUCT_NAME):$(PRODUCT_VERSION)
UNAME = ${shell uname}
# set EXECUTABLE_DIRECTORY according to your specific environment
ifeq ($(UNAME), Darwin)
PLATFORM = x86_64-apple-macosx10.10
EXECUTABLE_DIRECTORY = ./.build/${PLATFOR... | true | SHELL := /bin/bash
PRODUCT_NAME = PI:NAME:<NAME>END_PIamio
PRODUCT_VERSION = 0.0
CONTAINER_URL = naamio/$(PRODUCT_NAME):$(PRODUCT_VERSION)
UNAME = ${shell uname}
# set EXECUTABLE_DIRECTORY according to your specific environment
ifeq ($(UNAME), Darwin)
PLATFORM = x86_64-apple-macosx10.10
EXECUTABLE_DIRECTORY = ./.b... |
[
{
"context": "# Author: Eric Pruitt (https://www.codevat.com)\n# License: 2-Clause BSD",
"end": 21,
"score": 0.9998579025268555,
"start": 10,
"tag": "NAME",
"value": "Eric Pruitt"
},
{
"context": "ository is used as the\n# default.\nDEFAULT_REMOTE = git@github.com:ericpruitt/tmux.vim... | Makefile | qmutz/tmux.vim | 46 | # Author: Eric Pruitt (https://www.codevat.com)
# License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause)
.POSIX:
.SILENT:
# This can be set to "true" or "false" to control whether or not commits are
# automatically pushed to a remote repository after updating the syntax file
# with the "sync" recipe.
PUSH... | 328027 | # Author: <NAME> (https://www.codevat.com)
# License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause)
.POSIX:
.SILENT:
# This can be set to "true" or "false" to control whether or not commits are
# automatically pushed to a remote repository after updating the syntax file
# with the "sync" recipe.
PUSH_AFTE... | true | # Author: PI:NAME:<NAME>END_PI (https://www.codevat.com)
# License: 2-Clause BSD (http://opensource.org/licenses/BSD-2-Clause)
.POSIX:
.SILENT:
# This can be set to "true" or "false" to control whether or not commits are
# automatically pushed to a remote repository after updating the syntax file
# with the "sync" rec... |
[
{
"context": "#\n# (C) Copyright 2000-2002\n# Wolfgang Denk, DENX Software Engineering, wd@denx.de.\n#\n# (C) C",
"end": 43,
"score": 0.9998123049736023,
"start": 30,
"tag": "NAME",
"value": "Wolfgang Denk"
},
{
"context": "0-2002\n# Wolfgang Denk, DENX Software Engineering, wd@denx.... | qemu_mode/qemu-2.10.0/roms/u-boot/arch/nds32/config.mk | braymar/afl | 31 | #
# (C) Copyright 2000-2002
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# (C) Copyright 2011
# Shawn Lin, Andes Technology Corporation <nobuhiro@andestech.com>
# Macpaul Lin, Andes Technology Corporation <macpaul@andestech.com>
#
# SPDX-License-Identifier: GPL-2.0+
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE ... | 566644 | #
# (C) Copyright 2000-2002
# <NAME>, DENX Software Engineering, <EMAIL>.
#
# (C) Copyright 2011
# <NAME>, Andes Technology Corporation <<EMAIL>>
# <NAME>, Andes Technology Corporation <<EMAIL>>
#
# SPDX-License-Identifier: GPL-2.0+
ifeq ($(CROSS_COMPILE),)
CROSS_COMPILE := nds32le-linux-
endif
CONFIG_STANDALONE_LOAD... | true | #
# (C) Copyright 2000-2002
# PI:NAME:<NAME>END_PI, DENX Software Engineering, PI:EMAIL:<EMAIL>END_PI.
#
# (C) Copyright 2011
# PI:NAME:<NAME>END_PI, Andes Technology Corporation <PI:EMAIL:<EMAIL>END_PI>
# PI:NAME:<NAME>END_PI, Andes Technology Corporation <PI:EMAIL:<EMAIL>END_PI>
#
# SPDX-License-Identifier: GPL-2.0+
... |
[
{
"context": "ISTVERSION}\nCATEGORIES=\tdevel python\n\nMAINTAINER=\tpkgsrc-users@NetBSD.org\nHOMEPAGE=\thttps://www.python.org/idle/\nCOMMENT=\tI",
"end": 168,
"score": 0.9999212622642517,
"start": 145,
"tag": "EMAIL",
"value": "pkgsrc-users@NetBSD.org"
}
] | source/pkgsrc/devel/py-idle/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.39 2020/01/08 13:44:41 joerg Exp $
PKGNAME= ${PYPKGPREFIX}-idle-${PY_DISTVERSION}
CATEGORIES= devel python
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.python.org/idle/
COMMENT= IDLE - The Integrated DeveLopment Environment for Python
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/... | 79121 | # $NetBSD: Makefile,v 1.39 2020/01/08 13:44:41 joerg Exp $
PKGNAME= ${PYPKGPREFIX}-idle-${PY_DISTVERSION}
CATEGORIES= devel python
MAINTAINER= <EMAIL>
HOMEPAGE= https://www.python.org/idle/
COMMENT= IDLE - The Integrated DeveLopment Environment for Python
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/py-Tk
PY_PATCHP... | true | # $NetBSD: Makefile,v 1.39 2020/01/08 13:44:41 joerg Exp $
PKGNAME= ${PYPKGPREFIX}-idle-${PY_DISTVERSION}
CATEGORIES= devel python
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= https://www.python.org/idle/
COMMENT= IDLE - The Integrated DeveLopment Environment for Python
DEPENDS+= ${PYPKGPREFIX}-Tk-[0-9]*:../../x11/p... |
[
{
"context": " Bucket Emulation in C (Multi-threading)\n# Author: Praneeth Yerrapragada\n#\n \nwarmup2: warmup2.o my402list.o\n\tgcc -o warmup",
"end": 82,
"score": 0.9998785853385925,
"start": 61,
"tag": "NAME",
"value": "Praneeth Yerrapragada"
}
] | src/Makefile | praneethys/token_bucket_emulation_in_C | 0 | #
# Token Bucket Emulation in C (Multi-threading)
# Author: Praneeth Yerrapragada
#
warmup2: warmup2.o my402list.o
gcc -o warmup2 -g warmup2.o my402list.o -lpthread -lm
warmup2.o: warmup2.c warmup2.h my402list.h globals.h
gcc -g -c -Wall -D_POSIX_PTHREAD_SEMANTICS warmup2.c
my402list.o: my402list.c my402list.h
... | 99958 | #
# Token Bucket Emulation in C (Multi-threading)
# Author: <NAME>
#
warmup2: warmup2.o my402list.o
gcc -o warmup2 -g warmup2.o my402list.o -lpthread -lm
warmup2.o: warmup2.c warmup2.h my402list.h globals.h
gcc -g -c -Wall -D_POSIX_PTHREAD_SEMANTICS warmup2.c
my402list.o: my402list.c my402list.h
gcc -g -c -Wal... | true | #
# Token Bucket Emulation in C (Multi-threading)
# Author: PI:NAME:<NAME>END_PI
#
warmup2: warmup2.o my402list.o
gcc -o warmup2 -g warmup2.o my402list.o -lpthread -lm
warmup2.o: warmup2.c warmup2.h my402list.h globals.h
gcc -g -c -Wall -D_POSIX_PTHREAD_SEMANTICS warmup2.c
my402list.o: my402list.c my402list.h
... |
[
{
"context": "t VERSION = 1.0\nexport MAINTAINER = Marshall Banana <djcj@gmx.de>\nexport HOMEPAGE = http://ww",
"end": 197,
"score": 0.9998903274536133,
"start": 182,
"tag": "NAME",
"value": "Marshall Banana"
},
{
"context": " = 1.0\nexport MAINTAINER = M... | slendermans-shadow-demo/Makefile | darealshinji/UnityGames-for-debian | 2 | include ../mk/include.mk
export UPSTREAMNAME = Slenderman's Shadow (Demo)
export SHORTDESCRIPTION = survival horror game
export VERSION = 1.0
export MAINTAINER = Marshall Banana <djcj@gmx.de>
export HOMEPAGE = http://www.slendermansshadow.com/
export YEAR = 2012-2013
export COPYR... | 554219 | include ../mk/include.mk
export UPSTREAMNAME = Slenderman's Shadow (Demo)
export SHORTDESCRIPTION = survival horror game
export VERSION = 1.0
export MAINTAINER = <NAME> <<EMAIL>>
export HOMEPAGE = http://www.slendermansshadow.com/
export YEAR = 2012-2013
export COPYRIGHT =... | true | include ../mk/include.mk
export UPSTREAMNAME = Slenderman's Shadow (Demo)
export SHORTDESCRIPTION = survival horror game
export VERSION = 1.0
export MAINTAINER = PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
export HOMEPAGE = http://www.slendermansshadow.com/
export YEAR = 2012-2... |
[
{
"context": "# Using Implicit Prerequisites\n# written by Stewart Weiss\n# September 10, 2007, revised Feb. 4, 2012\n#\n# Th",
"end": 57,
"score": 0.9998575448989868,
"start": 44,
"tag": "NAME",
"value": "Stewart Weiss"
}
] | makefiles/demo04/Makefile | devinmcgloin/C | 0 | # Using Implicit Prerequisites
# written by Stewart Weiss
# September 10, 2007, revised Feb. 4, 2012
#
# The preceding makefile introduced the use of make's implicit rules to
# simplify the makefile. It purposely avoided the use of implicit
# prerequisites.
#
# In general, when a recipe is omitted from a rule because... | 225120 | # Using Implicit Prerequisites
# written by <NAME>
# September 10, 2007, revised Feb. 4, 2012
#
# The preceding makefile introduced the use of make's implicit rules to
# simplify the makefile. It purposely avoided the use of implicit
# prerequisites.
#
# In general, when a recipe is omitted from a rule because an imp... | true | # Using Implicit Prerequisites
# written by PI:NAME:<NAME>END_PI
# September 10, 2007, revised Feb. 4, 2012
#
# The preceding makefile introduced the use of make's implicit rules to
# simplify the makefile. It purposely avoided the use of implicit
# prerequisites.
#
# In general, when a recipe is omitted from a rule ... |
[
{
"context": "s-fly-tutorial.html\n\n\n# FLY\n\n# https://github.com/superfly/flyctl\nFLY_BIN=flyctl\nFLY_BIN_VERSION=v0.0.244\n\n#",
"end": 369,
"score": 0.9974045753479004,
"start": 361,
"tag": "USERNAME",
"value": "superfly"
},
{
"context": "er/personal_access_tokens\nexport FLY_A... | _make/fly.mk | gedw99/gio-transport | 0 | # fly
# they give global NATS and POST
# NATS:
# - https://fly.io/docs/app-guides/nats-cluster/
# - https://fly.io/docs/app-guides/6pndemochat/
# POST:
# - https://fly.io/docs/reference/postgres/
# - https://fly.io/docs/app-guides/postgres/
# Pgrok can be run there: https://inlets.dev/blog/2021/07/07/inlets-fly-tut... | 574876 | # fly
# they give global NATS and POST
# NATS:
# - https://fly.io/docs/app-guides/nats-cluster/
# - https://fly.io/docs/app-guides/6pndemochat/
# POST:
# - https://fly.io/docs/reference/postgres/
# - https://fly.io/docs/app-guides/postgres/
# Pgrok can be run there: https://inlets.dev/blog/2021/07/07/inlets-fly-tut... | true | # fly
# they give global NATS and POST
# NATS:
# - https://fly.io/docs/app-guides/nats-cluster/
# - https://fly.io/docs/app-guides/6pndemochat/
# POST:
# - https://fly.io/docs/reference/postgres/
# - https://fly.io/docs/app-guides/postgres/
# Pgrok can be run there: https://inlets.dev/blog/2021/07/07/inlets-fly-tut... |
[
{
"context": "# Created by: Bruno Lauze <brunolauze@msn.com>\n# $FreeBSD: head/dotnet/Micr",
"end": 25,
"score": 0.9998764395713806,
"start": 14,
"tag": "NAME",
"value": "Bruno Lauze"
},
{
"context": "# Created by: Bruno Lauze <brunolauze@msn.com>\n# $FreeBSD: head/dotnet/Microsoft.V... | dotnet/System.Net.Security/Makefile | brunolauze/freebsd-dotnet-ports | 1 | # Created by: Bruno Lauze <brunolauze@msn.com>
# $FreeBSD: head/dotnet/Microsoft.Vsa/Makefile 402349 2015-12-10 08:15:09Z bruno $
PORTNAME= System.Net.Security
PORTVERSION= 1.0.0.0
NET_DEPENDS+= Microsoft.Win32.Primitives>=1.0:${PORTSDIR}/dotnet/Microsoft.Win32.Primitives \
System.Collections>=1.0:${PORTSDIR}/dotne... | 244957 | # Created by: <NAME> <<EMAIL>>
# $FreeBSD: head/dotnet/Microsoft.Vsa/Makefile 402349 2015-12-10 08:15:09Z bruno $
PORTNAME= System.Net.Security
PORTVERSION= 1.0.0.0
NET_DEPENDS+= Microsoft.Win32.Primitives>=1.0:${PORTSDIR}/dotnet/Microsoft.Win32.Primitives \
System.Collections>=1.0:${PORTSDIR}/dotnet/System.Collect... | true | # Created by: PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# $FreeBSD: head/dotnet/Microsoft.Vsa/Makefile 402349 2015-12-10 08:15:09Z bruno $
PORTNAME= System.Net.Security
PORTVERSION= 1.0.0.0
NET_DEPENDS+= Microsoft.Win32.Primitives>=1.0:${PORTSDIR}/dotnet/Microsoft.Win32.Primitives \
System.Collections>=1.0:${PO... |
[
{
"context": "#\n# (C) Copyright 2006-2007\n# Stefan Roese, DENX Software Engineering, sr@denx.de.\n#\n# (C) C",
"end": 42,
"score": 0.9998704195022583,
"start": 30,
"tag": "NAME",
"value": "Stefan Roese"
},
{
"context": "06-2007\n# Stefan Roese, DENX Software Engineering, sr@denx.de... | mmc_spl/board/samsung/smdkv310/Makefile | WA2301/uboot-2011.06 | 0 | #
# (C) Copyright 2006-2007
# Stefan Roese, DENX Software Engineering, sr@denx.de.
#
# (C) Copyright 2008
# Guennadi Liakhovetki, DENX Software Engineering, <lg@denx.de>
#
# (C) Copyright 2011
# Chander Kashyap, Samsung Electronics, <k.chander@samsung.com>
#
# See file CREDITS for list of people who contributed to this... | 314993 | #
# (C) Copyright 2006-2007
# <NAME>, DENX Software Engineering, <EMAIL>.
#
# (C) Copyright 2008
# <NAME>, DENX Software Engineering, <<EMAIL>>
#
# (C) Copyright 2011
# <NAME>, Samsung Electronics, <<EMAIL>>
#
# See file CREDITS for list of people who contributed to this
# project.
#
# This program is free software; yo... | true | #
# (C) Copyright 2006-2007
# PI:NAME:<NAME>END_PI, DENX Software Engineering, PI:EMAIL:<EMAIL>END_PI.
#
# (C) Copyright 2008
# PI:NAME:<NAME>END_PI, DENX Software Engineering, <PI:EMAIL:<EMAIL>END_PI>
#
# (C) Copyright 2011
# PI:NAME:<NAME>END_PI, Samsung Electronics, <PI:EMAIL:<EMAIL>END_PI>
#
# See file CREDITS for ... |
[
{
"context": "ocation\": \"northeurope\",\n\t\t\"address_space\": [\n\t\t\t\"10.0.0.0/16\"\n\t\t],\n\t\t\"subnets\": [\n\t\t\t{\n\t\t\t\t\"name\": \"aks\",\n\t",
"end": 377,
"score": 0.9995773434638977,
"start": 369,
"tag": "IP_ADDRESS",
"value": "10.0.0.0"
},
{
"context": "\t\t\t\"n... | examples/basic_flow/Makefile | epiphany-platform/m-azure-kubernetes-service | 1 | AZBI := epiphanyplatform/azbi:dev
AZKS := epiphanyplatform/azks:dev
#makes it easier to replace the value
M_NAME ?= azks-module-tests
M_SHARED_EXTERNAL ?= /tmp/$(M_NAME)/shared
VMS_RSA_FILENAME ?= vms_rsa
define AZBI_CONFIG
{
"kind": "azbi",
"version": "v0.1.2",
"params": {
"name": "$(M_NAME)",
"lo... | 132492 | AZBI := epiphanyplatform/azbi:dev
AZKS := epiphanyplatform/azks:dev
#makes it easier to replace the value
M_NAME ?= azks-module-tests
M_SHARED_EXTERNAL ?= /tmp/$(M_NAME)/shared
VMS_RSA_FILENAME ?= vms_rsa
define AZBI_CONFIG
{
"kind": "azbi",
"version": "v0.1.2",
"params": {
"name": "$(M_NAME)",
"lo... | true | AZBI := epiphanyplatform/azbi:dev
AZKS := epiphanyplatform/azks:dev
#makes it easier to replace the value
M_NAME ?= azks-module-tests
M_SHARED_EXTERNAL ?= /tmp/$(M_NAME)/shared
VMS_RSA_FILENAME ?= vms_rsa
define AZBI_CONFIG
{
"kind": "azbi",
"version": "v0.1.2",
"params": {
"name": "$(M_NAME)",
"lo... |
[
{
"context": "# Copyright (c) 2021 Marty Mills <daggerbot@gmail.com>\n# This file is subject to t",
"end": 32,
"score": 0.9998450875282288,
"start": 21,
"tag": "NAME",
"value": "Marty Mills"
},
{
"context": "# Copyright (c) 2021 Marty Mills <daggerbot@gmail.com>\n# This file is subje... | mk/build.mk | daggerbot/cellOS | 0 | # Copyright (c) 2021 Marty Mills <daggerbot@gmail.com>
# This file is subject to the terms of the ISC license.
# See LICENSE.txt in the project directory for more information.
ifndef __BUILD_MK__
__BUILD_MK__ := 1
include $(dir $(lastword ${MAKEFILE_LIST}))common.mk
#=================================================... | 457907 | # Copyright (c) 2021 <NAME> <<EMAIL>>
# This file is subject to the terms of the ISC license.
# See LICENSE.txt in the project directory for more information.
ifndef __BUILD_MK__
__BUILD_MK__ := 1
include $(dir $(lastword ${MAKEFILE_LIST}))common.mk
#==================================================================... | true | # Copyright (c) 2021 PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# This file is subject to the terms of the ISC license.
# See LICENSE.txt in the project directory for more information.
ifndef __BUILD_MK__
__BUILD_MK__ := 1
include $(dir $(lastword ${MAKEFILE_LIST}))common.mk
#=====================================... |
[
{
"context": "\t\tBuilds device.a library archive\n#\t\tUnidata 11/99 Chiz\n#\ninclude $(CONFIGDIR)/$(MAKEINC)\n\nPROG = png\n \nA",
"end": 84,
"score": 0.696681559085846,
"start": 80,
"tag": "NAME",
"value": "Chiz"
}
] | gempak/source/driver/active/png/Makefile | oxelson/gempak | 42 | #
# Makefile for GEMPAK 6.0
# Builds device.a library archive
# Unidata 11/99 Chiz
#
include $(CONFIGDIR)/$(MAKEINC)
PROG = png
ALIB = $(OS_LIB)/png.a
DEVLIBS = $(GN)
COBJS =
LOBJS = \
$(ALIB)(xclosp.o) \
$(ALIB)(xendd.o) \
$(ALIB)(xopenw.o) \
$(ALIB)(xpng.o) \
$(ALIB)(xsdatt.o) \
$(ALIB)(xwrpng.o) \
$(... | 522820 | #
# Makefile for GEMPAK 6.0
# Builds device.a library archive
# Unidata 11/99 <NAME>
#
include $(CONFIGDIR)/$(MAKEINC)
PROG = png
ALIB = $(OS_LIB)/png.a
DEVLIBS = $(GN)
COBJS =
LOBJS = \
$(ALIB)(xclosp.o) \
$(ALIB)(xendd.o) \
$(ALIB)(xopenw.o) \
$(ALIB)(xpng.o) \
$(ALIB)(xsdatt.o) \
$(ALIB)(xwrpng.o) \
... | true | #
# Makefile for GEMPAK 6.0
# Builds device.a library archive
# Unidata 11/99 PI:NAME:<NAME>END_PI
#
include $(CONFIGDIR)/$(MAKEINC)
PROG = png
ALIB = $(OS_LIB)/png.a
DEVLIBS = $(GN)
COBJS =
LOBJS = \
$(ALIB)(xclosp.o) \
$(ALIB)(xendd.o) \
$(ALIB)(xopenw.o) \
$(ALIB)(xpng.o) \
$(ALIB)(xsdatt.o) \
$(ALIB)... |
[
{
"context": "------\n# \n# rave_ec/src Makefile\n# @file\n# @author Daniel Michelson, Environment and Climate Change Canada\n# @date 20",
"end": 961,
"score": 0.9998456835746765,
"start": 945,
"tag": "NAME",
"value": "Daniel Michelson"
}
] | rave_ec/src/Makefile | DanielMichelson/drqc_article | 0 | ###########################################################################
# Copyright (C) 2016 The Crown (i.e. Her Majesty the Queen in Right of Canada)
#
# This file is an add-on to RAVE.
#
# RAVE is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as... | 293710 | ###########################################################################
# Copyright (C) 2016 The Crown (i.e. Her Majesty the Queen in Right of Canada)
#
# This file is an add-on to RAVE.
#
# RAVE is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as... | true | ###########################################################################
# Copyright (C) 2016 The Crown (i.e. Her Majesty the Queen in Right of Canada)
#
# This file is an add-on to RAVE.
#
# RAVE is free software: you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as... |
[
{
"context": "/base/\nDIST_SUBDIR=\t${PKGNAME_NOREV}\n\nMAINTAINER=\tpkgsrc-users@NetBSD.org\nHOMEPAGE=\t# empty\nCOMMENT=\tKanji code converter w",
"end": 253,
"score": 0.9999043345451355,
"start": 230,
"tag": "EMAIL",
"value": "pkgsrc-users@NetBSD.org"
}
] | source/pkgsrc/converters/kcc/Makefile | Scottx86-64/dotfiles-1 | 1 | # $NetBSD: Makefile,v 1.8 2019/11/03 17:14:24 rillig Exp $
DISTNAME= kcc
PKGNAME= kcc-2.3
CATEGORIES= japanese converters
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= # empty
COMMENT= Kanji code converter with auto encoding... | 142828 | # $NetBSD: Makefile,v 1.8 2019/11/03 17:14:24 rillig Exp $
DISTNAME= kcc
PKGNAME= kcc-2.3
CATEGORIES= japanese converters
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= <EMAIL>
HOMEPAGE= # empty
COMMENT= Kanji code converter with auto encoding detection
LICEN... | true | # $NetBSD: Makefile,v 1.8 2019/11/03 17:14:24 rillig Exp $
DISTNAME= kcc
PKGNAME= kcc-2.3
CATEGORIES= japanese converters
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
DIST_SUBDIR= ${PKGNAME_NOREV}
MAINTAINER= PI:EMAIL:<EMAIL>END_PI
HOMEPAGE= # empty
COMMENT= Kanji code converter with auto encoding ... |
[
{
"context": " Makefile for DokuWiki Template Arctic\n#\n# @author Michael Klier <chi@chimeric.de>\n# @author Samuel Fischer <sf@no",
"end": 65,
"score": 0.9998713135719299,
"start": 52,
"tag": "NAME",
"value": "Michael Klier"
},
{
"context": "kuWiki Template Arctic\n#\n# @author Mic... | wiki/lib/tpl/arctic/Makefile | LightningDash1755/HE | 61 | # Makefile for DokuWiki Template Arctic
#
# @author Michael Klier <chi@chimeric.de>
# @author Samuel Fischer <sf@notomorrow.de>
DIST_VERSION=`cat VERSION`
DIST_NAME=template-arctic-$(DIST_VERSION)
DIST_DIR=.
APP_NAME=arctic
DOKU_DIR=$(DIST_DIR)
DOKU_DIR=/var/www/notomorrow.de/dokuwiki/lib/tpl/default
# {{{ DOCS
DOCS=... | 406707 | # Makefile for DokuWiki Template Arctic
#
# @author <NAME> <<EMAIL>>
# @author <NAME> <<EMAIL>>
DIST_VERSION=`cat VERSION`
DIST_NAME=template-arctic-$(DIST_VERSION)
DIST_DIR=.
APP_NAME=arctic
DOKU_DIR=$(DIST_DIR)
DOKU_DIR=/var/www/notomorrow.de/dokuwiki/lib/tpl/default
# {{{ DOCS
DOCS=$(DIST_DIR)/README \
$(DIST_DI... | true | # Makefile for DokuWiki Template Arctic
#
# @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
# @author PI:NAME:<NAME>END_PI <PI:EMAIL:<EMAIL>END_PI>
DIST_VERSION=`cat VERSION`
DIST_NAME=template-arctic-$(DIST_VERSION)
DIST_DIR=.
APP_NAME=arctic
DOKU_DIR=$(DIST_DIR)
DOKU_DIR=/var/www/notomorrow.de/dokuwiki/lib/tpl... |
[
{
"context": "tand with a name plaque:\n# openscad -D 'name=\"Smith\"' -o stand-smith.stl stand.scad\n\n# Set to the ",
"end": 349,
"score": 0.6104885935783386,
"start": 347,
"tag": "NAME",
"value": "Sm"
},
{
"context": " want to use for customized name plaques.\nNAMES := Smith J... | stand/Makefile | piquan/christmas-tree | 2 | # This is in a Makefile form so that you can use "make -j8" and
# get parallel builds of several stands.
# If you don't want to use this Makefile, you can make the STL files
# with the shell. For a stand without a name plaque, use this
# command:
# openscad -o stand.stl stand.scad
# For a stand with a name plaque... | 160658 | # This is in a Makefile form so that you can use "make -j8" and
# get parallel builds of several stands.
# If you don't want to use this Makefile, you can make the STL files
# with the shell. For a stand without a name plaque, use this
# command:
# openscad -o stand.stl stand.scad
# For a stand with a name plaque... | true | # This is in a Makefile form so that you can use "make -j8" and
# get parallel builds of several stands.
# If you don't want to use this Makefile, you can make the STL files
# with the shell. For a stand without a name plaque, use this
# command:
# openscad -o stand.stl stand.scad
# For a stand with a name plaque... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.