diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-12 16:24:45 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-12 16:24:45 +0000 |
commit | 4574c2e56df4d451001f22828ae5768e989f54b5 (patch) | |
tree | b283db875371e8169d1a1fa2d3745c2ebf4b5c4a /converters | |
parent | cf8ed24d439f5d2228cda8976a2a2a635ad7071a (diff) | |
download | ports-4574c2e56df4d451001f22828ae5768e989f54b5.tar.gz ports-4574c2e56df4d451001f22828ae5768e989f54b5.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/ktextdecode/Makefile | 21 | ||||
-rw-r--r-- | converters/ktextdecode/distinfo | 1 | ||||
-rw-r--r-- | converters/ktextdecode/pkg-descr | 13 | ||||
-rw-r--r-- | converters/ktextdecode/pkg-plist | 8 |
5 files changed, 44 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index e3c4805c3930..a26406ebb76b 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -18,6 +18,7 @@ SUBDIR += iconv-rfc1345 SUBDIR += ish SUBDIR += konwert + SUBDIR += ktextdecode SUBDIR += libiconv SUBDIR += libutf-8 SUBDIR += mimelib diff --git a/converters/ktextdecode/Makefile b/converters/ktextdecode/Makefile new file mode 100644 index 000000000000..a6b86f2e7559 --- /dev/null +++ b/converters/ktextdecode/Makefile @@ -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> diff --git a/converters/ktextdecode/distinfo b/converters/ktextdecode/distinfo new file mode 100644 index 000000000000..e24a38c838f3 --- /dev/null +++ b/converters/ktextdecode/distinfo @@ -0,0 +1 @@ +MD5 (ktextdecode-3.0.tar.bz2) = 407ba73e2773a17af59018e616ce14bb diff --git a/converters/ktextdecode/pkg-descr b/converters/ktextdecode/pkg-descr new file mode 100644 index 000000000000..f14ad0f5ef58 --- /dev/null +++ b/converters/ktextdecode/pkg-descr @@ -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 diff --git a/converters/ktextdecode/pkg-plist b/converters/ktextdecode/pkg-plist new file mode 100644 index 000000000000..53490564cf97 --- /dev/null +++ b/converters/ktextdecode/pkg-plist @@ -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 |