diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1 @@ +libc.so.6 diff --git a/abi_used_symbols b/abi_used_symbols new file mode 100644 --- /dev/null +++ b/abi_used_symbols @@ -0,0 +1,51 @@ +libc.so.6:__assert_fail +libc.so.6:__ctype_b_loc +libc.so.6:__ctype_tolower_loc +libc.so.6:__errno_location +libc.so.6:__fprintf_chk +libc.so.6:__fread_chk +libc.so.6:__isoc99_sscanf +libc.so.6:__libc_start_main +libc.so.6:__memcpy_chk +libc.so.6:__memmove_chk +libc.so.6:__printf_chk +libc.so.6:__sprintf_chk +libc.so.6:__stack_chk_fail +libc.so.6:__vfprintf_chk +libc.so.6:exit +libc.so.6:fclose +libc.so.6:feof +libc.so.6:ferror +libc.so.6:fflush +libc.so.6:fopen +libc.so.6:fputc +libc.so.6:fputs +libc.so.6:fread +libc.so.6:free +libc.so.6:fseek +libc.so.6:ftell +libc.so.6:fwrite +libc.so.6:getc +libc.so.6:getenv +libc.so.6:malloc +libc.so.6:memcpy +libc.so.6:memmem +libc.so.6:memmove +libc.so.6:putc +libc.so.6:puts +libc.so.6:realloc +libc.so.6:stderr +libc.so.6:stdin +libc.so.6:stdout +libc.so.6:strchr +libc.so.6:strcmp +libc.so.6:strerror +libc.so.6:strlen +libc.so.6:strncmp +libc.so.6:strrchr +libc.so.6:strstr +libc.so.6:strtod +libc.so.6:strtol +libc.so.6:time +libc.so.6:tmpfile +libc.so.6:ungetc diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,16 @@ +name : t1utils +version : '1.42' +release : 1 +source : + - https://github.com/kohler/t1utils/archive/refs/tags/v1.42.tar.gz : d385fa78fca179e5edcf962bf1545a926f365c03e62b5a0ca5d80f104727ce81 +license : MIT +component : multimedia.graphics +summary : Utilities for manupulating Adobe Type 1 font software +description: | + T1utils is a collection of simple programs for manipulating PostScript Type 1 fonts. Together, they allow you to convert between PFA (ASCII) and PFB (binary) formats, disassemble PFA or PFB files into human-readable form, and reassemble them into PFA or PFB format. Additionally you can extract font resources from a Macintosh font file or create a Macintosh Type 1 font file from a PFA or PFB font. +setup : | + %reconfigure +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,45 @@ + + + t1utils + + Martin Reboredo + yakoyoku@gmail.com + + MIT + multimedia.graphics + Utilities for manupulating Adobe Type 1 font software + T1utils is a collection of simple programs for manipulating PostScript Type 1 fonts. Together, they allow you to convert between PFA (ASCII) and PFB (binary) formats, disassemble PFA or PFB files into human-readable form, and reassemble them into PFA or PFB format. Additionally you can extract font resources from a Macintosh font file or create a Macintosh Type 1 font file from a PFA or PFB font. + + https://getsol.us/sources/README.Solus + + + t1utils + Utilities for manupulating Adobe Type 1 font software + T1utils is a collection of simple programs for manipulating PostScript Type 1 fonts. Together, they allow you to convert between PFA (ASCII) and PFB (binary) formats, disassemble PFA or PFB files into human-readable form, and reassemble them into PFA or PFB format. Additionally you can extract font resources from a Macintosh font file or create a Macintosh Type 1 font file from a PFA or PFB font. + + multimedia.graphics + + /usr/bin/t1ascii + /usr/bin/t1asm + /usr/bin/t1binary + /usr/bin/t1disasm + /usr/bin/t1mac + /usr/bin/t1unmac + /usr/share/man/man1/t1ascii.1 + /usr/share/man/man1/t1asm.1 + /usr/share/man/man1/t1binary.1 + /usr/share/man/man1/t1disasm.1 + /usr/share/man/man1/t1mac.1 + /usr/share/man/man1/t1unmac.1 + + + + + 2021-04-10 + 1.42 + Packaging update + Martin Reboredo + yakoyoku@gmail.com + + + \ No newline at end of file