aboutsummaryrefslogtreecommitdiff
path: root/converters/chmview
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)
* converters: remove 'Created by' linesTobias C. Berner2022-07-201-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build with src r354909 applied.Brooks Davis2019-11-251-1/+1
| | | | | | | | | | | | | | The referenced change made NO_INSTALLLIB, NO_MAN, and NO_PROFILE into errors causing these ports that declare them and use the FreeBSD make infrastructure as part of their build to fail. When the offending variables occur in a BSD Makefile, NO_MAN becomes MAN= and NO_INSTALLLIB and NO_PROFILE become MK_INSTALLLIB=no and MK_PROFILE=no respectively. When declared in the environment they become WITHOUT_<FOO>. Notes: svn path=/head/; revision=518434
* - Update MASTER_SITES for my portsAlex Kozlov2017-10-051-1/+1
| | | | | | | - Update WWW for jwasm Notes: svn path=/head/; revision=451301
* - Fix LICENSEDmitry Marakasov2017-03-222-2/+3
| | | | | | | | | | - Add LICENSE_FILE - Update WWW Approved by: portmgr blanket Notes: svn path=/head/; revision=436682
* Cleanup no longer needed CHMOD usage after r424898.Mathieu Arnold2016-11-021-3/+0
| | | | | | | | | | PR: 213743 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=425174
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Allow staging as a regular userAntoine Brodin2014-10-121-1/+4
| | | | Notes: svn path=/head/; revision=370728
* - Add/update license when possibleAlex Kozlov2014-05-202-11/+6
| | | | | | | | - Modernize ports Makefiles - Update MASTER_SITES/distfile for converters/chmview Notes: svn path=/head/; revision=354597
* - Support STAGEDIRAlex Kozlov2013-09-251-3/+2
| | | | | | | - Convert to new LIB_DEPENDS syntax Notes: svn path=/head/; revision=328282
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | converters) Notes: svn path=/head/; revision=327715
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Update, fix build with clangAlex Kozlov2013-06-273-10/+6
| | | | | | | | - Convert Makefile headers to new style - Update WWW Notes: svn path=/head/; revision=321844
* Update maintainer email in my portsAlex Kozlov2012-03-021-1/+1
| | | | | | | Approved by: eadler (mentor) Notes: svn path=/head/; revision=292555
* - use chmlib-0.40 instead of embedded chmlib-0.19, remove patch-bbEitan Adler2012-02-195-280/+22
| | | | | | | | | | | | - improve Makefile, remove unnecessary do-install target - remove ONLY_FOR_ARCH, new chmlib does not have such a limitation - give maintainership to submitter PR: ports/165287 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=291854
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - Fix permissions of created directoriesDmitry Marakasov2010-03-092-1/+3
| | | | | | | - Mark MAKE_JOBS_SAFE Notes: svn path=/head/; revision=250742
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with B,C Notes: svn path=/head/; revision=240067
* - Fix build on amd64Philippe Audeoud2008-09-013-13/+76
| | | | | | | | PR: ports/126653 Submitted by: Valerio Daelli <valerio.daelli _at_ gmail _dot_ com> Notes: svn path=/head/; revision=219610
* - Mark BROKEN on non-i386 arch.Rong-En Fan2007-03-111-1/+7
| | | | | | | | | | I tried to use newer chmlib from misc/chmlib, it compiles but does not work. Perhaps, there are still problems in chmview itself. Reported by: pointyhat via kris Notes: svn path=/head/; revision=187095
* - Update to 2.0 beta 3Rong-En Fan2007-03-056-141/+192
| | | | | | | | | | - Use USE_DOS2UNIX instead our own wheel PR: ports/109393 Submitted by: Ivan Petrov <petrovdear at gmail.com> Notes: svn path=/head/; revision=186575
* Reset inactive maintainer. While here, note that project has moved toMark Linimon2007-03-041-2/+3
| | | | | | | | | | Sourceforge, but the ancient version in this port is not located there. This port needs an update. Hat: portmgr Notes: svn path=/head/; revision=186525
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154141
* Respect CC flag.Sergey A. Osokin2004-05-053-9/+7
| | | | | | | | | | | Move pkg files from pkg-plist to Makefile, then remove pkg-plist. Use NOPORTDOCS macro. Bump PORTREVISION. Approved by: Alex Semenyaka <alex@rinet.ru> (maintainer) Notes: svn path=/head/; revision=108457
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Cosmetic fix: use %%DOCSDIR%% macro.Sergey A. Osokin2003-10-221-2/+2
| | | | | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992 Notes: svn path=/head/; revision=91882
* Add missing @dirrm and bump PORTREVISIONKris Kennaway2003-06-092-0/+2
| | | | Notes: svn path=/head/; revision=82579
* New port: chmviewMax Khon2003-04-198-0/+191
Chmview is a simple program to decompose .chm-file to the components. PR: 50433 Submitted by: Alex Semenyaka Notes: svn path=/head/; revision=79290