diff options
Diffstat (limited to 'audio/openag')
-rw-r--r-- | audio/openag/Makefile | 35 | ||||
-rw-r--r-- | audio/openag/distinfo | 1 | ||||
-rw-r--r-- | audio/openag/files/patch-configure | 13 | ||||
-rw-r--r-- | audio/openag/pkg-descr | 18 | ||||
-rw-r--r-- | audio/openag/pkg-plist | 7 |
5 files changed, 0 insertions, 74 deletions
diff --git a/audio/openag/Makefile b/audio/openag/Makefile deleted file mode 100644 index d0057afa1891..000000000000 --- a/audio/openag/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: openag -# Date created: 09 April 2002 -# Whom: janos.mohacsi@bsd.hu and jon@phuq.co.uk -# -# $FreeBSD$ - -PORTNAME= openag -PORTVERSION= 1.1.1 -PORTREVISION=1 -CATEGORIES= audio net -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= openags -DISTNAME= OpenAG-${PORTVERSION} - -MAINTAINER= janos.mohacsi@bsd.hu -COMMENT= An open source version of the Audiogalaxy client - -BROKEN= The AudioGalaxy Search Server shutdown in June 2002 - -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH} -CONFIGURE_ENV= WGET="fetch" \ - WGET_FLAGS="-o" - -DOC_FILES= AUTHORS COPYING ChangeLog INSTALL README - -post-install: -.ifndef(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in ${DOC_FILES} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/audio/openag/distinfo b/audio/openag/distinfo deleted file mode 100644 index 165a7113d86d..000000000000 --- a/audio/openag/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (OpenAG-1.1.1.tar.gz) = a92af98bb669311d2b44345c7ec7c637 diff --git a/audio/openag/files/patch-configure b/audio/openag/files/patch-configure deleted file mode 100644 index f41d7c26881b..000000000000 --- a/audio/openag/files/patch-configure +++ /dev/null @@ -1,13 +0,0 @@ ---- configure.orig Thu Nov 7 10:33:08 2002 -+++ configure Thu Nov 7 10:34:30 2002 -@@ -3457,6 +3457,10 @@ - WGET_FLAGS=-o - - ;; -+fetch) -+ WGET_FLAGS=-o -+ -+ ;; - *) - { { echo "$as_me:3461: error: No proper wget or curl were found \ - on your system. CURRENTLY OpenAG cannot compile without a command \ diff --git a/audio/openag/pkg-descr b/audio/openag/pkg-descr deleted file mode 100644 index f3a29b0fe284..000000000000 --- a/audio/openag/pkg-descr +++ /dev/null @@ -1,18 +0,0 @@ -OpenAG is the first, and currently only, Open Source Unix implementation -of the Audiogalaxy File Sharing Protocol. - -Features: -- FULL procotol compliance with the v520L protocol. -- FAST - written with using POSIX non-blocking I/O multiplexing. -- Sharing support:up to 10 simultaneous downloads (up to 21 total connections). -- Supports Gold accounts -- Supports FULL 255 character filenames -- Auto-resuming downloads - -Check http://www.audiogalaxy.com/ for Audiogalaxy information or -below for OpenAG information. - -WWW: http://sourceforge.net/projects/openags/ - -- Janos Mohacsi and Jon Wilson - janos.mohacsi@bsd.hu jon@phuq.co.uk diff --git a/audio/openag/pkg-plist b/audio/openag/pkg-plist deleted file mode 100644 index a2da051d7e8e..000000000000 --- a/audio/openag/pkg-plist +++ /dev/null @@ -1,7 +0,0 @@ -bin/openag -%%PORTDOCS%%share/doc/openag/AUTHORS -%%PORTDOCS%%share/doc/openag/COPYING -%%PORTDOCS%%share/doc/openag/ChangeLog -%%PORTDOCS%%share/doc/openag/INSTALL -%%PORTDOCS%%share/doc/openag/README -%%PORTDOCS%%@dirrm share/doc/openag |