aboutsummaryrefslogtreecommitdiff
path: root/deskutils/wyrd
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* deskutils/wyrd is not jobs safeJohn Marino2016-03-231-0/+2
| | | | | | | | | Like most (all?) OCaml ports, wyrd is not jobs safe. It tries to use mt_curses.o before it's fully built. I've seen this fail multiple times, although fairly infrequently. Notes: svn path=/head/; revision=411688
* deskutils/wyrd: respect CFLAGS and LDFLAGSJohn Marino2016-02-071-0/+3
| | | | | | | approved by: infrastructure blanket (related to ncurses work) Notes: svn path=/head/; revision=408365
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addGuido Falsi2015-05-041-1/+1
| | | | | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat) Notes: svn path=/head/; revision=385413
* deskutils/wyrd: unbreak build after r385012 (camlp4)Jan Beich2015-05-011-3/+3
| | | | | | | | | | | | | | ocamlopt.opt -c -pp camlp4o -g -I ./curses install.ml sh: camlp4o: not found File "install.ml", line 1: Error: Error while running external preprocessor PR: 199847 Reported by: pkg-fallout, maintainer Submitted by: h.skuhra@gmail.com (maintainer) Notes: svn path=/head/; revision=385141
* deskutils/wyrd: mark BROKEN until camlp4 ports comes inJohn Marino2015-05-011-0/+2
| | | | Notes: svn path=/head/; revision=385088
* 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-215-44/+18
| | | | | | | | | | | | | | | | | 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-084-5/+32
| | | | | | | | | | | - 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-033-6/+6
| | | | | | | | | 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-052-5/+26
| | | | | | | | | | | - 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-153-8/+23
| | | | | | | | | | | - 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-142-4/+4
| | | | | | | | PR: ports/106682 Submitted by: Russell Jackson <raj@csub.edu> (maintainer) Notes: svn path=/head/; revision=179742
* Fix pkg-descrRenato Botelho2006-07-061-2/+1
| | | | Notes: svn path=/head/; revision=167079
* Wyrd is a text-based front-end to Remind, a sophisticated calendar and alarmRenato Botelho2006-07-063-0/+42
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