Index: head/audio/opennap/Makefile =================================================================== --- head/audio/opennap/Makefile (nonexistent) +++ head/audio/opennap/Makefile (revision 31057) @@ -0,0 +1,39 @@ +# New ports collection makefile for: opennap +# Date created: 26 July 2000 +# Whom: Donald Burr +# +# $FreeBSD$ +# + +PORTNAME= opennap +PORTVERSION= 0.35 +CATEGORIES= audio net +MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/opennap/ \ + ftp://ftp.darenet.dk/mirrors/mirror.linuxberg.com/files/console/servers/ \ + ftp://ftp.netis.com/pub/mirrors2/linuxberg/files/console/servers/ \ + ftp://ftp.sblug.com/pub/unix/ + +MAINTAINER= dburr@FreeBSD.ORG + +USE_GMAKE= YES +GNU_CONFIGURE= YES + +post-install: + (${ECHO} "" ; ${ECHO} "admin" ; ${ECHO} "opennap" ; ${ECHO} "") | ${WRKSRC}/setup +.if defined(NOPORTDOCS) + @echo "===> Documentation skipped." +.else + @echo "===> Installing documentation into ${PREFIX}/share/doc/opennap." + @${MKDIR} ${PREFIX}/share/doc/opennap + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/opennap + ${INSTALL_DATA} ${WRKSRC}/napster.txt ${PREFIX}/share/doc/opennap +.endif + @echo "===> Installing example config files into ${PREFIX}/share/doc/opennap." + @${MKDIR} ${PREFIX}/share/opennap/examples + ${CHOWN} -R nobody:nobody ${PREFIX}/share/opennap + cd ${WRKSRC} ; for FILE in sample.*; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/opennap/examples ; done + @echo "===> Installing startup script into ${PREFIX}/etc/rc.d." + ${INSTALL_SCRIPT} ${FILESDIR}/opennap.sh ${PREFIX}/etc/rc.d + @${CAT} ${PKGDIR}/MESSAGE + +.include Property changes on: head/audio/opennap/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/audio/opennap/distinfo =================================================================== --- head/audio/opennap/distinfo (nonexistent) +++ head/audio/opennap/distinfo (revision 31057) @@ -0,0 +1 @@ +MD5 (opennap-0.35.tar.gz) = 56fbcab802c68d53c55649bc814dc528 Property changes on: head/audio/opennap/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/opennap/files/opennap.sh =================================================================== --- head/audio/opennap/files/opennap.sh (nonexistent) +++ head/audio/opennap/files/opennap.sh (revision 31057) @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/local/bin/opennap >/dev/null 2>&1 & +echo -n ' opennap' Property changes on: head/audio/opennap/files/opennap.sh ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/opennap/pkg-comment =================================================================== --- head/audio/opennap/pkg-comment (nonexistent) +++ head/audio/opennap/pkg-comment (revision 31057) @@ -0,0 +1 @@ +The OpenNAP open-source Napster server Property changes on: head/audio/opennap/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/opennap/pkg-descr =================================================================== --- head/audio/opennap/pkg-descr (nonexistent) +++ head/audio/opennap/pkg-descr (revision 31057) @@ -0,0 +1,11 @@ +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: http://opennap.sourceforge.net/ + +[ This port is maintained by Donald Burr ] Property changes on: head/audio/opennap/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/opennap/pkg-message =================================================================== --- head/audio/opennap/pkg-message (nonexistent) +++ head/audio/opennap/pkg-message (revision 31057) @@ -0,0 +1,25 @@ +************************************************* + +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?" + +Have fun! + +************************************************* Property changes on: head/audio/opennap/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/audio/opennap/pkg-plist =================================================================== --- head/audio/opennap/pkg-plist (nonexistent) +++ head/audio/opennap/pkg-plist (revision 31057) @@ -0,0 +1,15 @@ +bin/opennap +bin/mkpass +bin/metaserver +bin/setup +share/opennap/users +share/opennap/examples/sample.channels +share/opennap/examples/sample.conf +share/opennap/examples/sample.motd +share/opennap/examples/sample.servers +share/opennap/examples/sample.users +@dirrm share/opennap/examples +@dirrm share/opennap +share/doc/opennap/README +share/doc/opennap/napster.txt +@dirrm share/doc/opennap Property changes on: head/audio/opennap/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/opennap/Makefile =================================================================== --- head/net-p2p/opennap/Makefile (nonexistent) +++ head/net-p2p/opennap/Makefile (revision 31057) @@ -0,0 +1,39 @@ +# New ports collection makefile for: opennap +# Date created: 26 July 2000 +# Whom: Donald Burr +# +# $FreeBSD$ +# + +PORTNAME= opennap +PORTVERSION= 0.35 +CATEGORIES= audio net +MASTER_SITES= ftp://download.sourceforge.net/pub/sourceforge/opennap/ \ + ftp://ftp.darenet.dk/mirrors/mirror.linuxberg.com/files/console/servers/ \ + ftp://ftp.netis.com/pub/mirrors2/linuxberg/files/console/servers/ \ + ftp://ftp.sblug.com/pub/unix/ + +MAINTAINER= dburr@FreeBSD.ORG + +USE_GMAKE= YES +GNU_CONFIGURE= YES + +post-install: + (${ECHO} "" ; ${ECHO} "admin" ; ${ECHO} "opennap" ; ${ECHO} "") | ${WRKSRC}/setup +.if defined(NOPORTDOCS) + @echo "===> Documentation skipped." +.else + @echo "===> Installing documentation into ${PREFIX}/share/doc/opennap." + @${MKDIR} ${PREFIX}/share/doc/opennap + ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/opennap + ${INSTALL_DATA} ${WRKSRC}/napster.txt ${PREFIX}/share/doc/opennap +.endif + @echo "===> Installing example config files into ${PREFIX}/share/doc/opennap." + @${MKDIR} ${PREFIX}/share/opennap/examples + ${CHOWN} -R nobody:nobody ${PREFIX}/share/opennap + cd ${WRKSRC} ; for FILE in sample.*; do ${INSTALL_DATA} $${FILE} ${PREFIX}/share/opennap/examples ; done + @echo "===> Installing startup script into ${PREFIX}/etc/rc.d." + ${INSTALL_SCRIPT} ${FILESDIR}/opennap.sh ${PREFIX}/etc/rc.d + @${CAT} ${PKGDIR}/MESSAGE + +.include Property changes on: head/net-p2p/opennap/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/net-p2p/opennap/distinfo =================================================================== --- head/net-p2p/opennap/distinfo (nonexistent) +++ head/net-p2p/opennap/distinfo (revision 31057) @@ -0,0 +1 @@ +MD5 (opennap-0.35.tar.gz) = 56fbcab802c68d53c55649bc814dc528 Property changes on: head/net-p2p/opennap/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/opennap/files/opennap.sh =================================================================== --- head/net-p2p/opennap/files/opennap.sh (nonexistent) +++ head/net-p2p/opennap/files/opennap.sh (revision 31057) @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/local/bin/opennap >/dev/null 2>&1 & +echo -n ' opennap' Property changes on: head/net-p2p/opennap/files/opennap.sh ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/opennap/pkg-comment =================================================================== --- head/net-p2p/opennap/pkg-comment (nonexistent) +++ head/net-p2p/opennap/pkg-comment (revision 31057) @@ -0,0 +1 @@ +The OpenNAP open-source Napster server Property changes on: head/net-p2p/opennap/pkg-comment ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/opennap/pkg-descr =================================================================== --- head/net-p2p/opennap/pkg-descr (nonexistent) +++ head/net-p2p/opennap/pkg-descr (revision 31057) @@ -0,0 +1,11 @@ +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: http://opennap.sourceforge.net/ + +[ This port is maintained by Donald Burr ] Property changes on: head/net-p2p/opennap/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/opennap/pkg-message =================================================================== --- head/net-p2p/opennap/pkg-message (nonexistent) +++ head/net-p2p/opennap/pkg-message (revision 31057) @@ -0,0 +1,25 @@ +************************************************* + +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?" + +Have fun! + +************************************************* Property changes on: head/net-p2p/opennap/pkg-message ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/net-p2p/opennap/pkg-plist =================================================================== --- head/net-p2p/opennap/pkg-plist (nonexistent) +++ head/net-p2p/opennap/pkg-plist (revision 31057) @@ -0,0 +1,15 @@ +bin/opennap +bin/mkpass +bin/metaserver +bin/setup +share/opennap/users +share/opennap/examples/sample.channels +share/opennap/examples/sample.conf +share/opennap/examples/sample.motd +share/opennap/examples/sample.servers +share/opennap/examples/sample.users +@dirrm share/opennap/examples +@dirrm share/opennap +share/doc/opennap/README +share/doc/opennap/napster.txt +@dirrm share/doc/opennap Property changes on: head/net-p2p/opennap/pkg-plist ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1.1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property