notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
undead Obsolete Phobos modules upgraded to work with the latest D
1.1.8_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.8_1Version of this port present on the latest quarterly branch.
Maintainer: romain@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-04-22 09:39:15
Last Update: 2023-04-23 09:09:58
Commit Hash: 8d3e020
License: BSL
WWW:
https://github.com/dlang/undeaD/
Description:
Need an obsolete Phobos module? Here they are, back from the dead and upgraded to work with the latest D. modules included: * std.bitarray * std.date * std.datebase * std.dateparse * std.regexp * std.signals * std.stream and friends * std.xml Some individual functions have been moved here rather than full Phobos modules. They are: * undead.doformat: Contains the doFormat function from std.format * undead.string: Contains regex style pattern matching functions from std.string
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (23 items)
Collapse this list.
  1. /usr/local/share/licenses/undead-1.1.8_1/catalog.mk
  2. /usr/local/share/licenses/undead-1.1.8_1/LICENSE
  3. /usr/local/share/licenses/undead-1.1.8_1/BSL
  4. include/d/undead/bitarray.d
  5. include/d/undead/cstream.d
  6. include/d/undead/date.d
  7. include/d/undead/datebase.d
  8. include/d/undead/dateparse.d
  9. include/d/undead/doformat.d
  10. include/d/undead/internal/file.d
  11. include/d/undead/metastrings.d
  12. include/d/undead/regexp.d
  13. include/d/undead/signals.d
  14. include/d/undead/socketstream.d
  15. include/d/undead/stream.d
  16. include/d/undead/string.d
  17. include/d/undead/utf.d
  18. include/d/undead/xml.d
  19. lib/d/libundead.a
  20. libdata/pkgconfig/undead.pc
  21. @owner
  22. @group
  23. @mode
Collapse this list.
Dependency lines:
  • undead>0:devel/undead
To install the port:
cd /usr/ports/devel/undead/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/undead
  • pkg install undead
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: undead
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1682128804 SHA256 (dlang-undeaD-v1.1.8_GH0.tar.gz) = 36a59b4740b147f4345caa26908f40a97fc7cc67dac6983c226369c59f909e92 SIZE (dlang-undeaD-v1.1.8_GH0.tar.gz) = 97174

Packages (timestamps in pop-ups are UTC):
undead
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-1.1.8_1------
FreeBSD:13:quarterly-1.1.8_1------
FreeBSD:14:latest-1.1.8_1------
FreeBSD:14:quarterly-1.1.8_1------
FreeBSD:15:latest-1.1.8_1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ldmd2 : lang/ldc
  2. dub : devel/dub
This port is required by:
for Build
  1. x11/tilix

Configuration Options:
No options to configure
Options name:
devel_undead
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/dlang/undeaD/tar.gz/v1.1.8?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.8_1
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
1.1.8
22 Apr 2023 09:37:58
commit hash: f2c49a0538adda595f967cff7beff807c7bc8a0fcommit hash: f2c49a0538adda595f967cff7beff807c7bc8a0fcommit hash: f2c49a0538adda595f967cff7beff807c7bc8a0fcommit hash: f2c49a0538adda595f967cff7beff807c7bc8a0f files touched by this commit
Romain Tartière (romain) search for other commits by this committer
devel/undead: New port

Need an obsolete Phobos module? Here they are, back from the dead and upgraded
to work with the latest D.

modules included:

  * std.bitarray
  * std.date
  * std.datebase
  * std.dateparse
  * std.regexp
  * std.signals
  * std.stream and friends
  * std.xml

Some individual functions have been moved here rather than full Phobos modules.
They are:

  * undead.doformat: Contains the doFormat function from std.format
  * undead.string: Contains regex style pattern matching functions from
    std.string

Number of commits found: 2