Home
last modified time | relevance | path

Searched refs:TAGNAME (Results 1 – 25 of 2809) sorted by relevance

12345678910>>...113

/dports/misc/hwdata/hwdata-0.354/
H A DMakefile6 TAGNAME := v$(VERSION)-$(RELEASE) macro
8 TAGNAME := v$(VERSION) macro
11 ARCHIVE := $(TAGNAME).tar.bz2
46 @git tag -s -m "Tag as $(TAGNAME)" $(TAGNAME)
69 @rm -rf $(TAGNAME) $(TAGNAME).tar* 2>/dev/null
71 @git archive --format=tar --prefix=$(TAGNAME)/ HEAD > $(TAGNAME).tar
72 @mkdir $(TAGNAME)
73 @cp ChangeLog $(TAGNAME)/
74 @tar --append -f $(TAGNAME).tar $(TAGNAME)
75 @bzip2 -f $(TAGNAME).tar
[all …]
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqexsd_input.f9069 CHARACTER(LEN=*),PARAMETER :: TAGNAME='control_variables' local
106 CHARACTER(LEN=*),PARAMETER :: TAGNAME="spin" local
128 CHARACTER(LEN=*),PARAMETER :: TAGNAME="bands" local
236 CHARACTER(LEN=*),PARAMETER :: TAGNAME="electron_control" local
238 CALL qes_init (obj,TAGNAME, DIAGONALIZATION=diagonalization,&
261 CHARACTER(LEN=*),PARAMETER :: TAGNAME="k_points_IBZ" local
351 CHARACTER(LEN=*),PARAMETER :: TAGNAME="ion_control" local
392 CHARACTER(LEN=*),PARAMETER :: TAGNAME="cell_control" local
499 CALL qes_init (obj,TAGNAME,[3,nat],mat=extfor, order = 'F' )
512 CHARACTER(LEN=*),PARAMETER :: TAGNAME = "free_positions" local
[all …]
H A Dqexsd_init.f90767 CHARACTER(LEN=*),PARAMETER :: TAGNAME="boundary_conditions" local
769 CALL qes_init (obj,TAGNAME,ASSUME_ISOLATED =assume_isolated)
799 CHARACTER(LEN=*), PARAMETER :: TAGNAME="band_structure" local
930 CHARACTER(LEN=*),PARAMETER :: TAGNAME="total_energy" local
950 CHARACTER(LEN=*),PARAMETER :: TAGNAME="forces" local
962 CALL qes_init(obj,TAGNAME,[3,nat],forces_aux )
978 CHARACTER(LEN=*),PARAMETER :: TAGNAME="stress" local
989 CALL qes_init(obj,TAGNAME,[3,3],stress_aux )
1053 CHARACTER(LEN=*),PARAMETER :: TAGNAME="electric_field" local
1073 CALL qes_init (obj, TAGNAME, BerryPhase = bp_obj, &
[all …]
/dports/sysutils/autojump/autojump-release-v22.5.3/
H A DMakefile2 TAGNAME = release-v$(VERSION) macro
14 @echo "% autojump(1) ${TAGNAME}" >docs/manpage_header.md
34 ./tools/git-version.sh $(TAGNAME)
40 git tag -a $(TAGNAME)
43 …git archive --format=tar --prefix autojump_v$(VERSION)/ $(TAGNAME) | gzip > autojump_v$(VERSION).t…
49 …git archive --format=tar --prefix autojump_v$(VERSION)/ $(TAGNAME) | gzip > autojump_v$(VERSION).t…
/dports/audio/libmusicbrainz5/libmusicbrainz-release-5.1.0-19-ge29cc9a/developer/
H A Dmake-release.sh63 …m "Tag release $VERSION" -m "MD5 checksum: $MD5" -m "SHA224 checksum: $SHA224" $TAGNAME || return 1
65 COMMIT=`git show $TAGNAME | grep commit | cut -d ' ' -f 2`
77 git --no-pager show --raw $TAGNAME
113 TAGNAME="test-$VERSION"
116 TAGNAME="release-$VERSION"
/dports/games/xboard-devel/xboard-f49e7e1/doc-maint/
H A Dmake-xboard-release76 TAGNAME=v$VERSION
78 TAGNAME=$VERSION
92 echo " version will be tagged as: $TAGNAME"
109 git tag -u $GPGKEYID -m "$TAGMESSAGE" $TAGNAME
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/test-bison-yylval/
H A Dparser.y59 %token <str> TAGNAME TEXT
73 starttag: LT TAGNAME GT { process_text($2); free($2);} ;
74 endtag: LTSLASH TAGNAME GT { process_text($2);free($2);} ;
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/tests/
H A Dbison_yylval_parser.y62 %token <str> TAGNAME TEXT
76 starttag: LT TAGNAME GT { process_text($2); free($2);} ;
77 endtag: LTSLASH TAGNAME GT { process_text($2);free($2);} ;
/dports/textproc/flex/flex-2.6.4/tests/
H A Dbison_yylval_parser.y62 %token <str> TAGNAME TEXT
76 starttag: LT TAGNAME GT { process_text($2); free($2);} ;
77 endtag: LTSLASH TAGNAME GT { process_text($2);free($2);} ;
/dports/irc/quassel-core/quassel-0.14-rc2/.github/workflows/
H A Dmain.yml255 TAGNAME=$(git rev-parse --abbrev-ref $GITHUB_REF)
256 …MESSAGE=$(git tag -l --format='%(contents)' $TAGNAME | perl -ne 'print if not /-----BEGIN PGP SIGN…
257 echo -e "Quassel $TAGNAME\n\n$MESSAGE" > release_notes.txt
263 TAGNAME=$(git rev-parse --abbrev-ref $GITHUB_REF)
264 … git archive --format=tar --prefix=quassel-$TAGNAME/ $TAGNAME | xz > assets/quassel-$TAGNAME.tar.xz
269 TAGNAME=$(git rev-parse --abbrev-ref $GITHUB_REF)
271 mv artifacts/macOS/Quassel$type*.dmg assets/Quassel$type-macOS-$TAGNAME.dmg
273 mv artifacts/Windows/quassel-*.exe assets/quassel-windows-setup-$TAGNAME.exe
274 mv artifacts/Windows/quassel-*.7z assets/quassel-windows-$TAGNAME.7z
/dports/irc/quassel/quassel-0.14-rc2/.github/workflows/
H A Dmain.yml255 TAGNAME=$(git rev-parse --abbrev-ref $GITHUB_REF)
256 …MESSAGE=$(git tag -l --format='%(contents)' $TAGNAME | perl -ne 'print if not /-----BEGIN PGP SIGN…
257 echo -e "Quassel $TAGNAME\n\n$MESSAGE" > release_notes.txt
263 TAGNAME=$(git rev-parse --abbrev-ref $GITHUB_REF)
264 … git archive --format=tar --prefix=quassel-$TAGNAME/ $TAGNAME | xz > assets/quassel-$TAGNAME.tar.xz
269 TAGNAME=$(git rev-parse --abbrev-ref $GITHUB_REF)
271 mv artifacts/macOS/Quassel$type*.dmg assets/Quassel$type-macOS-$TAGNAME.dmg
273 mv artifacts/Windows/quassel-*.exe assets/quassel-windows-setup-$TAGNAME.exe
274 mv artifacts/Windows/quassel-*.7z assets/quassel-windows-$TAGNAME.7z
/dports/graphics/exifprobe/exifprobe-2.0.1/
H A Ddefs.h53 #define TAGNAME 0x00001000UL macro
56 #define TAG_OPTIONS (TAGNO|TAGNAME|TYPE)
88 #define LIST_OPTIONS (TAGNAME|DECVALUE|ASCII_IGNORE_LENGTH|LONGNAMES_FLAG|APP_ENTRY)
91 #define REPORT_OPTIONS (TAGNAME|DECVALUE|PCOLOR|SECTION|SEGMENT|APP_ENTRY|ASCII_IGNORE_LEN…
120 #define PRINT_TAGNAME (Print_options & TAGNAME)
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/tools/
H A Dtag-release.sh2 TAGNAME=$(git "show" "-s" "--format=%cd.%h" "--date=format:%Y%m%d.%H%M%S")
3 git tag $TAGNAME
/dports/textproc/sigil/Sigil-1.8.0/.github/workflows/
H A Dmake_blog_post.yml14 run: echo ::set-output name=TAGNAME::${GITHUB_REF/refs\/tags\//}
45 commit_message: Auto create ${{ steps.get_tag_name.outputs.TAGNAME }} release blog post
65 <current-version>${{ steps.get_tag_name.outputs.TAGNAME }}</current-version>
77 commit_message: Update version.xml to ${{ steps.get_tag_name.outputs.TAGNAME }}
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/commonmark/
H A Dcommon.py24 TAGNAME = '[A-Za-z][A-Za-z0-9-]*'
33 OPENTAG = "<" + TAGNAME + ATTRIBUTE + "*" + "\\s*/?>"
34 CLOSETAG = "</" + TAGNAME + "\\s*[>]"
/dports/textproc/py-CommonMark/commonmark-0.9.1/commonmark/
H A Dcommon.py24 TAGNAME = '[A-Za-z][A-Za-z0-9-]*' variable
33 OPENTAG = "<" + TAGNAME + ATTRIBUTE + "*" + "\\s*/?>"
34 CLOSETAG = "</" + TAGNAME + "\\s*[>]"
/dports/www/phpgroupware/phpgroupware-0.9.16.017/doc/
H A Dpreparing_svn_tags.sh9 TAGNAME=version_0_9_16-$TAG
11 …roupware/core/branches/branch_0_9_16 svn+ssh://svn.savannah.gnu.org/phpgroupware/core/tags/$TAGNAME
/dports/devel/git-filter-repo/git-filter-repo-2.34.0/
H A DMakefile86 github_release: export FILEBASE=git-filter-repo-$(shell echo $(TAGNAME) | tail -c +2)
98 git tag -a -m "filter-repo $(TAGNAME)" $(TAGNAME) $$COMMIT
99 git push origin $(TAGNAME)
124 @echo === filter-repo $(TAGNAME) created and uploaded to GitHub ===
/dports/www/p5-HTML-Template-Pro/HTML-Template-Pro-0.9510/
H A Dprocore.c43 const char* const TAGNAME[]={ variable
242 …if (debuglevel) log_state(state,TMPL_LOG_DEBUG,"in tag %s: found option %s=%.*s\n", TAGNAME[tag_ty… in try_tmpl_var_options()
265 if (is_string(state, tagname[i], TAGNAME[i])) { in process_tmpl_tag()
270 …tmpl_log(TMPL_LOG_DEBUG, "found </TMPL_%s> at pos " MOD_TD "\n",TAGNAME[i], TO_PTRDIFF_T(state->cu… in process_tmpl_tag()
272 …tmpl_log(TMPL_LOG_DEBUG, "found <TMPL_%s> at pos " MOD_TD "\n",TAGNAME[i], TO_PTRDIFF_T(state->cur… in process_tmpl_tag()
289 TAGNAME[tag_type], TO_PTRDIFF_T(state->cur_pos-state->top)); in process_tmpl_tag()
315 log_state(state,TMPL_LOG_ERROR,"NAME or EXPR is required for TMPL_%s\n", TAGNAME[tag_type]); in process_tmpl_tag()
320 …log_state(state,TMPL_LOG_ERROR,"TMPL_%s does not support %s= option\n", TAGNAME[tag_type], TAGOPT[… in process_tmpl_tag()
/dports/sysutils/sleuthkit/sleuthkit-4.7.0/framework/modules/c_FileTypeSigModule/mingw-libgnurx-2.5.1/
H A Dpkgid.m421 ## using the MINGW_AC_DEFINE_PACKAGE_ID( TAGNAME, VALUE ) macro to define
25 # MINGW_AC_DEFINE_PACKAGE_ID( TAGNAME, VALUE )
27 # Define VALUE for a tag, selected from the following TAGNAME list,
/dports/editors/poke/poke-1.0/poke/
H A Dpk-map-lex.l104 TAGNAME %[a-zA-Z_][a-zA-Z0-9_]*
121 {TAGNAME} {
/dports/devel/gitflow/gitflow-avh-1.12.3/
H A Dgit-flow-release94 if git_tag_exists "$VERSION_PREFIX$TAGNAME"; then
100 run_pre_hook "$VERSION_PREFIX$TAGNAME" "$ORIGIN" "$BRANCH"
120 if ! git_tag_exists "$VERSION_PREFIX$TAGNAME"; then
157 commit="$VERSION_PREFIX$TAGNAME"
229 echo "- The release was tagged '$VERSION_PREFIX$TAGNAME'"
232 …[ "$commit" = "$VERSION_PREFIX$TAGNAME" ] && echo "- Release tag '$VERSION_PREFIX$TAGNAME' has bee…
288 if git_tag_exists "$VERSION_PREFIX$TAGNAME"; then
314 if ! git_tag_exists "$VERSION_PREFIX$TAGNAME"; then
379 …[ "$commit" = "$VERSION_PREFIX$TAGNAME" ] && echo "- Release tag '$VERSION_PREFIX$TAGNAME' has bee…
693 TAGNAME=$FLAGS_tagname
[all …]
H A Dgit-flow-hotfix430 TAGNAME=$FLAGS_tagname
432 TAGNAME=$VERSION
508 if git_tag_exists "$VERSION_PREFIX$TAGNAME"; then
509 git_compare_refs "$BRANCH" "$VERSION_PREFIX$TAGNAME"^2 2>/dev/null
514 run_pre_hook "$VERSION_PREFIX$TAGNAME" "$ORIGIN" "$BRANCH"
534 if ! git_tag_exists "$VERSION_PREFIX$TAGNAME"; then
543 …S_message=$(run_filter_hook hotfix-finish-tag-message "${FLAGS_message}" "$VERSION_PREFIX$TAGNAME")
570 commit="$VERSION_PREFIX$TAGNAME"
583 run_post_hook "$VERSION_PREFIX$TAGNAME" "$ORIGIN" "$BRANCH"
631 echo "- The hotfix was tagged '$VERSION_PREFIX$TAGNAME'"
[all …]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/templates/
H A Dautotag.tmpl1 [[!meta title="pages tagged <TMPL_VAR TAGNAME>"]]
/dports/audio/guidoar/guidoar-cf5681a/src/parser/
H A Dguido.y81 %token TAGNAME
107 %type <token> TAGNAME ID MLS SEC STRING UNIT DIATONIC CHROMATIC SOLFEGE REST
157 tagname : TAGNAME { debug("tag name "); $$ = new string(guidoartext); }

12345678910>>...113