Add krefty 0.2,
Krefty - Quick Reference sheets for KDE. A small, lightweight set of pages that summarize the command line options, hotkeys and cheats for various Unix programs. PR: 61403 Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
This commit is contained in:
@@ -55,6 +55,7 @@
|
||||
SUBDIR += kickpim
|
||||
SUBDIR += kluje
|
||||
SUBDIR += knowit
|
||||
SUBDIR += krefty
|
||||
SUBDIR += kronolith
|
||||
SUBDIR += krss
|
||||
SUBDIR += ktagebuch
|
||||
|
||||
30
deskutils/krefty/Makefile
Normal file
30
deskutils/krefty/Makefile
Normal file
@@ -0,0 +1,30 @@
|
||||
# New ports collection makefile for: krefty
|
||||
# Date created: Fri Jan 16 02:55:31 CET 2004
|
||||
# Whom: Markus Brueffer <brueffer@phoenix-systems.de>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= krefty
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= deskutils kde
|
||||
MASTER_SITES= http://www.gnomedia.com/cw/krefty/
|
||||
|
||||
MAINTAINER= brueffer@phoenix-systems.de
|
||||
COMMENT= Quick Reference sheets for KDE
|
||||
|
||||
USE_KDELIBS_VER=3
|
||||
GNU_CONFIGURE= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-extract:
|
||||
@${TOUCH} ${WRKSRC}/config.h.in
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
||||
.include <bsd.port.post.mk>
|
||||
1
deskutils/krefty/distinfo
Normal file
1
deskutils/krefty/distinfo
Normal file
@@ -0,0 +1 @@
|
||||
MD5 (krefty-0.2.tar.gz) = 4c657e11f912a2528944c0c3e6c88667
|
||||
8
deskutils/krefty/pkg-descr
Normal file
8
deskutils/krefty/pkg-descr
Normal file
@@ -0,0 +1,8 @@
|
||||
Krefty - Quick Reference sheets for KDE.
|
||||
|
||||
A small, lightweight set of pages that summarize the
|
||||
command line options, hotkeys and cheats for various
|
||||
Unix programs.
|
||||
|
||||
Author: Tim Pushman <jalal@gnomedia.com>
|
||||
WWW: http://www.gnomedia.com/cw/krefty/
|
||||
9
deskutils/krefty/pkg-message
Normal file
9
deskutils/krefty/pkg-message
Normal file
@@ -0,0 +1,9 @@
|
||||
--------------------------------------------------------------------
|
||||
|
||||
After doing the installation, there is one further step that
|
||||
needs to be taken, and that is to install the quick reference
|
||||
files ("Krefty Sheets") themselves.
|
||||
|
||||
Please visit the project's homepage for further instructions.
|
||||
|
||||
--------------------------------------------------------------------
|
||||
33
deskutils/krefty/pkg-plist
Normal file
33
deskutils/krefty/pkg-plist
Normal file
@@ -0,0 +1,33 @@
|
||||
bin/krefty
|
||||
lib/kde3/libkreftypart.la
|
||||
lib/kde3/libkreftypart.so
|
||||
share/applnk/Utilities/krefty.desktop
|
||||
share/apps/krefty/data/krefty-intro.xml
|
||||
share/apps/krefty/data/krefty.css
|
||||
share/apps/krefty/data/krefty.dtd
|
||||
share/apps/krefty/data/krefty.xsl
|
||||
share/apps/krefty/data/note.png
|
||||
share/apps/krefty/krefty_shell.rc
|
||||
share/doc/HTML/en/krefty/common
|
||||
share/doc/HTML/en/krefty/index.cache.bz2
|
||||
share/doc/HTML/en/krefty/index.docbook
|
||||
share/doc/HTML/en/krefty/krefty01.png
|
||||
share/icons/hicolor/16x16/apps/krefty.png
|
||||
share/icons/hicolor/32x32/apps/krefty.png
|
||||
share/services/krefty_part.desktop
|
||||
@unexec rmdir %D/share/services 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/32x32 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor/16x16 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons/hicolor 2>/dev/null || true
|
||||
@unexec rmdir %D/share/icons 2>/dev/null || true
|
||||
@dirrm share/doc/HTML/en/krefty
|
||||
@unexec rmdir %D/share/doc/HTML/en 2>/dev/null || true
|
||||
@unexec rmdir %D/share/doc/HTML 2>/dev/null || true
|
||||
@dirrm share/apps/krefty/data
|
||||
@dirrm share/apps/krefty
|
||||
@unexec rmdir %D/share/apps 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk/Utilities 2>/dev/null || true
|
||||
@unexec rmdir %D/share/applnk 2>/dev/null || true
|
||||
@unexec rmdir %D/lib/kde3 2>/dev/null || true
|
||||
Reference in New Issue
Block a user