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
layouteditor IC/MEMS layout editor
0.0.20110614_2 cad Deleted 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.0.20110614_2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Qt4 has been EOL since december 2015
Expired This port expired on: 2019-03-15
Maintainer: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-01-05 07:58:39
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
License: not specified in port
WWW:
http://www.layouteditor.net/index.html
Description:
A IC/MEMS layout editor. Features: all angle, font generator, macros, boolean operations, design rule checker, crossplatform compatible, supported formats:Calma GDSII, OASIS (Open Artwork System Interchange Standard), DXF, CIF (Caltech Intermediate Form) WWW: http://www.layouteditor.net/index.html
Homepage    cgit ¦ GitHub ¦ 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 (1 items)
Collapse this list.
  1. bin/layout
Collapse this list.
Dependency lines:
  • layouteditor>0:cad/layouteditor
No installation instructions:
This port has been deleted.
PKGNAME: layouteditor
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (LayoutEditor-20110614-gpl-src.zip) = 69e8a6f1316a71077d46ed91422cd71704c9b13850f6e1cc27a9d5eec72d0638 SIZE (LayoutEditor-20110614-gpl-src.zip) = 2812257

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. moc : devel/qt4-moc
  2. qmake : devel/qt4-qmake
  3. rcc : devel/qt4-rcc
  4. uic : devel/qt4-uic
Library dependencies:
  1. libttf.so : print/freetype
  2. libQtCore.so : devel/qt4-corelib
  3. libQtGui.so : x11-toolkits/qt4-gui
  4. libQtNetwork.so : net/qt4-network
  5. libQt3Support.so : devel/qt4-qt3support
  6. libQtSql.so : databases/qt4-sql
  7. libQtXml.so : textproc/qt4-xml
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
qmake qt:4 zip
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (4 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/hrs/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/hrs/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/hrs/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/hrs/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.20110614_2
16 Mar 2019 21:55:51
Revision:495967Original commit files touched by this commit
tcberner search for other commits by this committer
Qt4 deprecation: Remove Qt4 and its consumes.

2019-03-15 accessibility/qt4-accessible: Qt4 has been EOL since december 2015
2019-03-15 astro/qlandkartegt: Qt4 has been EOL since december 2015
2019-03-15 astro/stellarium-qt4: Qt4 has been EOL since december 2015
2019-03-15 astro/xglobe: Qt4 has been EOL since december 2015
2019-03-15 audio/acoustid-fingerprinter: Qt4 has been EOL since december 2015
2019-03-15 audio/cueplayer: Qt4 has been EOL since december 2015
2019-03-15 audio/esperanza: Qt4 has been EOL since december 2015
2019-03-15 audio/lastfm-desktop: Qt4 has been EOL since december 2015
2019-03-15 audio/minitunes: Qt4 has been EOL since december 2015
2019-03-15 audio/mixxx20: Qt4 has been EOL since december 2015
2019-03-15 audio/mumble: Qt4 has been EOL since december 2015
2019-03-15 audio/murmur: Qt4 has been EOL since december 2015
2019-03-15 audio/puddletag: Qt4 has been EOL since december 2015
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.20110614_2
02 Dec 2018 15:41:48
Revision:486467Original commit files touched by this commit
rene search for other commits by this committer
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
0.0.20110614_2
28 Jun 2018 17:39:55
Revision:473503Original commit files touched by this commit
tcberner search for other commits by this committer
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
0.0.20110614_2
30 Nov 2017 06:13:35
Revision:455167Original commit files touched by this commit Sanity Test Failure
linimon search for other commits by this committer
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.

This is part two of a multipart commit to bring armv7 ports to parity
with armv6.

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com -exp run
0.0.20110614_2
27 May 2017 15:07:12
Revision:441847Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on armv6, for errors classified as "clang".

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
0.0.20110614_2
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.0.20110614_2
01 Apr 2016 13:29:17
Revision:412344Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
0.0.20110614_2
14 May 2015 10:15:09
Revision:386312Original commit files touched by this commit
mat search for other commits by this committer
MASTER_SITES cleanup.

- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
0.0.20110614_2
19 Sep 2014 15:45:15
Revision:368571Original commit files touched by this commit
tijl search for other commits by this committer
print/freetype:
- Remove old libtool patch
- Remove :oldver from USES=libtool and bump dependent ports
0.0.20110614_1
07 Mar 2014 15:59:54
Revision:347403Original commit files touched by this commit
bapt search for other commits by this committer
Convert c* to USES=zip
0.0.20110614_1
22 Nov 2013 12:55:00
Revision:334586Original commit files touched by this commit
makc search for other commits by this committer
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.

Approved by:	portmgr (blanket approval)
0.0.20110614_1
20 Sep 2013 15:58:42
Revision:327711Original 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:
cad)
0.0.20110614_1
26 Apr 2013 09:23:54
Revision:316593Original commit files touched by this commit
bapt search for other commits by this committer
In preparation of the removal of USE_FREETYPE from bsd.port.mk: remove
USE_FREETYPE from all ports using it

While here trim some headers, and do some conversion to new options framework.
0.0.20110614_1
06 Jun 2012 06:44:38
Original commit files touched by this commit
miwi search for other commits by this committer
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
0.0.20110614_1
01 Jun 2012 05:26:28
Original commit files touched by this commit
dinoex search for other commits by this committer
- update png to 1.5.10
0.0.20110614
21 May 2012 17:59:12
Original commit files touched by this commit
rakuco search for other commits by this committer
Make the port build with the upcoming Qt 4.8.1 release.

The QPoint overloads for operator*() were changed in the 4.8.0 release
[1], so we need to add a patch to adjust a cast here.

No PORTREVISION bump since there were no dependency changes and things
are still building fine with Qt 4.7.

[1]
http://qt.gitorious.org/qt/qt/commit/a562fd2d201e3b618ed99a316275f20385cc5c25

Approved by:    miwi (Qt 4.8.1 exp-run)
0.0.20110614
07 Jul 2011 02:40:32
Original commit files touched by this commit
hrs search for other commits by this committer
Update to Release 20110614.
0.0.20101101
06 Jan 2011 21:39:37
Original commit files touched by this commit
hrs search for other commits by this committer
Fix missing dependency.

Reported by:    pav
0.0.20101101
05 Jan 2011 07:58:25
Original commit files touched by this commit
hrs search for other commits by this committer
Add cad/layouteditor, an IC/MEMS layout editor with the following features:
all angle, font generator, macros, boolean operations, design rule checker,
crossplatform compatible.  This supports Calma GDSII, OASIS (Open Artwork
System Interchange Standard), DXF, CIF (Caltech Intermediate Form).

WWW:    http://www.layouteditor.net/index.html

Number of commits found: 19