non port: converters/p5-WAP-wbxml/Makefile |
Number of commits found: 21 |
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:21 Tobias C. Berner (tcberner)
converters: 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>
* Alex Keda <admin@lissyara.su>
* Alex Semenyaka <alex@rinet.ru>
* Alexandr Kovalenko <never@nevermind.kiev.ua>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrey A. Chernov <ache@FreeBSD.org>
* Anton Berezin <tobez@FreeBSD.org>
* Blaz Zupan <blaz@amis.net>
* Brent J. Nordquist <bjn@visi.com>
* Carlos J. Puga Medina <cpm@fbsd.es>
* Cezary Morga <cm@therek.net>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chris Costello <chris@FreeBSD.org>
* Cyrus Rahman <cr@jcmax.com>
* Dan Rench <citric@cubicone.tmetic.com>
* Denis Pokataev <catone@cpan.org>
* Dmitry Sivachenko <dima@Chg.RU>
* Douglas Thrift <douglas@douglasthrift.net>
* Emanuel Haupt <ehaupt@FreeBSD.org>
* Erwin Lansing <erwin@lansing.dk>
* G. Adam Stanislav
* G. Adam Stanislav <adam@whizkidtech.net>
* Gea-Suan Lin <gslin@gslin.org>
* Gvozdikov Veniamin <g.veniamin@googlemail.com>
* Ilia Chipitsine <ilia@jane.cgu.chel.su>
* Ismail Yenigul <ismail.yenigul@surgate.com>
* James FitzGibbon <jfitz@FreeBSD.org>
* Jan-Peter Koopmann <j.koopmann@seceidos.de>
* Jason Burgess <dev@fenux.net>
* Kevin Lo <kevlo@FreeBSD.org>
* Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
* Kuang-che Wu <kcwu@csie.org>
* Lung Sung <clsung@FreeBSD.org>
* M.Indlekofer@gmx.de
* Marc Fournier <scrappy@FreeBSD.org>
* Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
* Mark Felder <feld@FreeBSD.org>
* Martin Matuska <mm@FreeBSD.org>
* Masanori Kiriake <seiken@nbs.co.jp>
* Maxim Sobolev <sobomax@FreeBSD.org>
* Michael Haro <mharo@FreeBSD.org>
* Michael Johnson <ahze@FreeBSD.org>
* Nosov Artem <chip-set@mail.ru>
* Oleg R. Muhutdinov <mor@WhiteLuna.com>
* Oscar Bonilla <obonilla@fisicc-ufm.edu>
* Patrick Li <pat@databits.net>
* Pav Lucistnik <pav@oook.cz>
* Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* Rodrigo Graeff <delphus@gmail.com>
* Rong-En Fan <rafan@infor.org>
* Ryan T. Dean <rtdean@cytherianage.net>
* Seamus Venasse <svenasse@polaris.ca>
* Sergey Skvortsov <skv@protey.ru>
* Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
* TAKATSU Tomonari <tota@FreeBSD.org>
* Thomas Dreibholz <dreibh@iem.uni-due.de>
* Tim Vanderhoek <ac199@freenet.hamilton.on.ca>
* Timur Bakeyev <bat@cpan.org>
* Timur Bakeyev <timur@FreeBSD.org>
* Timur I. Bakeyev <bat@cpan.org>
* Torsten Zuehlsdorff <ports@toco-domains.de>
* Veniamin Gvozdikov <vg@FreeBSD.org>
* Vladimir Timofeev <vovkasm@gmail.com>
* Wen Heping <wen@FreeBSD.org>
* Wen Heping <wenheping@gmail.com>
* ache
* ache@FreeBSD.org
* buganini@gmail.com
* chinsan
* hosokawa
* ijliao
* kbyanc
* keiichi@iijlab.net
* never@nevermind.kiev.ua
* nork@FreeBSD.org
* nork@cityfujisawa.ne.jp
* roman@xpert.com
* samm
* thierry@pompo.net
* torstenb@FreeBSD.org
* trevor
* vanilla@
* will
With hat: portmgr
9ee281e |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 6 Oct 2018
|
13:06 des
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)
|
Tuesday, 10 Jan 2017
|
18:36 sunpoet
Fix *_DEPENDS: remove Perl core modules
- Add LICENSE_FILE
- Bump PORTREVISION for dependency change
Approved by: portmgr (blanket)
With hat: perl
|
Friday, 1 Apr 2016
|
13:29 mat
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Friday, 19 Feb 2016
|
22:07 bofh
converters/p5-WAP-wbxm: Update version 1.13=>1,14
- Add LICENSE (ART20)
- Mark NO_ARCH as there is no ARCH dependent family
|
Wednesday, 24 Dec 2014
|
00:14 bofh
Change my non-FreeBSD MAINTAINER mail to bofh@
Approved by: bapt
|
Wednesday, 26 Nov 2014
|
13:08 mat
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
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
Monday, 26 May 2014
|
06:55 bapt
Convert to USES=dos2unix
With hat: portmgr
|
Wednesday, 5 Feb 2014
|
13:11 ehaupt
Support staging.
|
Friday, 20 Sep 2013
|
16:05 bapt
Add NO_STAGE all over the place in preparation for the staging support (cat:
converters)
|
Tuesday, 10 Sep 2013
|
07:55 az
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
|
Thursday, 25 Jul 2013
|
12:45 az
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore.
- trim Makefile header
- pass maintainership to @perl
Information: wiki@ PortsLongtermTargets
Approved by: bapt@ (portmgr@)
|
Wednesday, 17 Oct 2012
|
13:38 jhale
- Pass maintainership to submitter
PR: ports/172813, ports/172814, ports/172815,
ports/172816, ports/172817, ports/172818,
ports/172820, ports/172821, ports/172822,
ports/172823, ports/172824, ports/172825
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by: timur (via private email)
makc, avilla (mentors implicit)
Feature safe: yes
|
Friday, 12 Oct 2012
|
06:03 jhale
- Update to 1.13 [1]
- Trim Makefile header
PR: ports/168261 [1]
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> [1]
Approved by: timur (maintainer timeout, 4.5 months) [1]
makc, avilla (mentors, implicit)
Feature safe: yes
|
Friday, 29 Jun 2012
|
11:04 az
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
|
Saturday, 21 Jan 2012
|
17:40 eadler
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr
|
Monday, 31 Mar 2008
|
01:48 timur
Update port to the 1.11 version.
PR: ports/120912
Approved by: shaun (mentor, implicit)
|
Friday, 15 Jun 2007
|
15:08 timur
Change MAINTAINER addresses for my ports to point to the FreeBSD address.
Approved by: shaun (mentor)
|
Thursday, 17 Aug 2006
|
21:00 miwi
WAP::wbxml module implements binarisation of XML file according the
specification:
* WAP - Wireless Application Protocol / Binary XML Content Format
Specification / Version 1.3 WBXML (15th May 2000 Approved)
The binary format was designed to preserve the element structure of XML.
WWW: http://search.cpan.org/dist/WAP-wbxml/
Submitted by: Timur I. Bakeyev <timur(at)com.bat.ru>
Approved by: krion (mentor)
|
Number of commits found: 21 |