quicklist 0.8.2 -- a simple database like AppleWorks & MS Works

This commit is contained in:
jlam 1999-09-15 03:23:40 +00:00
parent d67ce63cc3
commit 2d993c499f
8 changed files with 85 additions and 0 deletions

20
misc/quicklist/Makefile Normal file
View file

@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1.1.1 1999/09/15 03:23:40 jlam Exp $
#
DISTNAME= quicklist-0.8.2
CATEGORIES= misc x11
MASTER_SITES= ftp://ftp.quicklist.org/
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.quicklist.org/
DEPENDS+= gettext-0.10.35:../../devel/gettext
DEPENDS+= gtk+-1.2.4:../../x11/gtk
GNU_CONFIGURE= yes
USE_X11BASE= yes
CPPFLAGS+= -I${LOCALBASE}/include # for libintl.h
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
.include "../../mk/bsd.pkg.mk"

3
misc/quicklist/files/md5 Normal file
View file

@ -0,0 +1,3 @@
$NetBSD: md5,v 1.1.1.1 1999/09/15 03:23:40 jlam Exp $
MD5 (quicklist-0.8.2.tar.gz) = 83645c8b48761e3f3bc05f395ce27427

View file

@ -0,0 +1,4 @@
$NetBSD: patch-sum,v 1.1.1.1 1999/09/15 03:23:40 jlam Exp $
MD5 (patch-aa) = 248fe5f78d6ca40d49c8c28f0ef458f2
MD5 (patch-ab) = 0ebb706a9ffab8594c356cec78589b65

View file

@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.1.1.1 1999/09/15 03:23:41 jlam Exp $
--- doc/Makefile.in.orig Fri Sep 10 19:57:44 1999
+++ doc/Makefile.in Tue Sep 14 22:33:35 1999
@@ -89,7 +89,7 @@
VERSION = @VERSION@
l = @l@
-docdir = ${prefix}/doc/quicklist-$(VERSION)
+docdir = ${prefix}/share/doc/quicklist-$(VERSION)
docs = file_format functionality functions

View file

@ -0,0 +1,13 @@
$NetBSD: patch-ab,v 1.1.1.1 1999/09/15 03:23:41 jlam Exp $
--- gtksheet/Makefile.in.orig Fri Sep 10 19:57:36 1999
+++ gtksheet/Makefile.in Tue Sep 14 22:29:57 1999
@@ -89,7 +89,7 @@
VERSION = @VERSION@
l = @l@
-docdir = ${prefix}/doc/quicklist-${VERSION}/gtksheet
+docdir = ${prefix}/share/doc/quicklist-${VERSION}/gtksheet
docs = AUTHORS ChangeLog TODO BUGS CONTRIB COPYING README

View file

@ -0,0 +1 @@
a simple database like AppleWorks & MS Works

17
misc/quicklist/pkg/DESCR Normal file
View file

@ -0,0 +1,17 @@
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.

14
misc/quicklist/pkg/PLIST Normal file
View file

@ -0,0 +1,14 @@
@comment $NetBSD: PLIST,v 1.1.1.1 1999/09/15 03:23:41 jlam Exp $
bin/quicklist
share/doc/quicklist-0.8.2/file_format
share/doc/quicklist-0.8.2/functionality
share/doc/quicklist-0.8.2/functions
share/doc/quicklist-0.8.2/gtksheet/AUTHORS
share/doc/quicklist-0.8.2/gtksheet/BUGS
share/doc/quicklist-0.8.2/gtksheet/CONTRIB
share/doc/quicklist-0.8.2/gtksheet/COPYING
share/doc/quicklist-0.8.2/gtksheet/ChangeLog
share/doc/quicklist-0.8.2/gtksheet/README
share/doc/quicklist-0.8.2/gtksheet/TODO
@dirrm share/doc/quicklist-0.8.2/gtksheet
@dirrm share/doc/quicklist-0.8.2