diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-05-16 19:20:34 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-05-16 19:20:34 +0800 |
commit | 1917e1515ebe62b5a824bb2b948b6aeef2786c6f (patch) | |
tree | c10240187017bdaf98f603e9e25ea51e60bcd20f | |
parent | 3a4afc1337f721bc549dce8ad0f5109c051eab6a (diff) | |
download | freebsd-ports-gnome-1917e1515ebe62b5a824bb2b948b6aeef2786c6f.tar.gz freebsd-ports-gnome-1917e1515ebe62b5a824bb2b948b6aeef2786c6f.tar.zst freebsd-ports-gnome-1917e1515ebe62b5a824bb2b948b6aeef2786c6f.zip |
New port: katalog
CD organizer for KDE.
PR: 52300
Submitted by: Kirill Ponomarew
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/katalog/Makefile | 21 | ||||
-rw-r--r-- | misc/katalog/distinfo | 1 | ||||
-rw-r--r-- | misc/katalog/pkg-descr | 11 | ||||
-rw-r--r-- | misc/katalog/pkg-plist | 24 |
5 files changed, 58 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index ac46a81e6fd3..5cb8032c0ac3 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -138,6 +138,7 @@ SUBDIR += iselect SUBDIR += jargon SUBDIR += jive + SUBDIR += katalog SUBDIR += kcd SUBDIR += kde3-i18n SUBDIR += kde3-i18n diff --git a/misc/katalog/Makefile b/misc/katalog/Makefile new file mode 100644 index 000000000000..8a5a91a4b03b --- /dev/null +++ b/misc/katalog/Makefile @@ -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> diff --git a/misc/katalog/distinfo b/misc/katalog/distinfo new file mode 100644 index 000000000000..9068abdc4069 --- /dev/null +++ b/misc/katalog/distinfo @@ -0,0 +1 @@ +MD5 (katalog-0.1.tar.gz) = 150be51a0b8b9c6816adde9f7ed9d161 diff --git a/misc/katalog/pkg-descr b/misc/katalog/pkg-descr new file mode 100644 index 000000000000..0ddf271a4f3b --- /dev/null +++ b/misc/katalog/pkg-descr @@ -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 diff --git a/misc/katalog/pkg-plist b/misc/katalog/pkg-plist new file mode 100644 index 000000000000..6670bd062c50 --- /dev/null +++ b/misc/katalog/pkg-plist @@ -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 |