non port: mail/mutt_vc_query/Makefile |
SVNWeb
|
Number of commits found: 22 |
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) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (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.
|
Thu, 8 Aug 2019
|
[ 15:28 jgh ] (Only the first 10 of 19 ports in this commit are shown above. )
- reclaim
|
Mon, 5 Aug 2019
|
[ 20:07 rene ] (Only the first 10 of 26 ports in this commit are shown above. )
Return jgh's ports to the various pools after his commit bit was safekept.
Hat: portmgr-secretary
|
Mon, 9 Jul 2018
|
[ 08:40 mat ] (Only the first 10 of 429 ports in this commit are shown above. )
Remove all := from BUILD_DEPENDS, here are never needed.
While there, cleanup, and sort depends.
When build and run dependencies are the same, there are three ways to
avoid duplicating the list while not adding the framework added
BUILD_DEPENDS to the RUN_DEPENDS. In order of preference, they are:
1) use RUN_DEPENDS to set BUILD_DEPENDS:
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= foo:bar/baz
2) create another variable and use it:
MY_DEPENDS= foo:bar/baz
BUILD_DEPENDS= ${MY_DEPENDS}
RUN_DEPENDS= ${MY_DEPENDS}
3) use BUILD_DEPENDS to set RUN_DEPENDS and force evaluation:
BUILD_DEPENDS= foo:bar/baz
RUN_DEPENDS:= ${BUILD_DEPENDS}
Sponsored by: Absolight
|
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
|
Thu, 3 Sep 2015
|
[ 16:37 amdmi3 ] (Only the first 10 of 18 ports in this commit are shown above. )
- Switch to options helpers
- Add some NO_ARCHes
- Fix and unsilence some installation commands
Approved by: portmgr blanket
|
Wed, 2 Jul 2014
|
[ 23:43 amdmi3 ]
- Convert USE_BZIP2 to USES
Approved by: portmgr blanket
|
Fri, 21 Feb 2014
|
[ 13:37 ehaupt ] (Only the first 10 of 17 ports in this commit are shown above. )
Remove trailing whitespaces from category mail
|
Mon, 10 Feb 2014
|
[ 13:54 ehaupt ] (Only the first 10 of 581 ports in this commit are shown above. )
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
|
Sat, 19 Oct 2013
|
[ 06:40 jgh ]
- support staging
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Tue, 8 Jan 2013
|
[ 22:41 jgh ]
- trim historical header
- tighten COMMENT
- depend on package name for libvc
- use PORTDOCS and PLIST_FILES in favor of plist
- adopt optionsNG for DOCS and show installation of files
- take maintainership
|
Sun, 10 Jun 2012
|
[ 18:42 swills ] (Only the first 10 of 639 ports in this commit are shown above. )
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
about for a while.
PR: ports/168208
Approved by: portmgr (miwi)
|
Sat, 22 Aug 2009
|
[ 00:28 amdmi3 ] (Only the first 10 of 287 ports in this commit are shown above. )
- Switch SourceForge ports to the new File Release System: categories starting
with M
|
Sun, 9 Nov 2008
|
[ 07:47 obraun ]
Set maintainer to ports@
|
Thu, 11 Mar 2004
|
[ 07:48 obraun ] (Only the first 10 of 29 ports in this commit are shown above. )
deUSE_SIZEify.
|
Sat, 31 Jan 2004
|
[ 11:16 obraun ] (Only the first 10 of 60 ports in this commit are shown above. )
SIZE-ify
|
Thu, 1 Jan 2004
|
[ 04:03 obrien ]
There is also a run-time dependancy on libvc.
|
Mon, 19 May 2003
|
[ 15:06 obraun ]
* Upgrade to 002.
* Install portdocs.
|
Wed, 14 May 2003
|
[ 10:01 obraun ]
The mutt_vc_query program is a vCard query utility for mutt.
It was originally written for `rolo'.
WWW: http://rolo.sf.net/
|
Number of commits found: 22 |