non port: japanese/w3m-img/Makefile |
SVNWeb
|
Number of commits found: 18 |
Sat, 10 Sep 2022
|
[ 17:41 Stefan Eßer (se) Author: Tobias Kortkamp ] e79fe1a (Only the first 10 of 195 ports in this commit are shown above. )
Fix WWW in parent/child ports
Many of the WWW are overwritten later which means the wrong value
is used. This did not happen before where the children were either
a) just using the pkg-descr from the parents
b) or had their own separate pkg-descr with custom WWW
Use WWW?= in parents when the child's WWW is different.
Children that use the same WWW as the parent can just inherit it,
i.e., the child WWW can be removed.
Approved by: portmgr (implicit)
|
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) ] 8d9b67b (Only the first 10 of 220 ports in this commit are shown above. )
japanese: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <pcs51674@asciinet.or.jp>
* Aaron Dalton <aaron@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Akito FUJITA <fujita@zoo.ncl.omron.co.jp>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Daichi GOTO <daichi@FreeBSD.org>
* Daisuke Kawahara <kawahara@pine.kuee.kyoto-u.ac.jp>
* David O'Brien (obrien@cs.ucdavis.edu)
* Eiji-usagi-MATSUmoto <usagi@ruby.club.or.jp>
* FUJISHIMA Satsuki <sf@FreeBSD.org>
* Fumihiko Kimura <jfkimura@yahoo.co.jp> (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.
|
Sun, 24 Jun 2018
|
[ 13:41 nobutaka ]
Update to 0.5.3.20180520.
|
Mon, 8 Jan 2018
|
[ 15:20 cpm ] (Only the first 10 of 19 ports in this commit are shown above. )
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2
Approved by: portmgr (antoine)
|
Fri, 21 Feb 2014
|
[ 18:55 antoine ]
Stage support
|
Fri, 20 Sep 2013
|
[ 18:47 bapt ] (Only the first 10 of 352 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
|
Fri, 23 Aug 2013
|
[ 12:30 nobutaka ]
Use OPTIONS_SLAVE instead of OPTIONS_OVERRIDE.
Pointed out by: jgh and bapt
|
Thu, 22 Aug 2013
|
[ 16:30 nobutaka ]
- Make slave ports of www/w3m work as are before master port is
OptionsNG-fied.
- Convert makefile header to new format.
- Remove shlib version from LIB_DEPENDS.
- Remove M17N option and make m17n feature always on. It is because
configure script enables m17n feature by default and there is no
practical advantage of disabling it.
- Remove www/w3m-m17n and www/w3m-m17-img because they are now identical
with www/w3m and www/w3m-img.
- Add entry of removed ports to MOVED.
- Update CONFLICTS.
- Adjust dependency of www/emacs-w3m.
- Bump PORTREVISON of w3m ports and www/emacs-w3m.
PR: ports/178189
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
|
Fri, 11 Feb 2011
|
[ 23:59 nobutaka ]
- Update to 0.5.3. [*]
- Use OPTIONS in www/w3m.
- Enable SSL support by default.
PR: ports/154545 [*]
Submitted by: ARAI Toshihiko <arai.toshihiko@gmail.com> [*]
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 31 Jul 2009
|
[ 13:57 dinoex ] (Only the first 10 of 3009 ports in this commit are shown above. )
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin
|
Fri, 6 Jun 2008
|
[ 13:37 edwin ] (Only the first 10 of 73 ports in this commit are shown above. )
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
|
Mon, 12 Jul 2004
|
[ 16:49 nobutaka ]
Register CONFLICTS between w3m ports.
Suggested by: Aleksander Fafula <alex@fafula.com>
|
Mon, 12 Jan 2004
|
[ 03:17 nobutaka ]
Update to 2004-01-11 snapshot of w3m 0.4.2.
Make portlint happy.
|
Sat, 22 Feb 2003
|
[ 14:25 nobutaka ] (Only the first 10 of 46 ports in this commit are shown above. )
De-pkg-comment.
|
Tue, 28 Aug 2001
|
[ 00:45 sf ] (Only the first 10 of 15 ports in this commit are shown above. )
o rename w3m-image -> w3m-img after repository copy by the author's request. o
update w3m-img to 1.10. o make PORTREVISION overridable from slave ports. o
change PORTVERSION style for w3m-img. (suggedted by knu)
|
Number of commits found: 18 |