diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-05-06 00:01:13 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-05-06 00:01:13 +0000 |
commit | a3b4d31db1ace19b722e8098584bf81875248e8f (patch) | |
tree | fcebad6fcf0cf77aea6daf8ec6821791c82fb020 /net/openag | |
parent | 503887e0ad1ba2b087f1a6dc9273bc7cb4266095 (diff) | |
download | pkgsrc-a3b4d31db1ace19b722e8098584bf81875248e8f.tar.gz |
Add openag-1.1.1: Open Audio Galaxy client
OpenAG is a project written to be the first (and currently
only) UNIX implementation of the Audiogalaxy File Sharing Protocol.
Diffstat (limited to 'net/openag')
-rw-r--r-- | net/openag/DESCR | 2 | ||||
-rw-r--r-- | net/openag/Makefile | 21 | ||||
-rw-r--r-- | net/openag/PLIST | 7 | ||||
-rw-r--r-- | net/openag/distinfo | 3 |
4 files changed, 33 insertions, 0 deletions
diff --git a/net/openag/DESCR b/net/openag/DESCR new file mode 100644 index 00000000000..9f196f59c2b --- /dev/null +++ b/net/openag/DESCR @@ -0,0 +1,2 @@ +OpenAG is a project written to be the first (and currently +only) UNIX implementation of the Audiogalaxy File Sharing Protocol. diff --git a/net/openag/Makefile b/net/openag/Makefile new file mode 100644 index 00000000000..88688ea7627 --- /dev/null +++ b/net/openag/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/06 00:01:13 hubertf Exp $ +# + +DISTNAME= OpenAG-1.1.1 +PKGNAME= openag-1.1.1 +CATEGORIES= net audio +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openags/} + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://homepage.mac.com/macdomeeu/dev/current/openag/ +COMMENT= Open Audio Galaxy client + +GNU_CONFIGURE= yes + +post-install: + ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/OpenAG +.for i in AUTHORS ChangeLog INSTALL NEWS README + ${INSTALL_MAN} ${WRKSRC}/${i} ${PREFIX}/share/doc/OpenAG/${i} +.endfor + +.include "../../mk/bsd.pkg.mk" diff --git a/net/openag/PLIST b/net/openag/PLIST new file mode 100644 index 00000000000..46468a31555 --- /dev/null +++ b/net/openag/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/06 00:01:13 hubertf Exp $ +bin/openag +share/doc/OpenAG/AUTHORS +share/doc/OpenAG/ChangeLog +share/doc/OpenAG/INSTALL +share/doc/OpenAG/NEWS +share/doc/OpenAG/README diff --git a/net/openag/distinfo b/net/openag/distinfo new file mode 100644 index 00000000000..d1562f8e5c1 --- /dev/null +++ b/net/openag/distinfo @@ -0,0 +1,3 @@ + +SHA1 (OpenAG-1.1.1.tar.gz) = d56473ebd46ffe03e22df511d90d7bcd33dc573a +Size (OpenAG-1.1.1.tar.gz) = 248032 bytes |