Port details on branch 2023Q2 |
- plan X/Motif schedule planner with calendar
- 1.12 deskutils
=0 1.12Version of this port present on the latest quarterly branch. - Maintainer: cy@FreeBSD.org
 - Port Added: 2023-06-29 13:33:06
- Last Update: 2023-06-29 13:31:13
- Commit Hash: a25643e
- License: not specified in port
- WWW:
- https://www.bitrot.de/plan.html
- Description:
- Plan is a schedule planner based on X/Motif. It displays a month calendar
similar to xcal, but every day box is large enough to show appointments in
small print. By pressing on a day box, the appointments for that day can be
listed and edited.
This port requires Motif or equivalent to build.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/deskutils/plan/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/plan
- pkg install plan
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: plan
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1645045108
SHA256 (plan-1.12.tar.gz) = b637346e072276f4595c9cabed78e0c8c7b06f4c3509e4c42ddebed9512c2155
SIZE (plan-1.12.tar.gz) = 439996
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- japanese/plan
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- xt.pc : x11-toolkits/libXt
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- xt.pc : x11-toolkits/libXt
- sm.pc : x11/libSM
- ice.pc : x11/libICE
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for plan-1.12:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- deskutils_plan
- USES:
- motif
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.12 29 Jun 2023 13:31:13
    |
Cy Schubert (cy)  |
deskutils/plan: Fix LLVM16 build
Fix the following LLVM16 error:
main.c:126:9: error: incompatible function pointer types passing 'void (int)' to
parameter of type 'void (* _Nonnull)(void)'
[-Wincompatible-function-pointer-types]
atexit(plan_exit);
^~~~~~~~~
/usr/include/stdlib.h:92:29: note: passing argument to parameter here
int atexit(void (* _Nonnull)(void));
^
MFH: 2023Q2
(cherry picked from commit 2db8958749548677ec7b28cb449a44c6401548ec) |
Number of commits found: 1
|