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 on branch 2022Q3
chemtool-devel Drawing organic molecules easily and store them (developer version)
1.7.20050716_11 science 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.7.20050716_11Version of this port present on the latest quarterly branch.
Maintainer: eduardo@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2022-08-14 01:32:29
Last Update: 2022-08-11 13:32:55
Commit Hash: 9ac6817
License: GPLv2
WWW:
http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
Description:
Chemtool is a program for drawing organic molecules easily and store them as a X bitmap file (develop version). WWW: http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (17 items)
Collapse this list.
  1. /usr/local/share/licenses/chemtool-devel-1.7.20050716_11/catalog.mk
  2. /usr/local/share/licenses/chemtool-devel-1.7.20050716_11/LICENSE
  3. /usr/local/share/licenses/chemtool-devel-1.7.20050716_11/GPLv2
  4. bin/chemtool
  5. bin/cht
  6. man/man1/chemtool.1.gz
  7. man/man1/cht.1.gz
  8. share/locale/cs/LC_MESSAGES/chemtool.mo
  9. share/locale/de/LC_MESSAGES/chemtool.mo
  10. share/locale/fr/LC_MESSAGES/chemtool.mo
  11. share/locale/nl/LC_MESSAGES/chemtool.mo
  12. share/locale/pl/LC_MESSAGES/chemtool.mo
  13. share/locale/pt_BR/LC_MESSAGES/chemtool.mo
  14. share/locale/ru/LC_MESSAGES/chemtool.mo
  15. @owner
  16. @group
  17. @mode
Collapse this list.
Dependency lines:
  • chemtool-devel>0:science/chemtool-devel
Conflicts:
CONFLICTS_INSTALL:
  • chemtool
Conflicts Matches:
There are no Conflicts Matches for this port. This is usually an error.
To install the port:
cd /usr/ports/science/chemtool-devel/ && make install clean
To add the package, run one of these commands:
  • pkg install science/chemtool-devel
  • pkg install chemtool-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: chemtool-devel
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (ct17a15.tgz) = aa11727894ece4f0d14f77ecc75295ec66ed4f9b6dd29a998cfc329948b05b57 SIZE (ct17a15.tgz) = 445473

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. msgfmt : devel/gettext-tools
  2. gmake>=4.3 : devel/gmake
  3. pkgconf>=1.3.0_1 : devel/pkgconf
  4. x11.pc : x11/libX11
Runtime dependencies:
  1. fig2dev : print/fig2dev
  2. x11.pc : x11/libX11
Library dependencies:
  1. libEMF.so : graphics/libemf
  2. libfontconfig.so : x11-fonts/fontconfig
  3. libfreetype.so : print/freetype2
  4. libharfbuzz.so : print/harfbuzz
  5. libintl.so : devel/gettext-runtime
  6. libatk-1.0.so : accessibility/atk
  7. libcairo.so : graphics/cairo
  8. libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
  9. libglib-2.0.so : devel/glib20
  10. libintl.so : devel/gettext-runtime
  11. libgtk-x11-2.0.so : x11-toolkits/gtk20
  12. libpango-1.0.so : x11-toolkits/pango
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for chemtool-devel-1.7.20050716_11: EXAMPLES=on: Build and/or install examples ===> Use 'make config' to modify these settings
Options name:
science_chemtool-devel
USES:
compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://ruby.chemie.uni-freiburg.de/~martin/chemtool/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.7.20050716_11
11 Aug 2022 13:32:55
commit hash: 9ac6817b1750992c19942fc86e6f785fd776d74ecommit hash: 9ac6817b1750992c19942fc86e6f785fd776d74ecommit hash: 9ac6817b1750992c19942fc86e6f785fd776d74ecommit hash: 9ac6817b1750992c19942fc86e6f785fd776d74e files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
Author: Robert Clausecker
science/chemtool-devel: Fix build on FreeBSD 13.1R and 14

 - Same fix as 4bfc3a9 for science/chemtool.
 - While we are at it, define LICENSE.  The license is not
   shipped, but from the README it is clearly the authors
   intent to have the same license as for science/chemtool.

while I'm here:

 - cleanup Makefile
 - remove unnecessary patch and reinplace cmd
 - add EXAMPLES option
 - add missing LIB_DEPENDS and USE_GNOME deps (Q/A check)
 - adopt port

PR:		265614
(cherry picked from commit cb127c6a8da1307a823f638a0489336222bd3f10)

Number of commits found: 1