diff options
author | lioux <lioux@FreeBSD.org> | 2002-06-10 06:19:59 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-06-10 06:19:59 +0800 |
commit | 71bab318e99d72cd343ed30a2ff07b0801326678 (patch) | |
tree | eddc1224c1d220be34391e6726dffdd2a8965386 /audio/openag | |
parent | 74bd73db61d419f8abbc239eec95a611f79607f1 (diff) | |
download | freebsd-ports-graphics-71bab318e99d72cd343ed30a2ff07b0801326678.tar.gz freebsd-ports-graphics-71bab318e99d72cd343ed30a2ff07b0801326678.tar.zst freebsd-ports-graphics-71bab318e99d72cd343ed30a2ff07b0801326678.zip |
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>
Diffstat (limited to 'audio/openag')
-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 |
5 files changed, 56 insertions, 0 deletions
diff --git a/audio/openag/Makefile b/audio/openag/Makefile new file mode 100644 index 00000000000..b2e9a8793c9 --- /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 00000000000..165a7113d86 --- /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 00000000000..7be93cb4329 --- /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 00000000000..f3a29b0fe28 --- /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 00000000000..a2da051d7e8 --- /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 |