aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorvd <vd@FreeBSD.org>2006-10-31 22:13:19 +0800
committervd <vd@FreeBSD.org>2006-10-31 22:13:19 +0800
commitc02e8c98fc2a808212a39ff67ffba39d23a4992f (patch)
treeaa61f22f5480825e72044175b8c8a71bbf684fe4 /multimedia
parenta52f61e98635b066a39055723b09678685cb5c22 (diff)
downloadfreebsd-ports-graphics-c02e8c98fc2a808212a39ff67ffba39d23a4992f.tar.gz
freebsd-ports-graphics-c02e8c98fc2a808212a39ff67ffba39d23a4992f.tar.zst
freebsd-ports-graphics-c02e8c98fc2a808212a39ff67ffba39d23a4992f.zip
Remove expired leaf ports:
2006-10-26 archivers/linux-unace 2006-10-12 audio/gdesklets-cornerxmms 2006-10-12 deskutils/gdesklets-sensor-displayconstraints 2006-10-17 devel/sdl_ldbad 2006-10-27 lang/pdss 2006-10-17 multimedia/slideshow
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/Makefile1
-rw-r--r--multimedia/slideshow/Makefile73
-rw-r--r--multimedia/slideshow/distinfo3
-rw-r--r--multimedia/slideshow/files/patch-configure22
-rw-r--r--multimedia/slideshow/files/patch-src::FontVault.h11
-rw-r--r--multimedia/slideshow/files/patch-src::Makefile.in11
-rw-r--r--multimedia/slideshow/files/patch-src::Page.cpp10
-rw-r--r--multimedia/slideshow/files/patch-src_slideshow.i10
-rw-r--r--multimedia/slideshow/pkg-descr19
-rw-r--r--multimedia/slideshow/pkg-plist24
10 files changed, 0 insertions, 184 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile
index 97816184794..2edc99229c6 100644
--- a/multimedia/Makefile
+++ b/multimedia/Makefile
@@ -195,7 +195,6 @@
SUBDIR += rox-videothumbnail
SUBDIR += ruby-gst
SUBDIR += sabbu
- SUBDIR += slideshow
SUBDIR += smpeg
SUBDIR += smpeg-xmms
SUBDIR += snd-music-duplicates
diff --git a/multimedia/slideshow/Makefile b/multimedia/slideshow/Makefile
deleted file mode 100644
index 371eae4e77e..00000000000
--- a/multimedia/slideshow/Makefile
+++ /dev/null
@@ -1,73 +0,0 @@
-# New ports collection makefile for: slideshow
-# Date created: 26 November 2002
-# Whom: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at>
-#
-# $FreeBSD$
-#
-
-PORTNAME= slideshow
-PORTVERSION= 0.8.0.p5
-PORTREVISION= 3
-CATEGORIES= multimedia
-MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/.p/-pre/}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A slideshow presentation tool to write slides in Python or XML
-
-LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \
- smpeg.1:${PORTSDIR}/multimedia/smpeg
-
-WRKSRC= ${WRKDIR}/${DISTNAME:C/-pre.*//}
-USE_LDCONFIG= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
-USE_PYTHON= yes
-USE_SDL= image ttf
-CONFIGURE_ARGS+= --disable-gtk-gui
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib -lstdc++ -lpng"
-
-BROKEN= dead project and doesn't work with recent sdl
-DEPRECATED= ${BROKEN}
-EXPIRATION_DATE=2006-10-17
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
-CFLAGS+= -fPIC
-.endif
-# The default resolution is 640x480
-.if defined(WITH_RES_1024)
-CONFIGURE_ARGS+= --with-res=1024
-.elif defined(WITH_RES_800)
-CONFIGURE_ARGS+= --with-res=800
-.endif
-
-pre-patch:
- @${REINPLACE_CMD} -e '/SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
-.if defined(NOPORTDOCS)
- @${REINPLACE_CMD} -e '/SUBDIRS =/s/examples//' ${WRKSRC}/Makefile.in
-.endif
-
-post-configure:
- @${REINPLACE_CMD} -e "/^pythondir/s|= .*|= ${PYTHONPREFIX_SITELIBDIR}|"\
- ${WRKSRC}/src/Makefile
-
-do-install:
- @(cd ${WRKSRC}/src; ${MAKE} install)
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
-# Don't install Simple.py, it is broken
-.for file in AutoSlide.py Backgrounds.py Simple.xml Stages.py Text.py Video.py \
- Xml.py slideshow.dtd speedfull.jpg standard.ttf
- ${INSTALL_MAN} ${WRKSRC}/examples/${file} ${EXAMPLESDIR}
-.endfor
-.endif
-
-post-install:
- @${STRIP_CMD} ${PREFIX}/lib/libslideshow.so.0
-# @${STRIP_CMD} ${PYTHONPREFIX_SITELIBDIR}/_slideshow.so
-
-.include <bsd.port.post.mk>
diff --git a/multimedia/slideshow/distinfo b/multimedia/slideshow/distinfo
deleted file mode 100644
index eaa1169d237..00000000000
--- a/multimedia/slideshow/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (slideshow-0.8.0-pre5.tar.gz) = 96ddb609dc98389d38a2b99d6d488fe1
-SHA256 (slideshow-0.8.0-pre5.tar.gz) = 64c704f2fa2322be63b1c3e4aa8a1ab9aef125d643d9ff1e967cd0221a1167a1
-SIZE (slideshow-0.8.0-pre5.tar.gz) = 399029
diff --git a/multimedia/slideshow/files/patch-configure b/multimedia/slideshow/files/patch-configure
deleted file mode 100644
index d3c3dd5a7ed..00000000000
--- a/multimedia/slideshow/files/patch-configure
+++ /dev/null
@@ -1,22 +0,0 @@
---- configure.orig Mon Aug 4 17:20:08 2003
-+++ configure Mon Aug 4 17:20:32 2003
-@@ -9813,15 +9813,15 @@
- }
- else
- {
-- printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the
-+ printf("\n*** 'smpeg-config --version' returned %d.%d.%d, but the \
- minimum version\n", $smpeg_major_version, $smpeg_minor_version,
- $smpeg_micro_version);
-- printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is
-+ printf("*** of SMPEG required is %d.%d.%d. If smpeg-config is \
- correct, then it is\n", major, minor, micro);
- printf("*** best to upgrade to the required version.\n");
-- printf("*** If smpeg-config was wrong, set the environment variable
-+ printf("*** If smpeg-config was wrong, set the environment variable \
- SMPEG_CONFIG\n");
-- printf("*** to point to the correct copy of smpeg-config, and remove
-+ printf("*** to point to the correct copy of smpeg-config, and remove \
- the file\n");
- printf("*** config.cache before re-running configure\n");
- return 1;
diff --git a/multimedia/slideshow/files/patch-src::FontVault.h b/multimedia/slideshow/files/patch-src::FontVault.h
deleted file mode 100644
index a3bc7e73769..00000000000
--- a/multimedia/slideshow/files/patch-src::FontVault.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/FontVault.h.orig Fri Nov 22 00:07:06 2002
-+++ src/FontVault.h Thu Nov 28 23:41:37 2002
-@@ -34,7 +34,7 @@
- }
- };
-
--#if (HASHMAP_NAMESPACE == __gnu_cxx)
-+#if defined(HAVE_GNU_CXX_HASHMAP)
- typedef __gnu_cxx::hash_map<std::string, TTF_Font*, ures_hasher, ures_eqstr> Fonts_HashMap;
- #else
- typedef std::hash_map<std::string, TTF_Font*, ures_hasher, ures_eqstr> Fonts_HashMap;
diff --git a/multimedia/slideshow/files/patch-src::Makefile.in b/multimedia/slideshow/files/patch-src::Makefile.in
deleted file mode 100644
index 152e8c3dc3f..00000000000
--- a/multimedia/slideshow/files/patch-src::Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Tue Sep 12 20:06:57 2006
-+++ src/Makefile.in Tue Sep 12 20:07:19 2006
-@@ -269,7 +269,7 @@
- #
- # Regenerate SDL_defines.i if needed
- #
--SDL_SDL_video_H = $(shell echo $(SDL_CFLAGS) | sed -e 's/.*-I\([[:alnum:][:punct:]]*\)\>.*/\1/')/SDL_video.h
-+SDL_SDL_video_H = ${LOCALBASE}/include/SDL/SDL_video.h
-
- _slideshow_la_SOURCES = \
- slideshow_wrap.cxx
diff --git a/multimedia/slideshow/files/patch-src::Page.cpp b/multimedia/slideshow/files/patch-src::Page.cpp
deleted file mode 100644
index 1aa7509e38f..00000000000
--- a/multimedia/slideshow/files/patch-src::Page.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/Page.cpp.orig Mon Aug 4 17:22:29 2003
-+++ src/Page.cpp Mon Aug 4 17:22:51 2003
-@@ -28,6 +28,7 @@
- #include "Namer.h"
- #include "Macros.h"
- #include "Presentation.h"
-+#include <cassert>
- #include <iostream>
-
- using namespace std;
diff --git a/multimedia/slideshow/files/patch-src_slideshow.i b/multimedia/slideshow/files/patch-src_slideshow.i
deleted file mode 100644
index a31c520e0d1..00000000000
--- a/multimedia/slideshow/files/patch-src_slideshow.i
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/slideshow.i.orig Tue Sep 12 20:15:43 2006
-+++ src/slideshow.i Tue Sep 12 20:15:46 2006
-@@ -20,7 +20,6 @@
- %include "XmlLoader.i"
- %include "Mpeg.i"
- %include "AutoSlide.i"
--%include "Spinner.i"
- %include "GradientAnimated.i"
- %include "UpDown.i"
- %include "SDL_defines.i"
diff --git a/multimedia/slideshow/pkg-descr b/multimedia/slideshow/pkg-descr
deleted file mode 100644
index fe1e060728c..00000000000
--- a/multimedia/slideshow/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Slideshow allows you to write slides in Python or XML. Some features it has to
-offer:
-
-- Use of TrueType fonts
-- Showing stages in a slide
-- Progressive show of text and images
-- Scrolling of text and images
-- Special effects:
- * Spinner
- * Fires
- * Stars
- * Plasma
- * Darkness
-- MPEG videos support
-
-WWW: http://www.alobbs.com/slideshow
-
--- Stefan Farfeleder
-e0026813@stud3.tuwien.ac.at
diff --git a/multimedia/slideshow/pkg-plist b/multimedia/slideshow/pkg-plist
deleted file mode 100644
index 74b580838fc..00000000000
--- a/multimedia/slideshow/pkg-plist
+++ /dev/null
@@ -1,24 +0,0 @@
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%EXAMPLESDIR%%/AutoSlide.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/Backgrounds.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/Simple.xml
-%%PORTDOCS%%%%EXAMPLESDIR%%/Stages.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/Text.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/Video.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/Xml.py
-%%PORTDOCS%%%%EXAMPLESDIR%%/slideshow.dtd
-%%PORTDOCS%%%%EXAMPLESDIR%%/speedfull.jpg
-%%PORTDOCS%%%%EXAMPLESDIR%%/standard.ttf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%
-%%PYTHON_SITELIBDIR%%/_slideshow.a
-%%PYTHON_SITELIBDIR%%/_slideshow.la
-%%PYTHON_SITELIBDIR%%/_slideshow.so
-%%PYTHON_SITELIBDIR%%/slideshow.py
-%%PYTHON_SITELIBDIR%%/slideshow.pyc
-%%PYTHON_SITELIBDIR%%/slideshow.pyo
-bin/slideshow
-lib/libslideshow.a
-lib/libslideshow.la
-lib/libslideshow.so
-lib/libslideshow.so.0