summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-06-09 22:19:59 +0000
committerlioux <lioux@FreeBSD.org>2002-06-09 22:19:59 +0000
commit71bab318e99d72cd343ed30a2ff07b0801326678 (patch)
treeeddc1224c1d220be34391e6726dffdd2a8965386 /audio
parent74bd73db61d419f8abbc239eec95a611f79607f1 (diff)
downloadFreeBSD-ports-71bab318e99d72cd343ed30a2ff07b0801326678.zip
FreeBSD-ports-71bab318e99d72cd343ed30a2ff07b0801326678.tar.gz
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')
-rw-r--r--audio/Makefile1
-rw-r--r--audio/openag/Makefile29
-rw-r--r--audio/openag/distinfo1
-rw-r--r--audio/openag/pkg-comment1
-rw-r--r--audio/openag/pkg-descr18
-rw-r--r--audio/openag/pkg-plist7
6 files changed, 57 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile
index 3078d8c..e3b23c3 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 0000000..b2e9a87
--- /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 0000000..165a711
--- /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 0000000..7be93cb
--- /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 0000000..f3a29b0
--- /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 0000000..a2da051
--- /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
OpenPOWER on IntegriCloud