Port details |
- dcd-client Auto-complete program for the D programming language (client)
- 0.13.6_2 devel =2 0.13.6_2Version of this port present on the latest quarterly branch.
- BROKEN: none of the overloads of `fatalHandler` are callable using a `shared` object
IGNORE: is marked as broken: none of the overloads of `fatalHandler` are callable using a `shared` object
- Maintainer: acm@FreeBSD.org
- Port Added: 2017-07-22 03:34:40
- Last Update: 2024-04-04 17:03:28
- Commit Hash: 8c48389
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSL
- WWW:
- https://github.com/dlang-community/DCD
- Description:
- DCD is not an IDE. DCD is designed to provide autocompletion for your favorite
text editor. If you are looking for an IDE, try one of these.
DCD consists of a client and a server. The client (dcd-client) is almost always
used through a text editor script or plugin, though it can be used from the
command line. The server (dcd-server) is responsible for caching imported
files, calculating autocomplete information, and sending it back to the client.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dcd-client>0:devel/dcd-client
- To install the port:
- cd /usr/ports/devel/dcd-client/ && make install clean
- We doubt a package is available for this port because we see it marked as as:
-
Packages are normally not provided for ports that are marked as above.
- To add the package, run one of these commands:
- pkg install devel/dcd-client
- pkg install dcd-client
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dcd-client
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1668455203
SHA256 (dlang-community-DCD-v0.13.6_GH0.tar.gz) = b4237b0489cb095cfd6cf5e22061086326eae057a3ff66244dc99bf61370db8b
SIZE (dlang-community-DCD-v0.13.6_GH0.tar.gz) = 134053
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Master port: devel/dcd-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ldmd2 : lang/ldc
- dub : devel/dub
- rdmd : lang/dlang-tools
- libemsi_containers.a : devel/containers
- libdsymbol.a : devel/dsymbol
- libmsgpack-d.a : devel/msgpack-d
- libdparse.a : devel/libdparse
- libmir-core.a : devel/mir-core
- libstdx-allocator.a : devel/stdx-allocator
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_dcd-client
- USES:
- pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: devel/dcd-server |
Commit | Credits | Log message |
0.13.6_2 04 Apr 2024 17:03:28 |
Gleb Popov (arrowd) |
devel/dcd-client: Fix plist after change to master port
Approved by: portmgr (blanket) |
0.13.6_2 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.13.6_1 15 Nov 2022 16:17:05 |
Jose Alonso Cardenas Marquez (acm) |
lang/ldc: Bump PORTREVISION of d based ports because lang/ldc port has changed |
0.11.0 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.11.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9.6 03 Jun 2018 06:54:59 |
acm |
- Update to 0.9.6 |
0.9.1 01 Feb 2018 23:54:11 |
acm |
- Update to 0.9.1 |
0.9.0_1 26 Jul 2017 13:16:58 |
mat |
Bump PORTREVISION after adding the plist.
Pointy hat: acm
Sponsored by: Absolight |
0.9.0 25 Jul 2017 01:46:17 |
acm |
- Add pkg-plist forgotten on previous commit |
0.9.0 23 Jul 2017 02:53:47 |
acm |
- Fix build on dcd-client
- Add dcd-server d files
- Install dcd-client/dcd-server library
- Bump PORTREVISION (server) |
0.9.0 22 Jul 2017 03:34:26 |
acm |
- New port: devel/dcd-client
DCD is not an IDE. DCD is designed to provide autocompletion for your favorite
text editor. If you are looking for an IDE, try one of these.
DCD consists of a client and a server. The client (dcd-client) is almost always
used through a text editor script or plugin, though it can be used from the
command line. The server (dcd-server) is responsible for caching imported
files, calculating autocomplete information, and sending it back to the client.
WWW: https://github.com/dlang-community/DCD |