Port details |
- xmdiary Personal and group calendar utility
- 3.0.3_6 deskutils
=0 3.0.3_6Version of this port present on the latest quarterly branch. - Maintainer: mi@aldan.algebra.com
 - Port Added: unknown
- Last Update: 2021-05-06 11:47:48
- Commit Hash: 3505159
- License: xmdiary
- Description:
- From xdiary's man page:
XDiary is your personal organizer that combines the
functions of a desktop calendar, an appointment book and
an alarm clock. XDiary will help you keep track of your
meetings, appointments and plan your time.
-mi
- SVNWeb : git
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- xmdiary>0:deskutils/xmdiary
- To install the port:
- cd /usr/ports/deskutils/xmdiary/ && make install clean
- To add the package, run one of these commands:
- pkg install deskutils/xmdiary
- pkg install xmdiary
- PKGNAME: xmdiary
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (xmdiary-3.0.3.tar.gz) = ef500f694373c3715258e4138edbc07915df44455a504b739a825efcf94fbb57
SIZE (xmdiary-3.0.3.tar.gz) = 764331
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- imake : devel/imake
- tradcpp : devel/tradcpp
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- Runtime dependencies:
-
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- xpm.pc : x11/libXpm
- xt.pc : x11-toolkits/libXt
- xpm.pc : x11/libXpm
- Library dependencies:
-
- libXm.so.4 : x11-toolkits/open-motif
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- deskutils_xmdiary
- USES:
- imake motif xorg xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 May 2021 11:47:48 3.0.3_6
|
Mathieu Arnold (mat)  |
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.
RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept
Differential Revision: https://reviews.freebsd.org/D30010 |
06 Apr 2021 14:31:07 3.0.3_6
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
29 Sep 2019 20:11:22
3.0.3_6
|
zeising  |
Remove libXp dependency from imake/motif ports
Remove the libXp dependency from a number of ports using imake and/or motif.
libXp is being deprecated.
The list of ports:
audio/xmcd
audio/xmmix
deskutils/xmdiary
ftp/llnlxdir
ftp/llnlxftp
graphics/SciPlot
misc/xtar
multimedia/mpeg2play |
27 Sep 2019 16:18:59
3.0.3_5
|
zeising  |
Deprecate x11/libXp, it is deprecated upstream
Deprecate x11/libXp, since it is about to be deprecated upstream. Do *not*
yet set a removal date for x11/libXp, this will be decided later, once most
dependencies are fixed.
Deprecate all ports depending on x11/libXp.
* astro/xephem
* audio/xmcd
* audio/xmmix
* biology/ncbi-toolkit
* deskutils/xmdiary
* ftp/llnlxdir
* ftp/llnlxftp
* graphics/SciPlot
* misc/xtar
* multimedia/mpeg2play
* science/afni
* textproc/mgdiff
Sprinkle USES=xorg as needed.
Discussed with: bapt |
20 Oct 2014 11:52:39
3.0.3_5
|
bapt  |
Cleanup plist |
28 Jul 2014 16:03:52
3.0.3_5
|
adamw  |
Rename deskutils/ patch-xy patches to reflect the files they modify. |
15 Jun 2014 17:21:30
3.0.3_5
|
antoine  |
- Finish stage support (man pages missed)
- Simplify Makefile |
06 Jun 2014 22:36:41
3.0.3_4
|
mi  |
Remove the NO_STAGE knob. No obvious ill-effects. Seems to "just work". |
12 Dec 2013 05:13:52
3.0.3_4
|
eadler  |
deskutils/xmdiary: sync legal
Minor textual nit to make LEGAL and the port identical.
Approved by: portmgr (implicit) |
03 Dec 2013 19:12:34
3.0.3_4
|
tijl  |
- Remove USE_GCC and fix build with clang.
- Replace nomalloc script with REINPLACE_CMD.
- Remove noextradepend script. It is no longer needed.
PR: ports/181820
Approved by: maintainer timeout (3 months) |
01 Dec 2013 18:22:50
3.0.3_3
|
mi  |
Use ``patch -p0'' instead of ``patch -p'' -- the latter invocation
is not working on -current for some reason and pkg-fallout is
unhappy.
Submitted by: pkg-fallout@ |
20 Sep 2013 16:21:38
3.0.3_3
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
deskutils) |
14 Aug 2013 22:35:54
3.0.3_3 
|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
10 Jul 2013 06:49:36
3.0.3_3
|
bapt  |
Convert from USE_MOTIF to USES=motif |
28 Jun 2013 11:51:06
3.0.3_3
|
bapt  |
New USES imake to handle the dependency on imake.
This uses accept 'env' as an argument for ports that do use their own or a
different do-configure target.
Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it
to the called imake.
Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be
overwritten.
Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via
IMAKECPPFLAGS
Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned
from Makefile generated by a previous
imake also inherit the defined CppCmd CcCmd and CplusplusCmd.
Make imake use devel/tradcpp all the time, so that when buidling with clang we
do not depend on gcc's cpp.
Make imake respect CC and CXX
Make imake respect USE_GCC (if set imake will use gcc's cpp).
While here:
- Remove a couple of indefinite articles from comments
- Trim headers
- Fix a couple of ports to build with clang or use: USE_GCC=any
- Fix a now useless redefinition of the extraction chain
- Fix a typo in japanese/Wnn7-lib bundled imake template definitions
- Fix some XMKMF execution with no env specified
- Use options helper in x11/xautolock to simplify the port |
28 Mar 2013 02:10:57
3.0.3_3
|
mi  |
Invoke the scripts with an explicit sh -- because the files may
not be executable (an artifact of a switch to svn?)
While here, fix compiler warnings and turn on MAKE_JOBS_SAFE. |
18 Mar 2013 21:56:30
3.0.3_3 
|
eadler  |
"aaargh, quoted Makefile variables"
Approved by: portmgr (bapt) |
15 Jan 2013 21:06:12
3.0.3_3
|
mi  |
Fix a spelling error in the build-time output.
PR: 175331
Submitted by: Christoph Mallon
Notified by: Chris Rees |
02 May 2011 12:44:53
3.0.3_3
|
makc  |
Bump PORTREVISION after open-mofit update |
20 Mar 2011 12:54:45
3.0.3_2
|
miwi  |
- Get Rid MD5 support |
09 Jun 2009 15:33:28
3.0.3_2
|
amdmi3  |
Convert most of remaining ports that depend on xorg-libraries to
modular xorg.
- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
above change
- a few minor nits like whitespace and SF macro
Tested by: 2 tinderbox runs by pav
Approved by: portmgr (pav) |
19 Apr 2008 17:56:05
3.0.3_1 
|
miwi  |
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav) |
19 May 2007 20:32:57
3.0.3_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
29 Nov 2006 18:26:07
3.0.3
|
mi  |
Respect the X11BASE and the CC settings.
Prompted by: kris (X11BASE) |
22 Jan 2006 08:24:40
3.0.3
|
edwin  |
SHA256ify
Approved by: krion@ |
16 Apr 2004 11:08:37
3.0.3
|
kris  |
Add missing file |
31 Mar 2004 03:12:58
3.0.3
|
trevor  |
SIZEify (maintainer timeout) |
07 Mar 2003 05:58:52
3.0.3
|
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
26 Oct 2002 01:43:32
3.0.3
|
kris  |
Fix build on -current (cope with removal of union wait)
Submitted by: mike |
24 Jul 2001 02:57:09 
|
mi  |
Upgrade to 3.0.3 |
16 Jan 2001 17:33:20 
|
sobomax  |
Massive style enforcement - use ^I instead of spaces for variables identation.
|
07 Nov 2000 23:28:20 
|
asami  |
Change motif to a normal dependency. REQUIRES_MOTIF is now called USE_MOTIF
and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies
USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from
PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. |
08 Oct 2000 01:03:55 
|
asami  |
Convert category deskutils to new layout. |