aboutsummaryrefslogtreecommitdiff
path: root/net/linux-agsatellite
diff options
context:
space:
mode:
Diffstat (limited to 'net/linux-agsatellite')
-rw-r--r--net/linux-agsatellite/Makefile47
-rw-r--r--net/linux-agsatellite/distinfo1
-rw-r--r--net/linux-agsatellite/files/wrapper.sh23
-rw-r--r--net/linux-agsatellite/pkg-comment1
-rw-r--r--net/linux-agsatellite/pkg-descr4
-rw-r--r--net/linux-agsatellite/pkg-message25
-rw-r--r--net/linux-agsatellite/pkg-plist6
7 files changed, 0 insertions, 107 deletions
diff --git a/net/linux-agsatellite/Makefile b/net/linux-agsatellite/Makefile
deleted file mode 100644
index 2559e2afc42d..000000000000
--- a/net/linux-agsatellite/Makefile
+++ /dev/null
@@ -1,47 +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= audio net linux
-MASTER_SITES= http://www.audiogalaxy.com/downloads/
-DISTNAME= AGSatellite${PORTVERSION:S/.//}-glibc21
-
-MAINTAINER= lioux@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
-
-USE_LINUX= yes
-NO_BUILD= yes
-STRIP=
-RESTRICTED= no response from developer on licensing issues
-
-DOCS= german_readme.txt license.txt readme.txt
-
-BRANDELF= /usr/bin/brandelf
-
-post-patch:
- @${PERL} -pi -e "s|\r\n|\n|;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/linux-agsatellite/distinfo b/net/linux-agsatellite/distinfo
deleted file mode 100644
index 99a75c74089c..000000000000
--- a/net/linux-agsatellite/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (AGSatellite0520-glibc21.tar.gz) = 3876f43497acde0474809a752a076cbf
diff --git a/net/linux-agsatellite/files/wrapper.sh b/net/linux-agsatellite/files/wrapper.sh
deleted file mode 100644
index e53603d86a76..000000000000
--- a/net/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/linux-agsatellite/pkg-comment b/net/linux-agsatellite/pkg-comment
deleted file mode 100644
index 5505062aa192..000000000000
--- a/net/linux-agsatellite/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-Client that allows you to share your music on Audiogalaxy(TM)
diff --git a/net/linux-agsatellite/pkg-descr b/net/linux-agsatellite/pkg-descr
deleted file mode 100644
index 7749f35e202f..000000000000
--- a/net/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/linux-agsatellite/pkg-message b/net/linux-agsatellite/pkg-message
deleted file mode 100644
index c9d9c0f8cea1..000000000000
--- a/net/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/linux-agsatellite/pkg-plist b/net/linux-agsatellite/pkg-plist
deleted file mode 100644
index 1fec4aea1310..000000000000
--- a/net/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