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
burplex Preview and select images for batch processing
1.0.0_1 graphics Deleted on this many watch lists=1 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.0.0_1Version 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: waitman@waitman.net search for ports maintained by this maintainer
Port Added: 2012-09-18 20:59:20
Last Update: 2019-03-16 21:55:51
SVN Revision: 495967
People watching this port, also watch:: python, unoconv, py39-pycparser, sysinfo
License: BSD2CLAUSE
WWW:
http://www.burplex.com
Description:
This Qt 4 based program allows to browse directory tree, preview and select images. The list of selected images is stored in a file which can be used for further batch processing. WWW: http://www.burplex.com
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/burplex
  2. man/man7/burplex.7.gz
  3. /usr/local/share/licenses/burplex-1.0.0_1/catalog.mk
  4. /usr/local/share/licenses/burplex-1.0.0_1/LICENSE
  5. /usr/local/share/licenses/burplex-1.0.0_1/BSD2CLAUSE
Collapse this list.
Dependency lines:
  • burplex>0:graphics/burplex
No installation instructions:
This port has been deleted.
PKGNAME: burplex
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (burplex-1.0.0.tar.gz) = f5c4c7ef578779ab1ea1caf1cf355a63490469765d4710feb1718e18538973e5 SIZE (burplex-1.0.0.tar.gz) = 105614

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
Runtime dependencies:
  1. dcraw : graphics/dcraw
  2. libqtiff.so : graphics/qt4-imageformats
Library dependencies:
  1. libQtGui.so : x11-toolkits/qt4-gui
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
qmake qt:4
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. http://www.burplex.com/
  2. http://www.da3m0n8t3r.com/
Collapse this list.

Number of commits found: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0_1
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)
1.0.0_1
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
1.0.0_1
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
1.0.0_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.0.0_1
06 Dec 2014 22:13:43
Revision:374159Original commit files touched by this commit
feld search for other commits by this committer
Update "BSD" license in graphics category
1.0.0_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)
1.0.0_1
20 Sep 2013 18:35:46
Revision:327733Original 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:
graphics)
1.0.0_1
23 Jan 2013 15:00:19
Revision:310871Original commit files touched by this commit
makc search for other commits by this committer
Bump PORTREVISION after DESKTOP_ENTRIES update
1.0.0
18 Sep 2012 20:58:30
Revision:304465Original commit files touched by this commit
makc search for other commits by this committer
Add new port graphics/burplex:

This Qt 4 based program allows to browse directory tree, preview
and select images. The list of selected images is stored in a file
which can be used for further batch processing.

WWW: http://www.burplex.com

PR:		based on ports/169383
Submitted by:	Waitman Gobble <uzimac at da3m0n8t3r.com>

Number of commits found: 9