Date: Tue, 5 Nov 2002 10:56:07 -0800 (PST) From: larse@isi.edu To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44947: maintainer-update: port databases/jdb to 1.12 Message-ID: <200211051856.gA5Iu796090609@nik.isi.edu>
next in thread | raw e-mail | index | archive | help
>Number: 44947 >Category: ports >Synopsis: maintainer-update: port databases/jdb to 1.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Nov 05 11:00:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lars Eggert <larse@isi.edu> >Release: FreeBSD 5.0-CURRENT i386 >Organization: USC/ISI >Environment: System: FreeBSD nik.isi.edu 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Thu Oct 31 12:04:19 PST 2002 root@nik.isi.edu:/usr/obj/usr/src/sys/KERNEL-1.11 i386 >Description: Attached patch updates the databases/jdb port to version 1.12. >How-To-Repeat: >Fix: diff -u /usr/ports/databases/jdb/Makefile jdb/Makefile --- /usr/ports/databases/jdb/Makefile Tue Nov 5 03:07:49 2002 +++ jdb/Makefile Tue Nov 5 10:52:55 2002 @@ -2,18 +2,17 @@ # Date created: 28 June 2002 # Whom: Lars Eggert <larse@isi.edu> # -# $FreeBSD: ports/databases/jdb/Makefile,v 1.1 2002/11/04 14:15:55 nork Exp $ +# $FreeBSD$ # PORTNAME= jdb -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= databases perl5 MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/JDB/ MAINTAINER= larse@isi.edu USE_PERL5= yes -USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} --datadir=${PREFIX}/lib/jdb Only in /usr/ports/databases/jdb: Makefile-e diff -u /usr/ports/databases/jdb/distinfo jdb/distinfo --- /usr/ports/databases/jdb/distinfo Tue Oct 1 17:28:27 2002 +++ jdb/distinfo Tue Nov 5 10:52:55 2002 @@ -1 +1 @@ -MD5 (jdb-1.11.tar.gz) = 7afc0acf24fc3a13cda3ffeae7b4c21e +MD5 (jdb-1.12.tar.gz) = cdd0f541efdf8ac01b8d0cf305a77312 diff -u /usr/ports/databases/jdb/pkg-descr jdb/pkg-descr --- /usr/ports/databases/jdb/pkg-descr Tue Oct 1 17:28:27 2002 +++ jdb/pkg-descr Tue Nov 5 10:52:55 2002 @@ -11,4 +11,11 @@ histograms, correlations) * reformatting data for graphing programs +Rather than hand-code scripts to do each special case, JDB provides +higher-level functions. + +JDB is built on flat-ASCII databases. By storing data in simple text +files and processing it with pipelines it is easy to experiment (in +the shell) and look at the output. + WWW: http://www.isi.edu/~johnh/SOFTWARE/JDB/index.html diff -u /usr/ports/databases/jdb/pkg-plist jdb/pkg-plist --- /usr/ports/databases/jdb/pkg-plist Mon Nov 4 06:15:55 2002 +++ jdb/pkg-plist Tue Nov 5 10:52:55 2002 @@ -7,6 +7,7 @@ bin/dbcolize bin/dbcolmerge bin/dbcolmovingstats +bin/dbcolmultiscale bin/dbcolneaten bin/dbcolpercentile bin/dbcolrename @@ -21,27 +22,29 @@ bin/dbmultistats bin/dbrecolize bin/dbrow -bin/dbsort bin/dbrowaccumulate bin/dbrowdiff bin/dbrowenumerate bin/dbroweval bin/dbrowsplituniq bin/dbrowuniq +bin/dbsort bin/dbstats bin/dbstripcomments bin/dbstripextraheaders bin/dbstripleadingspace bin/crl_to_db +bin/db_to_html_table bin/dmalloc_to_db bin/ipchain_logs_to_db bin/kitrace_to_db bin/ns_to_db bin/tabdelim_to_db bin/tcpdump_to_db -lib/README -lib/COPYING -lib/release -lib/dblib.pl -lib/DbGetopt.pm -lib/DbTDistr.pm +lib/jdb/README +lib/jdb/COPYING +lib/jdb/release +lib/jdb/dblib.pl +lib/jdb/DbGetopt.pm +lib/jdb/DbTDistr.pm +@dirrm lib/jdb Only in /usr/ports/databases/jdb: work >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211051856.gA5Iu796090609>