Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv21214/10.3/unstable/main/finkinfo/libs

Modified Files:
        dtdparser.info 
Removed Files:
        dtdparser.patch 
Log Message:
new version; use modern-fink .jar handler


--- dtdparser.patch DELETED ---

Index: dtdparser.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/libs/dtdparser.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- dtdparser.info      6 Dec 2006 18:09:57 -0000       1.2
+++ dtdparser.info      7 Dec 2006 06:14:32 -0000       1.3
@@ -1,43 +1,31 @@
 Package: dtdparser
-Version: 1.15
+Version: 1.21
 Revision: 1
 BuildDepends: ant
 Source: http://www.wutka.com/download/%n-%v.tgz
-NoSourceDirectory: 1
-PatchScript:<<
-sed 's:@FINK_PREFIX@:%p:g' <"%a/%n.patch" | patch -p1
-mv product.properties product.properties.old
-sed 's:prod.version.minor=14:prod.version.minor=15:g' < product.properties.old 
> product.properties
-rm -r classes/*
-<<
+PatchScript: /usr/bin/find classes -name '*.class' -delete
 CompileScript: ant build createdoc
 InstallScript: <<
-mkdir -p %i/share/java/%n
-cp %n-%v/*.jar %i/share/java/%n
-
 mkdir -p %i/share/doc/%n
-cp -r %n-%v/doc %i/share/doc/%n/html
-
-mkdir -p %i/etc/profile.d
-install -m 755 %n.sh %i/etc/profile.d/
-install -m 755 %n.csh %i/etc/profile.d/
+cp -r doc %i/share/doc/%n/html
 <<
 DocFiles: LICENSE README
+JarFiles:  *.jar
 Description: Java DTD Parser
 DescDetail: <<
-DTD parsers for Java seem to be pretty scarce. That's probably because DTD 
isn't valid XML. At some point, if/when XML Schema becomes widely accepted, no 
one will need DTD parsers anymore. Until then, you can use this library to 
parse a DTD.
+DTD parsers for Java seem to be pretty scarce. That's probably because
+DTD isn't valid XML. At some point, if/when XML Schema becomes widely
+accepted, no one will need DTD parsers anymore. Until then, you can
+use this library to parse a DTD.
 <<
 DescPort: profile.d scripts to add the jars to the CLASSPATH
 DescPackaging: <<
- Previous versions by Sylvain Cuaz.
+ Previous versions (<=1.15-1) by Sylvain Cuaz.
 
-       - sed properties because version is wrong
        - rm classes otherwise the classes are not compiled
-ATM the install target is not supported :
-       - copy the jars in share/java/%n
-       - copy the documentation in share/doc
+ATM the install target is not supported
 <<
 Homepage: http://www.wutka.com/dtdparser.html
 Maintainer: None <fink-devel@lists.sourceforge.net>
 License: LGPL
-Source-MD5: b5e5cc3bbfae367cba848aa1fded7bb7 
+Source-MD5: 5b14ede6eb13656ff2918534ed2d0437


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to