summaryrefslogtreecommitdiff
path: root/converters/unix2dos
AgeCommit message (Collapse)AuthorFilesLines
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-11-14buildlink1 -> buildlink2jlam1-3/+3
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-5/+5
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-08-20Set NO_WRKSUBDIR instead of WRKSRC=${WRKDIR}, and mark asjlam1-2/+3
USE_BUILDLINK_ONLY.
2001-06-14Replace between with to/fromabs1-2/+2
2001-06-14Shorten comment slightlyabs1-2/+2
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-1/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-16Mention in comment that it does unix2dos too (not only dos2unix)zuntum1-2/+2
2001-03-13 * change my email addresszuntum1-7/+7
* change NO_WRKSUBDIR to WRKSRC=${WRKDIR} * install things from ${WRKSRC} instead of ${WRKDIR}
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-12-27Add unix2dos-1.2:hubertf5-0/+30
unix2dos and dos2unix are utilities that convert ASCII files from the DOS cr/lf format to the UNIX lf format. Submitted by Tomasz Luchowski <zuntum@eik.pl>