OpenBSD CVS

CVS log for ports/infrastructure/package/Attic/mksqlitedb


[BACK] Up to [local] / ports / infrastructure / package

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.16, Sun Oct 15 09:42:17 2006 UTC (17 years, 7 months ago) by espie
Branch: MAIN
CVS Tags: HEAD
Changes since 1.15: +1 -1 lines
FILE REMOVED

moved to ports/databases/sqlports

Revision 1.15 / (download) - annotate - [select for diffs], Sat Oct 14 09:03:23 2006 UTC (17 years, 7 months ago) by espie
Branch: MAIN
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (unified)

oops, forgot to commit FULLPKGNAME.
From Serge Basterot

Revision 1.14 / (download) - annotate - [select for diffs], Tue Sep 19 09:57:58 2006 UTC (17 years, 8 months ago) by espie
Branch: MAIN
Changes since 1.13: +12 -5 lines
Diff to previous 1.13 (unified)

split things exactly like make does, avoid a few spurious error messages
from sqlite.

Revision 1.13 / (download) - annotate - [select for diffs], Tue Aug 1 16:22:22 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0
Changes since 1.12: +17 -11 lines
Diff to previous 1.12 (unified)

tweak for PKGPATH, name it correctly as FULLPKGPATH, and add a subsidiary
table to map FULLPKGPATH to PKGPATH, e.g.,

SELECT DISTINCT PKGPATH, VALUE FROM Wantlib,Paths WHERE Wantlib.FULLPKGPATH=Paths.FULLPKGPATH ORDER BY PKGPATH

Revision 1.12 / (download) - annotate - [select for diffs], Tue Aug 1 11:01:15 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (unified)

handle new lib specs

Revision 1.11 / (download) - annotate - [select for diffs], Mon Jul 10 15:19:52 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.10: +25 -3 lines
Diff to previous 1.10 (unified)

CONFIGURE_ARGS holds values that look like --with-cxxflags="-O2 -pipe"
deal with split/quotes correctly.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Jul 10 14:34:01 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.9: +7 -3 lines
Diff to previous 1.9 (unified)

Handle CONFIGURE_ARGS as a list, e.g.,
SELECT DISTINCT VALUE FROM ConfigureArgs
makes sense.

Revision 1.9 / (download) - annotate - [select for diffs], Mon Jul 10 11:44:30 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.8: +19 -3 lines
Diff to previous 1.8 (unified)

Really process SHARED_LIBS

Revision 1.8 / (download) - annotate - [select for diffs], Mon Jul 10 10:52:08 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (unified)

+CONFIGURE_ARGS

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jul 10 10:35:50 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.6: +3 -1 lines
Diff to previous 1.6 (unified)

add AUTOCONF/AUTOMAKE_VERSION

Revision 1.6 / (download) - annotate - [select for diffs], Mon Jul 10 08:01:08 2006 UTC (17 years, 10 months ago) by bernd
Branch: MAIN
Changes since 1.5: +7 -7 lines
Diff to previous 1.5 (unified)

Fix typos and do some cleanup.

'go ahead' espie@

Revision 1.5 / (download) - annotate - [select for diffs], Sun Jul 9 20:59:57 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (unified)

avoid committing empty entries in space separated lists.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Jul 9 20:56:48 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.3: +18 -11 lines
Diff to previous 1.3 (unified)

do not commit empty libspecs.
keep rowid around, since the key does not change for every iteration.

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jul 9 17:39:34 2006 UTC (17 years, 10 months ago) by ckuethe
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (unified)

Fix comment describing usage.
ok espie

Revision 1.2 / (download) - annotate - [select for diffs], Sun Jul 9 11:23:50 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN
Changes since 1.1: +28 -7 lines
Diff to previous 1.1 (unified)

also dump SUPDISTFILES
do not store empty values which are always defined, but can be empty.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 9 11:00:53 2006 UTC (17 years, 10 months ago) by espie
Branch: MAIN

Example script to convert values from the ports tree into an sqlite database.

Discussed with robi/bernd/steven.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.