FreeBSD Bugzilla – Attachment 223069 Details for
Bug 254109
New port: x11-fonts/otf2bdf OpenType to BDF converter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
x11-fonts_otf2bdf.patch (text/plain), 2.91 KB, created by
Yasuhiro Kimura
on 2021-03-07 18:49:58 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2021-03-07 18:49:58 UTC
Size:
2.91 KB
patch
obsolete
>Index: x11-fonts/Makefile >=================================================================== >--- x11-fonts/Makefile (revision 567475) >+++ x11-fonts/Makefile (working copy) >@@ -189,6 +189,7 @@ > SUBDIR += oldschool-pc-fonts > SUBDIR += open-sans > SUBDIR += orbitron >+ SUBDIR += otf2bdf > SUBDIR += ots > SUBDIR += oxygen-fonts > SUBDIR += p5-Font-AFM >Index: x11-fonts/otf2bdf/Makefile >=================================================================== >--- x11-fonts/otf2bdf/Makefile (nonexistent) >+++ x11-fonts/otf2bdf/Makefile (working copy) >@@ -0,0 +1,32 @@ >+# $FreeBSD$ >+ >+PORTNAME= otf2bdf >+DISTVERSION= 3.1 >+CATEGORIES= x11-fonts >+MASTER_SITES= http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/ >+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ >+ mkinstalldirs >+DIST_SUBDIR= ${PORTNAME} >+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} >+ >+MAINTAINER= yasu@utahime.org >+COMMENT= OpenType to BDF converter >+ >+LICENSE= MIT >+ >+LIB_DEPENDS= libfreetype.so:print/freetype2 >+ >+USES= autoreconf tar:tgz >+ >+GNU_CONFIGURE= yes >+ >+PLIST_FILES= bin/otf2bdf \ >+ man/man1/otf2bdf.1.gz >+ >+post-extract: >+ ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/mkinstalldirs ${WRKSRC} >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/otf2bdf >+ >+.include <bsd.port.mk> >Index: x11-fonts/otf2bdf/distinfo >=================================================================== >--- x11-fonts/otf2bdf/distinfo (nonexistent) >+++ x11-fonts/otf2bdf/distinfo (working copy) >@@ -0,0 +1,5 @@ >+TIMESTAMP = 1615137831 >+SHA256 (otf2bdf/otf2bdf-3.1.tgz) = 61370b8613867386ad5b7b331a403a674e684020830b0eb83bb004a452abfada >+SIZE (otf2bdf/otf2bdf-3.1.tgz) = 57769 >+SHA256 (otf2bdf/mkinstalldirs) = e7b13759bd5caac0976facbd1672312fe624dd172bbfd989ffcc5918ab21bfc1 >+SIZE (otf2bdf/mkinstalldirs) = 735 >Index: x11-fonts/otf2bdf/files/patch-Makefile.in >=================================================================== >--- x11-fonts/otf2bdf/files/patch-Makefile.in (nonexistent) >+++ x11-fonts/otf2bdf/files/patch-Makefile.in (working copy) >@@ -0,0 +1,15 @@ >+--- Makefile.in.orig 2008-05-21 22:18:18 UTC >++++ Makefile.in >+@@ -60,9 +60,9 @@ distclean: clean >+ $(CC) $(CFLAGS) $(INCS) -c $< -o $@ >+ >+ install: otf2bdf >+- $(MKINSTALLDIRS) $(bindir) $(mandir)/man1 >+- $(CP) otf2bdf $(bindir)/otf2bdf >+- $(CP) otf2bdf.man $(mandir)/man1/otf2bdf.1 >++ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mandir)/man1 >++ $(CP) otf2bdf $(DESTDIR)$(bindir)/otf2bdf >++ $(CP) otf2bdf.man $(DESTDIR)$(mandir)/man1/otf2bdf.1 >+ >+ uninstall: >+ $(RM) -f $(bindir)/otf2bdf >Index: x11-fonts/otf2bdf/pkg-descr >=================================================================== >--- x11-fonts/otf2bdf/pkg-descr (nonexistent) >+++ x11-fonts/otf2bdf/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+otf2bdf is a command line utility that uses the FreeType 2 font >+rendering library to generate BDF bitmap fonts from OpenType outline >+fonts at different sizes and resolutions. >+ >+WWW: http://sofia.nmsu.edu/~mleisher/Software/otf2bdf/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254109
: 223069