Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 2023 10:44:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 271998] [NEW PORT] converters/dos2unix: DOS/Mac to Unix and vice  versa text file format converter
Message-ID:  <bug-271998-7788-ED8f3gZV58@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-271998-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-271998-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271998

Nuno Teixeira <eduardo@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|New                         |Open

--- Comment #3 from Nuno Teixeira <eduardo@FreeBSD.org> ---
Hello Dimitry,

Sugestions:

- Use DISTVERSION instead of PORTVERSION
  ( https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-versi=
ons
)

- Define LICENSE_FILE if included in distfile

- NLS: NLS is controlling share/locale wich is correct but it's doing same =
for
share/docs and share/man what I think it's not too correct.

What about adding a DOCS option to control share/docs and share/man native
language and mix %%DOCS%%%%NLS%% for all translated mans and docs?

e.g.:
---
%%DOCS%%%%NLS%%man/<LANG>/man1/portname.1.gz
%%DOCS%%man/man1/portname.1.gz

%%DOCS%%share/doc/portname/manual.htm
%%DOCS%%%%NLS%%share/doc/portname/<LANG>/manual.htm

%%NLS%%share/locale/<LANG>/LC_MESSAGES/portname.mo
---

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-271998-7788-ED8f3gZV58>