diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 17:21:06 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-02-12 17:21:06 +0000 |
commit | 24bd50a87fbab547ad502e7a55e24dd6048f287b (patch) | |
tree | 3f390c35bfcd24dd5e469b68b0c031af52ee52c4 /converters | |
parent | 578e813048999e610922fbd6bc07887fce569fa7 (diff) |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/fondu/Makefile | 47 | ||||
-rw-r--r-- | converters/fondu/distinfo | 3 | ||||
-rw-r--r-- | converters/fondu/pkg-descr | 4 |
4 files changed, 55 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index d6a5b33a82c7..aa31106fbbf4 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -22,6 +22,7 @@ SUBDIR += enca SUBDIR += fconv SUBDIR += fix-mime-charset + SUBDIR += fondu SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase diff --git a/converters/fondu/Makefile b/converters/fondu/Makefile new file mode 100644 index 000000000000..d09a7c975ba7 --- /dev/null +++ b/converters/fondu/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: fondu +# Date created: 2009-11-14 +# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com> +# +# $FreeBSD$ +# + +PORTNAME= fondu +PORTVERSION= 051010 +CATEGORIES= converters +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} +DISTNAME= ${PORTNAME}_src-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= g.veniamin@googlemail.com +COMMENT= A series of programs to interconvert between mac fonts + +HAS_CONFIGURE= yes +MAN1= dfont2res.1 \ + fondu.1 \ + frombin.1 \ + lumper.1 \ + showfond.1 \ + tobin.1 \ + ufond.1 + +PLIST_FILES= bin/dfont2res \ + bin/${PORTNAME} \ + bin/frombin \ + bin/lumper \ + bin/setfondname \ + bin/showfond \ + bin/tobin \ + bin/ufond + +WRKSRC= ${WRKDIR}/${PORTNAME} + +post-install: + ${INSTALL_MAN} ${WRKSRC}/dfont2res.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/fondu.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/frombin.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/lumper.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/showfond.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/tobin.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ufond.1 ${MANPREFIX}/man/man1/ + +.include <bsd.port.mk> diff --git a/converters/fondu/distinfo b/converters/fondu/distinfo new file mode 100644 index 000000000000..45b797327fbe --- /dev/null +++ b/converters/fondu/distinfo @@ -0,0 +1,3 @@ +MD5 (fondu_src-051010.tgz) = 669ad6f39c10e9e5a455dfc302685b1c +SHA256 (fondu_src-051010.tgz) = 7d95d3afccb97eb3def1bed49581c2eceaae68d83d40f6030f4b0724f325bbc3 +SIZE (fondu_src-051010.tgz) = 125929 diff --git a/converters/fondu/pkg-descr b/converters/fondu/pkg-descr new file mode 100644 index 000000000000..9fef3e7cffc5 --- /dev/null +++ b/converters/fondu/pkg-descr @@ -0,0 +1,4 @@ +A set of programs to interconvert between mac font formats and pfb, ttf, otf +and bdf files on unix + +WWW: http://fondu.sourceforge.net/ |