- Add new Brazilian Portuguese translation of the contributing-ports article
PR: docs/170831 Submitted by: Edson Brandi <ebrandi@fugspbr.org> Obtained from: The FreeBSD Brazilian Portuguese Documentation Project (http://doc.fug.com.br)
This commit is contained in:
parent
9bb89c5da2
commit
e8cdf505c3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39506
4 changed files with 1103 additions and 3 deletions
|
@ -10,6 +10,7 @@
|
||||||
|
|
||||||
SUBDIR =
|
SUBDIR =
|
||||||
SUBDIR+= contributing
|
SUBDIR+= contributing
|
||||||
|
SUBDIR+= contributing-ports
|
||||||
SUBDIR+= explaining-bsd
|
SUBDIR+= explaining-bsd
|
||||||
SUBDIR+= freebsd-questions
|
SUBDIR+= freebsd-questions
|
||||||
SUBDIR+= linux-users
|
SUBDIR+= linux-users
|
||||||
|
|
24
pt_BR.ISO8859-1/articles/contributing-ports/Makefile
Normal file
24
pt_BR.ISO8859-1/articles/contributing-ports/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
#
|
||||||
|
# The FreeBSD Documentation Project
|
||||||
|
# The FreeBSD Brazilian Portuguese Documentation Project
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# Original revision: r38826
|
||||||
|
#
|
||||||
|
# Article: Contributing to the FreeBSD Ports Collection
|
||||||
|
|
||||||
|
DOC?= article
|
||||||
|
|
||||||
|
FORMATS?= html html-split
|
||||||
|
WITH_ARTICLE_TOC?= YES
|
||||||
|
|
||||||
|
INSTALL_COMPRESSED?=gz
|
||||||
|
INSTALL_ONLY_COMPRESSED?=
|
||||||
|
|
||||||
|
SRCS= article.sgml
|
||||||
|
|
||||||
|
URL_RELPREFIX?= ../../../..
|
||||||
|
DOC_PREFIX?= ${.CURDIR}/../../..
|
||||||
|
|
||||||
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|
1076
pt_BR.ISO8859-1/articles/contributing-ports/article.sgml
Normal file
1076
pt_BR.ISO8859-1/articles/contributing-ports/article.sgml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -243,9 +243,8 @@
|
||||||
[English Content/Conteúdo em Inglês]
|
[English Content/Conteúdo em Inglês]
|
||||||
<email>freebsd-policy@FreeBSD.org</email>">
|
<email>freebsd-policy@FreeBSD.org</email>">
|
||||||
|
|
||||||
<!ENTITY a.ports "lista de discussão sobre FreeBSD
|
<!ENTITY a.ports "lista de discussão sobre o sistema de
|
||||||
<literal>ports</literal> e o sistema de <literal>ports</literal>
|
<literal>ports</literal> do FreeBSD
|
||||||
FreeBSD
|
|
||||||
[English Content/Conteúdo em Inglês]
|
[English Content/Conteúdo em Inglês]
|
||||||
<email>freebsd-ports@FreeBSD.org</email>">
|
<email>freebsd-ports@FreeBSD.org</email>">
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue