mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
New port: katalog
CD organizer for KDE. PR: 52300 Submitted by: Kirill Ponomarew
This commit is contained in:
parent
369d36282d
commit
5312b36b06
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81091
@ -138,6 +138,7 @@
|
||||
SUBDIR += iselect
|
||||
SUBDIR += jargon
|
||||
SUBDIR += jive
|
||||
SUBDIR += katalog
|
||||
SUBDIR += kcd
|
||||
SUBDIR += kde3-i18n
|
||||
SUBDIR += kde3-i18n
|
||||
|
21
misc/katalog/Makefile
Normal file
21
misc/katalog/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# New ports collection makefile for: katalog
|
||||
# Date created: 15 May 2003
|
||||
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= katalog
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= misc kde
|
||||
MASTER_SITES= http://salvaste.altervista.org/
|
||||
|
||||
MAINTAINER= ponomarew@oberon.net
|
||||
COMMENT= CD organizer for KDE
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/katalog/distinfo
Normal file
1
misc/katalog/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (katalog-0.1.tar.gz) = 150be51a0b8b9c6816adde9f7ed9d161
|
11
misc/katalog/pkg-descr
Normal file
11
misc/katalog/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
Katalog is a CD organizer for the K Desktop Environment.
|
||||
|
||||
If you have many Cds and tons of downloaded files, but you
|
||||
aren't able to remember where you put a file when you need it,
|
||||
then Katalog may help you.
|
||||
|
||||
This application scans a folder and stores infos about each
|
||||
file, the results are put in tree called Catalog, you can add
|
||||
as many catalogs as you like and search them all in seconds.
|
||||
|
||||
WWW: http://salvaste.altervista.org
|
24
misc/katalog/pkg-plist
Normal file
24
misc/katalog/pkg-plist
Normal file
@ -0,0 +1,24 @@
|
||||
bin/katalog
|
||||
share/applnk/Applications/katalog.desktop
|
||||
share/apps/katalog/katalogui.rc
|
||||
share/doc/HTML/en/katalog/index.html
|
||||
share/doc/HTML/en/katalog/katalog.png
|
||||
share/doc/HTML/en/katalog/minidialog.png
|
||||
share/doc/HTML/en/katalog/miniories.png
|
||||
share/doc/HTML/en/katalog/minisearch.png
|
||||
share/doc/HTML/en/katalog/miniviewer.png
|
||||
share/icons/locolor/16x16/apps/katalog.png
|
||||
share/icons/locolor/32x32/apps/katalog.png
|
||||
@unexec rmdir %D/share/icons/locolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/locolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/en/katalog
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrm share/apps/katalog
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@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