Page MenuHomeSolus

D11204.diff
No OneTemporary

D11204.diff

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 @@
+<PISI>
+ <Source>
+ <Name>t1utils</Name>
+ <Packager>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Packager>
+ <License>MIT</License>
+ <PartOf>multimedia.graphics</PartOf>
+ <Summary xml:lang="en">Utilities for manupulating Adobe Type 1 font software</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>t1utils</Name>
+ <Summary xml:lang="en">Utilities for manupulating Adobe Type 1 font software</Summary>
+ <Description xml:lang="en">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.
+</Description>
+ <PartOf>multimedia.graphics</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/t1ascii</Path>
+ <Path fileType="executable">/usr/bin/t1asm</Path>
+ <Path fileType="executable">/usr/bin/t1binary</Path>
+ <Path fileType="executable">/usr/bin/t1disasm</Path>
+ <Path fileType="executable">/usr/bin/t1mac</Path>
+ <Path fileType="executable">/usr/bin/t1unmac</Path>
+ <Path fileType="man">/usr/share/man/man1/t1ascii.1</Path>
+ <Path fileType="man">/usr/share/man/man1/t1asm.1</Path>
+ <Path fileType="man">/usr/share/man/man1/t1binary.1</Path>
+ <Path fileType="man">/usr/share/man/man1/t1disasm.1</Path>
+ <Path fileType="man">/usr/share/man/man1/t1mac.1</Path>
+ <Path fileType="man">/usr/share/man/man1/t1unmac.1</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2021-04-10</Date>
+ <Version>1.42</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Martin Reboredo</Name>
+ <Email>yakoyoku@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 3 2023, 9:57 AM (9 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5848860
Default Alt Text
D11204.diff (5 KB)

Event Timeline