debian/0000755000000000000000000000000011637712332007173 5ustar debian/copyright0000644000000000000000000000407010670336100011116 0ustar This package was debianized by Varun Hiremath on Sat, 25 Aug 2007 17:28:04 +0530. It was downloaded from https://yanfs.dev.java.net/source/browse/yanfs/ Upstream Authors: Agnes Jacob Brent Callaghan Lin Ling Ricardo Labiaga Copyright: (c) 1997, 2007 Sun Microsystems, Inc. All rights reserved. License: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. On Debian systems, the complete text of the BSD License can be found in `/usr/share/common-licenses/BSD'. The Debian packaging is (C) 2007, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/patches/0000755000000000000000000000000011637712332010622 5ustar debian/patches/build.diff0000644000000000000000000000561010670052060012544 0ustar Index: yanfs-0.0.20070825/src/com/sun/gssapi/mechs/dummy/Makefile =================================================================== --- yanfs-0.0.20070825.orig/src/com/sun/gssapi/mechs/dummy/Makefile 2007-03-20 13:47:41.000000000 +0530 +++ yanfs-0.0.20070825/src/com/sun/gssapi/mechs/dummy/Makefile 2007-08-31 00:39:31.000000000 +0530 @@ -59,7 +59,7 @@ M4DEF_PROP += -D CRED=_K2102CC5 Dummy.java: Dummy.m4 - /usr/ccs/bin/m4 $(M4DEF_PROP) Dummy.m4 > Dummy.java + $(M4) $(M4DEF_PROP) Dummy.m4 > Dummy.java # Service Provider Interface Context Class and its methods/interface M4DEF_CTXTSPI = -D GSSCtxtSpi=C018FE95 @@ -86,5 +86,5 @@ M4DEF_CTXTSPI += -D _dispose=_S020B957 DummyCtxt.java: DummyCtxt.m4 - /usr/ccs/bin/m4 $(M4DEF_CTXTSPI) DummyCtxt.m4 > DummyCtxt.java + $(M4) $(M4DEF_CTXTSPI) DummyCtxt.m4 > DummyCtxt.java Index: yanfs-0.0.20070825/src/com/sun/Makefile.common =================================================================== --- yanfs-0.0.20070825.orig/src/com/sun/Makefile.common 2007-03-20 13:47:34.000000000 +0530 +++ yanfs-0.0.20070825/src/com/sun/Makefile.common 2007-08-31 00:39:31.000000000 +0530 @@ -35,7 +35,14 @@ # nuclear facility. # -include $(CODEMGR_WS)/src/com/sun/Makefile.defs +CDIR= $(CODEMGR_WS)/classes +JAVADIR= /usr/java +CLASSPATH= $(CDIR):$(JAVADIR)/lib/classes.zip +JCFLAGS= -classpath $(CLASSPATH) +JC= $(JAVADIR)/bin/javac +TFILE= $(CDIR)/$(PKGDIR)/.tfile +M4= /usr/bin/m4 + # XXX #SWINGDIR, BEANCLASSPATH, JCBFLAGS need to be removed once JDK1.2 is FCS. Index: yanfs-0.0.20070825/src/com/sun/nfs/XFileAccessor.java =================================================================== --- yanfs-0.0.20070825.orig/src/com/sun/nfs/XFileAccessor.java 2007-03-20 13:47:44.000000000 +0530 +++ yanfs-0.0.20070825/src/com/sun/nfs/XFileAccessor.java 2007-08-31 00:39:31.000000000 +0530 @@ -71,7 +71,7 @@ return true; } catch (IOException e) { return false; - }; + } } public XFile getXFile() { Index: yanfs-0.0.20070825/src/com/sun/xfile/XFile.java =================================================================== --- yanfs-0.0.20070825.orig/src/com/sun/xfile/XFile.java 2007-03-20 13:47:47.000000000 +0530 +++ yanfs-0.0.20070825/src/com/sun/xfile/XFile.java 2007-08-31 00:39:31.000000000 +0530 @@ -391,7 +391,7 @@ } catch (Exception e) { System.out.println("Error: makenative:" + f.getPath()); return null; - }; + } } Index: yanfs-0.0.20070825/src/com/sun/Makefile.defs =================================================================== --- yanfs-0.0.20070825.orig/src/com/sun/Makefile.defs 2007-08-31 00:42:28.000000000 +0530 +++ yanfs-0.0.20070825/src/com/sun/Makefile.defs 2007-08-31 00:42:34.000000000 +0530 @@ -41,4 +41,4 @@ JCFLAGS= -classpath $(CLASSPATH) JC= $(JAVADIR)/bin/javac TFILE= $(CDIR)/$(PKGDIR)/.tfile -M4= /usr/ccs/bin/m4 +M4= /usr/bin/m4 debian/patches/series0000644000000000000000000000001310670052060012020 0ustar build.diff debian/rules0000755000000000000000000000205111360167240010244 0ustar #!/usr/bin/make -f # This variable is used by the Makefile to determine the root # directory of the sources. Upstream uses this, but doesn't define it # explicitly. So, we do it here. export CODEMGR_WS=. include /usr/share/cdbs/1/class/ant.mk include /usr/share/cdbs/1/rules/debhelper.mk JAVA_HOME := /usr/lib/jvm/default-java DEB_ANT_BUILD_TARGET := jar javadoc DEB_ANT_BUILDFILE := debian/build.xml DEB_ANT_PROPERTYFILE := debian/build.properties clean:: (cd ./src/com/sun/gssapi/mechs/dummy/; $(RM) Dummy.java DummyCtxt.java) (cd ./src/com/sun/gssapi/; $(RM) GSSCtxtSpi.java) $(RM) debian/build-m4 post-patches:: debian/build-m4 debian/build-m4:: (cd ./src/com/sun/gssapi/mechs/dummy/; $(MAKE) Dummy.java DummyCtxt.java) (cd ./src/com/sun/gssapi/; $(MAKE) C018FE95.java) touch $@ install/libyanfs-java:: install -m 644 -D yanfs.jar $(DEB_DESTDIR)/usr/share/java/yanfs-$(DEB_UPSTREAM_VERSION).jar dh_link /usr/share/java/yanfs-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/yanfs.jar get-orig-source: sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION) debian/orig-tar.sh0000644000000000000000000000130510670730275011254 0ustar #!/bin/sh -e DATE=$(echo $1|sed 's/^.*\+cvs//') DIR=libyanfs-java-$1.orig TAR=../libyanfs-java_$1.orig.tar.gz echo -n "Enter username for cvs.dev.java.net: "; read USERNAME CVSROOT=:pserver:$USERNAME@cvs.dev.java.net:/cvs # checkout the sources and clean them up cvs -d$CVSROOT login cvs -z9 -d$CVSROOT export -D $DATE -d $DIR yanfs mkdir $DIR/src $DIR/src/com (cd $DIR/orig; tar -x -f images.tar.gz) (cd $DIR/orig/xfilechooser; tar -x -f beanImages.tgz) mv $DIR/orig/ $DIR/src/com/sun GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi exit 0 debian/changelog0000644000000000000000000000256411637712272011057 0ustar libyanfs-java (0.0+cvs20070825-4) unstable; urgency=low * Team upload. * Switch to debhelper level 7. * Remove Java runtime from Depends. * Update Standards-Version: 3.9.2. -- Torsten Werner Sun, 25 Sep 2011 22:51:14 +0200 libyanfs-java (0.0+cvs20070825-3) unstable; urgency=low * Team Upload * Let 'maintainers' start with an uppercase M. * Switch to default-jdk. * Update Standards-Version: 3.8.4. * Change Section: java. * Switch to source format 3.0. -- Torsten Werner Sat, 10 Apr 2010 23:27:53 +0200 libyanfs-java (0.0+cvs20070825-2) unstable; urgency=low [ Kumar Appaiah ] * debian/control: + Change XS-Vcs-* to Vcs-*. + Add Homepage field, shift homepage from description. [ Varun Hiremath ] * Fix doc-base file, Thanks to Esteban Manchado Velázquez (Closes: #466460) * Bump Standards-Version to 3.7.3 -- Varun Hiremath Tue, 19 Feb 2008 12:01:25 +0530 libyanfs-java (0.0+cvs20070825-1) unstable; urgency=low [ Varun Hiremath ] * Initial release (Closes: #441047) * debian/orig-tar.sh: extract the image *.tgz and remove them later. [ Kumar Appaiah ] * Add XS-Vcs-Browser and XS-Vcs-Svn entries. * Ensure that *.properties and *.gif is included in the JAR. -- Varun Hiremath Sun, 09 Sep 2007 14:09:20 +0530 debian/doc-base0000644000000000000000000000041410756761765010611 0ustar Document: libyanfs-java Title: API for yanfs Author: Agnes Jacob, Brent Callaghan, Lin Ling, Ricardo Labiaga Abstract: yet another nfs Section: Programming Format: HTML Index: /usr/share/doc/libyanfs-java/api/index.html Files: /usr/share/doc/libyanfs-java/api/*.html debian/orig-tar.exclude0000644000000000000000000000007010670730275012271 0ustar *CVS* *xhandler* *images.tar.gz* *beanImages.tgz* *www* debian/README.Debian-source0000644000000000000000000000076610670052060012532 0ustar libyanfs-java ============= The upstream supplied source package contains binary jar files. Currently no clean source distribution exists. Therefore, the upstream sources were modified to comply with the Debian Free Software Guidelines. Use the rules/get-orig-source target to create the orig.tar.gz. For more details on repackaging of upstream sources please see the debian/orig-tar.sh and debian/orig-tar.exclude files. -- Varun Hiremath Thu, 6 Sep 2007 13:53:01 +0530 debian/build.xml0000644000000000000000000000244710670730275011025 0ustar debian/control0000644000000000000000000000162311637712272010603 0ustar Source: libyanfs-java Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Varun Hiremath , Kumar Appaiah Build-Depends: cdbs, debhelper (>= 7) Build-Depends-Indep: default-jdk, ant, m4 Standards-Version: 3.9.2 Homepage: https://yanfs.dev.java.net/ Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/libyanfs-java Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/libyanfs-java Package: libyanfs-java Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Description: Yet Another NFS - a Java NFS library This project represents a Java implementation of the XDR, RPC, NFSv2, and NFSv3 protocols in client side form. . WebNFS was the original name for this implementation but the name has changed to reflect the expanded scope of the project to include a server side implementation. debian/source/0000755000000000000000000000000011637712332010473 5ustar debian/source/format0000644000000000000000000000001411360167240011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211637712272010374 0ustar 7 debian/build.properties0000644000000000000000000000007610670336100012402 0ustar class.dir=class source.dir=src doc.dir=api jar.name=yanfs.jar debian/install0000644000000000000000000000005010670336100010546 0ustar api/* /usr/share/doc/libyanfs-java/api/