diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-25 10:08:19 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2006-08-25 10:08:19 +0000 |
commit | a0c608a8ec8a5029969b2b9b7503f0fcf76a27ee (patch) | |
tree | ac6ee063f1bda7ed623b56e45194908c2c902523 /russian | |
parent | dfd715155feea5793ac42a64569b539865fad9a7 (diff) | |
download | ports-a0c608a8ec8a5029969b2b9b7503f0fcf76a27ee.tar.gz ports-a0c608a8ec8a5029969b2b9b7503f0fcf76a27ee.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xcode/Makefile | 22 | ||||
-rw-r--r-- | russian/xcode/distinfo | 6 | ||||
-rw-r--r-- | russian/xcode/files/patch-aa | 10 | ||||
-rw-r--r-- | russian/xcode/pkg-descr | 7 |
4 files changed, 21 insertions, 24 deletions
diff --git a/russian/xcode/Makefile b/russian/xcode/Makefile index fd78fd1ceafa..17a1a0d26c5b 100644 --- a/russian/xcode/Makefile +++ b/russian/xcode/Makefile @@ -6,19 +6,23 @@ # PORTNAME= xcode -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= russian -MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/text/ -DISTNAME= ${PORTNAME} +PORTVERSION= 4.1 +CATEGORIES= russian converters +MASTER_SITES= http://www.rusf.ru/books/yo/src/ \ + http://pankovpv.sovietservers.com/stuff/freebsd-distfiles/ +DISTNAME= xcodesrc -MAINTAINER= ports@FreeBSD.org -COMMENT= Auto detect encoding and convert to koi8, CP-1251 or cp866 +MAINTAINER= pankov_p@mail.ru +COMMENT= A program for converting russian encodings with care to letter YO PLIST_FILES= bin/xcode -USE_BZIP2= yes +USE_ZIP= yes +NO_WRKSUBDIR= yes +MAKEFILE= makefile +ALL_TARGET= xcode +CFLAGS+= -DD_KOI do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${PREFIX}/bin + @ ${INSTALL_PROGRAM} ${WRKSRC}/xcode ${TARGETDIR}/bin .include <bsd.port.mk> diff --git a/russian/xcode/distinfo b/russian/xcode/distinfo index e1c15d3ca058..0345b2e821d0 100644 --- a/russian/xcode/distinfo +++ b/russian/xcode/distinfo @@ -1,3 +1,3 @@ -MD5 (xcode.tar.bz2) = 8a4c6223212f2f434843360d7ec7a138 -SHA256 (xcode.tar.bz2) = def3f9a0aac0985ab9df0739666e24a2760e8be7b87fde8289bb274ecc2b5df9 -SIZE (xcode.tar.bz2) = 3828 +MD5 (xcodesrc.zip) = fbff7da785d443e10bce504b0596ca8b +SHA256 (xcodesrc.zip) = 17f1fbb1d8c0ca3d8a90a475378221faae5f7fc46e90cba45cc7ac1ed188637a +SIZE (xcodesrc.zip) = 15599 diff --git a/russian/xcode/files/patch-aa b/russian/xcode/files/patch-aa deleted file mode 100644 index 888ad4096bf1..000000000000 --- a/russian/xcode/files/patch-aa +++ /dev/null @@ -1,10 +0,0 @@ ---- Makefile.orig Sat Feb 19 22:02:36 2000 -+++ Makefile Sat Feb 19 22:02:45 2000 -@@ -10,7 +10,6 @@ - rm -f ${PROG} ${OBJ} ${SRC}~ - - ${PROG}: ${SRC} -- gcc -O6 -fno-strength-reduce -m486 -o ${PROG} ${SRC} - - install: ${PROG} - install -s -m 755 ${PROG} ${BINDIR} diff --git a/russian/xcode/pkg-descr b/russian/xcode/pkg-descr index bc49fedf2359..4926668e27d7 100644 --- a/russian/xcode/pkg-descr +++ b/russian/xcode/pkg-descr @@ -1,2 +1,5 @@ -This program tries to determine input document encoding -and to convert it to koi8, CP-1251 or cp866. +Xcode automatically determines input file charset and converts it +to the necessary charset. The important feature of the program is +biunique charset conversion which protects your file from damages. + +WWW: http://www.rusf.ru/books/yo/xcode.html |