Initial import of java-muse
Echomine Muse API gives you one easy-to-use set of APIs and frameworks for you to connect with other communication services such as Gnutella, ICQ, to connect with other communication services MSN, Yahoo, AIM, IRC, FTP, etc. It implements the protocols and then adds an extra layer on top of the protocols so that access to all the services go through extra layer on top of the protocols so that access to all the services go through extra layer on top of the protocols so that access to all the services go through one unified API (similar to how JDBC works).
This commit is contained in:
parent
5bf895a147
commit
a49986c58c
4 changed files with 48 additions and 0 deletions
9
java-muse/DESCR
Normal file
9
java-muse/DESCR
Normal file
|
@ -0,0 +1,9 @@
|
|||
Echomine Muse API gives you one easy-to-use set of APIs and
|
||||
frameworks for you to connect with other communication services
|
||||
such as Gnutella, ICQ, to connect with other communication services
|
||||
MSN, Yahoo, AIM, IRC, FTP, etc. It implements the protocols and
|
||||
then adds an extra layer on top of the protocols so that access to
|
||||
all the services go through extra layer on top of the protocols so
|
||||
that access to all the services go through extra layer on top of the
|
||||
protocols so that access to all the services go through
|
||||
one unified API (similar to how JDBC works).
|
23
java-muse/Makefile
Normal file
23
java-muse/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2004/03/21 00:22:53 poppnk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= muse-0.8a5
|
||||
PKGNAME= java-muse-0.8a5
|
||||
CATEGORIES= wip
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=muse/}
|
||||
|
||||
MAINTAINER= pancake@phreaker.net
|
||||
HOMEPAGE= http://muse.sourceforge.net/
|
||||
COMMENT= Java-XML API for networking with modules like Jabber
|
||||
|
||||
WRKSRC= ${WRKDIR}/
|
||||
|
||||
do-build:
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/share/classpath/muse/
|
||||
${INSTALL_DATA} ${WRKSRC}/lib/*.jar \
|
||||
${PREFIX}/share/classpath/muse/
|
||||
|
||||
.include "../../mk/java-vm.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
12
java-muse/PLIST
Normal file
12
java-muse/PLIST
Normal file
|
@ -0,0 +1,12 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/21 00:22:53 poppnk Exp $
|
||||
share/classpath/muse/bsh.jar
|
||||
share/classpath/muse/commons-logging.jar
|
||||
share/classpath/muse/crimson-1.1.3.jar
|
||||
share/classpath/muse/jakarta-oro.jar
|
||||
share/classpath/muse/jdom.jar
|
||||
share/classpath/muse/jsse.jar
|
||||
share/classpath/muse/log4j.jar
|
||||
share/classpath/muse/muse-examples.jar
|
||||
share/classpath/muse/muse.jar
|
||||
share/classpath/muse/xml-apis.jar
|
||||
share/classpath/muse/xpp3.jar
|
4
java-muse/distinfo
Normal file
4
java-muse/distinfo
Normal file
|
@ -0,0 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/03/21 00:22:53 poppnk Exp $
|
||||
|
||||
SHA1 (muse-0.8a5.tar.gz) = 3bd81bb59d7f90cd79b9348bf9f71bf85926ac3f
|
||||
Size (muse-0.8a5.tar.gz) = 3526246 bytes
|
Loading…
Reference in a new issue