diff options
author | SADA Kenji <sada@FreeBSD.org> | 2002-05-24 18:21:24 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 2002-05-24 18:21:24 +0000 |
commit | 7329e2fb553a2cfe9a0fb104e2b4edaf9fb8508c (patch) | |
tree | f12e37293cdf95300b6916e143ad1bdd622d9e10 /misc | |
parent | 67f5e5b6335b105e9415ccfc3b41bcb469d7bdb3 (diff) | |
download | ports-7329e2fb553a2cfe9a0fb104e2b4edaf9fb8508c.tar.gz ports-7329e2fb553a2cfe9a0fb104e2b4edaf9fb8508c.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/tuxcards/Makefile | 32 | ||||
-rw-r--r-- | misc/tuxcards/distinfo | 1 | ||||
-rw-r--r-- | misc/tuxcards/pkg-comment | 1 | ||||
-rw-r--r-- | misc/tuxcards/pkg-descr | 15 | ||||
-rw-r--r-- | misc/tuxcards/pkg-plist | 9 |
6 files changed, 0 insertions, 59 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3c44673b23fc..aeb2d9f31d02 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -267,7 +267,6 @@ SUBDIR += tkregexp SUBDIR += tkrunit SUBDIR += ttyrec - SUBDIR += tuxcards SUBDIR += tvguide SUBDIR += txt2regex SUBDIR += uf-view diff --git a/misc/tuxcards/Makefile b/misc/tuxcards/Makefile deleted file mode 100644 index 13ef7b6f2d03..000000000000 --- a/misc/tuxcards/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# New ports collection makefile for: tuxcards -# Date created: 08 Jan 2002 -# Whom: Tilman linneweh <freebsdports@arved.de> -# -# $FreeBSD$ -# - -PORTNAME= tuxcards -PORTVERSION= 0.8 -PORTREVISION= 1 -CATEGORIES= misc deskutils -MASTER_SITES= http://www.arved.de/bsd/src/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-ohneCactus - -MAINTAINER= freebsdports@arved.de - -WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes -USE_QT_VER= 2 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} - -pre-patch: - @${PERL} -pi -e 's|\$$\(prefix\)/doc|\$$\(prefix\)/share/doc|' \ - ${WRKSRC}/tuxcards/docs/en/Makefile.in - @${PERL} -pi -e 's|-O2||' ${WRKSRC}/configure -.ifdef(NOPORTDOCS) - @${PERL} -pi -e 's|install-data-am\: install-data-local||' \ - ${WRKSRC}/tuxcards/docs/en/Makefile.in -.endif #NOPORTDOCS - -.include <bsd.port.mk> diff --git a/misc/tuxcards/distinfo b/misc/tuxcards/distinfo deleted file mode 100644 index 44918bb13af8..000000000000 --- a/misc/tuxcards/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (tuxcards-0.8-ohneCactus.tar.gz) = d83c5ff630fececca3975724facc8d65 diff --git a/misc/tuxcards/pkg-comment b/misc/tuxcards/pkg-comment deleted file mode 100644 index e5c3c051ad6d..000000000000 --- a/misc/tuxcards/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -TuxCards is a hierarchical Notebook diff --git a/misc/tuxcards/pkg-descr b/misc/tuxcards/pkg-descr deleted file mode 100644 index 188caa5725f9..000000000000 --- a/misc/tuxcards/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Unix Version of the Windowsprogram CueCards. - -General Idea: With TuxCards it is possible to create as many different -entries or notes as you wish. Everytime you add a new one and you -think your new entry belongs to the same topic as notes you already -have, then you may decide to group them and to create a kind of -"folder" where you store them all together. Just the same like you -would put your books and paperwork from your job together in one -place and not to the garden utilities (unless you work as a gardener).. - -With TuxCards you have a tool at your hand to enter and manage every -kind of notes and ideas in a structured manner. This makes it much -more easier to find them as you are in need. - -WWW: http://www.tuxcards.de Author: Alexander Theel diff --git a/misc/tuxcards/pkg-plist b/misc/tuxcards/pkg-plist deleted file mode 100644 index 6ca465cf72d5..000000000000 --- a/misc/tuxcards/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -bin/tuxcards -%%PORTDOCS%%share/doc/tuxcards/index-1.html -%%PORTDOCS%%share/doc/tuxcards/index-2.html -%%PORTDOCS%%share/doc/tuxcards/index-3.html -%%PORTDOCS%%share/doc/tuxcards/index-4.html -%%PORTDOCS%%share/doc/tuxcards/index-5.html -%%PORTDOCS%%share/doc/tuxcards/index-6.html -%%PORTDOCS%%share/doc/tuxcards/index.html -%%PORTDOCS%%@dirrm share/doc/tuxcards |