cvs commit: ports/devel Makefile ports/devel/p5-Cwd Makefile distinfo pkg-descr pkg-plist

Martin Wilke miwi at FreeBSD.org
Sun Oct 12 09:21:55 UTC 2008


miwi        2008-10-12 09:21:54 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/p5-Cwd         Makefile distinfo pkg-descr pkg-plist 
  Log:
  Cwd - get pathname of current working directory
  
  This module provides functions for determining the pathname of the current
  working directory. It is recommended that getcwd (or another *cwd() function)
  be used in all code to ensure portability.
  
  By default, it exports the functions cwd(), getcwd(), fastcwd(), and
  fastgetcwd() (and, on Win32, getdcwd()) into the caller's namespace.
  
  WWW: http://search.cpan.org/~kwilliams/Cwd-2.21/Cwd.pm
  
  PR:             ports/127881
  Submitted by:   Dennis Herrmann <adox at mcx2.org>
  
  Revision  Changes    Path
  1.3210    +1 -0      ports/devel/Makefile
  1.1       +21 -0     ports/devel/p5-Cwd/Makefile (new)
  1.1       +3 -0      ports/devel/p5-Cwd/distinfo (new)
  1.1       +10 -0     ports/devel/p5-Cwd/pkg-descr (new)
  1.1       +5 -0      ports/devel/p5-Cwd/pkg-plist (new)


More information about the cvs-all mailing list