+'ntfsprogs-gnomevfs' as separate 'patch' project.
authorshort <>
Wed, 12 Nov 2003 16:05:03 +0000 (16:05 +0000)
committershort <>
Wed, 12 Nov 2003 16:05:03 +0000 (16:05 +0000)
configure.ac
project/Makefile.am
project/ntfsprogsgnomevfs/Index.html.pl [new file with mode: 0755]
project/ntfsprogsgnomevfs/ListItem.pm [new file with mode: 0755]
project/ntfsprogsgnomevfs/Makefile.am [new file with mode: 0644]
project/ntfsprogsgnomevfs/ntfs-icon.jpeg [new file with mode: 0644]

index a4b1390..96742c0 100644 (file)
@@ -103,6 +103,7 @@ Makefile
 ./project/etherealmmse/Makefile
 ./project/etherealwsp/Makefile
 ./project/libxml2reader/Makefile
+./project/ntfsprogsgnomevfs/Makefile
 ])
 
 echo done.
index 85a159e..670045a 100644 (file)
 include $(top_srcdir)/Makefile-head.am
 
 SUBDIRS= \
-               step            \
-               Islet           \
-               FordFulk        \
-               Heat            \
-               kix             \
-               patchd2         \
-               doswatch        \
-               oslik           \
-               pipebuf         \
-               smbfs           \
-               tcpdump         \
-               kware           \
-               mdsms           \
-               xbill           \
-               mot2as          \
-               vblib           \
-               wllib           \
-               tcp_rto         \
-               redirector_ad   \
-               timeplan        \
-               fixhtml         \
-               winvnc          \
-               Nokia61         \
-               tac_plus        \
-               badblock_guess  \
-               d1xnet          \
-               netstat         \
-               ircon           \
-               sshpatch        \
-               mod_auth_tacacs \
-               surprise        \
-               checkstatic     \
-               cvsutil         \
-               cvsbranchdiff   \
-               ppp9k           \
-               PerlMail        \
-               line9k          \
-               captive         \
-               PortDiag        \
-               CasioA          \
-               LaserGame       \
-               ShortRel        \
-               TraceFS         \
-               AutoGen         \
-               gsmperl         \
-               332             \
-               lynxilla        \
-               wayback         \
-               kewensis        \
-               QueryDev        \
-               SClock          \
-               ResRAM          \
-               ssht            \
-               postget         \
-               middleman       \
-               phphash         \
-               energie         \
-               MyWeb           \
-               pgsqlsubstr     \
-               int13sniff      \
-               libtool         \
-               muttsort        \
-               gladewsrc       \
-               etherealmmse    \
-               etherealwsp     \
-               libxml2reader
+               step              \
+               Islet             \
+               FordFulk          \
+               Heat              \
+               kix               \
+               patchd2           \
+               doswatch          \
+               oslik             \
+               pipebuf           \
+               smbfs             \
+               tcpdump           \
+               kware             \
+               mdsms             \
+               xbill             \
+               mot2as            \
+               vblib             \
+               wllib             \
+               tcp_rto           \
+               redirector_ad     \
+               timeplan          \
+               fixhtml           \
+               winvnc            \
+               Nokia61           \
+               tac_plus          \
+               badblock_guess    \
+               d1xnet            \
+               netstat           \
+               ircon             \
+               sshpatch          \
+               mod_auth_tacacs   \
+               surprise          \
+               checkstatic       \
+               cvsutil           \
+               cvsbranchdiff     \
+               ppp9k             \
+               PerlMail          \
+               line9k            \
+               captive           \
+               PortDiag          \
+               CasioA            \
+               LaserGame         \
+               ShortRel          \
+               TraceFS           \
+               AutoGen           \
+               gsmperl           \
+               332               \
+               lynxilla          \
+               wayback           \
+               kewensis          \
+               QueryDev          \
+               SClock            \
+               ResRAM            \
+               ssht              \
+               postget           \
+               middleman         \
+               phphash           \
+               energie           \
+               MyWeb             \
+               pgsqlsubstr       \
+               int13sniff        \
+               libtool           \
+               muttsort          \
+               gladewsrc         \
+               etherealmmse      \
+               etherealwsp       \
+               libxml2reader     \
+               ntfsprogsgnomevfs
 
 EXTRA_DIST+= \
                Index.html.pl \
diff --git a/project/ntfsprogsgnomevfs/Index.html.pl b/project/ntfsprogsgnomevfs/Index.html.pl
new file mode 100755 (executable)
index 0000000..305d391
--- /dev/null
@@ -0,0 +1,46 @@
+#! /usr/bin/perl
+# 
+# $Id$
+# Main page of 'My::Project::ntfsprogsgnomevfs'
+# Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+package project::ntfsprogsgnomevfs::Index;
+require 5.6.0; # at least 'use warnings;' but we need some 5.6.0+ modules anyway
+our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
+our $CVS_ID=q$Id$;
+use strict;
+use warnings;
+
+BEGIN{ open F,"Makefile"; our $top_dir=pop @{[split /\s/,(grep /^top_srcdir/,<F>)[0]]}; eval "use lib '$top_dir'"; close F; }
+use My::Web;
+Wuse 'My::Project';
+Wuse 'project::ntfsprogsgnomevfs::ListItem';
+
+
+My::Project->init_project(
+               "__PACKAGE__"=>__PACKAGE__,
+               "ListItem"=>\@project::ntfsprogsgnomevfs::ListItem::ListItem,
+               );
+
+
+print <<"HERE";
+<p>Module got integrated to
+@{[ a_href 'http://sourceforge.net/forum/forum.php?forum_id=327273','ntfsprogs-1.8.0beta2' ]}.</p>
+HERE
+
+
+My::Web->footer();
diff --git a/project/ntfsprogsgnomevfs/ListItem.pm b/project/ntfsprogsgnomevfs/ListItem.pm
new file mode 100755 (executable)
index 0000000..e303a81
--- /dev/null
@@ -0,0 +1,50 @@
+#! /usr/bin/perl
+# 
+# $Id$
+# Definition of 'My::Project::ntfsprogsgnomevfs' for list.cgi.pl
+# Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+package project::ntfsprogsgnomevfs::ListItem;
+require 5.6.0; # at least 'use warnings;' but we need some 5.6.0+ modules anyway
+our $VERSION=do { my @r=(q$Revision$=~/\d+/g); sprintf "%d.".("%03d"x$#r),@r; };
+our $CVS_ID=q$Id$;
+use strict;
+use warnings;
+
+use My::Web;
+
+
+our @ListItem=(
+               "name"=>a_href('http://linux-ntfs.sourceforge.net/','Linux NTFS').' '
+                               .a_href('http://www.gnome.org/softwaremap/projects/GnomeVFS','GnomeVFS'),
+               "platform"=>"patch",
+               "priority"=>475,
+               "icon"=>"ntfs-icon.jpeg",
+               "summary"=>a_href('http://www.gnome.org/softwaremap/projects/GnomeVFS','GnomeVFS')
+                               .' interface for '.a_href('http://linux-ntfs.sourceforge.net/','Linux NTFS')
+                               .' library',
+               "cvs"=>"ntfsprogs-gnomevfs",
+               "license"=>"GPL",
+               "maintenance"=>"accepted",
+               "language"=>"C",
+               "description"=><<"HERE",
+<p>Provide <code>libntfs</code> handler to access files by URL:
+<code>file:///dev/hda1#libntfs:/autoexec.bat</code></p>
+HERE
+               );
+
+1;
diff --git a/project/ntfsprogsgnomevfs/Makefile.am b/project/ntfsprogsgnomevfs/Makefile.am
new file mode 100644 (file)
index 0000000..ef7cabb
--- /dev/null
@@ -0,0 +1,23 @@
+# $Id$
+# automake source for the Makefile of project/ntfsprogsgnomevfs/ subdir
+# Copyright (C) 2003 Jan Kratochvil <project-www.jankratochvil.net@jankratochvil.net>
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+include $(top_srcdir)/Makefile-head.am
+
+EXTRA_DIST+= \
+       ListItem.pm \
+       Index.html.pl
diff --git a/project/ntfsprogsgnomevfs/ntfs-icon.jpeg b/project/ntfsprogsgnomevfs/ntfs-icon.jpeg
new file mode 100644 (file)
index 0000000..16a5d36
Binary files /dev/null and b/project/ntfsprogsgnomevfs/ntfs-icon.jpeg differ