following the fd.o desktop notification spec. In the long term, it will
supersede notification-daemon-xfce, which was only a de-gnomified version
of notification-daemon, and is unmaintained upstream as of now.
Ah, and it ships an awesome ZOMG-PONIES! theme, which makes this package
totally unique in the ports-tree.
DateTime::Set is a module for datetime sets. It can be used to handle
two different types of sets:
* Fixed sets of predefined datetime objects. For example, if we wanted
to create a set of datetimes containing the birthdays of people in
our family.
* Recurring sets, such as "every Wednesday", or "noon on the 15th day
of every month". This type of set can have fixed starting and ending
datetimes, but neither is required.
Set::Infinite is a Set Theory module for infinite sets.
A set is a collection of objects. The objects that belong to a set are
called its members, or "elements". As objects we allow (almost)
anything: reals, integers, and objects (such as dates).
Note that there is no account for
- the order of elements. For example, {1,2} = {2,1}.
- repetition of elements. For example, {1,2,2} = {1,1,1,2} = {1,2}.
- remove a patch merged upstream
- simplify SUBST_CMD/INSTALL_DATA dance
- fix dependencies in README.chroot, which shows it wasn't tested since
at least imlib2 1.3.0 update more than two years ago..
joint work with and ok simon@
cookies for me).
Dependency improvements (x264 and doxygen) and whitespace cleanups
from Brad.
DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@
(tested with two builds using different WRKOBJDIRs).
[kili@petunia:libquicktime]$ head -30 libquicktime.diff
Unbreak after the x264 update (problem first noticed by naddy@, no
cookies for me).
Dependency improvements (x264 and doxygen) and whitespace cleanups
from Brad.
DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@
(tested with two builds using different WRKOBJDIRs).
ok jasper