non port: biology/babel/Makefile |
Number of commits found: 20 |
Monday, 30 Oct 2023
|
22:37 Rodrigo Osorio (rodrigo)
biology/babel: Update WWW
Homepage link is dead,use last webarchive instead.
bf70e96 |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Wednesday, 20 Jul 2022
|
14:20 Tobias C. Berner (tcberner)
biology: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Andrey Zakhvatov
* Bob Zimmermann <rpz@cse.wustl.edu>
* Camson Huynh <chuynh@biolateral.com.au>
* Dan Siercks <dsiercks@uwm.edu>
* Fernan Aguero <fernan@iib.unsam.edu.ar>
* Hannes Hauswedell <h2+fbsdports@fsfe.org>
* J. Bacon <jwb@FreeBSD.org>
* Jason Bacon <jwb@FreeBSD.org>
* Jeremy <karlj000@unbc.ca>
* Johann Visagie <johann@egenetics.com>
* Johann Visagie <wjv@FreeBSD.org>
* Mauricio Herrera Cuadra <mauricio@arareko.net>
* Motomichi Matsuzaki <mzaki@biol.s.u-tokyo.ac.jp>
* Motomichi Matsuzaki <mzaki@e-mail.ne.jp>
* Motomichi Matsuzaki <mzaki@m.u-tokyo.ac.jp>
* Motomichi Matsuzaki <mzaki@niid.go.jp>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Razi Khaja <razi@genet.sickkids.on.ca>
* Reed A. Cartwright <cartwright@asu.edu>
* Ryo MIYAMOTO
* Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
* Sangwoo Shim <sangwoos@gmail.com>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Tassilo Philipp <tphilipp@potion-studios.com>
* Tony Maher
* Tony Maher <tonym@biolateral.com.au>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* Yonatan <onatan@gmail.com>
* Yuri Victorovich <yuri@rawbw.com>
* ballen
* barnhart@genetics.wustl.edu
* camson@bilateral.com.au
* chuynh@biolateral.com.au
* dbader@eece.unm.edu
* frankch@waru.life.nthu.edu.tw
* h2
* lentferj
* maho@FreeBSD.org
* mzaki@biol.s.u-tokyo.ac.jp
* tonym
* wen@FreeBSD.org
With hat: portmgr
37526bb |
Thursday, 25 Nov 2021
|
21:40 Stefan Eßer (se)
*/*: Remove redundant '-*' from CONFLICTS definitions
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Approved by: portmgr (blanket)
04b9da4 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Wednesday, 2 Sep 2015
|
10:10 danfe
Unbreak the build on PowerPC (at least) by always using va_copy() macro for
copying variable argument lists, not just on AMD64.
 |
Monday, 28 Jul 2014
|
14:22 adamw
Rename biology/ patch-xy patches to reflect the files they modify.
 |
Wednesday, 15 Jan 2014
|
22:44 bapt
Support stage
Reduce over inclusions of bsd.port.mk
Use BROKEN_${ARCH}
 |
Friday, 20 Sep 2013
|
15:55 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
biology)
 |
Wednesday, 19 Jun 2013
|
19:01 bsam
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. use PLIST_FILES, PORTDATA and PORTDOCS;
. use standard DATADIR and DOCSDIR (rather PREFIX/foo/bar);
. remove pkg-plist.
 |
Tuesday, 11 Dec 2012
|
14:24 makc
- Mark conflict with science/openbabel
- Trim Makefile header
 |
Thursday, 1 Apr 2010
|
05:16 linimon
Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
 |
Tuesday, 8 Jun 2004
|
08:19 krion
- Remove obsolete MASTER_SITES
PR: ports/67690
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
 |
Sunday, 1 Feb 2004
|
22:02 krion
- Fix build on AMD64
- Use DOCSDIR
 |
Thursday, 20 Feb 2003
|
16:51 knu
De-pkg-comment.
 |
Friday, 3 Jan 2003
|
08:52 edwin
update biology/babel to properly output mm3 files.
PR: ports/42425
Submitted by: Glenn Johnson <glennpj@charter.net>
 |
Sunday, 2 Dec 2001
|
13:09 naddy
* Replace pkg-message about setting BABEL_DIR with a wrapper script that
does. * Remove misleading full path name from usage message. * Improve
fgets() usage. * Add converters category. * Improve pkg-comment and
pkg-descr.
 |
Saturday, 31 Mar 2001
|
15:51 kevlo
- Update MASTER_SITES and WWW: line - Support CC/CFLAGS properly - Support
install macros - Add PORTDOCS to pkg-plist
 |
Monday, 12 Mar 2001
|
18:57 sf
pass maintainership to ports@.
 |
Tuesday, 16 Jan 2001
|
17:33 sobomax
Massive style enforcement - use ^I instead of spaces for variables identation.
 |
Number of commits found: 20 |