diff options
Diffstat (limited to 'multimedia/xanim')
-rw-r--r-- | multimedia/xanim/Makefile | 48 | ||||
-rw-r--r-- | multimedia/xanim/distinfo | 4 | ||||
-rw-r--r-- | multimedia/xanim/files/patch-ab | 60 | ||||
-rw-r--r-- | multimedia/xanim/pkg-comment | 1 | ||||
-rw-r--r-- | multimedia/xanim/pkg-descr | 47 | ||||
-rw-r--r-- | multimedia/xanim/pkg-plist | 1 |
6 files changed, 0 insertions, 161 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile deleted file mode 100644 index b56a74e42f9a..000000000000 --- a/multimedia/xanim/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# New ports collection makefile for: xanim -# Version required: 2.70.6.4 -# Date created: Sat Nov 5 11:43:03 PST 1994 -# Whom: piero -# -# $Id: Makefile,v 1.17 1998/11/21 07:27:36 steve Exp $ -# - -DISTNAME= xanim2801 -PKGNAME= xanim-2.80.1 -CATEGORIES= graphics -MASTER_SITES= ftp://xanim.va.pubnix.com/ \ - ftp://xanim.va.pubnix.com/modules/ -DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES} - -MAINTAINER= ports@FreeBSD.ORG - -EXTRACT_ONLY= ${DISTNAME}.tar.gz -USE_IMAKE= yes -MAN1= xanim.1 -MAKE_ENV= XA_IV32_DEF=-DXA_INDEO \ - XA_CVID_DEF=-DXA_CINEPAK \ - XA_CYUV_DEF=-DXA_CYUV - -.include <bsd.port.pre.mk> - -.if ${PORTOBJFORMAT} == "aout" -EXTRA_FILES= xa2.0_cvid_netbsd386.o.Z xa2.0_iv32_netbsd386.o.Z \ - xa1.0_cyuv_netbsd386.o.Z -MAKE_ENV+= XA_IV32_LIB=xa2.0_cvid_netbsd386.o \ - XA_CVID_LIB=xa2.0_iv32_netbsd386.o \ - XA_CYUV_LIB=xa1.0_cyuv_netbsd386.o -.else -EXTRA_FILES= xa2.0_cvid_linuxELF.o.Z xa2.0_iv32_linuxELF.o.Z \ - xa1.0_cyuv_linuxELF.o.Z -MAKE_ENV+= XA_IV32_LIB=xa2.0_cvid_linuxELF.o \ - XA_CVID_LIB=xa2.0_iv32_linuxELF.o \ - XA_CYUV_LIB=xa1.0_cyuv_linuxELF.o -.endif - -post-extract: - @for file in ${EXTRA_FILES}; do \ - ${CP} ${DISTDIR}/$$file ${WRKSRC}; \ - uncompress ${WRKSRC}/$$file; \ - done - ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} - -.include <bsd.port.post.mk> diff --git a/multimedia/xanim/distinfo b/multimedia/xanim/distinfo deleted file mode 100644 index c360bdcda7e4..000000000000 --- a/multimedia/xanim/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -MD5 (xanim2801.tar.gz) = e2ecd086c160f18dd7cc3cac438758c2 -MD5 (xa2.0_cvid_linuxELF.o.Z) = 3b4e0575227a595267f8ea8c8dc389d4 -MD5 (xa2.0_iv32_linuxELF.o.Z) = 6d96884a3ab902efb3315388c5091c42 -MD5 (xa1.0_cyuv_linuxELF.o.Z) = 1485e89ede4f392229b3dbee0015b59d diff --git a/multimedia/xanim/files/patch-ab b/multimedia/xanim/files/patch-ab deleted file mode 100644 index 4f9e8ee43b93..000000000000 --- a/multimedia/xanim/files/patch-ab +++ /dev/null @@ -1,60 +0,0 @@ ---- Imakefile.orig Sun Mar 21 14:36:26 1999 -+++ Imakefile Mon Mar 29 12:01:48 1999 -@@ -116,7 +116,7 @@ - XCOMM XA_DLL_DEF = -DXA_DLL - XCOMM - XCOMM ### You may need this library. --XA_DLL_LIB = -ldl -+XCOMM XA_DLL_LIB = -ldl - XCOMM - XCOMM If you'd like to change the default directory that XAnim searches while - XCOMM looking for dlls, then change the directory below. -@@ -190,7 +190,7 @@ - XCOMM XA_CVID_DEF = -DXA_CVID - XCOMM XA_CYUV_DEF = -DXA_CYUV - XCOMM --XCOMM XA_IV32_LIB = mods/xa2.1_iv32_linuxELF.o -+XCOMM XA_IV32_LIB = mods/xa2.0_iv32_linuxELF.o - XCOMM XA_CVID_LIB = mods/xa2.0_cvid_linuxELF.o - XCOMM XA_CYUV_LIB = mods/xa1.0_cyuv_linuxELF.o - XCOMM -@@ -267,8 +267,8 @@ - XCOMM XA_AUDIO_DEFS = - XCOMM - XCOMM ## -- Linux PCs --------------------------------------------------------- --XA_AUDIO_DEFS = -DXA_LINUX_AUDIO --XA_AUDIO_LIBS = -lc -+XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -+XCOMM XA_AUDIO_LIBS = -lc - XCOMM - XCOMM -- Linux PC's with OLD Rev sound drivers ------------------------------- - XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -DXA_LINUX_OLDER_SND -@@ -314,8 +314,8 @@ - XCOMM XA_AUDIO_LIBS = -lc - XCOMM - XCOMM -- Also FreeBSD, and BSDI with SBlast-BSD-1.5 (development stages)------ --XCOMM XA_AUDIO_DEFS = -DXA_LINUX_AUDIO --XCOMM XA_AUDIO_LIBS = -lc -+XA_AUDIO_DEFS = -DXA_LINUX_AUDIO -+XA_AUDIO_LIBS = -lc - XCOMM - XCOMM -- TOWNS Linux 16 bit PCM ---------------------------------------------- - XCOMM XA_AUDIO_DEFS = -DXA_TOWNS_AUDIO -@@ -442,7 +442,7 @@ - XCOMM -- following symbols(XmbufDisplayBuffers, XmbufQueryExtension, - XCOMM -- XmbufCreateBuffers). - XCOMM -- NOTE_8: HP-UX machines need to comment this out. --XCOMM XA_MULTIBUF = -DXMBUF -+XA_MULTIBUF = -DXMBUF - XCOMM - XCOMM ########### - XCOMM -@@ -465,7 +465,7 @@ - - PROGRAMS = $(XANIM) - --INCLUDES = -I$(INCDIR) $(XA_INCS) -+INCLUDES = -I$(INCDIR)/X11 $(XA_INCS) - - LIBS1 = $(XA_LIBS) $(EXTENSIONLIB) $(XTOOLLIB) $(XLIB) -lm - DEPLIBS1 = $(DEPEXTENSIONLIB) $(DEPXTOOLLIB) $(DEPXLIB) diff --git a/multimedia/xanim/pkg-comment b/multimedia/xanim/pkg-comment deleted file mode 100644 index 48fc0a1208ac..000000000000 --- a/multimedia/xanim/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -play most popular animation formats and show pictures diff --git a/multimedia/xanim/pkg-descr b/multimedia/xanim/pkg-descr deleted file mode 100644 index 5af9fc67aa40..000000000000 --- a/multimedia/xanim/pkg-descr +++ /dev/null @@ -1,47 +0,0 @@ -XAnim is a program that can display animations of various -formats on systems running X11. XAnim currently supports -the following animation types: - - + FLI animations. - + FLC animations. - + IFF animations. The following features are sup- - ported: - -> Compressions 3,5,7,J(movies) and l(small - L). - -> Color cycling during single images and - anims. - -> Display Modes: depth 1-8, EHB, HAM and - HAM8. - + GIF87a and GIF89a files. - -> single and multiple images supported. - -> GIF89a animation extensions supported. - + GIF89a animation extension support. - + a kludgy text file listing gifs and what order - to show them in. - + DL animations. Formats 1, 2 and partial 3. - + Amiga PFX(PageFlipper Plus F/X) animations. TEMP - DISABLED - + Amiga MovieSetter animations(For those Eric - Schwartz fans). - + Utah Raster Toolkit RLE images and anims. - + AVI animations. Currently supported are - -> IBM Ultimotion (ULTI) depth 16. - -> JPEG (JPEG) depth 24. - images. - + MPEG animations. Currently only Type I Frames - are displayed. Type B and Type P frames are cur- - rently ignored, but will be added in future - revs. - + WAV audio files may have their sound added to - any animation type that doesn't already have - audio, by specifying the .wav file after the - animation file on the command line. Currently - only the PCM audio codec is supported. - + any combination of the above on the same command - line. - -XAnim also provides various options that allow the user to -alter colormaps, playback speeds, looping modes and can -provide on-the-fly scaling of animations with the mouse. - -WWW: http://xanim.va.pubnix.com/home.html diff --git a/multimedia/xanim/pkg-plist b/multimedia/xanim/pkg-plist deleted file mode 100644 index efa140f5669d..000000000000 --- a/multimedia/xanim/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xanim |