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.

non port: x11-wm/e16/pkg-plist

Number of commits found: 19

Saturday, 23 Mar 2024
18:08 Nuno Teixeira (eduardo) search for other commits by this committer
x11-wm/e16: Move man pages to share/man

Approved by:	portmgr (blanket)
commit hash: bae94e5b2378aa35e72e4a499c39f742bbdc0aed commit hash: bae94e5b2378aa35e72e4a499c39f742bbdc0aed commit hash: bae94e5b2378aa35e72e4a499c39f742bbdc0aed commit hash: bae94e5b2378aa35e72e4a499c39f742bbdc0aed bae94e5
Thursday, 4 Aug 2022
06:38 Pietro Cerutti (gahr) search for other commits by this committer
x11-wm/e16: update to 1.0.25

Release notes:
https://www.mail-archive.com/enlightenment-release@lists.sourceforge.net/msg00579.html
commit hash: 9520a1124be5d32755a29dceaf978f1e5a740b5f commit hash: 9520a1124be5d32755a29dceaf978f1e5a740b5f commit hash: 9520a1124be5d32755a29dceaf978f1e5a740b5f commit hash: 9520a1124be5d32755a29dceaf978f1e5a740b5f 9520a11
Monday, 10 Sep 2018
14:14 gahr search for other commits by this committer
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
Original commitRevision:479423 
Friday, 17 Oct 2014
10:07 gahr search for other commits by this committer
- 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).
  * Avoid unnecessary FP calculation.
  * Avoid divide by 0 crash (Randr may report FPS = 0).
  * Move EDBUG_TYPE_ANIM to where it belongs.
  * Tweak screen info printout.
  * Wrap XID and some other X types.
  * Use initially created GC for various operations.
  * Refactor background dialog data handling.
  * Refactor group dialog data handling.
  * Exec/spawn function tweaks.
  * Eliminate some use of EspawnApplication().
  * Refactor dialog apply/exit handling.
  * Simplify dialog data handling.
  * Avoid some potential X-calls/errors when client is destroyed.
  * Updating translations (eo)
  * Updating turkish and adding lithuanian and galician translations
  * Adding catalan traslation
  * Remove bogus lithuanian translation (0 translated messages).
  * Remove useless Name[] entries from .desktop files (again).
  * Updating catalan translation
  * Autofoo cosmetics (use AC_HELP_STRING).
  * Fix creating bitmap cursor.
  * Add argb option to EPictureCreateBuffer().
  * Add ERegionCreateFromBitmap() and EPictureFillRect().
  * Use wrapper functions in ECreatePixmapCursor().
  * Updating esperanto and french translations
  * Updating desktop files
  * Remove useless Name[] entries from .desktop files (again).
  * Fix some normally disabled debug format strings.
Original commitRevision:371036 
Tuesday, 22 Oct 2013
14:04 amdmi3 search for other commits by this committer
- 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)
Original commitRevision:331275 
Thursday, 17 Oct 2013
12:58 gahr search for other commits by this committer
- Get rid of MAN1 macro

Reported by:	antoine
Original commitRevision:330636 
Wednesday, 21 Aug 2013
14:13 gahr search for other commits by this committer
- 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
  * updating esperanto and adding serbian translation
  * Fixed sorting in desktop files
  * Avoid potential crash in menu unloading.
  * Fix potential use of uninitialised data.
  * Remove unnecessary EXTRA_DIST.
  * Eliminate BordersForeach().
  * No need for double - change to float.
  * Let "eesh screen" show some randr info.
  * Disable moving "None" background to front.
  * Discard broken backgrounds (bg file missing) on exit.
  * Fix background dialog issues.
  * Switch to new list implementation.
Original commitRevision:325135 
Monday, 18 Feb 2013
12:16 gahr search for other commits by this committer
- Fix NLS

Reported by:	qat
Original commitRevision:312501 
11:51 gahr search for other commits by this committer
- 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.
  * Cleanup around XI2 event selection.
  * When using XI2, handle all keyboard and pointer events via XI2.
  * When using XI2, handle enter/leave events via XI2.
  * When using XI2, handle focus change events via XI2.
  * Restore old pointer warping behavior on maximization.
  * Non-time-limited animations should not run until next ?!?
  * CM: Set destination clip when rendering compositing buffer to screen.
  * Remove long time disabled raindrops and imagespinner fx code.
  * No need to adjust fx on area change.
  * Add AnimatorDel().
  * Add AnimatorGetData().
  * Refactor fx.
  * AnimatorsDelCatAll() is now unused.
  * Resurrect slide shape.
  * Enable setting shape on multiple windows.
  * Remove code for shaded, semi-solid, and translucent move/resize modes.
  * PixImg stuff is no longer used.
  * Disable pseudo-transparency by default.
  * Add AC_CONFIG_MACRO_DIR.
  * Avoid warnings about uninitialised struct members.
  * Enable not using a container window.
  * Unbreak animated move/resize after recent changes.
  * Get frame rate from randr.
  * Remove obsolete ecore_x compatibility.
  * Add/use ecore_x_window_prop_del().
  * Cosmetic change around TimersRunNextIn().
  * Switch default sound support to pulseaudio/libsndfile.
  * Run composite rendering to screen separately from animators/idlers/
    timers.
Original commitRevision:312500 
Monday, 10 Sep 2012
12:09 gahr search for other commits by this committer
- 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.
Original commitRevision:304029 
Tuesday, 10 Jul 2012
11:13 gahr search for other commits by this committer
- 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.
  * GSOD - Refactor + some changes.
  * GSOD - Just use fixed font. Font sets are causing trouble again.
  * Name ewin sliding functions consistently.
  * Move ewin sliding functions to slide.c.
  * EwinMove/Resize - Change various global/ewin flags to function parameter.
  * Use OPSRC_NA in stead of 0.
  * Add uninstall-local to fix distcheck (with recent autotools?).
  * Move GetTimeMs/Us() to time.c.
  * French translation update (Tristan D.).
  * Make clean shouldn't remove e16-gnome3-session.desktop.
  * Remove USER_NAME, HOME_DIR, and USER_SHELL from config file preparsing.
  * Simplify user info functions.
  * Close all fd's above 2 when exec'ing for restart.
  * French translation update (Tristan D.).
  * Minor tweak around ECompMgrGetRootBuffer().
  * Remove some obsolete code.
  * Change some longs to ints where long is not needed.
  * Fix build without composite but with xrender.
  * Remove now unused EKeycodeToString().
  * Remove old e16keyedit (pre 0.7) IPC functions.
  * Fix bug in pareto_maximizer() (Daniel Manjarres).
  * Remove unnecessary AC_PROG_MAKE_SET.
  * Warning fix for gcc-4.6.x.
  * Japanese translation update (Yasufumi Haga).
Original commit
Monday, 27 Jun 2011
08:14 gahr search for other commits by this committer
- Fix PLIST

Reported by:    PH via pav, erwin
Original commit
Tuesday, 21 Jun 2011
13:51 gahr search for other commits by this committer
- Update to 1.0.8.001
Original commit
Wednesday, 19 May 2010
09:48 gahr search for other commits by this committer
- Fix PLIST

Reported by:    QAT
Original commit
Tuesday, 18 May 2010
18:33 gahr search for other commits by this committer
- Update to 1.0.2.001
Original commit
Thursday, 24 Dec 2009
17:26 gahr search for other commits by this committer
- Update to 1.0.1.002
Original commit
Thursday, 27 Aug 2009
21:50 gahr search for other commits by this committer
- 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
Original commit
Sunday, 7 Jun 2009
21:50 gahr search for other commits by this committer
- Move x11-wm/enlightenment to x11-wm/e16
- Connect e16 to and disconnect enlightenment from the build
- Update to e16-1.0.0
Original commit
21:18 gahr search for other commits by this committer
- Force commit after repocopy

Repocopy by:    marcus
Original commit

Number of commits found: 19