mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
New port: ktextdecode
Simple text conversion utility for KDE 3. PR: 51940 Submitted by: Kirill Ponomarew
This commit is contained in:
parent
cf8ed24d43
commit
4574c2e56d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80836
@ -18,6 +18,7 @@
|
||||
SUBDIR += iconv-rfc1345
|
||||
SUBDIR += ish
|
||||
SUBDIR += konwert
|
||||
SUBDIR += ktextdecode
|
||||
SUBDIR += libiconv
|
||||
SUBDIR += libutf-8
|
||||
SUBDIR += mimelib
|
||||
|
21
converters/ktextdecode/Makefile
Normal file
21
converters/ktextdecode/Makefile
Normal 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>
|
1
converters/ktextdecode/distinfo
Normal file
1
converters/ktextdecode/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ktextdecode-3.0.tar.bz2) = 407ba73e2773a17af59018e616ce14bb
|
13
converters/ktextdecode/pkg-descr
Normal file
13
converters/ktextdecode/pkg-descr
Normal 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
|
8
converters/ktextdecode/pkg-plist
Normal file
8
converters/ktextdecode/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user