Update of /cvsroot/fink/dists/10.2/unstable/main/finkinfo/utils
In directory usw-pr-cvs1:/tmp/cvs-serv29184

Added Files:
        aftp-1.0-1.info aftp-1.0-1.patch hfsutils-3.2.6-2.info 
        mtools-3.9.8-3.info mtoolsfm-1.9-3-2.info 
        mtoolsfm-1.9-3-2.patch 
Log Message:
10.2 ready


--- NEW FILE: aftp-1.0-1.info ---
Package: aftp
Version: 1.0
Revision: 1
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: mirror:custom:%n.tgz
CustomMirror: <<
Primary: ftp://ftp.apple.asimov.net/pub/apple_II/utility/
Secondary: http://users.bigpond.net.au/acorn/aftp/
<<
Source-MD5: 65badcfefbcbb7f70d968b26cab1b9e4
Patch: %f.patch 
CompileScript: make
InstallScript: <<
mkdir -p %i/bin
cp aftp %i/bin
<<
DocFiles: aftp.doc README
Description: Manipulate and browse Apple II disk images
DescDetail: <<
Aftp manipulates and browses Apple II disk images.
It supports both Apple II DOS 3.3, ProDOS and XGS images.
Both binary floppy images (.IIE) and hard disk volume
(.HDV) images are also supported.
<<
DescUsage: <<
To invoke AFTP type: aftp disk_image_name

Interactive commands are:
   dir           Display disk image directory.
   get [file]    Get a file from disk image.
   put [file]    Put a file on disk image.
   del [file]    Delete a file from disk image.
   cd [dir]      Change disk image directory.
   text          Set text mode.
   binary        Set binary mode.
   help          Display help.
   !dos command  Execute a dos command.
   quit          Quit Program.
<<
DescPort: Patched Makefile so source could compile.
License: Public Domain

--- NEW FILE: aftp-1.0-1.patch ---
--- aftp/Makefile       Mon Jan  6 19:58:59 1997
+++ aftp-patched/Makefile       Sat Nov 24 01:30:50 2001
@@ -2,10 +2,10 @@
 OBJS=aftp.o pro.o dos.o
 
 aftp: $(OBJS)
-       gcc -o aftp $(OBJS)
+       cc -o aftp $(OBJS)
 
 .c.o:
-       gcc -c $<
+       cc -c $<
 
 clean:
        rm -f $(OBJS) aftp

--- NEW FILE: hfsutils-3.2.6-2.info ---
Package: hfsutils
Version: 3.2.6
Revision: 2
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: 
http://ftp.debian.org/debian/dists/potato/main/source/otherosfs/%n_%v.orig.tar.gz
SourceDirectory: %n-%v
Source-MD5: fa572afd6da969e25c1455f728750ec4
BuildDepends: tcltk-dev
Depends: tcltk-shlibs
ConfigureParams: --with-tcl=%p/lib --with-tk=%p/lib --mandir=%i/share/man
InstallScript: <<
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install prefix=%i
<<
DocFiles: BLURB CHANGES COPYING COPYRIGHT CREDITS README TODO
Description: Read/Write Mac HFS media
DescDetail: <<
With this program you can read and write Macintosh-formatted media
such as floppy disks, CD-ROMs, and SCSI hard disks on most UNIX platforms.
You can also format raw media into an HFS volume.
    This package contains a number of different tools:
    * Several command-line programs (hmount, hls, hcopy, et al.)
    * A Tk-based front-end for browsing and copying files through a
      variety of transfer modes (MacBinary, BinHex, text, etc.)
    * A Tcl package and interface for scriptable access to volumes
    * A C library for low-level access to volumes
<<
DescUsage: <<
For the tk-based front-end just type 'xhfs' at the command prompt inside an
X environment.
<<
License: GPL
Homepage: http://www.mars.org/home/rob/proj/hfs

--- NEW FILE: mtools-3.9.8-3.info ---
Package: mtools
Version: 3.9.8
Revision: 3
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: http://%n.linux.lu/%n-%v.tar.gz
Source-MD5: 383538ac2df83871ce18628e132fcb10
Depends: x11
ConfigureParams: --mandir=%i/share/man --infodir=%i/share/info
InstallScript: <<
make install prefix=%i
mkdir -p %i/etc
cp mtools.conf %i/etc
<<
DocFiles: Changelog COPYING NEWPARAMS README
ConfFiles: %p/etc/mtools.conf
InfoDocs: mtools.info 
Description: Collection of tools to manipulate MSDOS files
DescDetail: <<
Mtools is a collection of programs to allow unix systems 
to read, write, and manipulate files on an MSDOS filesystem.
Each program attempts to emulate the MSDOS eqivalent command
as closely as practical.
<<
DescUsage: <<
To use type one of the following at the command prompt:

Mtool      MSDOS  
name       equivalent     Description
 --         --------       ---------
mattrib    ATTRIB         change MSDOS file attribute flags
mcd        CD             change MSDOS directory
mcopy      COPY           copy MSDOS files to/from Unix
mdel       DEL/ERASE      delete an MSDOS file
mdir       DIR            display an MSDOS directory
mformat    FORMAT         add MSDOS filesystem to a low-level format
mlabel     LABEL          make an MSDOS volume label
mmd        MD/MKDIR       make an MSDOS subdirectory
mrd        RD/RMDIR       remove an MSDOS subdirectory
mread      COPY           low level read (copy) an MSDOS file to Unix
mren       REN/RENAME     rename an existing MSDOS file
mtype      TYPE           display contents of an MSDOS file
mwrite     COPY           alias for mcopy, will be removed soon
<<
License: GPL
Homepage: http://mtools.linux.lu

--- NEW FILE: mtoolsfm-1.9-3-2.info ---
Package: mtoolsfm
Version: 1.9-3
Revision: 2
Maintainer: Matt Stephenson <[EMAIL PROTECTED]>
Source: http://www.core-coutainville.org/MToolsFM/archive/SOURCES/MToolsFM-%v.tar.gz
Source-MD5: 5ce76261ad969209c86b28e49924fc43
BuildDepends: glib, gtk+
Depends: gtk+-shlibs, mtools
Patch: %f.patch 
ConfigureParams: --mandir=%p/share/man
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS ChangeLog COPYING NEWS README THANKS
Description: Frontend/file manager for mtools
DescPackaging: <<
Patched po/Makefile.in.in to ensure correct locale directory is selected.
<<
License: GPL
Homepage: http://www.core-coutainville.org/MToolsFM

--- NEW FILE: mtoolsfm-1.9-3-2.patch ---
--- MToolsFM-1.9-3/po/Makefile.in.in    Fri Jan 26 09:50:35 2001
+++ MToolsFM-1.9-3-patched/po/Makefile.in.in    Sun Nov  4 03:18:17 2001
@@ -19,7 +19,7 @@
 prefix = @prefix@
 exec_prefix = @exec_prefix@
 datadir = $(prefix)/@DATADIRNAME@
-localedir = $(datadir)/locale
+localedir = $(prefix)/share/locale
 gnulocaledir = $(prefix)/share/locale
 gettextsrcdir = $(prefix)/share/gettext/po
 subdir = po



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to