diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-05-13 16:43:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-05-13 16:43:11 +0000 |
commit | 6309d4c02a4eafd62933f869c7d4527ffc4e5fce (patch) | |
tree | fa531447f9a6cd1080893bfbe6ed652544bf0722 /misc/bookcase | |
parent | 84b19c44cc51c42205f7dee75ce31d81435b7450 (diff) | |
download | ports-6309d4c02a4eafd62933f869c7d4527ffc4e5fce.tar.gz ports-6309d4c02a4eafd62933f869c7d4527ffc4e5fce.zip |
Notes
Diffstat (limited to 'misc/bookcase')
-rw-r--r-- | misc/bookcase/Makefile | 21 | ||||
-rw-r--r-- | misc/bookcase/distinfo | 1 | ||||
-rw-r--r-- | misc/bookcase/pkg-descr | 5 | ||||
-rw-r--r-- | misc/bookcase/pkg-plist | 45 |
4 files changed, 72 insertions, 0 deletions
diff --git a/misc/bookcase/Makefile b/misc/bookcase/Makefile new file mode 100644 index 000000000000..b39c839cdef9 --- /dev/null +++ b/misc/bookcase/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bookcase +# Date created: 11 May 2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= bookcase +PORTVERSION= 0.6.2 +CATEGORIES= misc kde +MASTER_SITES= http://www.periapsis.org/bookcase/download/ + +MAINTAINER= ponomarew@obeorn.net +COMMENT= Personal book collection manager for KDE + +USE_KDELIBS_VER=3 +GNU_CONFIGURE= yes + +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> diff --git a/misc/bookcase/distinfo b/misc/bookcase/distinfo new file mode 100644 index 000000000000..c7bd06208384 --- /dev/null +++ b/misc/bookcase/distinfo @@ -0,0 +1 @@ +MD5 (bookcase-0.6.2.tar.gz) = e0d1dc5b5cbc7b96d210d89642460582 diff --git a/misc/bookcase/pkg-descr b/misc/bookcase/pkg-descr new file mode 100644 index 000000000000..7d1db2ae761c --- /dev/null +++ b/misc/bookcase/pkg-descr @@ -0,0 +1,5 @@ +Bookcase is a personal book collection manager for KDE. It uses +an XML file storage format, and tracks 26 book properties by +default. + +WWW: http://www.periapsis.org/bookcase/ diff --git a/misc/bookcase/pkg-plist b/misc/bookcase/pkg-plist new file mode 100644 index 000000000000..f400a9f5a11b --- /dev/null +++ b/misc/bookcase/pkg-plist @@ -0,0 +1,45 @@ +bin/bookcase +share/applnk/Applications/bookcase.desktop +share/apps/bookcase/bibtexml2bookcase.xsl +share/apps/bookcase/bookcase-by-author.xsl +share/apps/bookcase/bookcase-by-title.xsl +share/apps/bookcase/bookcase-printing.xsl +share/apps/bookcase/bookcase.dtd +share/apps/bookcase/bookcase2bibtex.xsl +share/apps/bookcase/bookcase2bibtexml.xsl +share/apps/bookcase/bookcaseui.rc +share/apps/bookcase/pics/book.png +share/apps/bookcase/pics/bookcase.png +share/apps/bookcase/pics/person-open.png +share/apps/bookcase/pics/person.png +share/doc/HTML/en/bookcase-apidocs/common +share/doc/HTML/en/bookcase/common +share/doc/HTML/en/bookcase/index.cache.bz2 +share/doc/HTML/en/bookcase/index.docbook +share/icons/hicolor/16x16/apps/bookcase.png +share/icons/hicolor/32x32/apps/bookcase.png +share/locale/de/LC_MESSAGES/bookcase.mo +share/locale/hu/LC_MESSAGES/bookcase.mo +share/locale/it/LC_MESSAGES/bookcase.mo +share/locale/nb/LC_MESSAGES/bookcase.mo +share/locale/ro/LC_MESSAGES/bookcase.mo +share/mimelnk/application/x-bookcase.desktop +@unexec rmdir %D/share/mimelnk/application || true +@unexec rmdir %D/share/mimelnk || true +@unexec rmdir %D/share/icons/hicolor/32x32/apps || true +@unexec rmdir %D/share/icons/hicolor/32x32 || true +@unexec rmdir %D/share/icons/hicolor/16x16/apps || true +@unexec rmdir %D/share/icons/hicolor/16x16 || true +@unexec rmdir %D/share/icons/hicolor || true +@unexec rmdir %D/share/icons || true +@dirrm share/doc/HTML/en/bookcase-apidocs/src/html +@dirrm share/doc/HTML/en/bookcase-apidocs/src +@dirrm share/doc/HTML/en/bookcase-apidocs +@dirrm share/doc/HTML/en/bookcase +@unexec rmdir %D/share/doc/HTML/en || true +@unexec rmdir %D/share/doc/HTML || true +@dirrm share/apps/bookcase/pics +@dirrm share/apps/bookcase +@unexec rmdir %D/share/apps || true +@unexec rmdir %D/share/applnk/Applications || true +@unexec rmdir %D/share/applnk || true |