Home
last modified time | relevance | path

Searched refs:HG_CMD (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/art/ART-1.9.3/
H A DUpdateInfo.cmake59 find_program(HG_CMD hg.exe HINTS ENV Path PATH_SUFFIXES ../)
61 find_program(HG_CMD hg PATHS "/opt/local/bin" "/usr/local/bin" "/usr/bin")
62 find_program(HG_CMD hg)
65 find_program(HG_CMD hg)
70 if(HG_CMD STREQUAL HG_CMD-NOTFOUND)
73 message(STATUS "hg command found: ${HG_CMD}")
77 execute_process(COMMAND ${HG_CMD} log -r .
84 execute_process(COMMAND ${HG_CMD} log -r . --template "{activebookmark}"
89 execute_process(COMMAND ${HG_CMD} log -r . --template "{short(gitnode)}"
94 execute_process(COMMAND ${HG_CMD} log -r . --template "{date|shortdate}"
[all …]
/dports/math/octave-forge-dicom/dicom-0.4.0/
H A DMakefile26 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
27 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
28 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
84 $(call HG_CMD,archive) --exclude ".hg*" --type files --rev $(HG_ID) "$@"
/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/
H A DMakefile18 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
19 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
20 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-general/general-2.1.1/
H A DMakefile56 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
57 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
58 REPO_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-sockets/sockets-1.2.1/
H A DMakefile55 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
56 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
57 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-fuzzy-logic-toolkit/fuzzy-logic-toolkit/
H A DMakefile55 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
56 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
57 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-ga/ga-0.10.2/
H A DMakefile56 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
57 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
58 REPO_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-lssa/lssa-0.1.4/
H A DMakefile56 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
57 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
58 REPO_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-statistics/statistics-1.4.3/
H A DMakefile62 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
63 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
64 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-zeromq/zeromq-1.5.3/
H A DMakefile55 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
56 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
57 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))
/dports/math/octave-forge-audio/audio-2.0.4/
H A DMakefile55 HG_CMD = $(HG) --config alias.$(1)=$(1) --config defaults.$(1)= $(1) macro
56 HG_ID := $(shell $(call HG_CMD,identify) --id | sed -e 's/+//' )
57 HG_TIMESTAMP := $(firstword $(shell $(call HG_CMD,log) --rev $(HG_ID) --template '{date|hgdate}'))