Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
12 Jul 2020 09:30:29
1.0.22_1

|
tobik  |
audio/sndio: Update to 1.7.0 |
30 Jun 2020 15:00:14
1.0.22

|
gahr  |
x11-wm/e16: update to 1.0.22
Announcement: https://sourceforge.net/p/enlightenment/mailman/message/37042315/ |
13 Nov 2019 10:57:49
1.0.21

|
gahr  |
x11-em/e16: fix USES and CONFIGURE_ARGS |
12 Nov 2019 17:00:41
1.0.21

|
gahr  |
x11-wm/e16: update to 1.0.21, rework OPTIONS
Announcement: https://sourceforge.net/p/enlightenment/mailman/message/36792261/
Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.21 |
07 Nov 2019 18:36:56
1.0.20

|
zeising  |
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
03 Jun 2019 11:57:57
1.0.20

|
gahr  |
x11-wm/e16: update to 1.0.20
Announcement: https://sf.net/p/enlightenment/mailman/message/36682432
Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.20 |
11 Sep 2018 18:34:28
1.0.19_1

|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
11 Sep 2018 09:11:30
1.0.19

|
gahr  |
x11-wm/e16: fix build which assumed dlopen is in libdl |
10 Sep 2018 14:14:43
1.0.19

|
gahr  |
x11-wm/e16 - update to 1.0.19
Add option to build with PANGO support for text rendering.
Fix NLS with non-default prefix.
Changelog: https://git.enlightenment.org/e16/e16.git/commit/ChangeLog?h=v1.0.19 |
31 Jul 2018 18:41:30
1.0.18_1

|
zeising  |
Switch to xorgproto instead of individual packages
Upstream used to distribute protocol headers as separate packages, but has
decided to merge those to a common package, named xorgproto. This update
tracks that change.
* Add a new port, x11/xorgproto, with are protocol headers for xorg.
* Hook the new protocol port to the build and to infrastructure in
bsd.xorg.mk.
* Update all ports with a dependency on any of the old *proto packages to
instead depend on xorgproto. Bump portrevision.
* Delete the old *proto packages, update MOVED.
PR: 230023
Submitted by: zeising
Approved by: portmgr (antoine)
exp-run by: antoine |
17 Oct 2017 09:04:17
1.0.18

|
amdmi3  |
- Update WWW
Approved by: portmgr blanket |
17 Apr 2017 11:40:34
1.0.18

|
gahr  |
x11-wm/e16: update to 1.0.18
- Use AC_USE_SYSTEM_EXTENSIONS.
- Build .xz tarball too.
- Use RandR data to populate screens structure.
- Remove unused Mode.display.xinerama_active.
- Refactor some screen stuff.
- Refactorization in WarpFocus().
- Window list: Show windows on same head as pointer first.
- Drop incomplete HAVE_STDARG_H stuff.
- Fix warning with recent pango.
- Warning fixes for gcc 7. |
01 Apr 2016 14:33:58
1.0.17

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2016 13:18:17
1.0.17

|
mat  |
Fixup some whitespace at the beginning of lines problems.
With hat: portmgr
Sponsored by: Absolight |
24 Dec 2015 14:53:48
1.0.17

|
gahr  |
x11-wm/e16 - update to 1.0.17, take back maintainership
Announce: https://sf.net/p/enlightenment/mailman/message/34341883
PR: 205565
Submitted by: gahr
Approved by: gblach (for enlightenment@) |
02 Sep 2015 22:40:54
1.0.16

|
amdmi3  |
- Add LICENSE_FILE
- Switch to options helpers
Approved by: portmgr blanket |
16 Apr 2015 22:03:28
1.0.16

|
bapt  |
over to enlightenment@ |
16 Apr 2015 20:13:44
1.0.16

|
gblach  |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
22 Feb 2015 11:35:15
1.0.16

|
gblach  |
Update to 1.0.16 |
27 Dec 2014 00:09:03
1.0.15_1

|
gblach  |
- Remove Mk/bsd.efl.mk
- Convert USE_EFL=libtool_hack to USES=libtool
- Convert USE_EFL=imlib2 to LIB_DEPENDS=libImlib2.so:...
- Bump PORTVERSION in graphics/imlib2 and in all ports
which depends on imlib2
PR: 196062
Approved by: portmgr |
13 Dec 2014 10:15:51
1.0.15

|
gblach  |
Update to 1.0.15 |
11 Dec 2014 00:06:47
1.0.14.001

|
gblach  |
Take maintainership |
10 Dec 2014 22:29:15
1.0.14.001

|
gahr  |
- Reset maintainership of my ports |
17 Oct 2014 10:07:42
1.0.14.001

|
gahr  |
- Update to 1.0.14.001
Changes:
* Fix warnings with gcc 4.9.x.
* Minor simplifications in ImagestateDraw...() functions.
* Minor tweak in EXFillAreaSolid().
* Fix potential use of freed pixmap.
* Move shape window stuff to separate header file.
* Simplify pager background update.
* Change some operations to render ones.
* Wrap XDraw/FillRectangle.
* Debug tweaks (pager).
* Remove ancient unused code.
* Cosmetics (key->keycode).
* Cosmetics (key->keysym). (Only the first 15 lines of the commit message are shown above ) |
05 Sep 2014 14:23:46
1.0.14

|
gahr  |
- Add LICENSE |
30 Jul 2014 18:33:46
1.0.14

|
amdmi3  |
- Switch to USES=libtool
Approved by: portmgr blanket |
31 Mar 2014 08:55:49
1.0.14

|
gahr  |
- Update to 1.0.14 |
17 Feb 2014 09:06:04
1.0.13.004

|
gahr  |
- Update to 1.0.13.004
Changes:
* Wrap XGetWindowAttributes().
* Simplify registration of override-redirect windows.
* Avoid redundant calls of XGetWindowAttributes.
* Only manage InputOutput windows.
* Add server grab around initial window pickup loop.
* Don't play sound in ShowAlert().
* Rename EDrawableCheck to EXDrawableOk and remove unused parameter.
* Add EXWindowOk().
* Use our own window property functions in stead of various Xlib ones.
* Remove some use of X11 Bool type/values.
* Wrap the last XClearArea call.
* Use NoXID in stead of None.
* Use XCopyArea wrapper function.
* Wrap remaining XCopyArea calls.
* Tweak error handler API.
* Wrap some calls to XFillRectangle.
* Fix memory leak when changing area.
* Reduce nesting in DialogRealizeItem().
* Simplify/fix dialog layout code. |
28 Oct 2013 08:45:13
1.0.13.003

|
gahr  |
- Fix COMMENT and pkg-descr |
22 Oct 2013 14:04:02
1.0.13.003

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (remaining categories)
- Add note on mtree change to CHANGES
Approved by: portmgr (bdrewery) |
17 Oct 2013 12:58:06
1.0.13.003

|
gahr  |
- Get rid of MAN1 macro
Reported by: antoine |
14 Oct 2013 08:33:22
1.0.13.003

|
gahr  |
- Update to 1.0.13.003
Changes:
* Fixup after list changes.
* Autofoo macro cleanups.
* Obsolete event handling tweak (click grabs).
* Obsolete event handling tweak (serial wrap).
* Remove useless Name[] entries from .desktop files.
* Fix menu generation some more.
* Update gettext version to 0.17.
- STAGE-clean
- Convert to new LIB_DEPENDS format
- Add DOCS and NLS to OPTIONSng |
21 Sep 2013 00:01:17
1.0.13.001

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-wm) |
31 Aug 2013 01:17:11
1.0.13.001

|
bapt  |
Add explicit dependency on pkgconf
While here:
- trim headers
- convert USE_GMAKE to USES=gmake |
21 Aug 2013 14:13:11
1.0.13.001

|
gahr  |
- Update to 1.0.13.0
Changes:
* Fix installation group ownership of theme files (ticket 2345).
* Fix various perl warnings.
* Fix menu generation issue.
* Play raise/lower sounds only if any windows are actually raised/lowered.
* Fix bug in ActionClass loading.
* Tweak button swallowing in slideouts.
* Clear SF_INFO struct before calling sf_open().
* Save some bytes in various structs.
* Button:inside_win is not used.
* Tweak button event callback parameter.
* updating desktop files translations (Only the first 15 lines of the commit message are shown above ) |
05 Jun 2013 15:06:44
1.0.13

|
gahr  |
- Remove debug CFLAGS introduced by my last commit |
27 Apr 2013 18:25:25
1.0.13

|
mva  |
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here |
24 Apr 2013 18:10:32
1.0.13

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
22 Apr 2013 15:10:48
1.0.13

|
gahr  |
- Update to 1.0.13
Release notes: http://sf.net/mailarchive/message.php?msg_id=30727790
Changes:
* Don't use CPPFLAGS in Makefile.am.
* Eliminate Quicksort(), use libc qsort() in stead.
* Set startup id on apps started by snaps too.
* Startup applications - Don't slide in or place manually during e16
startup.
* Fix Globally Active focus mode (Tim Howe).
* Use qsort in stead of open coded sorting.
* Move/rename atom/property related wrapper functions and types.
* Move/rename EInternAtom -> ex_atom_get, AtomListIntern -> ex_atoms_get.
* Update esperanto translation
Feature safe: yes |
28 Mar 2013 08:01:57
1.0.12

|
gahr  |
- Update to 1.0.12
Changes:
* Minor simplification in initial window registration.
* Eliminate unnecessary XSync.
* Don't unmap/map override-redirect windows during startup.
* CM: Fix override-redirect window registration detail.
* CM: Fix startup after recent changes.
* Danish translation update.
* Convert da.po to utf-8. |
20 Mar 2013 09:31:26
1.0.11.002

|
gahr  |
- Remove debug flags |
14 Mar 2013 17:18:04
1.0.11.002

|
gahr  |
- Fix post-patch target
Reported by: bapt |
07 Mar 2013 09:48:38
1.0.11.002

|
gahr  |
- Update to 1.0.11.002
Changes:
* Fix intended centering on parent of unplaced dialogs.
* Fix some issues reported by clang.
* Build silently (use AM_SILENT_RULES).
* Fix using e16 with xcompmgr. |
18 Feb 2013 12:16:32
1.0.11.001

|
gahr  |
- Fix NLS
Reported by: qat |
18 Feb 2013 11:51:29
1.0.11.001

|
gahr  |
- Update to 1.0.11.001
Changes:
* Enable using libsndfile for sound file loading.
* Focus update tweaks.
* Add EventsBlock().
* Add script to place pagers (James Bowlin).
* Introduce new animation engine (Daniel Manjarres).
* Fix various issues reported by clang. Minor cleanups.
* Fix test for XI2 availability.
* Use __func__ for function names in debug stuff.
* Window slide code cosmetics.
* Wrap some calls to XGrab/UngrabKeyboard() + cosmetics.
* Wrap XAllowEvents().
* Fix major memory leak when using XI2 events. (Only the first 15 lines of the commit message are shown above ) |
10 Oct 2012 13:05:01
1.0.11

|
gahr  |
- Update to 1.0.11
- Add OptionsNG to select ESD sound server
- Convert NLS and PORTDOCS checks to OptionsNG |
10 Sep 2012 12:09:15
1.0.10.002

|
gahr  |
- Update to 1.0.10.002
Changes:
* Fix coords placement in techopaque mode (Daniel Manjarres).
* Remove unused code.
* Fix (if experimenting with USE_DESK_EXPOSE).
* Move EObj sliding functions to slide.c too.
* Don't prevent pager update due to ewin slide.
* Add some timer debug, cosmetic changes.
* Fetch time to next timer run after running idlers.
* Desk restacking before shade/unshade should not be necessary.
* Another spec file fix - don't own locale/* dirs.
* Startup cosmetics.
* Fix having black solid color background.
* Don't keep shaded windows entirely on-screen (ticket 1191).
* Enable logging to stdout or stderr.
* Improve fading debug logging.
* Remove unnecessary code in ECompMgrWinFadeIn().
* Menu code tweaks.
* Alert if root window button events cannot be selected.
* Use EobjsSlideBy() to slide desks as well as areas.
* EobjSlideTo() is no longer used.
* Fix potential deadlock with multiple simultaneous alerts. |
10 Jul 2012 11:13:29
1.0.10.001
|
gahr  |
- Update to 1.0.10.001
Changelog:
* Spec file fixes.
* Expose ECompMgrWinSetOpacity() - call via EobjChangeOpacityNow().
* Eliminate Mode.place.doing_slide.
* Fix setting slide-in mode in dialog.
* Menus - Remove unused code.
* Change ewin sliding function API.
* Dialog sliders - Enable having upper bound below lower.
* Dialogs - Add missing const.
* Remove server grab around EShapeSetShape().
* Add EX_EVENT_GLX_FLIP.
* Move pre-eventloop calls of EobjsRepaint() out of progress bar functions.
* Remove useless parameter from SnapshotsSaveReal().
* GSOD - Make work when compositing. (Only the first 15 lines of the commit message are shown above ) |
01 Jun 2012 05:26:28
1.0.10_1
|
dinoex  |
- update png to 1.5.10 |
26 Oct 2011 09:37:51
1.0.10
|
gahr  |
- Update to 1.0.10
* Change default systray icon size to 16.
* Update internal area hint when changing area.
* Italian translation update (Massimo Maiurana). |
02 Aug 2011 08:19:20
1.0.9
|
gahr  |
- update to 1.0.9 |
27 Jun 2011 08:14:06
1.0.8.001
|
gahr  |
- Fix PLIST
Reported by: PH via pav, erwin |
21 Jun 2011 13:51:08
1.0.8.001
|
gahr  |
- Update to 1.0.8.001 |
26 Apr 2011 11:51:54
1.0.8
|
gahr  |
- Update to 1.0.8
Changes: http://trac.enlightenment.org/e/changeset/58905/ |
16 Feb 2011 14:54:32
1.0.7.003
|
gahr  |
- Update to snapshot 1.0.7.003
Changes since last update:
1.0.7.001
http://trac.enlightenment.org/e/changeset/55885/trunk/E16/e/ChangeLog
1.0.7.002
http://trac.enlightenment.org/e/changeset/55894/trunk/E16/e/ChangeLog
1.0.7.003
http://trac.enlightenment.org/e/changeset/56968/trunk/E16/e/ChangeLog |
04 Dec 2010 07:34:27
1.0.7
|
ade  |
Sync to new bsd.autotools.mk |
15 Nov 2010 16:29:37
1.0.7
|
gahr  |
- Update to 1.0.7
Changes:
* Minor zooming related fixes/cleanups.
* Change WITH_ZOOM to ENABLE_ZOOM. Zoom related build tweaks.
* Fix desk/area dialog changes sometimes not being saved.
* Enable using randr (1.3) for zooming.
* Revert "If CM is active, change snap to live pager mode." |
08 Nov 2010 19:39:41
1.0.6.002
|
gahr  |
- Update tp 1.0.6.002 |
29 Sep 2010 21:00:40
1.0.6
|
pav  |
- Add enlightenment virtual category to a couple of ports
PR: ports/150492
Submitted by: Grzegorz Blach <magik@roorback.net> |
29 Sep 2010 07:29:48
1.0.6
|
gahr  |
- Update to 1.0.6
Changes:
- Fix potential crash in menu key press handling.
- Keep on-screen windows requesting resize on screen.
- Fix deriving configuration file names with libX11-1.4.
- Fix potential crash when destroying menus.
- Fix rendering of translucent shaped windows. |
30 Aug 2010 16:42:11
1.0.5
|
gahr  |
- Update to 1.0.5 |
13 Aug 2010 07:48:33
1.0.4
|
gahr  |
- Update to 1.0.4 |
05 Jul 2010 09:18:10
1.0.2.002
|
gahr  |
- Fix ownerships on installed theme files
Reported by: "George L. Yermulnik" <yz@yz.kiev.ua> (via private e-mail)
Feature safe: yes |
21 Jun 2010 09:51:54
1.0.2.002
|
gahr  |
- Update to 1.0.2.002
Feature safe: yes |
31 May 2010 02:01:56
1.0.2.001_1
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
19 May 2010 09:48:43
1.0.2.001
|
gahr  |
- Fix PLIST
Reported by: QAT |
18 May 2010 18:33:02
1.0.2.001
|
gahr  |
- Update to 1.0.2.001 |
28 Mar 2010 06:47:48
1.0.2_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
01 Mar 2010 09:28:21
1.0.2
|
gahr  |
- Update to 1.0.2
Feature safe: yes |
05 Feb 2010 11:46:55
1.0.1.901_1
|
dinoex  |
- update to jpeg-8 |
18 Jan 2010 19:01:41
1.0.1.901
|
gahr  |
- Update to 1.0.1.901
Changelog:
- Fix name clash related to SUSv4 signal.h (patch by Pietro Cerutti, ticket
487).
- Fix creating GL pixmap in certain situations (when using mesa?).
- Play with XI2.
- Remove useless definition.
- Tweak configuration loading.
- Eliminate Mode.action_inhibit.
- Show EObj info via ipc when appropriate.
- Move EWindowGetNamePixmap() to x.c (and rename).
- Avoid some memory leaks with incorrect themes.
- Remove some redundant checks.
- Unmap internal windows before destroying.
- Fixes progress bar rendering when CM is active.
- Scale new icons down to 48x48 pixels.
- Change iconbox fallback icon mode back to snapshot.
- Do not propagate key events. |
24 Dec 2009 17:26:13
1.0.1.002
|
gahr  |
- Update to 1.0.1.002 |
22 Dec 2009 20:26:00
1.0.1
|
gahr  |
- Unbreak on CURRENT |
22 Dec 2009 12:07:16
1.0.1
|
erwin  |
Mark BROKEN on 9.x: does not build. |
05 Oct 2009 12:03:42
1.0.1
|
gahr  |
- Fix build on NOPORTDOCS
Reported by: QAT |
05 Oct 2009 11:46:49
1.0.1
|
gahr  |
- Update to 1.0.1
http://trac.enlightenment.org/e/changeset/42383/trunk/E16/e/ChangeLog |
28 Aug 2009 10:20:44
1.0.0.901
|
gahr  |
- Fix MASTER_SITES
PR: 138265
Submitted by: Barbara <barbara.xxx1975@libero.it> |
27 Aug 2009 21:50:02
1.0.0.901
|
gahr  |
- Update to 1.0.0.901
http://trac.enlightenment.org/e/changeset/42046/trunk/E16/e/ChangeLog
- Enable the installation of the e16(1) man page |
22 Aug 2009 00:39:37
1.0.0.001_1
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with X |
31 Jul 2009 13:57:52
1.0.0.001_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
28 Jun 2009 13:47:42
1.0.0.001
|
gahr  |
- Update to 1.0.0.001
http://trac.enlightenment.org/e/changeset/41210/trunk/E16/e/ChangeLog |
07 Jun 2009 22:40:41
1.0.0
|
gahr  |
- Do not create DOCSDIR when NOPORTDOCS is set [1]
- Merge a few patches back from SVN (changesets 40950, 40951 and 40952)
- Refactor Makefile a little bit
Reported by: QAT [1] |
07 Jun 2009 21:50:22
1.0.0
|
gahr  |
- Move x11-wm/enlightenment to x11-wm/e16
- Connect e16 to and disconnect enlightenment from the build
- Update to e16-1.0.0 |
07 Jun 2009 21:18:34
0.16.8.15.002
|
gahr  |
- Force commit after repocopy
Repocopy by: marcus |