Commits
Davide Gerhard authored and Chris Jones committed 8b30b0733e0
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name dos2unix |
6 - | version 7.4.0 |
6 + | version 7.4.1 |
7 7 | categories textproc |
8 8 | platforms darwin |
9 9 | license BSD |
10 10 | maintainers nomaintainer |
11 11 | |
12 12 | description Convert text files with DOS or Mac line breaks to \ |
13 13 | Unix line breaks and vice versa |
14 14 | long_description This is an update of Benjamin Lin's \ |
15 15 | implementations of dos2unix and unix2dos. Benjamin \ |
16 16 | Lin's implementations of dos2unix and unix2dos \ |
19 19 | several Linux distributions such as RedHat, Suse, \ |
20 20 | Gentoo, and others. This update includes all \ |
21 21 | RedHat patches and fixes several other problems. \ |
22 22 | Internationalization has been added and ports to \ |
23 23 | DOS, Windows, Cygwin and OS/2 Warp have been made. |
24 24 | homepage http://www.xs4all.nl/~waterlan/dos2unix.html |
25 25 | |
26 26 | master_sites sourceforge:project/dos2unix/dos2unix/${version} \ |
27 27 | http://www.xs4all.nl/~waterlan/dos2unix/ |
28 28 | |
29 - | checksums rmd160 5714e652b3549ed3cedd9237c68bda95ff9e2962 \ |
30 - | sha256 bac765abdbd95cdd87a71989d4382c32cf3cbfeee2153f0086cb9cf18261048a |
29 + | checksums rmd160 61cd3171d5d1aab4d1806dd29ac9aa916ea59e3b \ |
30 + | sha256 1cd58a60b03ed28fa39046102a185c5e88c4f7665e1e0417c25de7f8b9f78623 \ |
31 + | size 711570 |
31 32 | |
32 33 | depends_lib port:gettext |
33 34 | |
34 35 | use_configure no |
35 36 | |
36 37 | variant universal {} |
37 38 | |
38 39 | configure.cflags-append ${configure.cppflags} [get_canonical_archflags cc] |
39 40 | configure.ldflags-append -lintl [get_canonical_archflags ld] |
40 41 | |