diff options
author | rene <rene@FreeBSD.org> | 2011-02-25 06:10:52 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2011-02-25 06:10:52 +0800 |
commit | f7056266bd71451ca2e15e2e77cbfccb2195070c (patch) | |
tree | fb6a1a5dd15212ad5ca6809e415e72a5ab285d77 /net-p2p/linux-agsatellite | |
parent | a5abc666d203385213cb964cf7db4aa343999ec2 (diff) | |
download | freebsd-ports-gnome-f7056266bd71451ca2e15e2e77cbfccb2195070c.tar.gz freebsd-ports-gnome-f7056266bd71451ca2e15e2e77cbfccb2195070c.tar.zst freebsd-ports-gnome-f7056266bd71451ca2e15e2e77cbfccb2195070c.zip |
Remove expired ports:
2011-02-23 devel/pmake: does not build on any supported version of FreeBSD
2011-02-24 net-p2p/linux-agsatellite: the whole service went to cloud
Diffstat (limited to 'net-p2p/linux-agsatellite')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 51 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/distinfo | 3 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/files/wrapper.sh | 23 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/pkg-descr | 4 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/pkg-message | 25 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/pkg-plist | 6 |
6 files changed, 0 insertions, 112 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile deleted file mode 100644 index 735c6ab68a27..000000000000 --- a/net-p2p/linux-agsatellite/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# New ports collection makefile for: audiogalaxy satellite -# Date created: Thu Aug 30 15:59:04 GMT 2001 -# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= agsatellite -PORTVERSION= 0.520 -PORTREVISION= 4 -CATEGORIES= net-p2p audio linux -MASTER_SITES= http://www.audiogalaxy.com/downloads/ -PKGNAMEPREFIX= linux- -DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Client that allows you to share your music on Audiogalaxy(TM) - -BROKEN= unfetchable -DEPRECATED= the whole service went to cloud -EXPIRATION_DATE=2011-02-24 - -WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} - -NO_BUILD= yes -USE_LINUX= yes -USE_LINUX_APPS= xorglibs -RESTRICTED= no response from developer on licensing issues - -DOCS= german_readme.txt license.txt readme.txt - -post-patch: - @${REINPLACE_CMD} -e "s|
||;s|email|username|" ${WRKSRC}/*.txt - @${SED} -e "s|%%PREFIX%%|${PREFIX}|" ${FILESDIR}/wrapper.sh > \ - ${WRKDIR}/wrapper.sh - -pre-install: - @${BRANDELF} -t Linux ${WRKSRC}/AGSatellite - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/AGSatellite ${PREFIX}/bin/AGSatellite-real - @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/AGSatellite -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -. for doc in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} -. endfor -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net-p2p/linux-agsatellite/distinfo b/net-p2p/linux-agsatellite/distinfo deleted file mode 100644 index 9bfd5b6d331d..000000000000 --- a/net-p2p/linux-agsatellite/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (AGSatellite0520-glibc21.tar.gz) = 3876f43497acde0474809a752a076cbf -SHA256 (AGSatellite0520-glibc21.tar.gz) = fe0741014ae5b76b5f3e4f4d531d782bf859d7e483e1fb4a0842eaf3ad9e69f8 -SIZE (AGSatellite0520-glibc21.tar.gz) = 33145 diff --git a/net-p2p/linux-agsatellite/files/wrapper.sh b/net-p2p/linux-agsatellite/files/wrapper.sh deleted file mode 100644 index ce5b7d7ae0ba..000000000000 --- a/net-p2p/linux-agsatellite/files/wrapper.sh +++ /dev/null @@ -1,23 +0,0 @@ -#!/bin/sh - -PREFIX="%%PREFIX%%" -PROGRAM="${0}" - -if [ ! -d ${HOME}/.agsatellite ] -then - mkdir -p ${HOME}/.agsatellite -fi - -if [ ! -h ${HOME}/.agsatellite/${PROGRAM##*/} ] -then - ln -sf ${PREFIX}/bin/${PROGRAM##*/}-real ${HOME}/.agsatellite/${PROGRAM##*/} -fi - -echo " ${*} " | grep " \-createdironly " || -{ - cd ${HOME}/.agsatellite && - echo Running Audio Galaxy Satellite under ${HOME}/.agsatellite && - echo Create both account.txt and shares.txt files under ${HOME}/.agsatellite && - exec ./${PROGRAM##*/} "${@}" || - echo PROBLEM. Cannot create directory ${HOME}/.agsatellite, make sure you have the proper permissions to create itnd try again -} diff --git a/net-p2p/linux-agsatellite/pkg-descr b/net-p2p/linux-agsatellite/pkg-descr deleted file mode 100644 index 7749f35e202f..000000000000 --- a/net-p2p/linux-agsatellite/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The Audiogalaxy Satellite is a small and simple program that allows -you to share your music with friends and other users on Audiogalaxy. - -WWW: http://www.audiogalaxy.com/ diff --git a/net-p2p/linux-agsatellite/pkg-message b/net-p2p/linux-agsatellite/pkg-message deleted file mode 100644 index c9d9c0f8cea1..000000000000 --- a/net-p2p/linux-agsatellite/pkg-message +++ /dev/null @@ -1,25 +0,0 @@ -[obtained from developers site, edited a bit] -* Accounts are now created FIRST on the website. To create a new -account and use the software go to http://www.audiogalaxy.com/betatest -and signup (login). Then use the SAME login information you used -on the web when the Satellite asks you for it. - -* Feel free to edit the file called shares.txt. Each line in the -text file should specify a directory where your files are. The -first directory is where the files you request are downloaded to. -FreeBSD users must create account.txt and shares.txt in their -favorite text editor before the Satellite will run. The format of -account.txt is simply email that you used to create an account from -the web site on the first line. The second line will be your password - -> account.txt -first_line_with_Username_you_have_subscribed -second_line_with_Password_you_have_subscribed - -For example, - -echo Username_you_have_subscribed > account.txt -echo Password_you_have_subscribed >> account.txt - -* Create both account.txt and shares.txt files under the directory -.agsatellite in your HOME directory diff --git a/net-p2p/linux-agsatellite/pkg-plist b/net-p2p/linux-agsatellite/pkg-plist deleted file mode 100644 index 1fec4aea1310..000000000000 --- a/net-p2p/linux-agsatellite/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/AGSatellite -bin/AGSatellite-real -%%PORTDOCS%%share/doc/agsatellite/german_readme.txt -%%PORTDOCS%%share/doc/agsatellite/license.txt -%%PORTDOCS%%share/doc/agsatellite/readme.txt -%%PORTDOCS%%@dirrm share/doc/agsatellite |