Commit graph

60 commits

Author SHA1 Message Date
Muhammad Moinur Rahman
b065101d24
emulators/hercules: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-23 18:58:27 +01:00
Stefan Eßer
fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00
Stefan Eßer
b7f05445c0 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)
2022-09-07 23:10:59 +02:00
Tobias C. Berner
27eb52ac6a emulators: remove 'Created by' lines
A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alejandro Pulver <alejandro@varnet.biz>
  *  Alexander Best <arundel@gmx.net>
  *  Alexander Nedotsukov <bland@FreeBSD.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alexey V. Antipovsky <kemm@in-line.ru>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Brian Gaeke <brg@dgate.org>
  *  Danilo Egea Gondolfo <danilo@FreeBSD.org>
  *  David Naylor <naylor.b.david@gmail.com>
  *  David O'Brien (obrien@cs.ucdavis.edu)
  *  Edward Tomasz Napierala <trasz@FreeBSD.org>
  *  Eric L. Hernes <erich@FreeBSD.org>
  *  Felix Palmen <felix@palmen-it.de>
  *  Ganael Laplanche <ganael.laplanche@martymac.org>
  *  Gerald Pfeifer <gerald@FreeBSD.org>
  *  Gunter Wambaugh <techgunter@yahoo.com>
  *  Jacques Vidrine <nectar@FreeBSD.org>
  *  Janni
  *  Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
  *  Jeremy Karlson
  *  Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
  *  Joel Sutton <jsutton@webnet.com.au>
  *  Joerg Wunsch <joerg@FreeBSD.org>
  *  Jonathan M. Bresler (jmb)
  *  Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Juergen Lock <nox@jelal.kn-bremen.de>
  *  Kaltashkin Eugene <zhecka@gmail.com>
  *  Kevin Bowling <kbowling@FreeBSD.org>
  *  Li-Lun Wang <llwang@infor.org>
  *  Mario S F Ferreira <lioux@linf.unb.br> et al.
  *  Martin Hinner
  *  Maxim Sobolev <sobomax@FreeBSD.org>
  *  Michael Neumann <mneumann@ntecs.de>
  *  Miguel Mendez <flynn@energyhq.homeip.net>
  *  Naram Qashat <cyberbotx@cyberbotx.com>
  *  Nicole Reid <root@cooltrainer.org>
  *  Nishika <nishika@cheerful.com>
  *  Pavel I Volkov <pavelivolkov@googlemail.com>
  *  Piotr Kubaj
  *  Ruan Wei (iamayan@gmail.com)
  *  Sebastian Schuetz <sschuetz@fhm.edu>
  *  Seiichirou Hiraoka
  *  Shaun Amott <shaun@FreeBSD.org>
  *  Sheldon Hearn <axl@iafrica.com>
  *  Simon Dick <simond@irrelevant.org>
  *  Steven Kreuzer <skreuzer@FreeBSD.org>
  *  Stijn Hoop <stijn@win.tue.nl>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Thomas Bernard <nanard@free.fr>
  *  Timothy Beyer <beyert@cs.ucr.edu>
  *  Tobias Reifenberger <tr@freebsd.mayn.de>
  *  Tom Carrick <knyghtmare@knyghtmare.com>
  *  Travis Poppe <tlp@liquidx.org>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Vladimir Kondratiev <wulf@mail.mipt.ru>
  *  Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
  *  Yukihiro Nakai <nakai@FreeBSD.org>
  *  alepulver
  *  alex
  *  dchapes@ddm.on.ca
  *  dk
  *  elbarto
  *  janek@gaja.ipan.lublin.pl
  *  jhb
  *  jmz
  *  joerg
  *  jraynard
  *  krion
  *  kstailey
  *  mbr@FreeBSD.org
  *  okeeblow <root@cooltrainer.org>
  *  pixel
  *  pjm
  *  tenser@spitfire.ecsel.psu.edu
  *  trasz
  *  trasz <trasz@pin.if.uz.zgora.pl>
  * # Created by Timothy Beyer <beyert@cs.ucr.edu>

With hat:	portmgr
2022-07-20 16:21:50 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Mathieu Arnold
79698c8457 Convert to UCL & cleanup pkg-message (categories e-g) 2019-08-13 16:03:11 +00:00
Vanilla I. Shu
475c6a5a25 Update to 3.13. 2017-10-11 08:47:23 +00:00
Alex Kozlov
b5af36f3bc - Update to 3.12 2015-12-02 13:10:10 +00:00
Alex Kozlov
bdc39ceec7 - Unbreak, distfile has been rerolled
- Update pkg-descr
2015-11-21 21:08:51 +00:00
Antoine Brodin
496ac41eab Mark a few ports BROKEN: unfetchable 2015-11-09 12:59:03 +00:00
Dmitry Marakasov
b5e4693d8c - Strip libraries 2015-06-23 14:13:38 +00:00
Dmitry Marakasov
6c7e5fa74d - Add LICENSE
- Remove useless options.mk inclusion
- Fix WWW:
2015-05-14 07:02:00 +00:00
Baptiste Daroussin
7a81cc2bcf Clean up plist 2014-10-27 12:24:22 +00:00
Bartek Rutkowski
345535d00c emulators/hercules: update 3.10 -> 3.11
- Fix pkg-descr content and url

Approved by:	mentors (implicit)
2014-09-15 11:05:44 +00:00
Tijl Coosemans
e60dde33b6 Add missing libs 2014-08-27 20:10:54 +00:00
Tijl Coosemans
d8ed500a4c Convert to USES=libtool:keepla 2014-08-27 19:55:11 +00:00
Martin Wilke
ac30669ae3 - Update to version 3.10
- Convert to USES
2014-02-23 16:09:19 +00:00
Danilo Egea Gondolfo
f2cf00459f - Update from 3.08 to 3.09
- Define DOCS and OPTIMIZATIONS options
- Remove NLS option
- Add stage support
2013-10-25 18:38:03 +00:00
Lars Engels
00f66cbce3 Give back to the pool upon maintainer's request. 2013-09-22 14:35:31 +00:00
Baptiste Daroussin
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43:52 +00:00
Raphael Kubo da Costa
cb61062289 Update to 3.08.
PR:		ports/178386
Submitted by:	Jukka Ukkonen <jau@oxit.fi>
Approved by:	maintainer timeout (38 days)
2013-06-14 18:11:55 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Alex Kozlov
e8b55f1b01 - Update to 3.07 [1]
- Convert to new options framework
- Improve COMMENT

PR:	ports/173051 [1]
Submitted by:	Jukka Ukkonen <jau@iki.fi>
Approved by:	bzeeb+freebsdports@zabbadoz.net (maintainer)
2013-01-12 00:41:29 +00:00
Pawel Pekala
31654654cb Fix build on 9.x and upwards
PR:		ports/172689 (based on)
Submitted by:	Jukka Ukkonen <jau@iki.fi>
Approved by:	bzeeb+freebsdports@zabbadoz.net (maintainer)
2012-12-29 13:00:07 +00:00
Martin Wilke
6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Jeremy Messenger
789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00
Pav Lucistnik
cb33bc9eed - Fix NOPORTDOCS case
PR:		ports/124491
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
2008-06-12 15:12:33 +00:00
Edwin Groothuis
090059a210 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)
2008-06-06 14:17:21 +00:00
Edward Tomasz Napierala
7f671d2b95 - Update to 3.05.
PR:		ports/119449
Submitted by:	bz@ (maintainer)
2008-05-14 17:25:19 +00:00
Erwin Lansing
648870b365 Change master sites well in advance before the current one goes down.
PR:		118268
Submitted by:	"Bjoern A. Zeeb" <bzeeb+freebsdports@zabbadoz.net> (maintainer)
Approved by:	portmgr (self)
2007-11-26 21:18:54 +00:00
Edwin Groothuis
3e2fd4b788 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:50:28 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Erwin Lansing
938c732c11 Fix dasdlist utility
PR:		105148
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>
Approved by:	bz (maintainer)
2006-11-15 20:23:48 +00:00
Erwin Lansing
ca59751839 Fix build when PREFIX is set.
Submitted by:	bz (maintainer)
2006-09-21 19:55:34 +00:00
Cheng-Lung Sung
10ddcca177 - s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
  games/ graphics/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
2006-08-14 23:06:39 +00:00
Stefan Walter
6b4fb1c448 Update to 3.04.
PR:		93806
Submitted by:	Bjoern A. Zeeb <bzeeb+freebsdports@zabbadoz.net> (maintainer)
Approved by:	arved (mentor)
2006-05-13 21:49:41 +00:00
Erwin Lansing
657c8cf3ca - Update to 3.03.1 [1]
- Hand maintainership to bz [1][2]
- Convert to OPTIONS [1]
- Clean Makefile a bit [3]
- Mark IGNORE on 4.x [3]

This also fixes the crash reported in:
PR:             88535
Submitted by:   trasz <trasz@pin.if.uz.zgora.pl>, bz [1], erwin [3]
Approved by:    phk (previous maintainer) [2]
2006-02-04 22:28:16 +00:00
Erwin Lansing
bc93e674cc - Update to 3.03.1 [1]
- Hand maintainership to bz [1][2]
- Convert to OPTIONS [1]
- Clean Makefile a bit [3]
- Mark IGNORE on 4.x [3]

This also fixes the crash reported in:
PR:		88535
Submitted by:	trasz <trasz@pin.if.uz.zgora.pl>, bz [1], erwin [3]
Approved by:	phk (previous maintainer) [2]
2006-02-04 22:19:02 +00:00
Edwin Groothuis
0bb0ea5bd7 SHA256ify
Approved by:    krion@
2006-01-22 09:48:59 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +00:00
Joe Marcus Clarke
186b8ba82f Add USE_GETTEXT and bump PORTREVISION.
Submitted by:	trevor
Tested by:	bento
2004-02-04 04:36:30 +00:00
Trevor Johnson
78da40aa98 Now gettext 0.12.1 is gettext-old. 2004-01-23 18:12:26 +00:00
Joe Marcus Clarke
a3108b1e51 Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by:	kris
2003-08-26 20:25:58 +00:00
Joe Marcus Clarke
adccc29aad Chase the libintl.so shared lib version. 2003-08-25 05:41:38 +00:00
Poul-Henning Kamp
ffc9c36caa Add dependency on devel/gettext 2003-05-03 20:47:56 +00:00
Poul-Henning Kamp
53afbdd500 Forgot cvs add on this one: This makes things compile. 2003-04-29 05:17:56 +00:00
Adam Weinberger
5f89699019 This is phk's port now. 2003-04-29 04:48:59 +00:00
Poul-Henning Kamp
a623dd1113 Update to version 2.17.1 2003-04-28 19:43:06 +00:00