Remove after repo copy move to
ports/net/linux-agsatellite
This commit is contained in:
parent
e12ceff8d7
commit
2c1c5be1ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82106
6 changed files with 0 additions and 109 deletions
|
@ -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= audio net 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>
|
|
|
@ -1 +0,0 @@
|
||||||
MD5 (AGSatellite0520-glibc21.tar.gz) = 3876f43497acde0474809a752a076cbf
|
|
|
@ -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
|
|
||||||
}
|
|
|
@ -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/
|
|
|
@ -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
|
|
|
@ -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
|
|
Loading…
Reference in a new issue