Port details |
- p5-FreeBSD-Portindex Incremental FreeBSD ports INDEX file generation
- 1.9 sysutils
=2 1.9Version of this port present on the latest quarterly branch.
- Maintainer: m.seaman@infracaninophile.co.uk
- Port Added: 2004-11-21 11:15:05
- Last Update: 2007-02-05 01:08:46
- SVN Revision: UNKNOWN
- People watching this port, also watch:: phpMyAdmin-php81, p5-DBD-mysql, p5-DBI
- Also Listed In: perl5
- License: not specified in port
- WWW:
- http://www.infracaninophile.co.uk/portindex/
- Description:
-
cache-init, cache-update, find-updated and portindex are a set of perl
scripts built around the common core of the FreeBSD::Portindex
modules. Their use is to generate and maintain the ports INDEX or
INDEX-5 files speedily and efficiently. Ultimately they work in a very
similar way to the standard make index command, except that the
FreeBSD::Portindex tools keep a cache of the make describe output from
each port, and can update that cached data incrementally as the ports
tree itself is updated.
WWW: http://www.infracaninophile.co.uk/portindex/
- Matthew Seaman <m.seaman@infracaninophile.co.uk>
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- p5-FreeBSD-Portindex>0:sysutils/p5-FreeBSD-Portindex
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-FreeBSD-Portindex
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- BerkeleyDB.pm : databases/p5-BerkeleyDB
- perl5.8.8 : lang/perl5.8
- Runtime dependencies:
-
- BerkeleyDB.pm : databases/p5-BerkeleyDB
- perl5.8.8 : lang/perl5.8
- perl5.8.8 : lang/perl5.8
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.9 05 Feb 2007 01:08:46 |
pav |
Populate a new ports-mgmt category. List of moved ports:
devel/portcheckout -> ports-mgmt/portcheckout
devel/portlint -> ports-mgmt/portlint
devel/portmk -> ports-mgmt/portmk
devel/porttools -> ports-mgmt/porttools
misc/instant-tinderbox -> ports-mgmt/instant-tinderbox
misc/porteasy -> ports-mgmt/porteasy
misc/portell -> ports-mgmt/portell
misc/portless -> ports-mgmt/portless
misc/tinderbox -> ports-mgmt/tinderbox
security/jailaudit -> ports-mgmt/jailaudit
security/portaudit -> ports-mgmt/portaudit
security/portaudit-db -> ports-mgmt/portaudit-db
security/vulnerability-test-port -> ports-mgmt/vulnerability-test-port (Only the first 15 lines of the commit message are shown above ) |
1.9 04 Feb 2007 11:20:51 |
erwin |
Update to 1.9
DEPENDS is gone from the bsd.ports.mk: reflect this in the index
processing code.
PR: 108749
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
1.8 17 Sep 2006 15:37:31 |
rafan |
- Update to 1.8
PR: ports/103325
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer) |
1.7 16 Aug 2006 05:51:17 |
miwi |
- Respect DESTDIR
PR: ports/102011
Submitted by: Matthew Seaman <m.seaman(at)infracaninophile.co.uk>
Approved by: krion (mentor) |
1.7 23 Jul 2006 22:43:53 |
clsung |
- update to 1.7
- from Changes
- Following some useful e-mail discussions with Mark Linimon
and Dan Langille, switch to using the MASTER_PORT variable
to detect master/slave relationships between ports.
MASTER_PORT will be set in every slave port whereas
MASTERDIR doesn't have to be. Here a slave port is one
defined as using port metadata from some other port, and
doesn't have to go as far as requiring both master and slave
to use the same Makefile and other ports infrastructure.
- Keep track of the version of the software used to create the
cache, and prompt for a cache rebuild if the software has
been upgraded since. A cache rebuild is definitely required
for the 1.6 -> 1.7 update.
- Don't quit on errors parsing make variables at the cache-init
or cache-update stage. Print copious error messages, but carry
on processing. Entries for ports that fail at this stage will
not be created in the cache.
- Don't quit on errors parsing make variables at the cache-init
or cache-update stage. Print copious error messages, but carry
on processing. Entries for ports that fail at this stage will
not be created in the cache.
PR: 100759
Submitted by: maintainer (Matthew Seaman) |
1.6 25 Jun 2006 16:04:23 |
itetcu |
Update to 1.6:
This is a bug fix and general improvement release. From the change log:
- Incorporate local ports/categories into the INDEX by scanning Makefile.local
for additions to $SUBDIR. Mentioned on freebsd-ports@freebsd.org by
Rong-En Fan <rafan (at) infor.org>
- Clean up error messages, and factor out common progress counter code.
- Add a new Category object type, and cope better with changes to categories
(ie. ports being hooked up / unhooked from the tree). Problem pointed out by
Colin Percival <cperciva (at) freebsd.org>
- Instead of calling perl to compile exactly the same bit of perl code from
/usr/ports/Mk/bsd.ports.mk about 15,000 times (ie once per port) as a
consequence of actually running 'make describe', just call perl once, use make
to print out the basic variables from the port and replicate the processing
done ourselves.
PR: 99454
Submitted by: author/maintianer |
1.5 29 Jan 2006 19:33:05 |
anray |
Update to 1.5
This version contains fix to prevent cache-init crashing when it tries
to process the currently empty net-p2p port category.
PR: ports/92503
Submitted by: Matthew Seaman (maintainer) |
1.4 24 Jan 2006 01:06:45 |
edwin |
SHA256ify
Approved by: krion@ |
1.4 22 Jan 2006 02:52:21 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.4 31 Oct 2005 18:19:51 |
erwin |
Let the IGNORE message make a bit more sense and change it from:
===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install
lang/perl5 then try again.
to:
===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install
lang/perl5 then try again.
Approved by: maintainer |
1.4 21 Feb 2005 09:41:35 |
tobez |
Update to 1.4.
PR: 77836
Submitted by: maintainer |
1.3 25 Jan 2005 18:45:31 |
arved |
Update to 1.3
PR: 76655
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |
1.2 19 Jan 2005 13:03:15 |
pav |
- Update to 1.2
PR: ports/76404
Submitted by: Renato Botelho <renato@galle.com.br>
Approved by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) |
1.1 21 Nov 2004 11:14:49 |
okazaki |
Add p5-FreeBSD-Portindex 1.1, incremental FreeBSD ports INDEX file
generation.
PR: ports/73612
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> |