Port details |
- sublime3 Sophisticated text editor for code, markup and prose
- 3.0.83_1 editors
=0 3.0.83_1Version of this port present on the latest quarterly branch.
- Maintainer: miguelmclara@gmail.com
- Port Added: 2014-09-22 10:40:16
- Last Update: 2015-12-29 17:48:19
- SVN Revision: 404769
- Also Listed In: linux
- License: not specified in port
- WWW:
- http://www.sublimetext.com
- Description:
- Sublime Text is a sophisticated text editor for code, markup and prose.
WWW: http://www.sublimetext.com
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- linux-sublime>0:editors/sublime3
- No installation instructions:
- This port has been deleted.
- PKGNAME: linux-sublime
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- sh : emulators/linux_base-c6
- libatk-1.0.so.0.3009.1 : accessibility/linux-c6-atk
- libcairo.so.2.10800.8 : graphics/linux-c6-cairo
- libexpat.so.1 : textproc/linux-c6-expat
- libfontconfig.so.1.4.4 : x11-fonts/linux-c6-fontconfig
- libgdk_pixbuf-2.0.so.0 : graphics/linux-c6-gdk-pixbuf2
- libgtk-x11-2.0.so.0.2400.23 : x11-toolkits/linux-c6-gtk2
- libjpeg.so.62.0.0 : graphics/linux-c6-jpeg
- libpango-1.0.so.0.2800.1 : x11-toolkits/linux-c6-pango
- libpng.so.3.49.0 : graphics/linux-c6-png
- libtiff.so.3.9.4 : graphics/linux-c6-tiff
- libXrandr.so.2.2.0 : x11/linux-c6-xorg-libs
- gtk-update-icon-cache : graphics/gtk-update-icon-cache
- Library dependencies:
-
- libatk-1.0.so : accessibility/atk
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- desktop-file-utils tar:bzip2
- 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 |
3.0.83_1 29 Dec 2015 17:48:19 |
amdmi3 |
- Rename editors/sublime3 to editors/linux-sublime3 and add PKGNAMESUFFIX
- Bring port directory and package names in sync
- Resolve PKGBASE conflict with editors/linux-sublime
PR: 205694
Approved by: portmgr blanket (due to PKGBASE conflict) |
3.0.83_1 20 Oct 2015 04:25:45 |
koobs |
editors/sublime3: Fix opening filepaths with spaces
Sublime 3 contains a wrapper script at /usr/local/bin/sublime to ensure that
/dev/shm is set up correctly, and it's currently passing arguments to the
real binary incorrectly.
It currently causes sublime to incorrectly open any file where the path
contains a space.
- Modify sublime.in to open filepaths with spaces correctly
- Bump PORTREVISION
While I'm here:
- Sort USES
- Group USE{S} lines
- Pet portlint (make patch `makepatch` compliant)
PR: 203783
Submitted by: Miguel <miguelmclara gmail com> (maintainer)
MFH: 2015Q4 |
3.0.83 30 Mar 2015 16:07:22 |
pawel |
- Update to version 3.0.83 [1]
- Fix COMMENT
PR: 198890 [1]
Submitted by: miguelmclara@gmail.com (maintainer) [1] |
3.0.65_3 08 Feb 2015 20:40:42 |
pi |
editors/sublime3: change the path in the .desktop from absolute to relative
Submitted by: jbeich |
3.0.65_3 08 Feb 2015 18:52:48 |
pi |
editors/sublime3: patch .desktop file and add check for /dev/shm link
PR: 197381
Submitted by: miguelmclara@gmail.com (maintainer) |
3.0.65_2 30 Nov 2014 23:51:37 |
rodrigc |
Change dependency to Centos 6. Sublime does not work
with the libraries in Fedora 10.
Reviewed by: xmj |
3.0.65_1 26 Nov 2014 23:46:38 |
robak |
editors/sublime3: various fixes
- Fix desktop file and icons
- Add gtk2 dependency
- Fix pkg-plist (remove unneeded files and and /Icons needed for the
Title/taskbar)
- Remove "STRIP" in the Makefile
- Remove "@" where except for MKDIR in the Makefile
PR: 194669
Submitted by: Miguel Clara <miguelmclara@gmail.com> |
3.0.65 27 Oct 2014 12:19:13 |
bapt |
Cleanup plist |
3.0.65 22 Sep 2014 10:40:01 |
xmj |
Update CentOS base to 6.5, add userland ports
The Fedora 10 infrastructure ports have been in use since June 2009 and, while
having served a great deed, have become unsupported upstream and hence affected
by unfixed security vulnerabilities. In addition to that, many recent Linux
binaries need newer libc / stdlibc++ versions.
This commit adds the linux-c6- userland as drop-in replacement for the -f10
infrastructure, as well as upgrading the linux_base-c6 port to CentOS 6.5.
If you want to switch to linux-c6 ports, please define at /etc/make.conf:
OVERRIDE_LINUX_BASE_PORT=c6
OVERRIDE_LINUX_NONBASE_PORTS=c6
(Only the first 15 lines of the commit message are shown above ) |