diff options
Diffstat (limited to 'net-p2p/linux-agsatellite')
-rw-r--r-- | net-p2p/linux-agsatellite/Makefile | 50 | ||||
-rw-r--r-- | net-p2p/linux-agsatellite/distinfo | 1 | ||||
-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, 109 deletions
diff --git a/net-p2p/linux-agsatellite/Makefile b/net-p2p/linux-agsatellite/Makefile deleted file mode 100644 index 9f3a4592a707..000000000000 --- a/net-p2p/linux-agsatellite/Makefile +++ /dev/null @@ -1,50 +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= 2 -CATEGORIES= net audio linux -MASTER_SITES= http://www.audiogalaxy.com/downloads/ -PKGNAMEPREFIX= linux- -DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21 - -MAINTAINER= lioux@FreeBSD.org -COMMENT= Client that allows you to share your music on Audiogalaxy(TM) - -WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} - -USE_LINUX= yes -NO_BUILD= yes -USE_REINPLACE= yes -STRIP= -RESTRICTED= no response from developer on licensing issues - -DOCS= german_readme.txt license.txt readme.txt - -BRANDELF= /usr/bin/brandelf - -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 99a75c74089c..000000000000 --- a/net-p2p/linux-agsatellite/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (AGSatellite0520-glibc21.tar.gz) = 3876f43497acde0474809a752a076cbf 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 |