- No longer needed. Update pending to main port.

Approved by:	linimon (co-mentor)
This commit is contained in:
Beech Rintoul 2007-10-16 21:12:31 +00:00
parent 092e182ecf
commit dc1e66cdd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201576
10 changed files with 1 additions and 177 deletions

1
MOVED
View file

@ -3315,3 +3315,4 @@ korean/mule-freewnn||2007-10-14|Has expired: emacs19 and related ports are obsol
www/w3||2007-10-14|Has expired: distfile is 10 years old and depends on emacs19 which is obsolete
security/p5-Digest-SHA2||2007-10-16|Has expired: Has numerious known bugs, deprecated in favor of Digest::SHA
devel/p5-Devel-Peek||2007-10-16|Has expired: depends on antique versions of perl
net/skype-devel||2007-10-16|No longer needed: Please update to net/skype

View file

@ -1,49 +0,0 @@
# New ports collection makefile for: skype
# Date created: Jun 21. 2004
# Whom: netchild@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= skype
PORTVERSION= 1.4.0.99
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
PKGNAMESUFFIX= -devel
DISTNAME= skype_static-${DISTVERSION}
MAINTAINER= beech@FreeBSD.org
COMMENT= P2P VoIP software
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \
${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \
${LINUXBASE}/usr/lib/libsigc-2.0.so.0:${PORTSDIR}/devel/linux-libsigc++20
.ifdef WITH_NVIDIA_GL
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
.else
USE_GL= linux
.endif
BROKEN= alsa sound not working
USE_BZIP2= yes
USE_LINUX= yes
ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= Redistribution not allowed
WRKSRC= ${WRKDIR}/${PORTNAME}_static-${DISTVERSION}
DATADIR= ${PREFIX}/share/${PKGBASE}
do-build:
${BRANDELF} -t Linux ${WRKSRC}/skype
do-install:
@${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype-devel_bin
@${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype-devel_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype-devel
@${CHMOD} a+rx ${PREFIX}/bin/skype-devel
@cd ${WRKSRC}/&&${COPYTREE_SHARE} "icons sounds LICENSE README" ${DATADIR}/
@${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
MD5 (skype_static-1.4.0.99.tar.bz2) = 879418eb6a64cd5ff561465a41bb78ab
SHA256 (skype_static-1.4.0.99.tar.bz2) = bfa236e74b00222360d8e4a83fac7560e6043d264d29911645bcdea8be5fe14c
SIZE (skype_static-1.4.0.99.tar.bz2) = 17543204

View file

@ -1,5 +0,0 @@
Skype is a free program that uses the latest P2P technology to bring
affordable and high-quality voice communications to people all over
the world.
WWW: http://www.skype.net/

View file

@ -1,31 +0,0 @@
bin/skype-devel
bin/skype-devel_bin
%%DATADIR%%/LICENSE
%%DATADIR%%/README
%%DATADIR%%/icons/SkypeBlue_16x16.png
%%DATADIR%%/icons/SkypeBlue_32x32.png
%%DATADIR%%/icons/SkypeBlue_48x48.png
%%DATADIR%%/sounds/CallBusy.wav
%%DATADIR%%/sounds/CallConnecting.wav
%%DATADIR%%/sounds/CallHangup.wav
%%DATADIR%%/sounds/CallHold.wav
%%DATADIR%%/sounds/CallRemoteHangup.wav
%%DATADIR%%/sounds/CallResume.wav
%%DATADIR%%/sounds/CallRingingIn.wav
%%DATADIR%%/sounds/CallRingingOut.wav
%%DATADIR%%/sounds/ChatIncoming.wav
%%DATADIR%%/sounds/ChatIncomingInitial.wav
%%DATADIR%%/sounds/ChatOutgoing.wav
%%DATADIR%%/sounds/ContactAdded.wav
%%DATADIR%%/sounds/ContactAuthRequest.wav
%%DATADIR%%/sounds/ContactOffline.wav
%%DATADIR%%/sounds/ContactOnline.wav
%%DATADIR%%/sounds/SkypeLogin.wav
%%DATADIR%%/sounds/SkypeLogout.wav
%%DATADIR%%/sounds/TransferComplete.wav
%%DATADIR%%/sounds/TransferFailed.wav
%%DATADIR%%/sounds/TransferRequest.wav
%%DATADIR%%/sounds/VoicemailReceived.wav
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%

View file

@ -804,7 +804,6 @@
SUBDIR += sixxs-aiccu
SUBDIR += skstream
SUBDIR += skype
SUBDIR += skype-devel
SUBDIR += sl2tps
SUBDIR += slbd
SUBDIR += slirp

View file

@ -1,49 +0,0 @@
# New ports collection makefile for: skype
# Date created: Jun 21. 2004
# Whom: netchild@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= skype
PORTVERSION= 1.4.0.99
CATEGORIES= net
MASTER_SITES= http://download.skype.com/linux/
PKGNAMESUFFIX= -devel
DISTNAME= skype_static-${DISTVERSION}
MAINTAINER= beech@FreeBSD.org
COMMENT= P2P VoIP software
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libfontconfig.so.1:${PORTSDIR}/x11-fonts/linux-fontconfig \
${LINUXBASE}/usr/lib/libexpat.so.0:${PORTSDIR}/textproc/linux-expat \
${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \
${LINUXBASE}/usr/lib/libsigc-2.0.so.0:${PORTSDIR}/devel/linux-libsigc++20
.ifdef WITH_NVIDIA_GL
RUN_DEPENDS+= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-driver
.else
USE_GL= linux
.endif
BROKEN= alsa sound not working
USE_BZIP2= yes
USE_LINUX= yes
ONLY_FOR_ARCHS= i386 amd64
RESTRICTED= Redistribution not allowed
WRKSRC= ${WRKDIR}/${PORTNAME}_static-${DISTVERSION}
DATADIR= ${PREFIX}/share/${PKGBASE}
do-build:
${BRANDELF} -t Linux ${WRKSRC}/skype
do-install:
@${INSTALL} ${WRKSRC}/skype ${PREFIX}/bin/skype-devel_bin
@${ECHO_CMD} -e "#!/bin/sh\n\nSKYPE_RESOURCES_PATH='${DATADIR}' skype-devel_bin \"\$$@\" 2>&1 | ${GREP} -v 'SOUND_MIXER_WRITE_IGAIN failed'" >${PREFIX}/bin/skype-devel
@${CHMOD} a+rx ${PREFIX}/bin/skype-devel
@cd ${WRKSRC}/&&${COPYTREE_SHARE} "icons sounds LICENSE README" ${DATADIR}/
@${ECHO} "There are known problems with some soundcards in 5.x. This is due to a bug in the kernel. It is fixed in 6.x. Additionally there is some further work in the sound subsystem going on which fixes some related problems. This work will not be available in 6.0-RELEASE. If you experience problems update to the most recent 6.x-RELEASE, if this does not fix your problems ask on multimedia@FreeBSD.org." | fmt
.include <bsd.port.mk>

View file

@ -1,3 +0,0 @@
MD5 (skype_static-1.4.0.99.tar.bz2) = 879418eb6a64cd5ff561465a41bb78ab
SHA256 (skype_static-1.4.0.99.tar.bz2) = bfa236e74b00222360d8e4a83fac7560e6043d264d29911645bcdea8be5fe14c
SIZE (skype_static-1.4.0.99.tar.bz2) = 17543204

View file

@ -1,5 +0,0 @@
Skype is a free program that uses the latest P2P technology to bring
affordable and high-quality voice communications to people all over
the world.
WWW: http://www.skype.net/

View file

@ -1,31 +0,0 @@
bin/skype-devel
bin/skype-devel_bin
%%DATADIR%%/LICENSE
%%DATADIR%%/README
%%DATADIR%%/icons/SkypeBlue_16x16.png
%%DATADIR%%/icons/SkypeBlue_32x32.png
%%DATADIR%%/icons/SkypeBlue_48x48.png
%%DATADIR%%/sounds/CallBusy.wav
%%DATADIR%%/sounds/CallConnecting.wav
%%DATADIR%%/sounds/CallHangup.wav
%%DATADIR%%/sounds/CallHold.wav
%%DATADIR%%/sounds/CallRemoteHangup.wav
%%DATADIR%%/sounds/CallResume.wav
%%DATADIR%%/sounds/CallRingingIn.wav
%%DATADIR%%/sounds/CallRingingOut.wav
%%DATADIR%%/sounds/ChatIncoming.wav
%%DATADIR%%/sounds/ChatIncomingInitial.wav
%%DATADIR%%/sounds/ChatOutgoing.wav
%%DATADIR%%/sounds/ContactAdded.wav
%%DATADIR%%/sounds/ContactAuthRequest.wav
%%DATADIR%%/sounds/ContactOffline.wav
%%DATADIR%%/sounds/ContactOnline.wav
%%DATADIR%%/sounds/SkypeLogin.wav
%%DATADIR%%/sounds/SkypeLogout.wav
%%DATADIR%%/sounds/TransferComplete.wav
%%DATADIR%%/sounds/TransferFailed.wav
%%DATADIR%%/sounds/TransferRequest.wav
%%DATADIR%%/sounds/VoicemailReceived.wav
@dirrm %%DATADIR%%/icons
@dirrm %%DATADIR%%/sounds
@dirrm %%DATADIR%%