diff options
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | MOVED | 2 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/pmake/Makefile | 66 | ||||
-rw-r--r-- | devel/pmake/distinfo | 3 | ||||
-rw-r--r-- | devel/pmake/files/patch-aa | 13 | ||||
-rw-r--r-- | devel/pmake/files/patch-ab | 11 | ||||
-rw-r--r-- | devel/pmake/files/patch-ac | 74 | ||||
-rw-r--r-- | devel/pmake/files/patch-ad | 13 | ||||
-rw-r--r-- | devel/pmake/files/patch-ae | 12 | ||||
-rw-r--r-- | devel/pmake/files/patch-af | 23 | ||||
-rw-r--r-- | devel/pmake/files/patch-ag | 8 | ||||
-rw-r--r-- | devel/pmake/files/patch-ah | 18 | ||||
-rw-r--r-- | devel/pmake/files/patch-config.h | 14 | ||||
-rw-r--r-- | devel/pmake/pkg-descr | 7 | ||||
-rw-r--r-- | devel/pmake/pkg-plist | 28 | ||||
-rw-r--r-- | devel/pmake/pkg-plist.customs | 45 | ||||
-rw-r--r-- | net-p2p/Makefile | 1 | ||||
-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 |
24 files changed, 2 insertions, 451 deletions
@@ -42,7 +42,6 @@ adobesvg-* graphics/linux-adobesvg Redistribution prohibited adom-* games/adom Copy of CD must be sent to author aestats-* games/aestats Commercial use is prohibited -AGSatellite0520* net-p2p/linux-agsatellite Unsure of licensing issues alephone/M1A1.zip games/alephone-data Bungie/Microsoft do not allow charging for Marathon data files @@ -461,7 +460,6 @@ PDFlib-Lite-*.tar.gz print/pdflib Many odd restrictions on pgp* security/pgp* Various locality restrictions platon* biology/platon $5000 USD for commercial users, free for academic -pmake-*.tar.Z devel/pmake Non-commercial use only poseidonCE-* java/poseidon Redistribution is not permitted ppsmall-* archivers/ppunpack No commercial redistribution prodosemu.* emulators/prodosemu Restrictive copyright on the @@ -1543,3 +1543,5 @@ net/ztelnet||2011-02-21|Has expired: unfetchable print/kaspaliste||2011-02-21|Has expired: yes sysutils/perf||2011-02-21|Has expired: Does not build on supported versions of FreeBSD databases/redis1||2011-02-24|Removed +devel/pmake||2011-02-24|Has expired: does not build on any supported version of FreeBSD +net-p2p/linux-agsatellite||2011-02-24|Has expired: the whole service went to cloud diff --git a/devel/Makefile b/devel/Makefile index acad6926ffd7..15f19b49a06f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2694,7 +2694,6 @@ SUBDIR += pire SUBDIR += pkg-config SUBDIR += plan9port - SUBDIR += pmake SUBDIR += pmd SUBDIR += pmk SUBDIR += poco diff --git a/devel/pmake/Makefile b/devel/pmake/Makefile deleted file mode 100644 index 938783c08f3b..000000000000 --- a/devel/pmake/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: pmake -# Date created: 12 November 1998 -# Whom: steve -# -# $FreeBSD$ -# - -PORTNAME= pmake -PORTVERSION= 2.1.37 -CATEGORIES= devel parallel -MASTER_SITES= http://www.icsi.berkeley.edu/ftp/global/pub/speech/stolcke/software/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= steve -EXTRACT_SUFX= .tar.Z - -MAINTAINER= ports@FreeBSD.org -COMMENT= The parallel make(1) program from the Sprite project - -NO_CDROM= Non-commercial use only - -DEPRECATED= does not build on any supported version of FreeBSD -EXPIRATION_DATE= 2011-02-23 - -WRKSRC= ${WRKDIR}/pmake -MAKEFILE= makefile -ALL_TARGET= pmake -PMAKE_ENV= ${MAKE_ENV} MAKE=${PREFIX}/bin/pmake -MAN1= pmake.1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700000 -IGNORE= does not support ${OPSYS}-${OSREL} at this time -.endif - -post-patch: - @${REINPLACE_CMD} '/memmove/d' ${WRKSRC}/lib/include/sprite.h - -# -# Define this if you want to build and install with the 'customs' -# server support and the pmake to match. Note, you'll still get -# the plain pmake in ${PREFIX}/bin/pmake.nocustoms. -# -#WANT_CUSTOMS= yes - -do-install:: - @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} install) - -.if defined(WANT_CUSTOMS) -PLIST= ${PKGDIR}/pkg-plist.customs -MAN1+= export.1 reginfo.1 rexport.1 -MAN8= cctrl.8 customs.8 importquota.8 logd.8 - -do-install:: - @(cd ${WRKSRC}; ${SETENV} ${PMAKE_ENV} ${PREFIX}/bin/pmake new; \ - ${SETENV} ${PMAKE_ENV} ${PREFIX}/bin/pmake install) - @${ECHO} "Adding customs service to /etc/services..." - @${ECHO_CMD} -e 'customs\t\t8231/tcp\t# pmake customs server'>>/etc/services - @${ECHO_CMD} -e 'customs\t\t8231/udp\t# pmake customs server'>>/etc/services -.else -do-install:: - @(cd ${WRKSRC}/doc; ${SETENV} ${PMAKE_ENV} ${MAKE}) - ${INSTALL_MAN} ${WRKSRC}/doc/pmake.1 ${PREFIX}/man/man1 -.endif - -.include <bsd.port.post.mk> diff --git a/devel/pmake/distinfo b/devel/pmake/distinfo deleted file mode 100644 index 510579f6d230..000000000000 --- a/devel/pmake/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pmake-2.1.37.tar.Z) = 9c4678f1238d6709b7ef67640b907da4 -SHA256 (pmake-2.1.37.tar.Z) = 32488e388fd7f071e26d514466e438fc704d291615ee3d657a662b3660899b1a -SIZE (pmake-2.1.37.tar.Z) = 1384703 diff --git a/devel/pmake/files/patch-aa b/devel/pmake/files/patch-aa deleted file mode 100644 index e54bb2a72fac..000000000000 --- a/devel/pmake/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ ---- makefile.orig Thu Nov 12 10:59:34 1998 -+++ makefile Thu Nov 12 11:01:51 1998 -@@ -21,8 +21,8 @@ - # LSTDIR location of linked-list library - # - DESTDIR = --BINDIR = /usr/local/bin --LIBDIR = /usr/local/lib/pmake -+BINDIR = $(PREFIX)/bin -+LIBDIR = $(PREFIX)/lib/pmake - SYSTEM_MK = system.mk - - LIBSRC = lib diff --git a/devel/pmake/files/patch-ab b/devel/pmake/files/patch-ab deleted file mode 100644 index 687380ba60aa..000000000000 --- a/devel/pmake/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/sprite/strsignal.c.orig Thu Nov 12 10:47:48 1998 -+++ lib/sprite/strsignal.c Thu Nov 12 10:48:36 1998 -@@ -23,7 +23,7 @@ - - #ifndef _sys_siglist /* SVR4 has strsignal() */ - --#ifndef hpux -+#if !defined(hpux) && !defined(__FreeBSD__) - extern char *sys_siglist[]; - #endif /* hpux */ - diff --git a/devel/pmake/files/patch-ac b/devel/pmake/files/patch-ac deleted file mode 100644 index ca6672825fb5..000000000000 --- a/devel/pmake/files/patch-ac +++ /dev/null @@ -1,74 +0,0 @@ ---- lib/mk/system.mk.orig Thu Nov 12 14:33:01 1998 -+++ lib/mk/system.mk Thu Nov 12 14:56:51 1998 -@@ -20,9 +20,9 @@ - .EXPORT: SAME - #endif .MACHINE - --#ifdef .MACHINE --#include <sys-$(.MACHINE:S@/@-@g).mk> --#endif -+##ifdef .MACHINE -+##include <sys-$(.MACHINE:S@/@-@g).mk> -+##endif - - - .SUFFIXES : .out .a .ln .o .c .cc .F .f .e .r .y .l .s .cl .p .h .i \ -@@ -45,39 +45,40 @@ - - # Use absolute paths whenever possible. This greatly reduces server load - # once pmake has created parallel jobs all over the network ... --YACC ?= /usr/bin/yacc --YFLAGS ?= --LEX ?= /usr/bin/lex -+YACC ?= yacc -+YFLAGS ?= -d -+LEX ?= lex - LFLAGS ?= --CC ?= /bin/cc --CXX ?= CC --RM ?= /bin/rm -f --MV ?= /bin/mv --AS ?= /bin/as --PC ?= /usr/ucb/pc -+CC ?= cc -+CXX ?= c++ -+RM ?= rm -f -+MV ?= mv -+AS ?= as -+PC ?= pc - PFLAGS ?= --CFLAGS ?= --CXXFLAGS?= -+CFLAGS ?= -O -pipe -+CXXFLAGS?= $(CFLAGS) - AFLAGS ?= --RC ?= /usr/bin/f77 -+RC ?= f77 - RFLAGS ?= --FC ?= /usr/bin/f77 -+FC ?= f77 - EFLAGS ?= --FFLAGS ?= -+FFLAGS ?= -O - LOADLIBES ?= - CO ?= co - COFLAGS ?= - CI ?= ci - CIFLAGS ?= --AR ?= /bin/ar --ARFLAGS ?= r -+AR ?= ar -+ARFLAGS ?= -rv - #ifdef SYSV - RANLIB ?= /bin/true - #else - RANLIB ?= ranlib - #endif --LD ?= /bin/ld --LINT ?= /usr/bin/lint -+LD ?= ld -+LINT ?= lint -+LINTFLAGS ?= -chapbx - MKDEP ?= makedepend - - .c,v.c .y,v.y .l,v.l .s,v.s .h,v.h : diff --git a/devel/pmake/files/patch-ad b/devel/pmake/files/patch-ad deleted file mode 100644 index 21f90d174a51..000000000000 --- a/devel/pmake/files/patch-ad +++ /dev/null @@ -1,13 +0,0 @@ ---- common.mk.orig Thu Nov 12 15:49:34 1998 -+++ common.mk Thu Nov 12 15:50:31 1998 -@@ -30,8 +30,8 @@ - # INCLUDE where the sprite include files are - # - DESTDIR = --BINDIR = /usr/local/bin --LIBDIR = /usr/local/lib/pmake -+BINDIR = $(PREFIX)/bin -+LIBDIR = $(PREFIX)/lib/pmake - SYSTEM_MK = system.mk - - # diff --git a/devel/pmake/files/patch-ae b/devel/pmake/files/patch-ae deleted file mode 100644 index 545771c69d82..000000000000 --- a/devel/pmake/files/patch-ae +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/Makefile.orig Thu Nov 12 17:51:30 1998 -+++ doc/Makefile Thu Nov 12 17:54:24 1998 -@@ -19,7 +19,7 @@ - # most of the stuff here is machine independent - .EXPORT: -- -+.NOEXPORT: --MANDIR = /usr/local/man -+MANDIR = $(PREFIX)/man - MANEXT1 = 1 - MANEXT8 = 8 - diff --git a/devel/pmake/files/patch-af b/devel/pmake/files/patch-af deleted file mode 100644 index b8427c754a64..000000000000 --- a/devel/pmake/files/patch-af +++ /dev/null @@ -1,23 +0,0 @@ ---- customs/Makefile.orig Thu Nov 12 16:41:07 1998 -+++ customs/Makefile Thu Nov 12 16:42:14 1998 -@@ -19,16 +19,16 @@ - # - # Owner of the various binaries - # --OWNER = $$USER -+OWNER = root - - # - # ETCDIR is where the system-control clients and the daemon itself go. - # USRLIBDIR is where the customs library (archive) goes. - # INCLUDEDIR is where the header files belonging to the customs library go. - # --ETCDIR = /usr/local/etc --USRLIBDIR = /usr/local/lib --INCLUDEDIR = /usr/local/include/customs -+ETCDIR = $(PREFIX)/etc -+USRLIBDIR = $(PREFIX)/lib -+INCLUDEDIR = $(PREFIX)/include/customs - - # - # Strip installed binaries diff --git a/devel/pmake/files/patch-ag b/devel/pmake/files/patch-ag deleted file mode 100644 index 2a7ce00df058..000000000000 --- a/devel/pmake/files/patch-ag +++ /dev/null @@ -1,8 +0,0 @@ ---- customs/sigList.c.orig Thu Nov 12 16:43:25 1998 -+++ customs/sigList.c Thu Nov 12 16:43:54 1998 -@@ -20,4 +20,5 @@ - #endif /* not lint */ - -+#include <sys/types.h> - #include <sys/signal.h> - diff --git a/devel/pmake/files/patch-ah b/devel/pmake/files/patch-ah deleted file mode 100644 index b291985ddd61..000000000000 --- a/devel/pmake/files/patch-ah +++ /dev/null @@ -1,18 +0,0 @@ ---- customs/os-bsd.c.orig Thu Nov 12 16:45:42 1998 -+++ customs/os-bsd.c Thu Nov 12 16:47:14 1998 -@@ -162,6 +162,15 @@ - # define NO_SWAP /* doesn't have old BSD kernel structures */ - #endif /* bsdi */ - -+#ifdef __FreeBSD__ -+# define KERNEL_FILE "/kernel" -+# define NLIST_AVENRUN "_averunnable" -+# define NLIST_NPROC "_maxproc" -+# define NLIST_NPROCS "_nprocs" -+# define UTMP_FILE "/var/run/utmp" -+# define NO_SWAP /* doesn't have old BSD kernel structures */ -+#endif /* __FreeBSD__ */ -+ - /* defaults for most BSD systems */ - #ifndef n_symbol - # define n_symbol n_name diff --git a/devel/pmake/files/patch-config.h b/devel/pmake/files/patch-config.h deleted file mode 100644 index aa99f119c3d7..000000000000 --- a/devel/pmake/files/patch-config.h +++ /dev/null @@ -1,14 +0,0 @@ ---- unix/config.h.orig Tue Jun 4 21:35:28 2002 -+++ unix/config.h Tue Jun 4 21:34:59 2002 -@@ -208,6 +208,11 @@ - # define HAVE_POSIX - #endif /* SYSV */ - -+#include <sys/param.h> -+#ifdef __FreeBSD__ -+# define HAVE_POSIX -+#endif -+ - #define LIBTOC "__.SYMDEF" - #define LIBFLAG "-l" - #define LIBPREFIX "lib" diff --git a/devel/pmake/pkg-descr b/devel/pmake/pkg-descr deleted file mode 100644 index ed8999c3beb6..000000000000 --- a/devel/pmake/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -This is the parallel make(1) program originally developed for the Sprite -operating system. You can also build this port with support for the -'customs' service. Customs is a load-balancing system designed for a -local area network of cooperating workstations. - -NOTE: this software's copyright restricts its use to non-commercial -applications only. diff --git a/devel/pmake/pkg-plist b/devel/pmake/pkg-plist deleted file mode 100644 index b202ceab4193..000000000000 --- a/devel/pmake/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -bin/pmake -bin/vmake -lib/pmake/linksprite.mk -lib/pmake/makedepend.mk -lib/pmake/makelib.mk -lib/pmake/makelint.mk -lib/pmake/po.mk -lib/pmake/shx.mk -lib/pmake/sys-9000-720.mk -lib/pmake/sys-9000-730.mk -lib/pmake/sys-IP19.mk -lib/pmake/sys-IP20.mk -lib/pmake/sys-IP22.mk -lib/pmake/sys-IP25.mk -lib/pmake/sys-IP7.mk -lib/pmake/sys-alpha.mk -lib/pmake/sys-i386.mk -lib/pmake/sys-i686.mk -lib/pmake/sys-i86pc.mk -lib/pmake/sys-iris.mk -lib/pmake/sys-mips.mk -lib/pmake/sys-next.mk -lib/pmake/sys-snake.mk -lib/pmake/sys-sun3.mk -lib/pmake/sys-sun4.mk -lib/pmake/sys-x86_64.mk -lib/pmake/system.mk -@dirrm lib/pmake diff --git a/devel/pmake/pkg-plist.customs b/devel/pmake/pkg-plist.customs deleted file mode 100644 index 1adb7f1cdf99..000000000000 --- a/devel/pmake/pkg-plist.customs +++ /dev/null @@ -1,45 +0,0 @@ -bin/export -bin/pmake -bin/pmake.nocustoms -bin/reginfo -bin/rexport -bin/vmake -etc/cctrl -etc/customs -etc/importquota -etc/logd -include/customs/customs.h -include/customs/rpc.h -include/customs/lst.h -include/customs/sprite.h -include/customs/config.h -lib/libcustoms.a -lib/pmake/linksprite.mk -lib/pmake/makedepend.mk -lib/pmake/makelib.mk -lib/pmake/makelint.mk -lib/pmake/po.mk -lib/pmake/shx.mk -lib/pmake/sys-9000-720.mk -lib/pmake/sys-9000-730.mk -lib/pmake/sys-IP19.mk -lib/pmake/sys-IP20.mk -lib/pmake/sys-IP22.mk -lib/pmake/sys-IP25.mk -lib/pmake/sys-IP7.mk -lib/pmake/sys-alpha.mk -lib/pmake/sys-i386.mk -lib/pmake/sys-i686.mk -lib/pmake/sys-i86pc.mk -lib/pmake/sys-iris.mk -lib/pmake/sys-mips.mk -lib/pmake/sys-next.mk -lib/pmake/sys-snake.mk -lib/pmake/sys-sun3.mk -lib/pmake/sys-sun4.mk -lib/pmake/system.mk -@dirrm include/customs -@dirrm lib/pmake -@exec echo -e 'customs\t\t8231/tcp\t# pmake customs server'>>/etc/services -@exec echo -e 'customs\t\t8231/udp\t# pmake customs server'>>/etc/services -@unexec perl -pi.bak -e '/^customs/ && ($_="")' /etc/services diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 905cc522093e..18159261ed31 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -65,7 +65,6 @@ SUBDIR += libtorrent-rasterbar-15 SUBDIR += libtorrent-rasterbar-15-python SUBDIR += limewire - SUBDIR += linux-agsatellite SUBDIR += linux-edonkey-core SUBDIR += linux-edonkey-server SUBDIR += linux-edonkey-tool-recovermet 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 |