summaryrefslogtreecommitdiff
path: root/databases/quicklist
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-04 01:15:46 +0000
committerwiz <wiz>2001-01-04 01:15:46 +0000
commitd6f336062853846cd7320911fcb2d5bac399fc25 (patch)
treea75695d4dc29a63020d035f4b1a57d87a68e18c6 /databases/quicklist
parent0e878f2e5bacce5021fcd655458032e1c351c676 (diff)
downloadpkgsrc-d6f336062853846cd7320911fcb2d5bac399fc25.tar.gz
Move quicklist from misc to databases -- previous import didn't do a thing
since quicklist seems to have been here before.
Diffstat (limited to 'databases/quicklist')
-rw-r--r--databases/quicklist/Makefile20
-rw-r--r--databases/quicklist/files/md53
-rw-r--r--databases/quicklist/files/patch-sum4
-rw-r--r--databases/quicklist/patches/patch-aa12
-rw-r--r--databases/quicklist/patches/patch-ab12
-rw-r--r--databases/quicklist/pkg/COMMENT1
-rw-r--r--databases/quicklist/pkg/DESCR17
-rw-r--r--databases/quicklist/pkg/PLIST14
8 files changed, 83 insertions, 0 deletions
diff --git a/databases/quicklist/Makefile b/databases/quicklist/Makefile
new file mode 100644
index 00000000000..d3f7cab8e40
--- /dev/null
+++ b/databases/quicklist/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.3 2001/01/04 01:15:47 wiz Exp $
+#
+
+DISTNAME= quicklist-0.8.6
+CATEGORIES= databases 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"
diff --git a/databases/quicklist/files/md5 b/databases/quicklist/files/md5
new file mode 100644
index 00000000000..695cc0969e9
--- /dev/null
+++ b/databases/quicklist/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.3 2001/01/04 01:15:47 wiz Exp $
+
+MD5 (quicklist-0.8.6.tar.gz) = c52b450efa94eb72d2e2919793e46f3e
diff --git a/databases/quicklist/files/patch-sum b/databases/quicklist/files/patch-sum
new file mode 100644
index 00000000000..4dc5d3fabc1
--- /dev/null
+++ b/databases/quicklist/files/patch-sum
@@ -0,0 +1,4 @@
+$NetBSD: patch-sum,v 1.3 2001/01/04 01:15:47 wiz Exp $
+
+MD5 (patch-aa) = 48b94b3a10a43257406fe99c3c3f1b8c
+MD5 (patch-ab) = 99ef70cd6289cbcf49c1ea081adb41f4
diff --git a/databases/quicklist/patches/patch-aa b/databases/quicklist/patches/patch-aa
new file mode 100644
index 00000000000..c8f0a033725
--- /dev/null
+++ b/databases/quicklist/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2001/01/04 01:15:47 wiz 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
+
diff --git a/databases/quicklist/patches/patch-ab b/databases/quicklist/patches/patch-ab
new file mode 100644
index 00000000000..94dcbe3b7d4
--- /dev/null
+++ b/databases/quicklist/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2001/01/04 01:15:48 wiz 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
+
diff --git a/databases/quicklist/pkg/COMMENT b/databases/quicklist/pkg/COMMENT
new file mode 100644
index 00000000000..4fef7a18f82
--- /dev/null
+++ b/databases/quicklist/pkg/COMMENT
@@ -0,0 +1 @@
+Simple database like AppleWorks & MS Works
diff --git a/databases/quicklist/pkg/DESCR b/databases/quicklist/pkg/DESCR
new file mode 100644
index 00000000000..ba8c1155878
--- /dev/null
+++ b/databases/quicklist/pkg/DESCR
@@ -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.
diff --git a/databases/quicklist/pkg/PLIST b/databases/quicklist/pkg/PLIST
new file mode 100644
index 00000000000..4931bbc590a
--- /dev/null
+++ b/databases/quicklist/pkg/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.3 2001/01/04 01:15:48 wiz 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