add opennap port;

--
OpenNAP open-source Napster(tm) server
This commit is contained in:
brad 2000-08-23 07:04:49 +00:00
parent b50aec6c12
commit 51c41cfee1
6 changed files with 72 additions and 0 deletions

32
audio/opennap/Makefile Normal file
View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/08/23 07:04:49 brad Exp $
DISTNAME= opennap-0.36
CATEGORIES= audio net
NEED_VERSION= 1.310
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= opennap
HOMEPAGE= http://opennap.sourceforge.net/
MAINTAINER= brad@openbsd.org
PERMIT_PACKAGE_CDROM=
PERMIT_PACKAGE_FTP=
PERMIT_DISTFILES_CDROM=
PERMIT_DISTFILES_FTP=
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --enable-resume
DOCS= README napster.txt
post-install:
(echo "${PREFIX}/share/opennap"; echo "admin"; echo "opennap"; echo "") | ${WRKSRC}/setup
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/opennap
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/opennap
@chown -R nobody:nobody ${PREFIX}/share/opennap
cd ${WRKSRC}; ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/opennap
${INSTALL_DATA} ${WRKSRC}/sample.* ${PREFIX}/share/examples/opennap
.include <bsd.port.mk>

3
audio/opennap/files/md5 Normal file
View File

@ -0,0 +1,3 @@
MD5 (opennap-0.36.tar.gz) = 89a93049a1b774613b8097d921e0e55e
RMD160 (opennap-0.36.tar.gz) = dc564e93bba5e6aa7c3051a59e547d43af8e8856
SHA1 (opennap-0.36.tar.gz) = 92c9f43b360f42999d4ac3e1621cd4e69788d39a

View File

@ -0,0 +1 @@
OpenNAP open-source Napster(tm) server

8
audio/opennap/pkg/DESCR Normal file
View File

@ -0,0 +1,8 @@
Napster is a protocol for sharing files between users. With Napster, the
files stay on the client machine, never passing through the server. The
server provides the ability to search for particular files and initiate a
direct transfer between the clients. In addition, chat forums similar to
IRC are available. OpenNap extends the Napster protocol to allow sharing
of any media type, and the ability to link servers together.
WWW: ${HOMEPAGE}

13
audio/opennap/pkg/MESSAGE Normal file
View File

@ -0,0 +1,13 @@
*************************************************
A default administrator user has been created. The user name is 'admin',
password 'opennap'. You will probably want to change these. To do so,
edit the file ${PREFIX}/share/opennap/users.
Example configuration files are located in ${PREFIX}/share/opennap/examples.
Copy them to ${PREFIX}/share/opennap, removing the 'sample.' prefix
(e.g., 'sample.conf' becomes 'conf') and edit to your preferences.
Documentation is installed under ${PREFIX}/share/doc/opennap. If you
would like to link your server to the global Napigator search system,
go to http://www.napigator.com and follow the directions under
"CAN I RUN MY OWN NAP SERVER?"
*************************************************

15
audio/opennap/pkg/PLIST Normal file
View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/08/23 07:04:49 brad Exp $
sbin/opennap
sbin/metaserver
sbin/setup
share/doc/opennap/README
share/doc/opennap/napster.txt
share/examples/opennap/sample.channels
share/examples/opennap/sample.conf
share/examples/opennap/sample.motd
share/examples/opennap/sample.servers
share/examples/opennap/sample.users
share/opennap/users
@dirrm share/doc/opennap
@dirrm share/examples/opennap/
@dirrm share/opennap