diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 13:41:53 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 13:41:53 +0800 |
commit | 646282a6d1eb10e501019d2b77b4963a535f3ce6 (patch) | |
tree | ce773c57e463b95be8b6b9b380e2f6c030e1b65d /russian/xcode | |
parent | 42bd7efeb13982269aadc2d21f89ba92218a42d9 (diff) | |
download | freebsd-ports-gnome-646282a6d1eb10e501019d2b77b4963a535f3ce6.tar.gz freebsd-ports-gnome-646282a6d1eb10e501019d2b77b4963a535f3ce6.tar.zst freebsd-ports-gnome-646282a6d1eb10e501019d2b77b4963a535f3ce6.zip |
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>
Diffstat (limited to 'russian/xcode')
-rw-r--r-- | russian/xcode/Makefile | 21 | ||||
-rw-r--r-- | russian/xcode/distinfo | 1 | ||||
-rw-r--r-- | russian/xcode/pkg-comment | 1 | ||||
-rw-r--r-- | russian/xcode/pkg-descr | 2 | ||||
-rw-r--r-- | russian/xcode/pkg-plist | 1 |
5 files changed, 26 insertions, 0 deletions
diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile new file mode 100644 index 000000000000..03f777c79650 --- /dev/null +++ b/russian/xcode/Makefile @@ -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> diff --git a/russian/xcode/distinfo b/russian/xcode/distinfo new file mode 100644 index 000000000000..2201469be83f --- /dev/null +++ b/russian/xcode/distinfo @@ -0,0 +1 @@ +MD5 (xcode.tar.bz2) = 8a4c6223212f2f434843360d7ec7a138 diff --git a/russian/xcode/pkg-comment b/russian/xcode/pkg-comment new file mode 100644 index 000000000000..50920ccbbca7 --- /dev/null +++ b/russian/xcode/pkg-comment @@ -0,0 +1 @@ +Auto detect encoding and convert to koi8, CP-1251 or cp866 diff --git a/russian/xcode/pkg-descr b/russian/xcode/pkg-descr new file mode 100644 index 000000000000..bc49fedf2359 --- /dev/null +++ b/russian/xcode/pkg-descr @@ -0,0 +1,2 @@ +This program tries to determine input document encoding +and to convert it to koi8, CP-1251 or cp866. diff --git a/russian/xcode/pkg-plist b/russian/xcode/pkg-plist new file mode 100644 index 000000000000..260aee3fb185 --- /dev/null +++ b/russian/xcode/pkg-plist @@ -0,0 +1 @@ +bin/xcode |