- update from version 1.0 to 4.1;

- change MASTERSITES, introduce two of them;
- change DISTNAME;
- remove files/patch-aa;
- transfer maintainership to the submitter.

PR:		101724
Submitted by:	Pankov Pavel <pankov_p@mail.ru>
Approved by:	netchild (mentor, implicit)
This commit is contained in:
Boris Samorodov
2006-08-25 10:08:19 +00:00
parent dfd715155f
commit a0c608a8ec
4 changed files with 21 additions and 24 deletions

View File

@@ -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>

View File

@@ -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

View File

@@ -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}

View File

@@ -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