FreeBSD Bugzilla – Attachment 159914 Details for
Bug 202357
New port: converters/dos2unix Updated version of Benjamin Lin's implementation of dos2unix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
dos2unix shell archive file
dos2unix.shar (text/plain), 4.27 KB, created by
mzs_47
on 2015-08-16 10:23:29 UTC
(
hide
)
Description:
dos2unix shell archive file
Filename:
MIME Type:
Creator:
mzs_47
Created:
2015-08-16 10:23:29 UTC
Size:
4.27 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># dos2unix ># dos2unix/pkg-descr ># dos2unix/pkg-plist ># dos2unix/distinfo ># dos2unix/Makefile ># >echo c - dos2unix >mkdir -p dos2unix > /dev/null 2>&1 >echo x - dos2unix/pkg-descr >sed 's/^X//' >dos2unix/pkg-descr << '082745414b7b1576d9d27f201b7f67f1' >Xdos2unix is an update of Benjamin Lin's implementations of dos2unix >Xand unix2dos. >X >XFeatures: >X >X* Native language support: Brazilian Portuguese, Chinese >X (traditional), Danish, Dutch, English, Esperanto, French, German, >X Hungarian, Japanese, Norwegian Bokmaal, Polish, Russian, Serbian, >X Spanish, Ukrainian, Vietnamese. >X >X* Automatically skips binary and non-regular files >X* In-place, paired, or stdio mode conversion. >X* Keep original file dates option. >X* 7-bit and iso conversion modes like SunOS dos2unix. >X* Conversion of Unicode UTF-16 files. >X* Handles Unicode Byte Order Mark (BOM) >X* Display file information >X* Secure >X >XWWW: http://waterlan.home.xs4all.nl/dos2unix.html >082745414b7b1576d9d27f201b7f67f1 >echo x - dos2unix/pkg-plist >sed 's/^X//' >dos2unix/pkg-plist << '54ebac44f061836bab7ed06cdee61b86' >Xbin/dos2unix >Xbin/mac2unix >Xbin/unix2dos >Xbin/unix2mac >Xman/man1/dos2unix.1.gz >X%%NLS%%share/locale/da/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/de/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/eo/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/es/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/fr/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/hu/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/ja/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/nb/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/nl/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/pl/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/pt_BR/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/ru/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/sr/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/uk/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/vi/LC_MESSAGES/dos2unix.mo >X%%NLS%%share/locale/zh_TW/LC_MESSAGES/dos2unix.mo >54ebac44f061836bab7ed06cdee61b86 >echo x - dos2unix/distinfo >sed 's/^X//' >dos2unix/distinfo << 'b85281a39d67d6bdf7f84d025db5c1c1' >XSHA256 (dos2unix-7.2.3.tar.gz) = 8039ea97a9fc3b0bffed0218099aeb078ebb550127fa6c10e2647aad52669c83 >XSIZE (dos2unix-7.2.3.tar.gz) = 413524 >b85281a39d67d6bdf7f84d025db5c1c1 >echo x - dos2unix/Makefile >sed 's/^X//' >dos2unix/Makefile << 'fc163b9553a5af24eb75eade837247bf' >X# $FreeBSD$ >X >XPORTNAME= dos2unix >XPORTVERSION= 7.2.3 >XCATEGORIES= converters >XMASTER_SITES= http://waterlan.home.xs4all.nl/dos2unix/ >X >XMAINTAINER= mzs_47@yahoo.co.in >XCOMMENT= Utility to convert text files to DOS/Unix format >X >XLICENSE= BSD2CLAUSE >XLICENSE_FILE= ${WRKSRC}/COPYING.txt >X >X#This port can use clang >X#USE_GCC= yes >XUSES= gettext-tools ghostscript gmake perl5 >X#INSTALL_TARGET= install-strip >X >X#Conflicts with converters/unix2dos, as they have binaries with same names >XCONFLICTS= unix2dos-[0-9]* >XNEED_ROOT= yes >X >XOPTIONS_DEFINE= DOCS NLS >XOPTIONS_DEFAULT= NLS >X >XLANGS= da de eo es fr hu ja nb nl pl pt_BR ru sr uk vi zh_TW >X >XPORTDOCS= BUGS.txt ChangeLog.txt INSTALL.txt NEWS.txt \ >X README.txt TODO.txt >X >X.include <bsd.port.options.mk> >X >X.if ${PORT_OPTIONS:MNLS} >XUSES+= gettext >XPLIST_SUB+= NLS="" >X.else >XMAKE_ARGS+= ENABLE_NLS= >XPLIST_SUB+= NLS="@comment " >X.endif >X >Xdo-install: >X ${INSTALL_PROGRAM} ${WRKSRC}/dos2unix ${STAGEDIR}${PREFIX}/bin/dos2unix >X ${INSTALL_PROGRAM} ${WRKSRC}/unix2dos ${STAGEDIR}${PREFIX}/bin/unix2dos >X ${LN} -f ${STAGEDIR}${PREFIX}/bin/dos2unix ${STAGEDIR}${PREFIX}/bin/mac2unix >X ${LN} -f ${STAGEDIR}${PREFIX}/bin/unix2dos ${STAGEDIR}${PREFIX}/bin/unix2mac >X ${INSTALL_MAN} ${WRKSRC}/man/man1/dos2unix.1 ${STAGEDIR}${MANPREFIX}/man/man1 >X >X.if ${PORT_OPTIONS:MDOCS} >X ${MKDIR} ${STAGEDIR}${DOCSDIR} >X cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" \ >X ${STAGEDIR}${DOCSDIR} >X.endif >X >X.if ${PORT_OPTIONS:MNLS} >X.for lang in ${LANGS} >X ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ >X ${STAGEDIR}${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo >X.endfor >X.endif >X >Xregression-test: extract >X cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check >X >X.include <bsd.port.mk> >fc163b9553a5af24eb75eade837247bf >exit >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 202357
: 159914