mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Adding ru-xcode version 1.0.
Autodetect encoding and convert to koi8, CP-1251, or CP-866. PR: 16095 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
This commit is contained in:
parent
3dccfa2fc0
commit
d5b4e10d76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25219
@ -13,6 +13,7 @@
|
||||
SUBDIR += pine.language
|
||||
SUBDIR += rispell
|
||||
SUBDIR += wmcyrx
|
||||
SUBDIR += xcode
|
||||
SUBDIR += xruskb
|
||||
|
||||
.include <bsd.port.subdir.mk>
|
||||
|
21
russian/xcode/Makefile
Normal file
21
russian/xcode/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: xcode
|
||||
# Version required: 1.0
|
||||
# Date created: 13 January 2000
|
||||
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
DISTNAME= xcode
|
||||
PKGNAME= xcode-1.0
|
||||
CATEGORIES= russian
|
||||
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
USE_BZIP2= yes
|
||||
|
||||
do-install:
|
||||
@ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
russian/xcode/distinfo
Normal file
1
russian/xcode/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (xcode.tar.bz2) = 8a4c6223212f2f434843360d7ec7a138
|
1
russian/xcode/pkg-comment
Normal file
1
russian/xcode/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Auto detect encoding and convert to koi8, CP-1251 or cp866
|
2
russian/xcode/pkg-descr
Normal file
2
russian/xcode/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
This program tries to determine input document encoding
|
||||
and to convert it to koi8, CP-1251 or cp866.
|
1
russian/xcode/pkg-plist
Normal file
1
russian/xcode/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/xcode
|
Loading…
Reference in New Issue
Block a user