summaryrefslogtreecommitdiff
path: root/news/leafnode (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f 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)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* news: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A big Thank You to the original contributors of these ports: * Adam David <adam@FreeBSD.org> * Ade Lovett <ade@FreeBSD.org> * Andreas Klemm <andreas@klemm.gtn.com> * Andrey Slusar <anray@FreeBSD.org> * Brian Somers <brian@FreeBSD.org> * Carey Jones <mcj@acquiesce.org> * David O'Brien (obrien@cs.ucdavis.edu) * Denis Shaposhnikov <dsh@vlink.ru> * Don Croyle <croyle@gelemna.org> * Donald Burr <dburr@FreeBSD.org> * Frederic Cambus * George Sorsby <george@crackpipe.net> * James FitzGibbon <jfitz@FreeBSD.org> * Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> * Joe Marcus Clarke <marcus@FreeBSD.org> * John Holland <john@zoner.org> * Jun-ichiro itojun Itoh <itojun@itojun.org> * Kirill Ponomarew <ponomarew@oberon.net> * Lasse L. Johnsen (lasse@freebsdcluster.org) * Lewis Thompson <purple@lewiz.net> * Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> * Max Khon * Michael L. Hostbaek <mich@freebsdcluster.org> * Mikolaj Rydzewski <miki@ceti.pl> * Noritaka Ishizumi <graphite@taurus.bekkoame.or.jp> * Oliver Braun <obraun@informatik.unibw-muenchen.de> * Pete Fritchman <petef@databits.net> * Ralf van der Enden <tremere@cainites.net> * Sergey Skvortsov <skv@protey.ru> * Thierry Thomas <tthomas@mail.dotcom.fr> * Tim Welch <ports@thepentagon.org> * Yen-Ming Lee <leeym@FreeBSD.org> * Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw> * adam * asaddi@philosophysw.com * bkhl@elektrubadur.se * gary@hayers.org * ijliao * kbowling * obrien@cs.ucdavis.edu * proff@suburbia.net * smace * torstenb With hat: portmgr
* news/leafnode: update to 1.12.0Matthias Andree2022-05-273-13/+8
| | | | | | - switched to PCRE2 library, https://github.com/PhilipHazel/pcre2 - Documentation for running under daemontools/ucspi-tcp (tcpserver) has been removed, only UNINSTALL-daemontools remains as documentation.
* news/leafnode: Add CPE informationBernhard Froehlich2021-08-291-1/+1
| | | | Approved by: portmgr (blanket)
* news/leafnode: pkg update: @unexec->@postunexecMatthias Andree2021-07-221-2/+2
| | | | | I am not bumping PORTREVISION for now since this change makes no practical difference.
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* news/leafnode: update to 1.11.12.Matthias Andree2021-03-282-19/+20
| | | | Notes: svn path=/head/; revision=569368
* WWW/DL link maintenance in pkg-descr and MakefileMatthias Andree2020-04-261-1/+1
| | | | | | | | | ...to avoid permanent redirects, or broken sites. MFH: 2020Q2 (blanket, download/WWW URL chase) Notes: svn path=/head/; revision=533061
* Drop the ipv6 virtual category for n* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1
| | | | Notes: svn path=/head/; revision=514143
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-0/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* After an include, PLIST_SUB must be appended to, not overwritten.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479405
* Add LICENSE.Matthias Andree2018-03-311-0/+2
| | | | Notes: svn path=/head/; revision=466037
* Remove support for variables that have been deprecated for a while.Mathieu Arnold2018-01-091-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | variables deprecation revision WITHOUT_NLS 2013-12-13 r336337 WITH_/WITHOUT_ 2014-02-24 r345870 NOPORT(DOC|EXAMPLE)S 2014-04-19 r351587 WITH_BDB_VER 2016-05-02 r414444 OVERRIDE_LINUX_BASE_PORT 2016-09-05 r421387 WITH_OPENSSL_(BASE|PORT) 2016-06-16 r416965 While there, add an ERROR variable that works like DEV_ERROR, but for user facing errors, and move NOPORTDOCS, NOPORTEXAMPLES and WITHOUT_NLS to it. Cleanup bsd.sanity.mk a bit. Fix fallout. PR: 224613 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D13490 Notes: svn path=/head/; revision=458513
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Fix leftover directory.Matthias Andree2015-09-231-1/+0
| | | | | | | | PR: 203286 Submitted by: amdmi3 Notes: svn path=/head/; revision=397668
* Update to new upstream release 1.11.11. (Bugfixes)Matthias Andree2015-08-244-15/+38
| | | | Notes: svn path=/head/; revision=395195
* Remove the final usages of USE_XZ from the tree, and replace them withAdam Weinberger2014-07-291-1/+1
| | | | | | | | | USES=tar:xz. Approved by: portmgr (most of them) Notes: svn path=/head/; revision=363395
* Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.Adam Weinberger2014-07-151-0/+2
| | | | Notes: svn path=/head/; revision=361972
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Give up on empty directory games about lib/leafnode.Matthias Andree2013-10-313-12/+9
| | | | | | | Fix massively broken pkg-plist. (Bump PORTREVISION.) Notes: svn path=/head/; revision=332195
* Support staging, and update LIB_DEPENDS format.Matthias Andree2013-09-302-22/+36
| | | | Notes: svn path=/head/; revision=328878
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | news) Notes: svn path=/head/; revision=327759
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* Update to new upstream release 1.11.10, fixing abort() when runningMatthias Andree2013-06-112-3/+3
| | | | | | | fetchnews in verbose mode. Notes: svn path=/head/; revision=320651
* Update to new upstream version 1.11.9.Matthias Andree2013-06-102-4/+3
| | | | | | | ChangeLog: http://www.leafnode.org/NEWS.txt Notes: svn path=/head/; revision=320510
* Make pkgNG happier.Matthias Andree2013-05-133-14/+9
| | | | | | | Reported by: miwi Notes: svn path=/head/; revision=317998
* Update PCRE to 8.32Martin Matuska2012-12-101-2/+2
| | | | | | | | Introduces the UTF-32 library pcre32 Bump PORTREVISION in dependent ports Notes: svn path=/head/; revision=308630
* Update CONFLICTS.Matthias Andree2012-11-151-0/+2
| | | | | | | | Suggested by: ketas's ports conflicts checker Feature safe: yes Notes: svn path=/head/; revision=307468
* Bump pcre library dependency due to 8.30 updateMartin Matuska2012-02-141-1/+2
| | | | Notes: svn path=/head/; revision=291338
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* Remove sunsite from MASTER_SITES, they're too slow to pick uploads up.Matthias Andree2011-05-231-4/+1
| | | | Notes: svn path=/head/; revision=274504
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* Switch MAINTAINER line to FreeBSD address.Matthias Andree2010-06-131-1/+1
| | | | | | | Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=256473
* Upgrade to new upstream release 1.11.8Matthias Andree2010-06-122-6/+6
| | | | | | | | | | - remove outdated README.FIRST file - switch to .tar.xz archive Approved by: garga (mentor, implicit) Notes: svn path=/head/; revision=256447
* - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all ↵Dmitry Marakasov2009-09-021-6/+2
| | | | | | | | | | | | mirrors actually have all distfiles - Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey - Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED Approved by: portmgr (pav) Notes: svn path=/head/; revision=240715
* - Update to DISTVERSION= 1.11.7Martin Wilke2009-04-233-15/+17
| | | | | | | | PR: 133889 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=232554
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.Rong-En Fan2008-08-211-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically, newer autoconf (> 2.13) has different semantic of the configure target. In short, one should use --build=CONFIGURE_TARGET instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning and the old semantic may be removed in later autoconf releases. To workaround this issue, many ports hack the CONFIGURE_TARGET variable so that it contains the ``--build='' prefix. To solve this issue, under the fact that some ports still have configure script generated by the old autoconf, we use runtime detection in the do-configure target so that the proper argument can be used. Changes to Mk/*: - Add runtime detection magic in bsd.port.mk - Remove CONFIGURE_TARGET hack in various bsd.*.mk - USE_GNOME=gnometarget is now an no-op Changes to individual ports, other than removing the CONFIGURE_TARGET hack: = pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables) - comms/gnuradio - science/abinit - science/elmer-fem - science/elmer-matc - science/elmer-meshgen2d - science/elmerfront - science/elmerpost = use x86_64 as ARCH - devel/g-wrap = other changes - print/magicfilter GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf Total # of ports modified: 1,027 Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes) PR: 126524 (obsoletes 52917) Submitted by: rafan Tested on: two pointyhat 7-amd64 exp runs (by pav) Approved by: portmgr (pav) Notes: svn path=/head/; revision=218938
* - Update to 1.11.7 RC1Rong-En Fan2008-02-072-12/+14
| | | | | | | | PR: ports/119980 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=206808
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-1/+1
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 1.11.6Rong-En Fan2007-03-182-6/+5
| | | | | | | | | | - Reorder master sites PR: ports/110458 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=187641
* - Update to 1.11.6 RC1Rong-En Fan2007-02-282-6/+7
| | | | | | | | | | | | - Respect PREFIX - Rearrange master sites order, so we don't try all sf and sunsite mirrors first (the rc version only exists on local mirror). PR: ports/109527 Submitted by: Matthias Andree <matthias.andree at gmx.de> (maintainer) Notes: svn path=/head/; revision=186187
* - Update to 1.11.5Volker Stolz2006-04-094-17/+17
| | | | | | | | | | - minor pkg-* polishing to please portlint PR: ports/95543 Submitted by: maintainer Notes: svn path=/head/; revision=159211
* Update to 1.11.4Tilman Keskinoz2005-11-232-4/+4
| | | | | | | | PR: 89457 Submitted by: Matthias Andree <matthias.andree@gmx.de> Notes: svn path=/head/; revision=149178
* - Update to 1.11.3 [1]Jean-Yves Lefort2005-06-084-38/+34
| | | | | | | | | | | | - When pkg-install is called by pkg_add: - respect ${LEAFNODE_SPOOLDIR} - set same directory permissions than the port PR: ports/82056 [1] Submitted by: maintainer [1] Notes: svn path=/head/; revision=137080
* - Update pkg-descrPav Lucistnik2005-05-131-2/+4
| | | | | | | | PR: ports/80970 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=135181
* - Update to 1.11.2Pav Lucistnik2005-05-053-26/+3
| | | | | | | | PR: ports/80663 Submitted by: Matthias Andree <matthias.andree@gmx.de> (maintainer) Notes: svn path=/head/; revision=134662
* MANLANG was mistakenly modified in the previous commit. Fix it.Jean-Yves Lefort2005-04-271-1/+2
| | | | | | | | PR: ports/80407 Submitted by: maintainer Notes: svn path=/head/; revision=134254
* - Update to 1.11.1Jean-Yves Lefort2005-04-263-12/+32
| | | | | | | | | | - Polish the Makefile PR: ports/80349 Submitted by: maintainer Notes: svn path=/head/; revision=134185
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116