aboutsummaryrefslogtreecommitdiff
path: root/deskutils/wyrd/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* STAGE support, general cleanups, use @sample where appropriate.Adam Weinberger2014-05-151-14/+7
| | | | | | | PORTREVISION bumps where plist or pkg-message changed. Notes: svn path=/head/; revision=354165
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | deskutils) Notes: svn path=/head/; revision=327718
* deskutils/wyrd: fix build with clangWilliam Grzybowski2013-09-131-0/+3
| | | | | | | | | | - Fix build with clang PR: ports/182050 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> (maintainer) Notes: svn path=/head/; revision=327147
* - Update to version 1.4.6, which fixed a parallel build race conditionAlexey Dokuchaev2013-08-211-19/+13
| | | | | | | | | | | | | | | | | resulting from integration of upstream ocaml-curses - Get rid of indefinite article in COMMENT, convert USE_GMAKE - Convert pkg-plist into PLIST_FILES and PORTDOCS - Add missing DOCS to OPTIONS_DEFINE, utilize new options helper - Fix minor formatting glitch and adjust WWW line in port description Reported by: marino Approved by: miwi, bapt (portmgr, implicit) PR: ports/179485 Submitted by: cs Approved by: maintainer (version update) Notes: svn path=/head/; revision=325085
* Convert USE_NCURSES by USES=ncursesBaptiste Daroussin2013-05-061-1/+1
| | | | | | | Convert USE_READLINE by USES=readline Notes: svn path=/head/; revision=317525
* - Convert to OptionsNGMartin Wilke2013-03-051-10/+6
| | | | | | | | | - Trim header Reviewed by: beat, bapt, kwm Notes: svn path=/head/; revision=313460
* Add a new macro to deal with conflict between ncurses from base and ncurses ↵Baptiste Daroussin2011-04-111-11/+1
| | | | | | | | | | | | | | | | | | | from ports. If a ports is linked against ncurses from base or from the ports, it should then add: USE_NCURSES=yes it is also possible to specify the hard dependency on the ports ncurses or one the base one adding the following macros: WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes PR: ports/155269 Submitted by: me Reviwed by: pav@ Approved by: portmgr (pav@) Exp-run by: portmgr (pav@) Notes: svn path=/head/; revision=272515
* - Update to 1.4.5Pav Lucistnik2010-12-081-2/+4
| | | | | | | | | | | - Switch maintainership PR: ports/152834 Submitted by: Herbert J. Skuhra <h.skuhra@gmail.com> Approved by: Russell Jackson <raj@csub.edu> (old maintainer) Notes: svn path=/head/; revision=265852
* - Update to 1.4.4Li-Wen Hsu2009-01-031-2/+2
| | | | | | | | | PR: ports/129651 Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw> Approved by: maintainer timeout Notes: svn path=/head/; revision=225158
* - Update to 1.4.3bRong-En Fan2007-09-051-2/+23
| | | | | | | | | | | - Add optional UTF8 support (default off) PR: ports/115881 Submitted by: Andris Raugulis <ar at null.lv> Approved by: Russell A. Jackson <raj at csub.edu> (maintainer) Notes: svn path=/head/; revision=198849
* - Update to 1.4.2.Marcelo Araujo2007-07-151-5/+15
| | | | | | | | | | | - Add pkg-plist file. PR: ports/113073 Submitted by: Russell Jackson <raj@csub.edu> (maintainer) Approved by: stas (mentor) Notes: svn path=/head/; revision=195659
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Update to 1.4.1Martin Wilke2006-12-141-1/+1
| | | | | | | | PR: ports/106682 Submitted by: Russell Jackson <raj@csub.edu> (maintainer) Notes: svn path=/head/; revision=179742
* Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarmRenato Botelho2006-07-061-0/+26
program. Remind's power lies in its programmability, and Wyrd does not hide this capability behind flashy GUI dialogs. Rather, Wyrd is designed to make you more efficient at editing your reminder files directly. It also offers a scrollable timetable suitable for visualizing your schedule at a glance. Here is a screenshot. Unlike most of the calendar applications available today, Wyrd is designed to be both lightweight and fast. Startup time is negligible, UI navigation is instantaneous, and the wyrd process typically consumes less than 2MB of resident memory. WWW: http://www.eecs.umich.edu/~pelzlpj/wyrd/ PR: ports/95361 Submitted by: Russell A. Jackson <raj at csub.edu> Notes: svn path=/head/; revision=167075