Home
last modified time | relevance | path

Searched refs:VERS (Results 1 – 25 of 1685) sorted by relevance

12345678910>>...68

/dports/graphics/zgv/zgv-5.9/
H A DMakefile25 VERS=5.9 macro
85 src-tgz: ../zgv-$(VERS).tar.gz
93 $(RM) ../zgv-$(VERS)
94 @cd ..;ln -s zgv zgv-$(VERS)
95 cd ..;tar zchvf zgv-$(VERS).tar.gz --exclude='*/sav' zgv-$(VERS)
96 @cd ..;$(RM) zgv-$(VERS)
112 rm -fr zgv-$(VERS)-bin
113 mkdir zgv-$(VERS)-bin
114 mkdir zgv-$(VERS)-bin/doc
123 tar zchvf ../zgv-$(VERS)-bin.tar.gz zgv-$(VERS)-bin
[all …]
/dports/net/libnfs/libnfs-libnfs-4.0.0/tests/
H A Dtest_0280_mkdir_rmdir.sh5 echo "NFSv${VERS} Basic mkdir/rmdir tests."
13 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." /testdir || failure
17 ./prog_stat "${TESTURL}/?version=${VERS}" "." testdir > "${TESTDIR}/output" || failure
25 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." /testdir || failure
29 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." testdir 2>/dev/null || failure
33 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." testdir 2>/dev/null || failure
37 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." /subdir/testdir 2>/dev/null || failure
41 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." /subdir/testdir 2>/dev/null || failure
45 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." subdir/testdir 2>/dev/null || failure
49 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." subdir/testdir 2>/dev/null || failure
[all …]
H A Dtest_0240_link.sh5 echo "NFSv${VERS} Basic link test."
14 ./prog_link "${TESTURL}/?version=${VERS}" "." /testfile /link1 || failure
18 ./prog_link "${TESTURL}/?version=${VERS}" "." /testfile link2 || failure
22 ./prog_link "${TESTURL}/?version=${VERS}" "." testfile /link3 || failure
26 ./prog_link "${TESTURL}/?version=${VERS}" "." testfile link4 || failure
30 ./prog_link "${TESTURL}/?version=${VERS}" "." /testfile /subdir/link5 || failure
34 ./prog_link "${TESTURL}/?version=${VERS}" "." /subdir/link5 subdir2/link6 || failure
38 ./prog_link "${TESTURL}/?version=${VERS}" "." subdir/link5 /subdir2/link7 || failure
42 ./prog_link "${TESTURL}/?version=${VERS}" "." subdir2/link7 subdir/link8 || failure
46 ./prog_link "${TESTURL}/?version=${VERS}" "subdir2" link7 ../subdir/link9 || failure
[all …]
H A Dtest_0220_open_paths.sh5 echo "NFSv${VERS} Basic open path tests."
14 ./prog_open_read "${TESTURL}/?version=${VERS}" "." /open1 O_RDONLY >/dev/null || failure
18 ./prog_open_read "${TESTURL}/?version=${VERS}" "." open1 O_RDONLY >/dev/null || failure
23 ./prog_open_read "${TESTURL}/?version=${VERS}" "." /subdir/open3 O_RDONLY >/dev/null || failure
27 ./prog_open_read "${TESTURL}/?version=${VERS}" "." subdir/open3 O_RDONLY >/dev/null || failure
31 ./prog_open_read "${TESTURL}/?version=${VERS}" "subdir2" ../subdir/open3 O_RDONLY >/dev/null || fai…
39 ./prog_symlink "${TESTURL}/?version=${VERS}" "." subdir /subdir4 || failure
43 ./prog_open_read "${TESTURL}/?version=${VERS}" "." subdir4/open3 O_RDONLY >/dev/null || failure
47 ./prog_symlink "${TESTURL}/?version=${VERS}" "." open3 /subdir4/open8 || failure
51 ./prog_open_read "${TESTURL}/?version=${VERS}" "." subdir4/open8 O_RDONLY >/dev/null || failure
[all …]
H A Dtest_0310_mknod.sh8 echo "NFSv${VERS} Basic mknod test."
16 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "." /mknod1 020755 0x1234 || failure
20 ./prog_stat "${TESTURL}/?version=${VERS}" "." mknod1 > "${TESTDIR}/output" || failure
28 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "." mknod2 020775 0x1234 || failure
32 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "." /subdir/mknod3 020775 0x1234 || failure
36 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "." subdir/mknod4 020775 0x1234 || failure
40 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "subdir" ../subdir2/mknod5 020775 0x1234 || failure
44 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "." ../subdir2/mknod6 020775 0x1234 2>/dev/null &&…
48 ./prog_mknod "${TESTURL}/?uid=0&version=${VERS}" "." /mknod7 060755 0x1234 || failure
52 ./prog_stat "${TESTURL}/?version=${VERS}" "." mknod7 > "${TESTDIR}/output" || failure
H A Dtest_0250_rename.sh5 echo "NFSv${VERS} Basic rename test."
14 ./prog_rename "${TESTURL}/?version=${VERS}" "." /testfile /renamed1 || failure
23 ./prog_rename "${TESTURL}/?version=${VERS}" "." testfile /renamed2 || failure
32 ./prog_rename "${TESTURL}/?version=${VERS}" "." testfile renamed3 || failure
41 ./prog_rename "${TESTURL}/?version=${VERS}" "." /testfile renamed4 || failure
52 ./prog_rename "${TESTURL}/?version=${VERS}" "." /subdir/testfile /subdir/renamed5 || failure
61 ./prog_rename "${TESTURL}/?version=${VERS}" "." subdir/testfile /subdir/renamed6 || failure
70 ./prog_rename "${TESTURL}/?version=${VERS}" "." subdir/testfile subdir/renamed7 || failure
79 ./prog_rename "${TESTURL}/?version=${VERS}" "." /subdir/testfile subdir/renamed8 || failure
88 ./prog_rename "${TESTURL}/?version=${VERS}" "." /subdir/testfile subdir2/renamed9 || failure
[all …]
H A Dtest_0230_creat_paths.sh5 echo "NFSv${VERS} Basic creat path tests."
13 ./prog_create "${TESTURL}/?version=${VERS}" "." /creat1 0750 || failure
17 ./prog_stat "${TESTURL}/?version=${VERS}" "." creat1 > "${TESTDIR}/output" || failure
25 ./prog_unlink "${TESTURL}/?version=${VERS}" "." /creat1 || failure
29 ./prog_create "${TESTURL}/?version=${VERS}" "." creat2 0750 || failure
33 ./prog_create "${TESTURL}/?version=${VERS}" "." /subdir/creat3 0750 || failure
37 ./prog_create "${TESTURL}/?version=${VERS}" "." subdir/creat4 0750 || failure
41 ./prog_create "${TESTURL}/?version=${VERS}" "subdir" ../subdir2/creat5 0750 || failure
45 ./prog_create "${TESTURL}/?version=${VERS}" "subdir" ../../subdir2/creat6 0750 2>/dev/null && failu…
H A Dtest_0282_mkdir_rmdir_valgrind_leak_check.sh5 echo "NFSv${VERS} Basic valgrind leak check for nfs_mkdir()/nfs_rmdir()."
13 …--leak-check=full --error-exitcode=99 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." /mkdir1 2>/de…
17 …--leak-check=full --error-exitcode=99 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." /mkdir1 2>/de…
21 …--leak-check=full --error-exitcode=99 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." mkdir3 2>/dev…
25 …--leak-check=full --error-exitcode=99 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." mkdir3 2>/dev…
29 …--leak-check=full --error-exitcode=99 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." /subdir/mkdir…
33 …--leak-check=full --error-exitcode=99 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." /subdir/mkdir…
37 …--leak-check=full --error-exitcode=99 ./prog_mkdir "${TESTURL}/?version=${VERS}" "." subdir/mkdir7…
41 …--leak-check=full --error-exitcode=99 ./prog_rmdir "${TESTURL}/?version=${VERS}" "." subdir/mkdir7…
45 …--leak-check=full --error-exitcode=99 ./prog_mkdir "${TESTURL}/?version=${VERS}" "subdir" ../subdi…
[all …]
H A Dtest_0252_rename_valgrind_leak_check.sh5 echo "NFSv${VERS} Basic valgrind leak check for nfs_rename()."
15 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." /testfile /re…
20 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." testfile /ren…
25 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." testfile rena…
30 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." /testfile ren…
35 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." /subdir/testf…
40 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." subdir/testfi…
45 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." subdir/testfi…
50 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." /subdir/testf…
55 …--leak-check=full --error-exitcode=1 ./prog_rename "${TESTURL}/?version=${VERS}" "." /subdir/testf…
[all …]
H A Dtest_0242_link_valgrind_leak_check.sh5 echo "NFSv${VERS} Basic valgrind leak check for nfs_link()."
15 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." /testfile /li…
19 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." /testfile lin…
23 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." testfile /lin…
27 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." testfile link…
31 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." /testfile /su…
35 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." /subdir/link5…
39 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." subdir/link5 …
43 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "." subdir2/link7…
47 … --leak-check=full --error-exitcode=99 ./prog_link "${TESTURL}/?version=${VERS}" "subdir2" link7 .…
[all …]
H A Dtest_0270_unlink.sh5 echo "NFSv${VERS} Basic nfs_unlink() test."
14 ./prog_unlink "${TESTURL}/?version=${VERS}" "." /unlink || failure
18 ./prog_stat "${TESTURL}/?version=${VERS}" "." unlink 2>/dev/null && failure
23 ./prog_unlink "${TESTURL}/?version=${VERS}" "." unlink || failure
28 ./prog_unlink "${TESTURL}/?version=${VERS}" "." /subdir/unlink || failure
33 ./prog_unlink "${TESTURL}/?version=${VERS}" "." subdir/unlink || failure
38 ./prog_unlink "${TESTURL}/?version=${VERS}" "subdir" ../subdir2/unlink || failure
42 ./prog_unlink "${TESTURL}/?version=${VERS}" "subdir" ../../subdir2/unlink 2>/dev/null && failure
H A Dtest_0260_symlink_paths.sh5 echo "NFSv${VERS} Basic symlink test."
13 ./prog_symlink "${TESTURL}/?version=${VERS}" "." kangabanga /symlink1 || failure
21 ./prog_symlink "${TESTURL}/?version=${VERS}" "." kangabanga symlink2 || failure
29 ./prog_symlink "${TESTURL}/?version=${VERS}" "." kangabanga /subdir/symlink3 || failure
37 ./prog_symlink "${TESTURL}/?version=${VERS}" "." kangabanga subdir/symlink4 || failure
45 ./prog_symlink "${TESTURL}/?version=${VERS}" "/subdir" kangabanga symlink5 || failure
53 ./prog_symlink "${TESTURL}/?version=${VERS}" "/subdir" kangabanga ../symlink6 || failure
61 ./prog_symlink "${TESTURL}/?version=${VERS}" "/subdir" kangabanga ../subdir2/symlink7 || failure
69 ./prog_symlink "${TESTURL}/?version=${VERS}" "/subdir" kangabanga ../../symlink8 2>/dev/null && fai…
/dports/security/amavis-stats/amavis-stats-0.1.12/
H A DMakefile.in27 VERS = @vers@
113 -mkdir $(PKG)-$(VERS)
114 zcat $(PKG)-$(VERS).tar.gz | (cd $(PKG)-$(VERS); tar xf -)
119 tar cf - $(PKG)-$(VERS) | gzip > $(PKG)-$(VERS).tar.gz
143 VERS="$(VERS)" \
167 amavis-stats.php > VERS.php
168 mv VERS.php amavis-stats.php
170 amavis-stats > VERS.pl
171 mv VERS.pl amavis-stats
173 amavis-stats > VERS.pl
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/
H A Dpublish.sh19 VERS=`cat $srcdir/VERSION`
21 echo "VERSIONS: $VERS $VERSW"
33 gzip sqlite3-$VERS.bin
35 mv sqlite3-$VERS.bin.gz doc
50 gzip tclsqlite-$VERS.so
56 gzip sqlite-$VERS.so
57 mv sqlite-$VERS.so.gz doc
98 mv sqlite sqlite-$VERS
100 echo "tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS"
101 tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS
[all …]
/dports/devel/byaccj/byaccj1.15/src/
H A DMakefile12 VERS = byaccj1.15 macro
43 /bin/rm -rf $(VERS) ; \
44 /bin/mkdir -p $(VERS) ; \
46 /bin/cp -r docs $(VERS) ; \
47 /bin/mkdir -p $(VERS)/src ; \
48 /bin/cp src/*.c $(VERS)/src ; \
49 /bin/cp src/*.h $(VERS)/src ; \
55 /bin/cp -f src/yacc.exe $(VERS) ; \
56 /bin/cp src/README $(VERS) ; \
57 $(TAR) -cvf - $(VERS) | $(GZIP) > dist/$(VERS).tar.gz ;\
[all …]
/dports/devel/svntrac/cvstrac-2.0.1/
H A Dpublish.sh7 VERS=`echo '@VERSION@' | sed -f $SRCDIR/VERSION`
10 mv cvstrac cvstrac-$VERS.bin
11 gzip -f cvstrac-$VERS.bin
14 mv cvstrac cvstrac-$VERS
15 tar czf $DIR/cvstrac-$VERS.tar.gz `find cvstrac-$VERS -type f | grep -v CVS`
16 mv cvstrac-$VERS cvstrac
20 rsync cvstrac-$VERS.bin.gz index.html cvstrac-$VERS.tar.gz \
23 rsync cvstrac-$VERS.bin.gz index.html cvstrac-$VERS.tar.gz \
/dports/devel/cvstrac/cvstrac-2.0.1/
H A Dpublish.sh7 VERS=`echo '@VERSION@' | sed -f $SRCDIR/VERSION`
10 mv cvstrac cvstrac-$VERS.bin
11 gzip -f cvstrac-$VERS.bin
14 mv cvstrac cvstrac-$VERS
15 tar czf $DIR/cvstrac-$VERS.tar.gz `find cvstrac-$VERS -type f | grep -v CVS`
16 mv cvstrac-$VERS cvstrac
20 rsync cvstrac-$VERS.bin.gz index.html cvstrac-$VERS.tar.gz \
23 rsync cvstrac-$VERS.bin.gz index.html cvstrac-$VERS.tar.gz \
/dports/devel/gittrac/cvstrac-2.0.1/
H A Dpublish.sh7 VERS=`echo '@VERSION@' | sed -f $SRCDIR/VERSION`
10 mv cvstrac cvstrac-$VERS.bin
11 gzip -f cvstrac-$VERS.bin
14 mv cvstrac cvstrac-$VERS
15 tar czf $DIR/cvstrac-$VERS.tar.gz `find cvstrac-$VERS -type f | grep -v CVS`
16 mv cvstrac-$VERS cvstrac
20 rsync cvstrac-$VERS.bin.gz index.html cvstrac-$VERS.tar.gz \
23 rsync cvstrac-$VERS.bin.gz index.html cvstrac-$VERS.tar.gz \
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/
H A Dprerequisites.sh8 VERS=`tr -d '\n' < $SEMI_DIR/.LIBSEMIGROUPS_VERSION`
14 echo -e "libsemigroups v$VERS is required by this version of Semigroups"
24 LEAST=`echo -e "$VERS\n$INSTALLED" | sort -V | head -n1`
25 if ! [ "$VERS" == "$LEAST" ]; then
33 echo -e "Downloading libsemigroups v$VERS into $LIBS_DIR..."
34 … https://github.com/libsemigroups/libsemigroups/releases/download/v$VERS/libsemigroups-$VERS.tar.gz
35 tar -xzf libsemigroups-$VERS.tar.gz && rm -f libsemigroups-$VERS.tar.gz && mv libsemigroups-$VERS $…
/dports/mail/lookout/lookout-1.4/
H A DMakefile4 VERS=$(shell sed <lookout.spec -n -e '/Version: \(.*\)/s//\1/p') macro
9 all: lookout-$(VERS).tar.gz
20 lookout-$(VERS).tar.gz: $(SOURCES) lookout.1
21 mkdir lookout-$(VERS)
22 cp $(SOURCES) lookout.1 lookout-$(VERS)
23 tar -czf lookout-$(VERS).tar.gz lookout-$(VERS)
24 rm -fr lookout-$(VERS)
25 ls -l lookout-$(VERS).tar.gz
31 dist: lookout-$(VERS).tar.gz
/dports/converters/showkey/showkey-1.7/
H A DMakefile3 VERS=1.7 macro
6 $(CC) -DREVISION=$(VERS) showkey.c -o showkey
31 showkey-$(VERS).tar.gz: $(SOURCES) showkey.1
32 @ls $(SOURCES) showkey.1 | sed s:^:showkey-$(VERS)/: >MANIFEST
33 @(cd ..; ln -s showkey showkey-$(VERS))
34 (cd ..; tar -czf showkey/showkey-$(VERS).tar.gz `cat showkey/MANIFEST`)
35 @(cd ..; rm showkey-$(VERS))
37 dist: showkey-$(VERS).tar.gz
39 release: showkey-$(VERS).tar.gz showkey.html
40 shipper version=$(VERS) | sh -e -x
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/
H A Dpublish.sh21 VERS=`cat $srcdir/VERSION`
29 mv sqlite sqlite-$VERS.bin
31 gzip sqlite-$VERS.bin
32 mv sqlite-$VERS.bin.gz doc
48 gzip tclsqlite-$VERS.so
53 mv sqlite.so sqlite-$VERS.so
54 gzip sqlite-$VERS.so
55 mv sqlite-$VERS.so.gz ../doc
162 mv sqlite_v2 sqlite-$VERS
164 tar czf $ORIGIN/doc/sqlite-$VERS.tar.gz $EXCLUDE sqlite-$VERS
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/mkupdates/
H A Dupdate-rules23 VERS=$1
24 if [ -z "$VERS" ]; then
32 if [ "$VERS" = "3.1" -o "$VERS" = "3.2" ] ; then
33 SOURCE=svn.apache.org/repos/asf/spamassassin/branches/rules/$VERS
42 DEST=svn.apache.org/repos/asf/spamassassin/tags/sa-update_${VERS}_${tagstamp}
43 svn cp --username jm --non-interactive -m "tagging latest update release for $VERS" https://$SOURCE…
62 if [ $VERS = 3.1 ]; then
65 cat /dev/null > /var/named/updates.spamassassin.org.d/${VERS}.0
67 REVVERS=`echo $VERS | awk -F. '{print $2 "." $1}'`
68 echo '*.'$REVVERS' TXT "'$V'"' >> /var/named/updates.spamassassin.org.d/${VERS}.0
/dports/games/ski/ski-0b50570a28a99de2ea797f703b104ec03835d24d/
H A DMakefile4 VERS=$(shell sed <ski -n -e '/version *= *"\(.*\)"/s//\1/p') macro
51 @echo $(VERS)
53 ski-$(VERS).tar.gz: $(SOURCES)
54 @ls $(SOURCES) | sed s:^:ski-$(VERS)/: >MANIFEST
55 @(cd ..; ln -s ski ski-$(VERS))
57 @ls -l ski-$(VERS).tar.gz
58 @(cd ..; rm ski-$(VERS))
60 dist: ski-$(VERS).tar.gz
62 release: ski-$(VERS).tar.gz ski.html
63 shipper version=$(VERS) | sh -e -x
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/
H A DMakefile.in77 NAME="xscreensaver-$$VERS" ; \
145 set - $$VERS ; \
216 TGZ=xscreensaver-$$VERS.tar.gz ; \
221 rm -rf /var/tmp/xscreensaver-$$VERS-root ; \
233 rm -rf $$DIR/BUILD/xscreensaver-$$VERS ; \
238 ls -lFG xscreensaver*-$$VERS-*.rpm
249 HEAD="xscreensaver-$$VERS" ; \
303 git tag -a "v$$VERS" -m "$$VERS" ; \
304 git commit -m "$$VERS" . ; \
351 git tag -a "v$$VERS" -m "$$VERS" ; \
[all …]

12345678910>>...68