diff options
-rw-r--r-- | graphics/flashplayer/Makefile | 23 | ||||
-rw-r--r-- | graphics/flashplayer/distinfo | 1 | ||||
-rw-r--r-- | graphics/flashplayer/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/flashplayer/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/flashplayer/pkg-plist | 1 | ||||
-rw-r--r-- | graphics/libflash/Makefile | 23 | ||||
-rw-r--r-- | graphics/libflash/distinfo | 1 | ||||
-rw-r--r-- | graphics/libflash/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/libflash/pkg-descr | 14 | ||||
-rw-r--r-- | graphics/libflash/pkg-plist | 1 |
10 files changed, 80 insertions, 0 deletions
diff --git a/graphics/flashplayer/Makefile b/graphics/flashplayer/Makefile new file mode 100644 index 0000000..3140980 --- /dev/null +++ b/graphics/flashplayer/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: flashplayer +# Version required: 0.4.3 +# Date created: 2 October 1999 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +DISTNAME= flash-0.4.3 +PKGNAME= flashplayer-0.4.3 +CATEGORIES= graphics +MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \ + http://perso.club-internet.fr/odebon/flash/Linux/ +EXTRACT_SUFX= .tgz + +MAINTAINER= knu@idaemons.org + +USE_X_PREFIX= yes + +do-install: + cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin + +.include <bsd.port.mk> diff --git a/graphics/flashplayer/distinfo b/graphics/flashplayer/distinfo new file mode 100644 index 0000000..d2e6322 --- /dev/null +++ b/graphics/flashplayer/distinfo @@ -0,0 +1 @@ +MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5 diff --git a/graphics/flashplayer/pkg-comment b/graphics/flashplayer/pkg-comment new file mode 100644 index 0000000..f7fdbd5 --- /dev/null +++ b/graphics/flashplayer/pkg-comment @@ -0,0 +1 @@ +A standalone Macromedia Flash player diff --git a/graphics/flashplayer/pkg-descr b/graphics/flashplayer/pkg-descr new file mode 100644 index 0000000..f57d671 --- /dev/null +++ b/graphics/flashplayer/pkg-descr @@ -0,0 +1,14 @@ +This is a standalone Macromedia Flash player. The Netscape plugin +which is compiled from the same source distribution will be a +seperate port. + +Usage: swfplayer <file.swf> + +WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html + http://perso.club-internet.fr/odebon/flash.html (mirror) + +-- + / + /__ __ + / ) ) ) ) / http://www.idaemons.org/knu/ +Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org diff --git a/graphics/flashplayer/pkg-plist b/graphics/flashplayer/pkg-plist new file mode 100644 index 0000000..79396b1 --- /dev/null +++ b/graphics/flashplayer/pkg-plist @@ -0,0 +1 @@ +bin/swfplayer diff --git a/graphics/libflash/Makefile b/graphics/libflash/Makefile new file mode 100644 index 0000000..3140980 --- /dev/null +++ b/graphics/libflash/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: flashplayer +# Version required: 0.4.3 +# Date created: 2 October 1999 +# Whom: Akinori MUSHA aka knu <knu@idaemons.org> +# +# $FreeBSD$ +# + +DISTNAME= flash-0.4.3 +PKGNAME= flashplayer-0.4.3 +CATEGORIES= graphics +MASTER_SITES= http://www.geocities.com/TimesSquare/Labyrinth/5084/flash/Linux/ \ + http://perso.club-internet.fr/odebon/flash/Linux/ +EXTRACT_SUFX= .tgz + +MAINTAINER= knu@idaemons.org + +USE_X_PREFIX= yes + +do-install: + cd ${WRKSRC}/Player && ${INSTALL_PROGRAM} swfplayer ${X11BASE}/bin + +.include <bsd.port.mk> diff --git a/graphics/libflash/distinfo b/graphics/libflash/distinfo new file mode 100644 index 0000000..d2e6322 --- /dev/null +++ b/graphics/libflash/distinfo @@ -0,0 +1 @@ +MD5 (flash-0.4.3.tgz) = 87b855c1ac5ea38bfa668b98a099d3b5 diff --git a/graphics/libflash/pkg-comment b/graphics/libflash/pkg-comment new file mode 100644 index 0000000..f7fdbd5 --- /dev/null +++ b/graphics/libflash/pkg-comment @@ -0,0 +1 @@ +A standalone Macromedia Flash player diff --git a/graphics/libflash/pkg-descr b/graphics/libflash/pkg-descr new file mode 100644 index 0000000..f57d671 --- /dev/null +++ b/graphics/libflash/pkg-descr @@ -0,0 +1,14 @@ +This is a standalone Macromedia Flash player. The Netscape plugin +which is compiled from the same source distribution will be a +seperate port. + +Usage: swfplayer <file.swf> + +WWW: http://www.geocities.com/TimesSquare/Labyrinth/5084/flash.html + http://perso.club-internet.fr/odebon/flash.html (mirror) + +-- + / + /__ __ + / ) ) ) ) / http://www.idaemons.org/knu/ +Akinori MUSHA aka / (_ / ( (__( mailto:knu@idaemons.org diff --git a/graphics/libflash/pkg-plist b/graphics/libflash/pkg-plist new file mode 100644 index 0000000..79396b1 --- /dev/null +++ b/graphics/libflash/pkg-plist @@ -0,0 +1 @@ +bin/swfplayer |