Port details |
- diamond Compact programmers editor
- 1.3.8_2 editors
=2 1.3.8_2Version of this port present on the latest quarterly branch. - Maintainer: adridg@FreeBSD.org
 - Port Added: 2022-02-20 15:49:43
- Last Update: 2023-07-28 17:13:17
- Commit Hash: 664a2fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2
- WWW:
- https://github.com/copperspice/diamond
- Description:
- Diamond is a cross platform compact editor designed for programmers.
It was developed using the CopperSpice libraries and was written in C++.
- View multiple documents in movable tabs
- Auto Load previously open Files
- Configuration saved as a JSON format
- Define preset Folders
- Insert Date, Time, and Symbols
- Search and Replace
- Advanced Find
- Syntax Highlighting based on File Type
- Horizontal or Vertical split Window
- Spell Check
- Customize printed Header and Footer
- Show Spaces and Tabs
- User definable standard and custom Keyboard Shortcuts
- Record, Save, and Play back Macros
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- diamond-cs>0:editors/diamond
- To install the port:
- cd /usr/ports/editors/diamond/ && make install clean
- To add the package, run one of these commands:
- pkg install editors/diamond
- pkg install diamond-cs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: diamond-cs
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: i386
- distinfo:
- TIMESTAMP = 1652912121
SHA256 (Diamond-1.3.8.tar.bz2) = df643864be496669404ed4efdb3e174a02113e58e6947a008261a6499129a2a3
SIZE (Diamond-1.3.8.tar.bz2) = 4629586
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:
-
- copperspice>=1.7 : x11-toolkits/copperspice
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- xorgproto>=0 : x11/xorgproto
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- Runtime dependencies:
-
- copperspice>=1.7 : x11-toolkits/copperspice
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xau.pc : x11/libXau
- xcb.pc : x11/libxcb
- xcursor.pc : x11/libXcursor
- xext.pc : x11/libXext
- xfixes.pc : x11/libXfixes
- xi.pc : x11/libXi
- xinerama.pc : x11/libXinerama
- xrandr.pc : x11/libXrandr
- xrender.pc : x11/libXrender
- Library dependencies:
-
- libhunspell-1.7.so : textproc/hunspell
- libGL.so : graphics/libglvnd
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libxml2.so : textproc/libxml2
- libjpeg.so : graphics/jpeg-turbo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- editors_diamond
- USES:
- compiler:c++17-lang cmake dos2unix gl gnome iconv jpeg pkgconfig ssl tar:bz2 xorg
- 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) |
Commit | Credits | Log message |
1.3.8_2 28 Jul 2023 17:13:17
    |
Daniel Engberg (diizzy)  |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
1.3.8_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.3.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.3.8 19 May 2022 08:06:19
    |
Adriaan de Groot (adridg)  |
editors/diamond: update to latest upstream release
There are no release notes, but this incorporates at least
one compatibility fix that was added to ports as a patch previously. |
1.3.7_3 08 May 2022 21:16:23
    |
Adriaan de Groot (adridg)  |
editors/diamond: fix build against Copperspice 1.7.4
1.7.4 introduces source-incompatible changes; there is no
corresponding Diamond release, so patch with an upstream
commit that fixes it.
See https://github.com/copperspice/diamond/issues/23 |
1.3.7_2 10 Apr 2022 19:11:41
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
1.3.7_1 26 Mar 2022 08:27:27
    |
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
1.3.7 03 Mar 2022 16:24:11
    |
Adriaan de Groot (adridg)  |
x11-toolkits/copperspice: use distributed tarballs, not for i386
- Switch to the distributed tarballs, rather than pulling from
github. This means NO_WRKSUBDIR, dos2unix, and removing the
patches that apply to sources in GH but that are not in the
released source tarballs.
- Set NOT_FOR_ARCHS to i386, since there's issues in WebKit like
ld: error: relocation R_386_PC32 cannot be used against
symbol cti_vm_throw; recompile with -fPIC
and I'm insufficiently interested in chasing this. |
1.3.7 01 Mar 2022 10:42:47
    |
Adriaan de Groot (adridg)  |
editors/diamond: update to 1.3.7, latest upstream
This version is just a copyright-year update. I'm taking advantage
to follow Daniel Engberg's advice to use the upstream tarballs
rather than GitHub tarballs, even though the upstream tarballs
are, IMO, terrible.
While here, pull in a patch I wrote to avoid crashes on startup. |
1.3.6_1 21 Feb 2022 15:12:19
    |
Adriaan de Groot (adridg)  |
editors/diamond: distinguish from biology/diamond
Reported by: jrm |
1.3.6 20 Feb 2022 15:45:30
    |
Adriaan de Groot (adridg)  |
editors:diamond: new port, CopperSpice-based editor
This needs patching to consider the installed location
(e.g. share/) as a source of data, rather than the installed
location of the binary. |