Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/text
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28375/main/finkinfo/text

Added Files:
        flip.info 
Log Message:
New from tracker
http://sourceforge.net/tracker/index.php?func=detail&aid=1681881&group_id=17203&atid=414256

--- NEW FILE: flip.info ---
Info2: <<

#=========================================================================
# $Id: flip.info 510 2007-04-25 05:06:51Z matt $
Package: flip
Version: 0.0.20050821
Revision: 2
GCC: 4.0
Description: Newline conversion for ASCII files
License: OSI-Approved
Homepage: http://ccrma-www.stanford.edu/~craig/utility/%n/
Maintainer: Matthew Bogosian <[EMAIL PROTECTED]>
#=========================================================================

#---- Unpack phase -------------------------------------------------------

NoSourceDirectory: true
Source: http://ccrma-www.stanford.edu/~craig/utility/%n/%n.cpp
Source-MD5: 21dc9256584eceffcfc27e137b3f8bc5
SourceRename: %n.cpp-%v
Source2: http://ccrma-www.stanford.edu/~craig/utility/%n/index.html
Source2-MD5: b1641608632d44be8a0315d9fb81c06e
Source2Rename: %n-README.html-%v

#---- Patch phase --------------------------------------------------------

PatchScript: <<
#!/bin/sh -ex
mv -f '%n.cpp-%v' '%n.cpp'
mv -f '%n-README.html-%v' README.html
<<

#---- Compile phase ------------------------------------------------------

CompileScript: <<
#!/bin/sh -ex
g++ -ansi -O3 -o '%n' '%n.cpp'
strip '%n'
<<

#---- Install phase ------------------------------------------------------

InstallScript: <<
#!/bin/sh -ex
install -d -m 755 \
    '%i/bin' \
    '%i/share/doc/%n'
(
cat <<EOF
flip is offered by Craig Stuart Sapp <[EMAIL PROTECTED]> under the
public domain. See README.html for details.
EOF
) >LICENSE
install -c -m 644 \
    LICENSE \
    README.html \
    '%i/share/doc/%n'
install -c -m 755 '%n' \
    '%i/bin'
<<

#---- Documentation ------------------------------------------------------

DescDetail: <<
>From http://ccrma-www.stanford.edu/~craig/utility/flip/:

flip: Newline conversion between Unix, Macintosh and MS-DOS ASCII files

ASCII text files can contain different forms of newlines, depending on
which operating system is being used. Converting between these formats is
often necessary if you use several operating systems.
<<

<<


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to