Move quicklist from misc to databases.
This commit is contained in:
parent
5144b5d52e
commit
a0689af72f
9 changed files with 1 additions and 85 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.74 2000/12/18 23:35:04 tsarna Exp $
|
||||
# $NetBSD: Makefile,v 1.75 2001/01/04 01:17:06 wiz Exp $
|
||||
#
|
||||
|
||||
SUBDIR += 9menu
|
||||
|
@ -47,7 +47,6 @@
|
|||
SUBDIR += pty-redir
|
||||
SUBDIR += py-readline
|
||||
SUBDIR += qterm
|
||||
SUBDIR += quicklist
|
||||
SUBDIR += root
|
||||
SUBDIR += rpm
|
||||
SUBDIR += sci
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# $NetBSD: Makefile,v 1.5 2000/07/31 04:14:09 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= quicklist-0.8.6
|
||||
CATEGORIES= misc x11
|
||||
MASTER_SITES= ftp://ftp.quicklist.org/
|
||||
|
||||
MAINTAINER= jlam@netbsd.org
|
||||
HOMEPAGE= http://www.quicklist.org/
|
||||
|
||||
DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
|
||||
DEPENDS+= gtk+-1.2.*:../../x11/gtk
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_X11BASE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h
|
||||
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
|
@ -1,3 +0,0 @@
|
|||
$NetBSD: md5,v 1.2 2000/04/28 00:35:00 garbled Exp $
|
||||
|
||||
MD5 (quicklist-0.8.6.tar.gz) = c52b450efa94eb72d2e2919793e46f3e
|
|
@ -1,4 +0,0 @@
|
|||
$NetBSD: patch-sum,v 1.2 2000/04/28 00:35:00 garbled Exp $
|
||||
|
||||
MD5 (patch-aa) = 48b94b3a10a43257406fe99c3c3f1b8c
|
||||
MD5 (patch-ab) = 99ef70cd6289cbcf49c1ea081adb41f4
|
|
@ -1,12 +0,0 @@
|
|||
$NetBSD: patch-aa,v 1.2 2000/04/28 00:35:00 garbled Exp $
|
||||
--- doc/Makefile.in.orig Tue Apr 25 17:35:41 2000
|
||||
+++ doc/Makefile.in Tue Apr 25 17:36:18 2000
|
||||
@@ -89,7 +89,7 @@
|
||||
VERSION = @VERSION@
|
||||
l = @l@
|
||||
|
||||
-docdir = ${prefix}/doc/quicklist-$(VERSION)
|
||||
+docdir = ${prefix}/share/doc/quicklist
|
||||
|
||||
docs = file_format functionality functions
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
$NetBSD: patch-ab,v 1.2 2000/04/28 00:35:00 garbled Exp $
|
||||
--- gtksheet/Makefile.in.orig Tue Apr 25 17:41:09 2000
|
||||
+++ gtksheet/Makefile.in Tue Apr 25 17:41:38 2000
|
||||
@@ -89,7 +89,7 @@
|
||||
VERSION = @VERSION@
|
||||
l = @l@
|
||||
|
||||
-docdir = ${prefix}/doc/quicklist-${VERSION}/gtksheet
|
||||
+docdir = ${prefix}/share/doc/quicklist/gtksheet
|
||||
|
||||
docs = AUTHORS ChangeLog TODO BUGS CONTRIB COPYING README
|
||||
|
|
@ -1 +0,0 @@
|
|||
Simple database like AppleWorks & MS Works
|
|
@ -1,17 +0,0 @@
|
|||
QuickList is a free (GPL) gtk+ program for any un*x system that allows
|
||||
novice and experienced users to keep track of "things" without any help
|
||||
from a system administrator. "Things" can be anything, including (but
|
||||
certainly not limited to!) bug lists, phone lists, restaurants, team
|
||||
members, calendars, cool urls, checkbooks, fishing holes, CDs, bunjee
|
||||
jumping cool sites, etc. It is completely flexible.
|
||||
|
||||
QuickList lists "things" in column format, much as they would appear in a
|
||||
spreadsheet. Quicklist can sort lists of "things," search from them and
|
||||
generate printable reports from them.
|
||||
|
||||
The native (.qlf) file format is non-relational, non-SQL. Comma and tab
|
||||
delimited files can be imported and exported. In addition, html files
|
||||
can be exported for publishing to the World Wide Web.
|
||||
|
||||
If you liked the Appleworks or Microsoft Works databases, you will like
|
||||
QuickList.
|
|
@ -1,14 +0,0 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2000/04/28 00:35:00 garbled Exp $
|
||||
share/doc/quicklist/gtksheet/AUTHORS
|
||||
share/doc/quicklist/gtksheet/ChangeLog
|
||||
share/doc/quicklist/gtksheet/TODO
|
||||
share/doc/quicklist/gtksheet/BUGS
|
||||
share/doc/quicklist/gtksheet/CONTRIB
|
||||
share/doc/quicklist/gtksheet/COPYING
|
||||
share/doc/quicklist/gtksheet/README
|
||||
share/doc/quicklist/file_format
|
||||
share/doc/quicklist/functionality
|
||||
share/doc/quicklist/functions
|
||||
bin/quicklist
|
||||
@dirrm share/doc/quicklist/gtksheet
|
||||
@dirrm share/doc/quicklist
|
Loading…
Reference in a new issue