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
mol2ps Read molecular structure files and generate Postscript output
0.4b_13 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 0.4b_13Version of this port present on the latest quarterly branch.
Maintainer: acm@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2009-09-19 11:03:38
Last Update: 2023-12-23 01:11:51
Commit Hash: 97616b0
License: GPLv2+
WWW:
https://homepage.univie.ac.at/norbert.haider/cheminf/mol2ps.html
Description:
mol2ps is a freely available command-line utility program which reads molecular structure files in different formats and generates Postscript output for 2D display. The Postscript file can then be used e.g. for creating a bitmap file, using a Postscript interpreter like Ghostscript.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (7 items)
Collapse this list.
  1. bin/mol2eps
  2. bin/mol2ps
  3. bin/mol2svg
  4. share/mol2ps/color.conf
  5. /usr/local/share/licenses/mol2ps-0.4b_13/catalog.mk
  6. /usr/local/share/licenses/mol2ps-0.4b_13/LICENSE
  7. /usr/local/share/licenses/mol2ps-0.4b_13/GPLv2+
Collapse this list.
Dependency lines:
  • mol2ps>0:science/mol2ps
To install the port:
cd /usr/ports/science/mol2ps/ && make install clean
To add the package, run one of these commands:
  • pkg install science/mol2ps
  • pkg install mol2ps
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mol2ps
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (mol2ps-0.4b/mol2ps.pas) = f8cca84e7e520d6b329617dcfca9930b1ef98b507123479b6d5764ec5cae6577 SIZE (mol2ps-0.4b/mol2ps.pas) = 297829

Packages (timestamps in pop-ups are UTC):
mol2ps
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-0.4b_13--0.4b_13---
FreeBSD:13:quarterly-0.4b_13--0.4b_13---
FreeBSD:14:latest-0.4b_13--0.4b_13---
FreeBSD:14:quarterly-0.4b_13--0.4b_13---
FreeBSD:15:latest-0.4b_13n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. as : devel/binutils
  2. ppcx64 : lang/fpc
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
science_mol2ps
USES:
fpc
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://homepage.univie.ac.at/norbert.haider/download/chemistry/mol2ps/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4b_13
23 Dec 2023 01:11:51
commit hash: 97616b0e4d07dc0589030fb3b88e357d9bd46bb2commit hash: 97616b0e4d07dc0589030fb3b88e357d9bd46bb2commit hash: 97616b0e4d07dc0589030fb3b88e357d9bd46bb2commit hash: 97616b0e4d07dc0589030fb3b88e357d9bd46bb2 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISION because lang/fpc installs missing serial unit
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.4b_12
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.4b_12
20 Jul 2022 14:22:51
commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361commit hash: 46196047a4df0f85aaee442799209fdaacf03361 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
science: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Andreas Fehlner <fehlner@gmx.de>
  *  Brad Huntting <huntting@glarp.com>
  *  Chao Shin <quakelee@cn.FreeBSD.org>
  *  Cheng-Lung Sung <clsung@FreeBSD.org>
  *  Chia-Hsing Yu <me@davidyu.org>
  *  Chris Rees <utisoft@gmail.com>
  *  David Naylor <dbn@FreeBSD.org>
  *  Dmitry Sivachenko <demon@FreeBSD.org>
  *  Ed Schouten <ed@FreeBSD.org>
  *  Eric Freeman <freebsdports@chillibear.com>
  *  Erik B Knudsen
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.4b_12
21 Jun 2022 01:17:20
commit hash: c77c31909fb042682ba8aed7ca69419de9332804commit hash: c77c31909fb042682ba8aed7ca69419de9332804commit hash: c77c31909fb042682ba8aed7ca69419de9332804commit hash: c77c31909fb042682ba8aed7ca69419de9332804 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: Fix build issues building some fpc based apps

- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
0.4b_11
18 Jun 2022 04:23:28
commit hash: 121ccc3d2933cc7fba5c5b4ef78926541dfa9066commit hash: 121ccc3d2933cc7fba5c5b4ef78926541dfa9066commit hash: 121ccc3d2933cc7fba5c5b4ef78926541dfa9066commit hash: 121ccc3d2933cc7fba5c5b4ef78926541dfa9066 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
*/*: Bump PORTREVISION

- lang/fpc was update to new bootstrap
0.4b_10
03 Feb 2022 05:07:13
commit hash: 0de5507c162d2a04212efa2770a1a9ed56626030commit hash: 0de5507c162d2a04212efa2770a1a9ed56626030commit hash: 0de5507c162d2a04212efa2770a1a9ed56626030commit hash: 0de5507c162d2a04212efa2770a1a9ed56626030 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: Fix build issue on lazarus i386 and amd64

- Bump PORTREVISION
- Disable some default OPTIONS
Obtained
from:	https://forum.lazarus.freepascal.org/index.php/topic,57752.msg429737.html#msg429737
0.4b_9
01 Aug 2021 02:03:46
commit hash: 20948f4616704cb77eb942569eaf874288b29d02commit hash: 20948f4616704cb77eb942569eaf874288b29d02commit hash: 20948f4616704cb77eb942569eaf874288b29d02commit hash: 20948f4616704cb77eb942569eaf874288b29d02 files touched by this commit
Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
games/hedgewars: lang/nbc: science/checkmol: science/mol2ps: bump PORTREVISION

* lang/fpc was updated to 3.2.2
0.4b_8
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.4b_8
14 Jan 2021 21:11:15
Revision:561593Original commit files touched by this commit
acm search for other commits by this committer
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports

PR:		251712
Reported by:	amdmi3
0.4b_7
25 Nov 2020 03:13:18
Revision:556262Original commit files touched by this commit
acm search for other commits by this committer
- Bump PORTREVISION. fpc was updated to 3.2.0
0.4b_6
06 Mar 2020 06:26:05
Revision:527858Original commit files touched by this commit
acm search for other commits by this committer
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
  when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
0.4b_5
31 Dec 2019 15:11:19
Revision:521624Original commit files touched by this commit
acm search for other commits by this committer
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
  /etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
  %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
  variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
  when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Submitted by:	fbsdbugs4 __at__ sentry.org
0.4b_4
03 Sep 2019 15:51:51
Revision:510956Original commit files touched by this commit
acm search for other commits by this committer
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
0.4b_3
15 Aug 2019 16:11:27
Revision:509004Original commit files touched by this commit
acm search for other commits by this committer
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
  dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
  default). fpc is not working with lld. We will use binutils-ports when
  ld.bfd is moved from base if lld not working on future version
  of fpc
- Bump PORTREVISION
0.4b_2
15 Jan 2019 05:44:58
Revision:490348Original commit files touched by this commit
acm search for other commits by this committer
- Add LLD_UNSAFE

PR:		214864
0.4b_2
05 Apr 2018 04:52:36
Revision:466532Original commit files touched by this commit
acm search for other commits by this committer
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
0.4b_2
01 Feb 2018 07:32:05
Revision:460573Original commit files touched by this commit
acm search for other commits by this committer
- Bump PORTREVISION. lang/fpc was updated to 3.0.4
0.4b_1
26 Feb 2017 17:50:29
Revision:434900Original commit files touched by this commit
acm search for other commits by this committer
- Bump PORTREVISION. Freepascal was updated
- Take maintainership
0.4b
12 Jan 2016 16:20:32
Revision:405891Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert LICENSE= "GPLxx # or later" to "GPLxx+"

Approved by:	portmgr blanket
0.4b
21 Dec 2015 11:40:00
Revision:404090Original commit files touched by this commit
marino search for other commits by this committer
science/mol2ps: Upgrade version 0.4a => 0.4b and unbreak

PR patch had to be modified after FPC was updated to 3.0.0

PR:		205218
Submitted by:	Ports Fury
0.4a_2
09 Nov 2015 12:59:04
Revision:401096Original commit files touched by this commit
antoine search for other commits by this committer
Mark a few ports BROKEN: unfetchable
0.4a_2
05 Nov 2015 12:36:25
Revision:400848Original commit files touched by this commit
mat search for other commits by this committer
Fix ports that confused the meaning of WRKDIR and WRKSRC.

PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
0.4a_2
09 Aug 2015 08:06:45
Revision:393766Original commit files touched by this commit
acm search for other commits by this committer
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
  fpc units only are added like build dependencies (less dependencies registered
  when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up
0.4a_1
20 Dec 2014 19:35:11
Revision:375110Original commit files touched by this commit
bapt search for other commits by this committer
cleanup plist
0.4a_1
10 Jun 2014 14:46:36
Revision:357317Original commit files touched by this commit
vanilla search for other commits by this committer
Stagify.
0.4a_1
26 Mar 2014 04:18:15
Revision:349227Original commit files touched by this commit
acm search for other commits by this committer
- Fix typo
26 Mar 2014 04:04:46
Revision:349223Original commit files touched by this commit Sanity Test Failure Refresh
acm search for other commits by this committer
- Bump PORTREVISION. Freepascal compiler was updated to 2.6.4
0.4a
20 Sep 2013 22:48:31
Revision:327767Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
0.4a
22 Jul 2013 15:28:03
Revision:323468Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.4a

PR:		180694
Submitted by:	Ports Fury
0.4
17 Jun 2013 15:22:25
Revision:321129Original commit files touched by this commit
miwi search for other commits by this committer
- Update to version 0.4

PR:		179589
Submitted by:	Ports Fury
0.3a
29 May 2013 05:30:58
Revision:319348Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.3a

PR:		179057
Submitted by:	Ports Fury
0.3
02 Mar 2013 14:54:19
Revision:313253Original commit files touched by this commit
miwi search for other commits by this committer
- Update to 0.3

PR:		176540
Submitted by:	Ports Fury
0.1e_4
01 Oct 2012 14:45:17
Revision:305130Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Reassign to the heap at maintainer's request
0.1e_4
19 Apr 2012 06:51:44
Original commit files touched by this commit
acm search for other commits by this committer
- Bump PORTREVISION (freepascal ports were updated)
0.1e_3
03 Jul 2011 13:22:25
Original commit files touched by this commit
ohauer search for other commits by this committer
 - remove MD5
0.1e_3
23 Jun 2011 05:39:27
Original commit files touched by this commit
acm search for other commits by this committer
- Bump PORTREVISION. lang/fpc has been updated to 2.4.4
0.1e_2
15 Nov 2010 22:50:44
Original commit files touched by this commit
acm search for other commits by this committer
- Welcome to fpc 2.4.2
- Bump PORTREVISIOON
0.1e_1
16 Aug 2010 18:46:23
Original commit files touched by this commit
acm search for other commits by this committer
- Bump PORTREVISION. lang/fpc was updated and now it supports amd64
0.1e
19 Sep 2009 11:02:46
Original commit files touched by this commit
miwi search for other commits by this committer
mol2ps is a freely available command-line utility program which reads
molecular structure files in different formats and generates
Postscript output for 2D display. The Postscript file can then be used
e.g. for creating a bitmap file, using a Postscript interpreter like
Ghostscript.

WWW: http://merian.pch.univie.ac.at/~nhaider/cheminf/mol2ps.html

PR:             ports/138673
Feature safe:   yes
Submitted by:   Fernan Aguero <fernan at iib.unsam.edu.ar>

Number of commits found: 40