Hi, seems like there's a new upstream for those handy little tools (see URL). A sourceforge site is also available: http://sourceforge.net/projects/dos2unix/ ChangeLog for the two new versions: 2009-11-04 Erwin Waterlander <waterlan@xs4all.nl> * dos2unix.c: Changed version to 3.2. * version.mk: New file. * README: New file. * INSTALL: Updated. * Makefile: Makefile according GNU standards. * ChangeLog : New file. * Applied all patches from RedHat: - use mkstemp i.s.o. mktemp: Nov 17 2000 Tim Powers <timp@redhat.com> - segfault: Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> - safeconv: Oct 20 2004 Miloslav Trmac <mitr@redhat.com> - manpage-update: Oct 6 2004 Mike A. Harris <mharris@redhat.com> - preserve-file-modes: Feb 6 2007 Tim Waugh <twaugh@redhat.com> - tmppath: Apr 13 2005 Tim Waugh <twaugh@redhat.com> - c-missing-arg: Jan 18 2008 Tim Waugh <twaugh@redhat.com> - Remove trailing white space. 2009-11-04 Erwin Waterlander <waterlan@xs4all.nl> * unix2dos.c: Changed version to 2.3. * version.mk: New file. * README: New file. * INSTALL: New file. * Makefile: Makefile according GNU standards. * ChangeLog : New file. * Applied all patches from RedHat: - use mkstemp i.s.o. mktemp: Nov 17 2000 Tim Powers <timp@redhat.com> - segfault: Jan 17 2002 Bernhard Rosenkraenzer <bero@redhat.com> - manpage-update: Oct 6 2004 Mike A. Harris <mharris@redhat.com> - preserve-file-modes: Oct 11 2004 Tim Waugh <twaugh@redhat.com> - tmppath: Apr 13 2005 Tim Waugh <twaugh@redhat.com> - Remove trailing white space. Reproducible: Always Steps to Reproduce:
dos2unix-4.0: 2009-12-15 Erwin Waterlander <waterlan@xs4all.nl> * version 4.0 * Added internationalisation using gettext. * Added Dutch translation. * Ported to Win32 using Mingw32 <http://www.mingw.org/> * Ported to DOS using DJGPP <http://www.delorie.com/djgpp/> * Fixed problem in DOS/Windows stdio mode. * New option -L/--license that prints software license. * Code cleanup * Update manual unix2dos-4.0: 2009-12-15 Erwin Waterlander <waterlan@xs4all.nl> * version 4.0 * Added internationalisation using gettext. * Added Dutch translation. * Ported to Win32 using Mingw32 <http://www.mingw.org/> * Ported to DOS using DJGPP <http://www.delorie.com/djgpp/> * Fixed problem in DOS/Windows stdio mode. * New option -L/--license that prints software license. * Code cleanup * Update manual
I know you can write ebuilds, please test ;)
dos2unix: 2009-12-21 Erwin Waterlander <waterlan@xs4all.nl> * version 4.0.1 * man page improvements: Thanks to Jari Aalto. - Replace hyphens with minus signs (look like dashes) where needed. - Options in alphabetical order. * man page: Update ISO mode information. * dos2unix.c: Option -V prints localedir used. * dos2unix.c: Localedir can be overruled with environment variable DOS2UNIX_LOCALEDIR. * Fixed two wrong conversions in ISO mode: - Greek mu. - Closing guillemet (angle quotation mark, >>). * Port to OS/2 Warp: Thanks to Elbert Pol. * Makefiles: Added target 'strip'. unix2dos: 2009-12-21 Erwin Waterlander <waterlan@xs4all.nl> * version 4.0.1 * man page improvements: Thanks to Jari Aalto. - Replace hyphens with minus signs (look like dashes) where needed. - Options in alphabetical order. * man page: Update ISO mode information. * unix2dos.c: Option -V prints localedir used. * unix2dos.c: Localedir can be overruled with environment variable UNIX2DOS_LOCALEDIR. * Fixed two wrong conversions in ISO mode: - Greek mu. - Closing guillemet (angle quotation mark, >>). * Port to OS/2 Warp: Thanks to Elbert Pol. * Makefiles: Added target 'strip'.
(In reply to comment #2) > I know you can write ebuilds, please test ;) > Okay, I gonna write them up when I find the time for :)
Created attachment 214137 [details] dos2unix-4.0.1.ebuild
Created attachment 214138 [details] unix2dos-4.0.1.ebuild
err... toolchain-funcs may be removed from the inherit lines. I just saw that I forgot to remove them *sigh*
Created attachment 219875 [details] dos2unix-4.1.2.ebuild cleaned up ebuild
Created attachment 219877 [details] unix2dos-4.1.2.ebuild cleaned up ebuild
Created attachment 224379 [details] dos2unix-5.0.ebuild With dos2unix-5.0 the unix2dos package was discontinued and unix2dos integrated into the dos2unix package. The attached ebuild contains a blocker against unix2dos but the same kind of blocker should be added to all old unix2dos ebuilds as well.
Created attachment 224395 [details] dos2unix-5.0.ebuild "reviewed" ebuild :)
In Cvs, thanks for that one Lars.