summaryrefslogtreecommitdiff
path: root/deskutils/teapot/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-02-23deskutils/teapot: Moved man to share/manMuhammad Moinur Rahman1-4/+1
Approved by: portmgr (blanket)
2022-09-07Add WWW entries to port MakefilesStefan Eßer1-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)
2022-07-20deskutils: remove 'Created by' linesTobias C. Berner1-2/+0
A big Thank You to the original contributors of these ports: * Aaron Dalton <aaron@FreeBSD.org> * Alex "lissyara" Keda <admin@lissyara.su> * Alexander Logvinov <ports@logvinov.com> * Alexander Vereeken <Alexander88207@protonmail.com> * Alexey Dokuchaev <danfe@FreeBSD.org> * Andreas Kohn <andreas@syndrom23.de> * Andrew Hsu <ahsu@users.sf.net> * Andrew Pantyukhin <infofarmer@FreeBSD.org> * Andrey Zakhvatov * Andrey Zakhvatov <andy@icc.surw.chel.su> * Anton Berezin <tobez@FreeBSD.org> * Beat Gaetzi <beat@chruetertee.ch> * Chris Piazza <cpiazza@FreeBSD.org> * Christian Brueffer <chris@unixpages.org> * Cyrille Lefevre <clefevre@citeweb.net> * Daniel Eischen <deischen@FreeBSD.org> * Danilo Egea Gondolfo <danilo@FreeBSD.org> * Dean Povey <povey@wedgetail.com> * Dennis Herrmann <dhn@FreeBSD.org> * Edwin Groothuis * Edwin Groothuis <edwin@mavetju.org> * Emanuel Haupt <ehaupt@FreeBSD.org> * Emmanuel Vadot <manu@FreeBSD.org> * Eric L. Hernes <erich@FreeBSD.org> * Eric Turgeon <ericbsd@FreeBSD.org> * Eric Turgeon <ericturgeon@ghostbsd.org> * FreeBSD GNOME Team * George Reid <greid@ukug.uk.freebsd.org> * Guillaume Paquet <amyfoub@gmail.com> * Gustau Perez <gustau.perez@gmail.com> * Gustau Perez i Querol <gustau.perez@gmail.com> * Gvozdikov Veniamin <g.veniamin@googlemail.com> * Herbert J. Skuhra <h.skuhra@gmail.com> * Jason Helfman <jgh@FreeBSD.org> * Jeremy Messenger <mezz@FreeBSD.org> * Jim Mock <jim@FreeBSD.org> * Jimmy Olgeni <olgeni@uli.it> * Joe Marcus Clarke <marcus@FreeBSD.org> * Joey Mingrone <joey@mingrone.org> * Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> * Joseph Benden <joe@thrallingpenguin.com> * Ken Moore <ken@pcbsd.org> * Koop Mast <kwm@FreeBSD.org> * Kris Kennaway <kris@FreeBSD.org> * Kubilay Kocak <koobs@FreeBSD.org> * Leinier Cruz Salfran <salfrancl@yahoo.es> * Lewis Thompson <purple@lewiz.net> * Loïc Bartoletti <lbartoletti@FreeBSD.org> * Lucas Holt <luke@justjournal.com> * MITA Yoshio <mita@iis.u-tokyo.ac.jp> * Marcin Cieslak <saper@saper.info> * Markus Brueffer <brueffer@phoenix-systems.de> * Markus Brueffer <markus@FreeBSD.org> * Martin Klaffenboeck <martin.klaffenboeck@gmx.at> * Martin Wilke * Mathieu Arnold * Matt Braithwaite <mab@red-bean.com> * Matt Lancereau <matt@rimasec.net> * Matthew Seaman <matthew@FreeBSD.org> * Matthias Andree <mandree@FreeBSD.org> * Nicola Stanislao Vitale <nivit@FreeBSD.org> * Nicola Vitale <nivit@FreeBSD.org> * Olivier Cochard-Labbe <olivier@FreeBSD.org> * Olivier Duchateau * Pav Lucistnik <pav@oook.cz> * Pete Fritchman <petef@databits.net> * Richard Gallamore <ultima@FreeBSD.org> * Rob Evers <rob@debank.tv> * Roman Bogorodskiy <bogorodskiy@inbox.ru> * Rusmir Dusko <nemysis@FreeBSD.org> * Thierry Thomas (<thierry@thomas.as>) * Thierry Thomas <thierry@pompo.net> * Thorsten Greiner <thorsten.greiner@web.de> * Tobias Roth <ports@fsck.ch> * Veniamin Gvozdikov <vg@FreeBSD.org> * alepulver@FreeBSD.org * cartola (Carlos E. G. Carvalho) * che@bein.link * gahr * ijliao * jamrich.majo@gmail.com * joerg * johans * john@jnielsen.net * lightside <lightside@gmx.com> * mi * mi@aldan.ziplink.net * olevole@olevole.ru * shanee@rabbit.augusta.de * stas * thierry@pompo.net With hat: portmgr
2021-04-06Remove # $FreeBSD$ from Makefiles.Mathieu Arnold1-1/+0
2016-09-29- Fix LICENSEDmitry Marakasov1-2/+4
- Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=422910
2016-06-06Remove unneeded usage of:Mathieu Arnold1-1/+1
- MASTER_SITE_SUBDIR - ${MASTER_SITES_FOO} - :DEFAULT (and use a default when appropriate) Sponsored by: Absolight Notes: svn path=/head/; revision=416469
2016-02-07deskutils/teapot: USES+= ncursesJohn Marino1-1/+1
Notes: svn path=/head/; revision=408364
2014-01-30Stage supportAntoine Brodin1-15/+6
Notes: svn path=/head/; revision=341870
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
deskutils) Notes: svn path=/head/; revision=327718
2013-03-22- convert USE_CMAKE to USESMax Brazhnikov1-1/+1
- while here clean up some ports from CMAKE_VERBOSE, which is intended for users Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314960
2013-01-03- trim historical headerJason Helfman1-7/+5
- move DOCS and EXAMPLES to new options framework Notes: svn path=/head/; revision=309852
2012-03-24- Add LICENSERyan Steinmetz1-2/+6
- Make man pages adhere to hier(7) and unbreak Reported by: linimon@ Feature safe: yes Notes: svn path=/head/; revision=293769
2012-03-14- Mark BROKEN: leaves empty directories on deinstallPav Lucistnik1-0/+2
1345099 4 drwxr-xr-x 3 root wheel 512 Mar 14 03:14 usr/local/share/man 1345100 4 drwxr-xr-x 2 root wheel 512 Mar 14 03:14 usr/local/share/man/man1 Reported by: pointyhat Feature safe: yes Notes: svn path=/head/; revision=293319
2012-03-04Return to the poolEitan Adler1-1/+1
Notes: svn path=/head/; revision=292695
2012-02-29Fix pkg-plistEitan Adler1-0/+2
Submitted by: pointyhat Notes: svn path=/head/; revision=292428
2012-02-25Update to 2.3.0Eitan Adler1-2/+4
Notes: svn path=/head/; revision=292250
2011-08-21- change the email address I use to maintain portsEitan Adler1-1/+1
Approved by: bapt (mentor) Notes: svn path=/head/; revision=280136
2011-08-21- change the email address I use to maintain portsEitan Adler1-1/+1
Approved by: bapt (mentor) Notes: svn path=/head/; revision=280123
2011-05-02- Assign to new volunteerGreg Larkin1-1/+1
Requested by: Eitan Adler <lists@eitanadler.com> (via private email) Notes: svn path=/head/; revision=273506
2011-04-27By Maintainer's request, toss these ports back into the poolDoug Barton1-1/+1
Notes: svn path=/head/; revision=273235
2010-11-21- Update to 2.2.0Nicola Vitale1-25/+16
- Add files/patch-CMakeLists.txt - New MASTER_SITES, and WWW site - Remove files/patch-ab PR: ports/152418 Submitted by: Charlie Kester <corky1951@comcast.net> (maintainer) Notes: svn path=/head/; revision=264886
2010-03-20- Pass maintainership to submitterMartin Wilke1-1/+1
PR: 144889 Submitted by: Charlie Kester <corky1951@comcast.net> Notes: svn path=/head/; revision=251308
2009-03-13Free most of my ports, since they aren't being maintained to aShaun Amott1-1/+1
reasonable standard. Notes: svn path=/head/; revision=230014
2006-06-19Switch to my @FreeBSD.org address.Shaun Amott1-1/+1
Approved by: ahze (mentor) Notes: svn path=/head/; revision=165799
2006-04-29Add an additional mirror.Emanuel Haupt1-1/+2
Submitted by: Shaun Amott <shaun@inerd.com> (maintainer) Notes: svn path=/head/; revision=160720
2006-02-21- Update to 1.09Renato Botelho1-2/+2
- Make it fetchable again, since author just maintain last version available - Pass maintainership to submitter PR: ports/93670 Submitted by: Shaun Amott <shaun@inerd.com> Notes: svn path=/head/; revision=156629
2005-10-05Upgrade to version 1.0.8Edwin Groothuis1-1/+1
Noticed by: ports new version checker. Notes: svn path=/head/; revision=144243
2003-11-07Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedJoe Marcus Clarke1-2/+2
bsd.port.mk macro. Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com> Notes: svn path=/head/; revision=93295
2003-09-08Update port: deskutils/teapot to 1.07Edwin Groothuis1-3/+3
- Update to version 1.07 PR: ports/56523 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=88739
2003-05-10- update to 1.06Pete Fritchman1-4/+3
- don't need to define EXAMPLESDIR here; we get it from bsd.port.mk Noticed by: fenner's portsurvey (old version wasn't fetchable) Notes: svn path=/head/; revision=80582
2003-02-20De-pkg-comment.Akinori MUSHA1-0/+1
Notes: svn path=/head/; revision=75951
2002-11-10o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira1-2/+0
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
2002-11-06Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger1-0/+2
Approved by: pat Notes: svn path=/head/; revision=69612
2002-05-22upgrade to 1.05Ying-Chieh Liao1-1/+1
PR: 38405 Submitted by: Erwin Lansing <erwin@lansing.dk> Notes: svn path=/head/; revision=59704
2001-11-23upgrade to 1.04Ying-Chieh Liao1-7/+10
PR: 32214 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=50418
2001-03-17- Update checksumKevin Lo1-5/+4
(Makefile is slightly modified & several html documents are vanished) - Add %%PORTDOCS%% to pkg-plist PR: 25868 Submitted by: Ports Fury Notes: svn path=/head/; revision=39950
2000-11-01- Fix MASTER_SITESJames E. Housley1-13/+20
- Remove version number from pkg-descr - Update checksum (Can we legally hunt people that do this?) PR: 22446 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=34540
2000-04-08update with the new PORTNAME/PORTVERSION variablesMichael Haro1-2/+2
Notes: svn path=/head/; revision=27416
2000-03-29Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tKris Kennaway1-1/+1
have time to maintain them. Approved by: andy Notes: svn path=/head/; revision=27112
1999-09-24Fix homepage location. Add distribution site.Andrey Zakhvatov1-1/+2
Notes: svn path=/head/; revision=21912
1999-08-25Change Id->FreeBSD.David E. O'Brien1-1/+1
Notes: svn path=/head/; revision=20944
1999-05-03Update to version 1.03.Steve Price1-3/+5
PR: 11432 Submitted by: maintainer Notes: svn path=/head/; revision=18363
1998-08-07Move "sliderule xpostit xpostitPlus" from x11 to deskutils. Move "calSatoshi Asami1-2/+2
cbb ical korganizer kproject offix-trash plan teapot xcalendar xinvest xmaddressbook xmdiary xopps zorro" from misc to deskutils. I'll fix up the dependencies later. Notes: svn path=/head/; revision=12324
1998-03-27Import teapot port. teapot is a curses-based spreadsheet.Thomas Gellekum1-0/+32
PR: 5461 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Notes: svn path=/head/; revision=10323