Russian messages for GNU wget.
This commit is contained in:
parent
dac0e92e05
commit
bc426e7dc1
27
russian/wget-msgs/Makefile
Normal file
27
russian/wget-msgs/Makefile
Normal file
@ -0,0 +1,27 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1999/07/05 16:07:15 form Exp $
|
||||
|
||||
PKGNAME= wget-msgs-1.5.3-ru
|
||||
CATEGORIES= russian net
|
||||
|
||||
MAINTAINER= form@OpenBSD.ORG
|
||||
|
||||
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
||||
RUN_DEPENDS= wget:${PORTSDIR}/net/wget
|
||||
|
||||
NO_CHECKSUM= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
do-fetch:
|
||||
|
||||
do-extract:
|
||||
@${MKDIR} ${WRKDIR}
|
||||
@${CP} ${FILESDIR}/wget.ru.po ${WRKDIR}
|
||||
|
||||
do-build:
|
||||
cd ${WRKDIR}; msgfmt -o wget.mo wget.ru.po
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/locale/ru/LC_MESSAGES
|
||||
${INSTALL_DATA} ${WRKDIR}/wget.mo ${PREFIX}/share/locale/ru/LC_MESSAGES
|
||||
|
||||
.include <bsd.port.mk>
|
1046
russian/wget-msgs/files/wget.ru.po
Normal file
1046
russian/wget-msgs/files/wget.ru.po
Normal file
File diff suppressed because it is too large
Load Diff
1
russian/wget-msgs/pkg/COMMENT
Normal file
1
russian/wget-msgs/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
russian messages for GNU wget.
|
3
russian/wget-msgs/pkg/DESCR
Normal file
3
russian/wget-msgs/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Russian messages for GNU Wget.
|
||||
Copyright (C) 1998 Free Software Foundation, Inc.
|
||||
Const Kaplinsky <const@ce.cctpu.edu.ru>, 1998.
|
1
russian/wget-msgs/pkg/PLIST
Normal file
1
russian/wget-msgs/pkg/PLIST
Normal file
@ -0,0 +1 @@
|
||||
share/locale/ru/LC_MESSAGES/wget.mo
|
Loading…
Reference in New Issue
Block a user