NOTICE: This package has been removed from pkgsrc

./wip/dos2unix, Convert text files with DOS or Mac line endings to Unix line endings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.3.2, Package name: dos2unix-5.3.2, Maintainer: ryoon

dos2unix includes utilities to convert text files with DOS or MAC
line endings to Unix line endings and vice versa. It is an update
of Benjamin Lin's implementations.


Required to build:
[lang/perl5] [devel/gmake]

Master sites:

SHA1: 0df5fb5fae7758809105a1e6faf454e58d2af681
RMD160: 15440229c1a0cf6ff03bedb2066e0cc48f7f2b28
Filesize: 55.39 KB

Version history: (Expand)


CVS history: (Expand)


   2012-04-11 19:51:05 by Ryo ONODERA | Files touched by this commit (5) | Package removed
Log message:
Remove dos2unix.
Imported to pkgsrc.
   2012-04-11 19:41:35 by Ryo ONODERA | Files touched by this commit (3)
Log message:
Update to 5.3.3

* Use PKGMANDIR instead of hardcoded man in patch-Makefile

Changelog:
* Enabled wildcard expansion for all versions.
* Fixed a compile error when compiled with debug enabled.
   2012-02-03 16:20:19 by Ryo ONODERA | Files touched by this commit (2)
Log message:
Update to 5.3.2

Changelog:
2012-01-27: Version 5.3.2

  * New homepage URL: http://waterlan.home.xs4all.nl/dos2unix.html
  * Compiles for native MSYS.
  * Compile with OpenWatcom for DOS32 and Win32.
  * Detect code page on OS/2.
  * Support wild cards on OS/2.
   2011-10-17 07:32:18 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Add CONFLICTS
   2011-10-17 07:24:28 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Remove unnecessary lines.
   2011-10-07 16:45:26 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Regen
   2011-09-18 01:27:20 by Ryo ONODERA | Files touched by this commit (1)
Log message:
Update HOMEPAGE.
   2011-08-17 06:23:52 by Ryo ONODERA | Files touched by this commit (4)
Log message:
Update to 5.3.1

Changelog:
2011-08-09 Erwin Waterlander <waterlan@xs4all.nl>
        * Version 5.3.1

2011-08-08 Julio A. Freyre-Gonzalez <jfreyreg@gmail.com>
        * Spanish translation of messages and manual.

2011-06-26 Erwin Waterlander <waterlan@xs4all.nl>
        * bugfix: dos2unix changes ownership and permissions on file.
          When an other user (e.g. root) than the owner has write permission
          on the input file, dos2unix changes owner, group and umask in old
          file mode to the other user's owner, group and umask who runs
          dos2unix. Fixed only for Unix. Thanks to Christopher Williams.
        * Keep permissions also on Windows. Use chmod() i.s.o. fchmod().

2011-06-16 Erwin Waterlander <waterlan@xs4all.nl>
        * Identical functions from dos2unix.c and unix2dos.c
          are moved to common.c.

2011-06-15 Erwin Waterlander <waterlan@xs4all.nl>
        * Dos2unix and Unix2dos share the same language files.

2011-05-04 Erwin Waterlander <waterlan@xs4all.nl>
        * dos2unix.c: Removed redundant ConvertDosToUnixOldFile().
        * unix2dos.c: Removed redundant ConvertUnixToDosOldFile().