New port: ktextdecode

Simple text conversion utility for KDE 3.

PR:		51940
Submitted by:	Kirill Ponomarew
This commit is contained in:
Max Khon 2003-05-12 16:24:45 +00:00
parent cf8ed24d43
commit 4574c2e56d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80836
5 changed files with 44 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += iconv-rfc1345
SUBDIR += ish
SUBDIR += konwert
SUBDIR += ktextdecode
SUBDIR += libiconv
SUBDIR += libutf-8
SUBDIR += mimelib

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: ktextdecode
# Date created: 08.05.2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= ktextdecode
PORTVERSION= 3.0
CATEGORIES= converters kde
MASTER_SITES= http://webua.net/zavolzhsky/download/
MASTER_SITE_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ponomarew@oberon.net
COMMENT= The simple text conversion utility for KDE 3
USE_BZIP2= yes
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ktextdecode-3.0.tar.bz2) = 407ba73e2773a17af59018e616ce14bb

View File

@ -0,0 +1,13 @@
KTextDecode - the simple text conversion utility for KDE 3
with support for the following decode types:
- Dos text file >> Unix text file
- Unix text file >> Dos text file
- Windows text file >> Unix text file
- Unix text file >> Windows text file
- ISO8859-5 text file >> Unix text file
- Unix text file >> ISO8859-5 text file
This program requires The K Desktop Environment 3.0 or higher.
WWW: http://webua.net/zavolzhsky/english/programs.html#ktextdecode3

View File

@ -0,0 +1,8 @@
bin/ktextdecode
share/applnk/Applications/ktextdecode.desktop
share/icons/hicolor/16x16/apps/ktextdecode.png
share/icons/hicolor/32x32/apps/ktextdecode.png
share/icons/locolor/16x16/apps/ktextdecode.png
share/icons/locolor/32x32/apps/ktextdecode.png
@unexec rmdir %D/share/applnk/Applications/ 2>/dev/null || true
@unexec rmdir %D/share/applnk 2>/dev/null || true