remove svn keywords

This commit is contained in:
NishiOwO
2025-12-05 07:43:04 +09:00
parent 6c22ab8cd6
commit 2a268c56f1
171 changed files with 18590 additions and 919 deletions

View File

@@ -1,5 +1,3 @@
# $Id$
CC = gcc
CFLAGS = `freetype-config --cflags`
LDFLAGS =

View File

@@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
MAKE=make
if which gmake >/dev/null 2>&1; then
MAKE=gmake

View File

@@ -1,10 +1,7 @@
#!/usr/bin/env perl
# $Id$
open(IN, "<", "resource/rgb.txt");
open(OUT, ">", "src/color.c");
print(OUT "/* \$Id\$ */\n");
print(OUT "#include <Mw/Milsko.h>\n");
print(OUT "\n");
print(OUT "MwLLColor MwParseColorName(MwWidget handle, const char* color){\n");

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env perl
# $Id$
my $font = $ARGV[0];
my $name = $ARGV[1];
my $out = $ARGV[2];
@@ -15,7 +14,6 @@ my $nocom = 0;
my $MAX = 16;
if ($name) {
print("/* \$Id\$ */\n");
print("#include <Mw/Milsko.h>\n");
print("\n");
}

View File

@@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
doxygen
rm -rf /var/www/milsko-doxygen
cp -rf doxygen/html /var/www/milsko-doxygen

View File

@@ -1,4 +1,3 @@
/* $Id$ */
#include <ft2build.h>
#include FT_FREETYPE_H
#include FT_BITMAP_H
@@ -30,7 +29,6 @@ int main(int argc, char** argv) {
FT_Get_BDF_Property(face, "COPYRIGHT", &rec);
printf("/* $Id$ */\n");
printf("#include <Mw/Milsko.h>\n");
printf("\n");
printf("/**\n");

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env perl
# $Id$
my @cfiles = ();
sub scan {
@@ -91,7 +89,6 @@ sub generate {
}
open(OUT, ">", $output);
print(OUT "# \$Id\$\n");
print(OUT "CC = $cc\n");
print(OUT "LD = $link\n");
print(OUT "\n");

View File

@@ -1,10 +0,0 @@
#!/usr/bin/env bash
# $Id$
if [[ $1 -eq "" ]]; then
echo "Blank argument."
exit
fi
echo "Applying PR #$1 (https://github.com/pyrite-dev/milsko/pull/$1.diff)"
curl https://github.com/pyrite-dev/milsko/pull/$1.diff -L | patch -p1

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env perl
# $Id$
open(IN, "<", "resource/harvard.txt");
print("const char* harvard[] = {\n");
while (my $l = <IN>) {

View File

@@ -1,7 +1,4 @@
#!/bin/sh
# $Id$
echo '/* $Id$ */' > include/Mw/Resource/Icon.h
echo '/*!' >> include/Mw/Resource/Icon.h
echo ' * @file Mw/Resource/Icon.h' >> include/Mw/Resource/Icon.h
echo ' * @brief Icon' >> include/Mw/Resource/Icon.h
@@ -26,7 +23,6 @@ for i in resource/icon/*.png; do
GEO=`convert $i json:- 2>/dev/null | jq -r '(.[0].image.geometry.width | tostring) + "x" + (.[0].image.geometry.height | tostring)'`
WIDTH=`echo $GEO | cut -dx -f1`
HEIGHT=`echo $GEO | cut -dx -f2`
echo '/* $Id$ */' > $OUT
echo '#include <Mw/Milsko.h>' >> $OUT
echo >> $OUT
echo "MwU32 $NAME[] = {" >> $OUT

View File

@@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
povray +A +W256 +H256 +Ologo.png resource/logo/logo.pov
povray +A +W1280 +H640 +Obanner.png resource/logo/banner.pov
povray +A +W102 +H47 +O102x47.png resource/logo/102x47.pov

View File

@@ -1,6 +1,4 @@
#!/bin/sh
# $Id$
for i in linux win32 win64 doxygen; do
rm -rf ../milsko-$i
cp -rf . ../milsko-$i

View File

@@ -1,6 +1,4 @@
#!/usr/bin/env perl
# $Id$
our $WIDTH = 80;
sub l {

View File

@@ -1,8 +1,5 @@
#!/bin/sh
# $Id$
for out in src/font/ttf.c src/font/boldttf.c; do
echo '/* $Id$ */' > $out
echo '#include <Mw/Milsko.h>' >> $out
echo '' >> $out
echo '#if defined(USE_STB_TRUETYPE) || defined(USE_FREETYPE2)' >> $out

View File

@@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
MAKE=make
if which gmake >/dev/null 2>&1; then
MAKE=gmake

View File

@@ -1,5 +1,4 @@
#!/bin/sh
# $Id$
set -e
wmake -f WatMakefile
rm -rf milsko