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
This commit is contained in:
parent
bbb7fda618
commit
c03846137b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46621
@ -158,6 +158,7 @@
|
||||
SUBDIR += mpeg_stat
|
||||
SUBDIR += mpegedit
|
||||
SUBDIR += mpgtx
|
||||
SUBDIR += mplayer-fonts
|
||||
SUBDIR += mplex
|
||||
SUBDIR += mtv
|
||||
SUBDIR += netpbm
|
||||
|
32
graphics/mplayer-fonts/Makefile
Normal file
32
graphics/mplayer-fonts/Makefile
Normal file
@ -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>
|
1
graphics/mplayer-fonts/distinfo
Normal file
1
graphics/mplayer-fonts/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mplayer-fonts-0.18.tar.bz2) = 918f2c6255b22b45ff9ed56d397bd20d
|
1
graphics/mplayer-fonts/pkg-comment
Normal file
1
graphics/mplayer-fonts/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A font pack for the mplayer OSD and SUB
|
14
graphics/mplayer-fonts/pkg-descr
Normal file
14
graphics/mplayer-fonts/pkg-descr
Normal file
@ -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
|
31
graphics/mplayer-fonts/pkg-plist
Normal file
31
graphics/mplayer-fonts/pkg-plist
Normal file
@ -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
|
32
multimedia/mplayer-fonts/Makefile
Normal file
32
multimedia/mplayer-fonts/Makefile
Normal file
@ -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>
|
1
multimedia/mplayer-fonts/distinfo
Normal file
1
multimedia/mplayer-fonts/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mplayer-fonts-0.18.tar.bz2) = 918f2c6255b22b45ff9ed56d397bd20d
|
1
multimedia/mplayer-fonts/pkg-comment
Normal file
1
multimedia/mplayer-fonts/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A font pack for the mplayer OSD and SUB
|
14
multimedia/mplayer-fonts/pkg-descr
Normal file
14
multimedia/mplayer-fonts/pkg-descr
Normal file
@ -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
|
31
multimedia/mplayer-fonts/pkg-plist
Normal file
31
multimedia/mplayer-fonts/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user