diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-17 09:58:53 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-17 09:58:53 +0000 |
commit | 0fa398761a231c253d16fe5d0b4ba048826f9158 (patch) | |
tree | 44eeaa479bb4fb379764c37b6b422a90f2ac8051 /print/font2svg/files | |
parent | 11235e1a9364d4f7d81acd5fc6c25bbe839b7e15 (diff) | |
download | FreeBSD-ports-0fa398761a231c253d16fe5d0b4ba048826f9158.zip FreeBSD-ports-0fa398761a231c253d16fe5d0b4ba048826f9158.tar.gz |
add font2svg
All font to svg-font converter
Diffstat (limited to 'print/font2svg/files')
-rw-r--r-- | print/font2svg/files/patch-font2svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/print/font2svg/files/patch-font2svg b/print/font2svg/files/patch-font2svg new file mode 100644 index 0000000..74c72a0 --- /dev/null +++ b/print/font2svg/files/patch-font2svg @@ -0,0 +1,11 @@ +--- font2svg.orig Fri Jan 17 17:53:07 2003 ++++ font2svg Fri Jan 17 17:54:22 2003 +@@ -57,7 +57,7 @@ + dvipsencoding="none" + + # parse options +-TEMP=`getopt -q --long "--kpsewhich,--encoding:1,--dvipsencoding:1,--execute:1,--help,--symbols:1" "hke:1s:1d:1x:1" "$@"` ++TEMP=`getopt hke:s:d:x: $*` + echo "$TEMP" + eval set -- "$TEMP" + while [ ! $1 = "--" ] ; do |