diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-22 05:23:25 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2001-08-22 05:23:25 +0000 |
commit | c03846137bdf30740830e4bcfdc4f418ad49d37e (patch) | |
tree | 346ea44f5039e1f5a8dac0cf70ce9c85bdfb8c28 /multimedia/mplayer-fonts | |
parent | Upgrade to 2.0.9 (diff) |
New port: needed for mplayer.
This is the port which contains the superset of
the fonts for the mplay on screen display and
the sub title.
In this stage it supports the following charsets:
ISO for dutch, french, german, hungarian, italian
and portugese cyrillic russian (koi8r)
WWW: http://mplayer.sourceforge.net
Notes
Notes:
svn path=/head/; revision=46621
Diffstat (limited to 'multimedia/mplayer-fonts')
-rw-r--r-- | multimedia/mplayer-fonts/Makefile | 32 | ||||
-rw-r--r-- | multimedia/mplayer-fonts/distinfo | 1 | ||||
-rw-r--r-- | multimedia/mplayer-fonts/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/mplayer-fonts/pkg-descr | 14 | ||||
-rw-r--r-- | multimedia/mplayer-fonts/pkg-plist | 31 |
5 files changed, 79 insertions, 0 deletions
diff --git a/multimedia/mplayer-fonts/Makefile b/multimedia/mplayer-fonts/Makefile new file mode 100644 index 000000000000..5b0dc8784394 --- /dev/null +++ b/multimedia/mplayer-fonts/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: mplayer-fonts +# Date created: 15 August 2001 +# Whom: Thomas E. Zander +# +# $FreeBSD$ +# + +PORTNAME= mplayer-fonts +PORTVERSION= 0.18 +CATEGORIES= graphics +MASTER_SITES= http://www.stud.uni-karlsruhe.de/~uedc/mplayer/ + +MAINTAINER= riggs@rrr.de + +ONLY_FOR_ARCHS= i386 +USE_BZIP2= yes +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/mplayer/fonts + @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts + @${MKDIR} ${PREFIX}/share/mplayer/fonts/iso + @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/iso + @${MKDIR} ${PREFIX}/share/mplayer/fonts/cyrillic + @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/cyrillic + @${MKDIR} ${PREFIX}/share/mplayer/fonts/koi8r + @${CHMOD} 0555 ${PREFIX}/share/mplayer/fonts/koi8r + @${INSTALL_DATA} ${WRKDIR}/iso/* ${PREFIX}/share/mplayer/fonts/iso + @${INSTALL_DATA} ${WRKDIR}/cyrillic/* ${PREFIX}/share/mplayer/fonts/cyrillic + @${INSTALL_DATA} ${WRKDIR}/koi8r/* ${PREFIX}/share/mplayer/fonts/koi8r/ + +.include <bsd.port.mk> diff --git a/multimedia/mplayer-fonts/distinfo b/multimedia/mplayer-fonts/distinfo new file mode 100644 index 000000000000..b89218ab770c --- /dev/null +++ b/multimedia/mplayer-fonts/distinfo @@ -0,0 +1 @@ +MD5 (mplayer-fonts-0.18.tar.bz2) = 918f2c6255b22b45ff9ed56d397bd20d diff --git a/multimedia/mplayer-fonts/pkg-comment b/multimedia/mplayer-fonts/pkg-comment new file mode 100644 index 000000000000..105eb2d19e5e --- /dev/null +++ b/multimedia/mplayer-fonts/pkg-comment @@ -0,0 +1 @@ +A font pack for the mplayer OSD and SUB diff --git a/multimedia/mplayer-fonts/pkg-descr b/multimedia/mplayer-fonts/pkg-descr new file mode 100644 index 000000000000..43a7e5d48b2f --- /dev/null +++ b/multimedia/mplayer-fonts/pkg-descr @@ -0,0 +1,14 @@ +This is the port which contains the superset of +the fonts for the mplay on screen display and +the sub title. + +In this stage it supports the following charsets: + +ISO for dutch, french, german, hungarian, italian + and portugese + +cyrillic + +russian (koi8r) + +WWW: http://mplayer.sourceforge.net diff --git a/multimedia/mplayer-fonts/pkg-plist b/multimedia/mplayer-fonts/pkg-plist new file mode 100644 index 000000000000..21261a71ae1e --- /dev/null +++ b/multimedia/mplayer-fonts/pkg-plist @@ -0,0 +1,31 @@ +share/mplayer/fonts/iso/README +share/mplayer/fonts/iso/arial-12-00_a.raw +share/mplayer/fonts/iso/arial-12-00_b.raw +share/mplayer/fonts/iso/arial-12.desc +share/mplayer/fonts/iso/arial-16-00_a.raw +share/mplayer/fonts/iso/arial-16-00_b.raw +share/mplayer/fonts/iso/arial-16.desc +share/mplayer/fonts/iso/arialbd-12-00_a.raw +share/mplayer/fonts/iso/arialbd-12-00_b.raw +share/mplayer/fonts/iso/arialbd-12.desc +share/mplayer/fonts/iso/arialbd-16-00_a.raw +share/mplayer/fonts/iso/arialbd-16-00_b.raw +share/mplayer/fonts/iso/arialbd-16.desc +share/mplayer/fonts/iso/arpi_osd_a.raw +share/mplayer/fonts/iso/arpi_osd_b.raw +share/mplayer/fonts/iso/arpi_progress_a.raw +share/mplayer/fonts/iso/arpi_progress_b.raw +share/mplayer/fonts/iso/font.desc +share/mplayer/fonts/cyrillic/bgfont_a.raw +share/mplayer/fonts/cyrillic/bgfont_b.raw +share/mplayer/fonts/cyrillic/font.desc +share/mplayer/fonts/cyrillic/font.desc.koi8-r +share/mplayer/fonts/cyrillic/test.sub +share/mplayer/fonts/koi8r/font.desc +share/mplayer/fonts/koi8r/koi8-r-a.raw +share/mplayer/fonts/koi8r/koi8-r-b.raw +@dirrm share/mplayer/fonts/iso +@dirrm share/mplayer/fonts/cyrillic +@dirrm share/mplayer/fonts/koi8r +@dirrm share/mplayer/fonts +@dirrm share/mplayer |