summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-07-19 06:42:48 +0000
committervs <vs@FreeBSD.org>2004-07-19 06:42:48 +0000
commit2233517be099d39593d58f4831db6033583bac9d (patch)
treec04a21ac55fc1222585f427b2c62d56e829d750b
parent079958bb2a3c8a915a1f29daca7c4819eaa83d3e (diff)
downloadFreeBSD-ports-2233517be099d39593d58f4831db6033583bac9d.zip
FreeBSD-ports-2233517be099d39593d58f4831db6033583bac9d.tar.gz
Update to v.16:
- This version supports 13 fields long make describe format. closes ports/69238 - Database format changed in both python and postgresql backends. - You need to delete portindex.pck file if you have more than 0 entries in index generated by portindex 15 - You need to update postgresql tables (added some columns) by hand or use create.sql script for drop + create. - loadindex and updinst are 100% faster due to using of prepared statements in portgresql. - updateall script optimized. When used, slow fs walking is avoided in portreadmes, loadindex - updinst updates alive package status - added stealthupdates script for listing changes without portrevision bumps - added options to configuration file for keeping dupes in index (recommended) and keeping ports with partial unresolved depends - added back link to portindex homepage because downloading rate drops PR: ports/69256 Submitted by: Radim Kolar (maintainer)
-rw-r--r--sysutils/portindex/Makefile6
-rw-r--r--sysutils/portindex/distinfo4
-rw-r--r--sysutils/portindex/files/stealthupdates.sh2
-rw-r--r--sysutils/portindex/pkg-descr2
4 files changed, 9 insertions, 5 deletions
diff --git a/sysutils/portindex/Makefile b/sysutils/portindex/Makefile
index 3c9f230..de1688e 100644
--- a/sysutils/portindex/Makefile
+++ b/sysutils/portindex/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= portindex
-PORTVERSION= 15
+PORTVERSION= 16
CATEGORIES= sysutils
MASTER_SITES= http://people.tecnik93.com/~radim/distfiles/
DISTNAME= bsdportsutils-${PORTVERSION}
@@ -23,7 +23,7 @@ PLIST_DIRS= share/${PORTNAME}
PLIST_FILES= etc/portindex.conf.sample
PORTINDEX= bsdpkg freebsdports indexer updatereadmes config \
portindexdb
-MINORUPDATES= minorupdates
+MINORUPDATES= minorupdates stealthupdates
MISCTOOLS= updateall
PKGHISTORY= loadindex query updinst
@@ -40,7 +40,7 @@ EXECUTABLES+= ${MINORUPDATES}
.ifdef WITH_MISCTOOLS
.ifndef WITH_PKGHISTORY
-BROKEN= Updateall needs pkghistory package
+BROKEN= Option updateall requires pkghistory option
.else
SOURCES+= ${MISCTOOLS}
EXECUTABLES+= ${MISCTOOLS}
diff --git a/sysutils/portindex/distinfo b/sysutils/portindex/distinfo
index 2c53f44..32fad6c 100644
--- a/sysutils/portindex/distinfo
+++ b/sysutils/portindex/distinfo
@@ -1,2 +1,2 @@
-MD5 (bsdportsutils-15.tar.gz) = f37804609a030a37b910b9e93c009d2b
-SIZE (bsdportsutils-15.tar.gz) = 20004
+MD5 (bsdportsutils-16.tar.gz) = 60dd00ee94986dca77c6a7de2304a97d
+SIZE (bsdportsutils-16.tar.gz) = 21857
diff --git a/sysutils/portindex/files/stealthupdates.sh b/sysutils/portindex/files/stealthupdates.sh
new file mode 100644
index 0000000..b1a7e94
--- /dev/null
+++ b/sysutils/portindex/files/stealthupdates.sh
@@ -0,0 +1,2 @@
+#! /bin/sh
+exec /usr/bin/env python %%DATADIR%%/stealthupdates.py $*
diff --git a/sysutils/portindex/pkg-descr b/sysutils/portindex/pkg-descr
index c4a787f..1c46bd6 100644
--- a/sysutils/portindex/pkg-descr
+++ b/sysutils/portindex/pkg-descr
@@ -19,3 +19,5 @@ Features
3. Unlike portsdb output database is in valid btree format
This package also contains FreeBSD port of 'package history'.
+
+WWW: http://home.tiscali.cz/~cz210552/bsdportsutils.html
OpenPOWER on IntegriCloud