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: www/py-prewikka/pkg-plist

Number of commits found: 18

Saturday, 26 Sep 2015
17:18 bapt search for other commits by this committer
Use @sample
Original commitRevision:398006 
Thursday, 19 Mar 2015
00:21 amdmi3 search for other commits by this committer
- Fix whitespace
- Drop @dirrm* from plist
- Add empty directory to plist
Original commitRevision:381586 
Sunday, 15 Dec 2013
16:22 wg search for other commits by this committer
Use setuptools for all Python ports.

Setuptools is the preferred method to manage Python distributions after
many changes to the packaging ecosystem over the past couple of years.

Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using
USE_PYDISTUTILS= easy_install remains the same however this usage is now
deprecated and should be converted to USE_PYDISTUTILS= yes.

Some Python distributions do not work with setuptools out of the box because
they extend the install command from distutils and not setuptools, and
so they need to be patched accordingly.

pip (which leverages setuptools) works around the issue by using eggs, however
we want to get rid of those as well, as support for "flat" installation is
unavailable or has other issues associated with it.

This work allows us to unify how python packages are built, ensure that Python
distributions are installed consistently, reduces complexity for Python port
maintainers and paves the way for simplifying the Python ports framework in
the future.

With hat on:	python
Reviewed by:	koobs, antoine
Exp-run:	bdrewery
Approved by:	bdrewery (portmgr)
Original commitRevision:336553 
Saturday, 15 Dec 2012
22:22 pawel search for other commits by this committer
Update Prelude-IDS ports to 1.0.1 release

security/libprelude:
- Remove BROKEN, update to version 1.0.1 [1]
- Add missing deps, port requires pkg-config during build

security/libpreludedb:
- Update to version 1.0.1p1
- Add missing deps
- Make options deterministic and not dependent on what's installed

security/prelude-lml:
- Update to version 1.0.1
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG

security/prelude-manager:
- Update to version 1.0.2
- Add missing deps, port requires pkg-config during build
- Convert to OptionsNG, remove PRELUDEDB option - it can't be turned off
  by CONFIGURE_ARGS, package links to preludedb at all times if available

security/pflogger:
- Bump PORTREVISION, libprelude ABI version changed

www/py-prewikka:
- Update to version 1.0.1p1
- Convert to OptionsNG
- Sort plist

PR:		172056 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
Original commitRevision:308968 
Sunday, 11 Oct 2009
09:12 yzlin search for other commits by this committer
- update to 0.9.17.1

PR:             ports/139099
Submitted by:   Vladimir Korkodinov <viper AT perm.raid.ru>
Approved by:    rafan (co-mentor)
Original commit
Tuesday, 13 May 2008
14:51 miwi search for other commits by this committer
- Update to 0.9.14

PR:             123205
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Wednesday, 30 Jan 2008
18:41 pav search for other commits by this committer
- Fix plist: don't remove directories we didn't created

Reported by:    pointyhat
Original commit
Wednesday, 7 Nov 2007
13:07 miwi search for other commits by this committer
- Fix pkg-list

Submitted by:   pointyhat via pav
Approved by:    portmgr (pav)
Original commit
Thursday, 25 Oct 2007
21:30 miwi search for other commits by this committer
- Update to 0.9.13

Changelog:
        - Only perform additional database request when using Sensor localtime:
          this bring a performance improvement of about 36% on aggregated query,
          when using either frontend localtime (the default), or UTC time.
        - JQuery support: Port most of the javascript code to make use of
JQuery.
          Add show/hide effect to CSS popup. More filtering functionality in the
          SensorListing view.
        - Cleanup the Authentication class, so that uper Prewikka layer can act
          depending whether the backend support user creation / deletion.
Anonymous
          authentication is nowa plugin.
        - Better integration of CGI authentication allowing user listing and
          deletion.
        - Report template exception directly to the user.
        - Fix exception if an alert analyzer name is empty.
        - Fix problem when adding new Prewikka users (#262).
        - Fix exception when user has no permission set.
        - When changing password, we didn't try to match an empty 'current
password'
          (which is a minor issue since the user is already authenticated).
Thanks
         to Helmut Azbest <helmut.azbest@gmail.com> for the fix.
        - Fix a typo making mod_python use the parent method (patch from
          Helmut Azbest <helmut.azbest@gmail.com>).
        - In the configuration file, recognize section even if there are
whitespace
          at the beginning of the line.
        - Localization fixes, by Sebastien Tricaud <toady@gscore.org>, and
          Bjoern Weiland.

PR:             117471
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Wednesday, 15 Aug 2007
06:49 clsung search for other commits by this committer
- Update to 0.9.12.1

Changelog prewikka 0.9.12.1:
- Implement an Auto-Refresh system (fix #231). (including code from
  Paul Robert Marino <prmarino1@gmail.com>).
- Ability to filter on missing/offline/online/unknown agents. Make more
  easier to read each agent status in collapsed mode.
- Fix filter load/save/delete issue with translation.
- New 'My account' tabs, under the Settings section (fix #241).
- New messageid and analyzerid parameters, allowing link to a Prewikka alert
  from an external tool (previously required a database query in order to
  retrieve the database event id).
- Don't redirect to user listing once an user preference are recorded. Fix
  changing of another user language by an user with PERM_USER_MANAGEMENT.
  Display target user language rather than current user language.
- Improve the timeline control table layout.
- Fix translation of string possibly using plural.
- Fix a template compilation problem with certain version of Cheetah
  (Giandomenico De Tullio <ghisha at email.it>)

PR:             ports/115234
Submitted by:   maintainer (Robin Gruyters)
Original commit
Wednesday, 30 May 2007
06:46 miwi search for other commits by this committer
- Update to 0.9.11.2

Changelog Prewikka:
- In case a database schema upgrade is required, or the Prewikka
  database does not exist, make the error available from the Prewikka
  console, rather than exiting badly (which previously required the
  user to parse its web server log in order to find out the problem).
- Fix Apache CGI authentication. (Robin Gruyters)
- Fix incorrect locale switch when accessing certain pages.

PR:             113116
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Wednesday, 11 Apr 2007
20:11 miwi search for other commits by this committer
- Update to  0.9.10

PR:             111450
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Thursday, 8 Feb 2007
22:35 miwi search for other commits by this committer
- Update to 0.9.9

Changlog:
- Improve database performance by reducing the number of query. (Paul Robert
  Marino)
- Activate CleanOutput filtering (lot of escaping fixes).
- More action logging.
- Bug fixes with the error pages Back/Retry buttons.
- Fix error on group by user (#191).
- Fix template compilation error with Cheetah version 2 (#184).

PR:             108925
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl> (maintainer)
Original commit
Monday, 27 Nov 2006
01:21 clsung search for other commits by this committer
- Update to 0.9.8

prewikka 0.9.8 Changelog:
- Save/load user configuration when using CGI authentication mode (#181).
- Show Prewikka version in the About page (#177).
- Use Python logging facility (available backend: stderr, file, smtp, syslog),
  multiple simultaneous handler supported (#113).
- Fix anonymous authentication.
- Fix external process going into zombie state (#178).
- Fix sqlite schema (#180).
- Display correct alertident for invalid CorrelationAlert analyzerid/messageid
pair.
- prewikka-httpd should now log the source address.
- Thread safety fixes.

PR:             ports/105807
Submitted by:   maintainer (Robin Gruyters)
Original commit
Saturday, 23 Sep 2006
02:31 rafan search for other commits by this committer
- Do not override configuration files

PR:             ports/103479
Submitted by:   Robin Gruyters <r.gruyters at yirdis.nl> (maintainer)
Original commit
Thursday, 17 Aug 2006
05:37 clsung search for other commits by this committer
- Update to 0.9.7

Changelog prewikka-0.9.7:
- Use preludedb_delete_(alert|heartbeat)_from_list(). Require
  libpreludedb 0.9.9. Provide a deletion performance improvement
  of around 3000%.
- Handle multiple listed source/target properly. Separate
  source/target in the message listing.
- Make host command/Information link available from the Sensor
  listing.
- Always take care of the "external_link_new_window" configuration
  parameter.
- Make external command handling more generic. Allow to specify
  command line arguments.
- Allow to define unlimited number of external commands rather than
  only a defined subset (fix #134).
- Avoid toggling several popup at once in the HeartbeatListing.
- Only provide lookup capability for known network address type (fix #76).
- New address and node name lookup provided through prelude-ids.com service.
- Link to new prelude-ids.com port lookup instead of broken portsdb
  database (fix #162).
- Various bug fixes.

PR:             ports/102140
Submitted by:   maintainer (Robin Gruyters)
Original commit
Friday, 28 Jul 2006
07:46 itetcu search for other commits by this committer
Update to 0.9.6:
- CGI authentication module, from Tilman Baumann
  <tilman.baumann@collax.com>.
- Correct libpreludedb runtime version check.
- Show multiple source/target in message listing/summary.
- Fix invalid use of socket.inet_ntoa() to read ICMP Gateway Address,
  which is stored as string (#156).
- Fix aggregation on IDMEF-Path that are not string.
- Fix setup.py --root option (#166).

PR:             ports/100961
Submitted by:   Robin Gruyters (maintainer)
Original commit
Wednesday, 19 Apr 2006
10:22 garga search for other commits by this committer
The Prewikka frontend provides a means to query the Prelude database, aggregate
and filter events, and provides useful statistics about what's going on. It
provides a nice interface for the security analyst to see what's going on on
the monitored system.

WWW: http://www.prelude-ids.org/

PR:             ports/95996
Submitted by:   Robin Gruyters <r.gruyters@yirdis.nl>
Original commit

Number of commits found: 18