non port: ports-mgmt/p5-FreeBSD-Portindex/Makefile |
SVNWeb
|
Number of commits found: 35 |
Thu, 30 Mar 2023
|
[ 23:59 Muhammad Moinur Rahman (bofh) ] 5b0034a
ports-mgmt/p5-FreeBSD-Portindex: Remove expired port:
2023-03-31 ports-mgmt/p5-FreeBSD-Portindex: Not working, and no fix forthcoming
|
Sun, 12 Mar 2023
|
[ 14:29 Matthew Seaman (matthew) ] 818536e
ports-mgmt/p5-FreeBSD-Portindex: deprecate and mark for removal before 2023Q2
This is something I wrote years ago, but haven't been actively
maintaining for some time. Recent changes to move the WWW setting
from pkg_descr to port Makefiles will certainly have broken
functionality, if it wasn't broken before. Also, it is dependent on
the deprecated db5 port through databases/p5-BerkeleyDB.
Since no one has complained, I guess no one is actually using this
software, so remove it from ports. If anyone wants to take this over,
contact me privately and I can pass the git repo to you.
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 9c165b9 (Only the first 10 of 44 ports in this commit are shown above. )
ports-mgmt: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alex Stangl <alex@stangl.us>
* Anders F Bjorklund <afb@users.sourceforge.net>
* Benjamin Lutz
* Brendan Molloy <brendan+freebsd@bbqsrc.net>
* Conrad J. Sabatier <conrads@cox.net>
* Edwin Groothuis (edwin@mavetju.org)
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Gabriel Linder <linder.gabriel@gmail.com> (Only the first 15 lines of the commit message are shown above )
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sat, 6 Oct 2018
|
[ 13:06 des ] (Only the first 10 of 2492 ports in this commit are shown above. )
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw)
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 18 Oct 2015
|
[ 13:21 matthew ]
Update to 3.6
- Cope with FOO_DEPENDS values that don't mention $(PORTSDIR)
explicitly
- Move the main repo to GitHub: https://github.com/infracaninophile/portindex
|
Sun, 23 Aug 2015
|
[ 20:51 matthew ]
Update to version 3.5
- Fix a warning that appeared with perl-5.20
- Fix a crash bug due to the final step of the change from
$OPTIONSFILE to $OPTIONS_FILE: now the backward compatibility
setting of $OPTIONSFILE has gone, and it is left undefined, we
should not use it. Reported by itetcu@ and Naram Qashat
|
Fri, 29 May 2015
|
[ 20:01 matthew ]
- Use @sample
- Manager cache directory owner/group/permissions from plist instaead of
scripts, unbreak build from plain user
- Simplify installation
- Use canonical statement order
- Fix option description
PR: 200520
Submitted by: amdmi3
|
Wed, 26 Nov 2014
|
[ 13:08 mat ] (Only the first 10 of 10077 ports in this commit are shown above. )
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above )
|
Mon, 5 May 2014
|
[ 20:13 matthew ]
Clean up the /var/db/portindex directory (if it is empty) on
deinstallation.
Submitted by: swills (via jenkins.freebsd.org)
|
Sun, 4 May 2014
|
[ 13:23 matthew ]
Update to 3.4
Account for differences between bmake (FreeBSD 10.0 and above) and fmake
- USES+=tar:xz
|
Thu, 26 Dec 2013
|
[ 22:41 matthew ]
Update to 3.3
- BSD2CLAUSE license
- OPTIONS helpers
- remove code from pkg-install.in that was duplicating functionality
already performed from pkg-plist.
This version drops support for the old-style OPTIONS variable, and
looks for both OPTIONSFILE and OPTIONS_FILE if OPTIONS_DEFINE is not
empty.
|
Tue, 10 Dec 2013
|
[ 19:47 bdrewery ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase r336083 and bump all ports using NO_ARCH so that users building
their own packages and still on pkg 1.1.4 can upgrade.
With hat: portmgr
|
Sun, 8 Dec 2013
|
[ 22:38 matthew ] (Only the first 10 of 38 ports in this commit are shown above. )
Mark all my architecture independent ports using shell/perl/PHP as
NO_ARCH=yes
While here, fix a few other niggles:
net/phpldapadmin -- remove indefinite article from COMMENT
www/p5-RT* -- fix comments referencing the different versions of RT
x11-fonts/gentium-{basic,plus} -- mention ${STAGEDIR} explicitly in the
install targets; rework the handling of ${FONTPATH}
|
Fri, 27 Sep 2013
|
[ 14:26 matthew ]
- stageify
- move post-install actions into new pkg-install script
|
Fri, 20 Sep 2013
|
[ 22:36 bapt ] (Only the first 10 of 81 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
ports-mgmt)
|
Thu, 1 Aug 2013
|
[ 22:04 matthew ]
Convert all my perl-using ports to USES+=perl5
While here:
- add USES+=shebangfix to ports-mgmt/p5-FreeBSD-Portindex
- set $PERL in CONFIGURE_ENV to achieve equivalent to shebangfix
for www/rt40
- upgrade to 0.17 and fix pkg-plist for www/p5-RT-Authen-ExternalAuth
- trim Makefile header for www/p5-RTx-Calendar
|
Tue, 16 Apr 2013
|
[ 20:53 matthew ]
Update to 3.2
- Add support for parsing the output of 'svn update' as one
of the input formats for cache-update.
- Drop support for parsing cvsup output or the cvsup checkouts
file, as the ports no longer uses cvsup.
- Accordingly remove the PropagationDelay configuration item,
that only applied to cvsup-mirroring.
- Cope with systems where realpath($PORTSDIR) != $PORTSDIR
Thanks to Doug Barton for bug reports and testing.
Feature safe: yes
|
Mon, 3 Dec 2012
|
[ 21:09 matthew ]
Update to 3.0
- Trim Makefile headers
- Changes:
This is a routine bugfix release without major code modifications.
However a change to the cached data will require cache-init to be run
to update the cache contents.
- Fix detection of ports that use options with OPTIONSng.
Problem reported by Ion-Mihai Tetcu <itetcu@FreeBSD.org>
- Employ 'use parent' pragma for defining inheritance
Feature safe: yes
|
Mon, 4 Jun 2012
|
[ 19:14 matthew ]
- Update to version 2.9
Changes:
http://www.infracaninophile.co.uk/portindex/
Adjust Endemic and Ubiquitous Makefile settings to account for
OPTIONSng
- Switch to OPTIONSng
Approved by: shaun (mentor)
|
Sun, 26 Feb 2012
|
[ 17:27 matthew ]
- Release 2.8
- Radical changes to the cache: now stores a record for every
file that could affect the generated INDEX, which ports
those files belong to and the timestamp of the file.
- Default update mechanism is now to compare timestamps with
what is in the cache. Doesn't need to parse the output of
any update mechanism (although you can still do that.)
- Added new make-readmes command to create a tree of README.html
files.
More details: http://www.infracaninophile.co.uk/portindex/index.xhtml
Approved by: shaun (mentor)
|
Thu, 9 Feb 2012
|
[ 17:09 matthew ] (Only the first 10 of 17 ports in this commit are shown above. )
Update maintainer address to matthew@FreeBSD.org
Approved by: shaun (mentor)
|
Wed, 9 Nov 2011
|
[ 02:05 clsung ]
- Update to 2.7
PR: ports/162356
Submitted by: maintainer (Matthew Seaman)
|
Wed, 26 Oct 2011
|
[ 21:16 dougb ]
Update to version 2.6. This adds GraphViz compatible output to
portdepends, plus some routine bug fixing.
- Accessor methods for array valued items now mostly return
arrays rather than array references. This makes quite a
lot of code a lot clearer.
- Add GraphViz output mode to portdepends(1). Pretty
pictures of port dependency trees.
- Remove TODO file as (a) most of the items were done and (b)
most recent changes weren't listed in there.
- Minor docco tweak to portindex reflecting currently
supported FreeBSD major versions.
- Bump VERSION to 2.6 and CACHE_VERSION to 2.5
PR: ports/161396
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
Mon, 29 Aug 2011
|
[ 04:43 dougb ]
New release: version 2.4
- Fix bug where LIB_DEPENDS data was missing from some of the
RUN_DEPENDS column in the generated INDEX (reported by dougb)
- Add an option to portdepends to shorten the output. Only
traverse each dependency sub-tree one time. For complex ports
this results in a substantial decrease in output -- the long
form can produce literally millions of lines.
- Add LICENSE
- Pet portlint
This release modifies the on-disk binary format of the cache.
You will need to rerun cache-init after upgrading.
PR: ports/160252
Submitted by: maintainer
|
Mon, 14 Mar 2011
|
[ 16:05 miwi ]
- Update to 2.3
PR: 155542
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer)
|
Mon, 10 Aug 2009
|
[ 16:23 bsam ]
. fix pkg-plist;
. bump PORTREVISION.
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer
by e-mail)
Pointed out by: erwin
|
[ 11:40 bsam ]
Update to version 2.2.
PR: ports/137607
Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> (maintainer)
|
Tue, 8 Apr 2008
|
[ 01:31 clsung ]
- Update to 2.1
- This is a routine bug fix release.
- New features: can now process the output from portsnap as part of
maintaining a local INDEX file. See
http://www.infracaninophile.co.uk/portindex/index.xhtml for more
information.
PR: ports/122546
Submitted by: maintainer
|
Sat, 8 Sep 2007
|
[ 01:04 linimon ] (Only the first 10 of 88 ports in this commit are shown above. )
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
Sun, 5 Aug 2007
|
[ 22:50 miwi ]
- Update to 2.0
* Now tracks changes to OPTIONS settings, and the effect those
have on port dependencies.
* Cleanup of warning and error messages -- new 'Warnings'
configuration variable to turn them on/off
* New 'Strict' configuration option -- at the moment this just
enforces a check that all ports are referenced from the
category Makefile in the directory above. May be extended to
other items later.
* New 'CrunchWhitespace' configuration option -- emulate the way
that 'make index' collapses multiple whitespace into single in (Only the first 15 lines of the commit message are shown above )
|
Sat, 4 Aug 2007
|
[ 11:41 gabor ] (Only the first 10 of 291 ports in this commit are shown above. )
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav)
|
Mon, 5 Feb 2007
|
[ 01:08 pav ] (Only the first 10 of 300 ports in this commit are shown above. )
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 )
|
Number of commits found: 35 |