diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-09 22:19:59 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-06-09 22:19:59 +0000 |
commit | b29c0314c58f0da4dc0dd5cb7488e453203274bf (patch) | |
tree | 6741c230d21a5a0c90b42d936f6cfbacbfe4c994 /audio | |
parent | - update to 1.3 (diff) |
o New port openag version 1.1.1: An open source version of the
Audiogalaxy client
o Maintainership assigned to Janos Mohacsi <janos.mohacsi@bsd.hu>
PR: 37001, 37402
Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu>,
Jon Wilson <jon@phuq.co.uk>
Notes
Notes:
svn path=/head/; revision=61006
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/openag/Makefile | 29 | ||||
-rw-r--r-- | audio/openag/distinfo | 1 | ||||
-rw-r--r-- | audio/openag/pkg-comment | 1 | ||||
-rw-r--r-- | audio/openag/pkg-descr | 18 | ||||
-rw-r--r-- | audio/openag/pkg-plist | 7 |
6 files changed, 57 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3078d8c31c95..e3b23c381ea6 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -162,6 +162,7 @@ SUBDIR += normalize SUBDIR += nosefart SUBDIR += nspmod + SUBDIR += openag SUBDIR += openal SUBDIR += opennap SUBDIR += opmixer diff --git a/audio/openag/Makefile b/audio/openag/Makefile new file mode 100644 index 000000000000..b2e9a8793c9d --- /dev/null +++ b/audio/openag/Makefile @@ -0,0 +1,29 @@ +# 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 +CATEGORIES= audio net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= openags +DISTNAME= OpenAG-${PORTVERSION} + +MAINTAINER= janos.mohacsi@bsd.hu + +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH} + +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 new file mode 100644 index 000000000000..165a7113d86d --- /dev/null +++ b/audio/openag/distinfo @@ -0,0 +1 @@ +MD5 (OpenAG-1.1.1.tar.gz) = a92af98bb669311d2b44345c7ec7c637 diff --git a/audio/openag/pkg-comment b/audio/openag/pkg-comment new file mode 100644 index 000000000000..7be93cb4329a --- /dev/null +++ b/audio/openag/pkg-comment @@ -0,0 +1 @@ +An open source version of the Audiogalaxy client diff --git a/audio/openag/pkg-descr b/audio/openag/pkg-descr new file mode 100644 index 000000000000..f3a29b0fe284 --- /dev/null +++ b/audio/openag/pkg-descr @@ -0,0 +1,18 @@ +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 new file mode 100644 index 000000000000..a2da051d7e8e --- /dev/null +++ b/audio/openag/pkg-plist @@ -0,0 +1,7 @@ +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 |