Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils
In directory 
sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27025/10.7/stable/main/finkinfo/utils

Added Files:
        fixpath-10.7.info fixpath-10.8.info 
Log Message:
, CVS: ----------------------------------------------------------------------
New package.


--- NEW FILE: fixpath-10.8.info ---
Package: fixpath
Version: 1.0.0
Revision: 10.8+1
Distribution: 10.8
License: Public Domain
Maintainer: Alexander Hansen <[email protected]>
Homepage: https://github.com/akhansen/fixpath
Description: Consistent PATHs in X11 and Aqua terminals

Depends: list-moreutils-pm5124

Source: https://github.com/akhansen/%n/archive/%v.zip
Source-MD5: a668dca109bad623f06477b3365e2e16
SourceRename: %n-%v.zip

PatchScript: <<
        #!/bin/sh -ev
        for ext in pl csh sh ; do
                sed -e 's,@PREFIX@,%p,g' %n.$ext.in > %n.$ext
        done
<<

CompileScript: echo "No compiling required."
InstallScript: <<
        install -d %i/bin
        install %n.pl %i/bin
        install -d %i/etc/profile.d
        install %n.csh %n.sh %i/etc/profile.d 
<<
DocFiles: README.md

DescDetail: <<
fixpath is a set of scripts to fix the order and remove repeated and unwanted
entries in the PATH or MANPATH. It was originally intended to deal with issues
in the PATH and MANPATH in X11 terminals on Mac OS 10.8 for Fink, but could
easily be adapted for other scenarios.

In addition to installing the "fixpath.pl" executable, this package also 
installs scripts in %p/profile.d so that the PATH and MANPATH will 
automatically be adjusted to put Fink's paths at the front when a new terminal
session is started.
<<
DescUsage: <<
You will need to use the login shell option on your X-terminal (e.g. 'xterm 
-ls') for the PATH and MANPATH fixes to be applied automatically when you open
a new window.  This may result in doubling of user-defined entries.  Applying 
the %n.pl script again will prune those.
<<
DescPackaging: <<
Uses the system's Perl.
<<

--- NEW FILE: fixpath-10.7.info ---
Package: fixpath
Version: 1.0.0
Revision: 10.7+1
Distribution: 10.7
License: Public Domain
Maintainer: Alexander Hansen <[email protected]>
Homepage: https://github.com/akhansen/fixpath
Description: Consistent PATHs in X11 and Aqua terminals

Depends: list-moreutils-pm5123

Source: https://github.com/akhansen/%n/archive/%v.zip
Source-MD5: a668dca109bad623f06477b3365e2e16
SourceRename: %n-%v.zip

PatchScript: <<
        #!/bin/sh -ev
        for ext in pl csh sh ; do
                sed -e 's,@PREFIX@,%p,g' %n.$ext.in > %n.$ext
        done
<<

CompileScript: echo "No compiling required."
InstallScript: <<
        install -d %i/bin
        install %n.pl %i/bin
        install -d %i/etc/profile.d
        install %n.csh %n.sh %i/etc/profile.d 
<<
DocFiles: README.md

DescDetail: <<
fixpath is a set of scripts to fix the order and remove repeated and unwanted
entries in the PATH or MANPATH. It was originally intended to deal with issues
in the PATH and MANPATH in X11 terminals on Mac OS 10.8 for Fink, but could
easily be adapted for other scenarios.

In addition to installing the "fixpath.pl" executable, this package also 
installs scripts in %p/profile.d so that the PATH and MANPATH will 
automatically be adjusted to put Fink's paths at the front when a new terminal
session is started.
<<
DescUsage: <<
You will need to use the login shell option on your X-terminal (e.g. 'xterm 
-ls') for the PATH and MANPATH fixes to be applied automatically when you open
a new window.  This may result in doubling of user-defined entries.  Applying 
the %n.pl script again will prune those.
<<
DescPackaging: <<
Uses the system's Perl.
<<


------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to