Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

17
databases/quicklist/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.

View File

@@ -0,0 +1,18 @@
# $NetBSD: Makefile,v 1.24 2012/10/02 21:25:51 asau Exp $
#
DISTNAME= quicklist-0.8.6
PKGREVISION= 6
CATEGORIES= databases x11
MASTER_SITES= # ftp://ftp.quicklist.org/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.quicklist.org/
COMMENT= Simple database like AppleWorks & MS Works
USE_TOOLS+= msgfmt
GNU_CONFIGURE= yes
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

12
databases/quicklist/PLIST Normal file
View File

@@ -0,0 +1,12 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:43:23 joerg 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

View File

@@ -0,0 +1,7 @@
$NetBSD: distinfo,v 1.3 2005/02/23 16:33:09 agc Exp $
SHA1 (quicklist-0.8.6.tar.gz) = 3759d4f90fc02f0d04314dec26ed41b09bf97b3c
RMD160 (quicklist-0.8.6.tar.gz) = 638299105fc42a1c5abef3c415c00dac3646ea1d
Size (quicklist-0.8.6.tar.gz) = 247559 bytes
SHA1 (patch-aa) = d1058a39ace6c5b3b73d9ce91f21ab6728d41e75
SHA1 (patch-ab) = 2d6b5e410667b89288d386ee4bbe6baaad4842a8

View File

@@ -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

View File

@@ -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