quicklist 0.8.2 -- a simple database like AppleWorks & MS Works
This commit is contained in:
parent
d67ce63cc3
commit
2d993c499f
8 changed files with 85 additions and 0 deletions
20
misc/quicklist/Makefile
Normal file
20
misc/quicklist/Makefile
Normal 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
3
misc/quicklist/files/md5
Normal 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
|
4
misc/quicklist/files/patch-sum
Normal file
4
misc/quicklist/files/patch-sum
Normal 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
|
13
misc/quicklist/patches/patch-aa
Normal file
13
misc/quicklist/patches/patch-aa
Normal 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
|
||||
|
13
misc/quicklist/patches/patch-ab
Normal file
13
misc/quicklist/patches/patch-ab
Normal 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
|
||||
|
1
misc/quicklist/pkg/COMMENT
Normal file
1
misc/quicklist/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
a simple database like AppleWorks & MS Works
|
17
misc/quicklist/pkg/DESCR
Normal file
17
misc/quicklist/pkg/DESCR
Normal 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
14
misc/quicklist/pkg/PLIST
Normal 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
|
Loading…
Reference in a new issue