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: databases/py-postgresql/pkg-plist

Number of commits found: 7

Monday, 3 Mar 2014
11:09 rm search for other commits by this committer
databases/py-postgresql: remove local plist hack and support staging

- clarify the license (BSD3C)
- use 3 in USE_PYTHON
- convert to using auto-generated packing list and remove NO_STAGE
- remove local plist hack - it is now handled by bsd.python.mk
- bump PORTREVISION for the case

Approved by:	portmgr (blanket)
Original commitRevision:346881 
Tuesday, 21 Jan 2014
23:18 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340671 
Wednesday, 10 Oct 2012
12:20 rm search for other commits by this committer
- update to 1.1.0
- trim Makefile header completely (requested by maintainer)
- add CHEESESHOP and make it primary MASTER_SITE, because other locations
  doesn't hold the new release yet
- remove one distfile mirror (requested by maintainer)
- add LICENSE (BSD)
- replace USE_XZ with USE_ZIP, since it was changed upstream
- tune PYDISTUTILS_PKGNAME
- move python32 plist stuff into separate file

changelog:
http://pgfoundry.org/pipermail/python-general/2012-October/001003.html

PR:		172544 (but I can't see it in GNATS because of hub transition)
Submitted by:	rm (myself)
Approved by:	Volodymyr Kostyrko <c.kworr at gmail dot com> (maintainer, by mail)
Original commitRevision:305647 
Monday, 9 Jul 2012
20:13 nivit search for other commits by this committer
- Update to 1.0.4  [1]
- Fix pkg-plist when Python version >= 3.2
  (solution approved by maintainer via private email)

PR:             ports/167569
Submitted by:   William Grzybowski <william88 at gmail.com>
Approved by:    Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Original commit
Wednesday, 6 Oct 2010
01:42 sunpoet search for other commits by this committer
- Update to 1.0.2

PR:             ports/150773
Submitted by:   Volodymyr Kostyrko <c.kworr at gmail.com> (maintainer)
Approved by:    pgollucci (mentor)
Original commit
Sunday, 4 Jul 2010
19:40 jpaetzel search for other commits by this committer
Update to version 1.0.1

PR:     ports/148148
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com>
Approved by:    itetcu@ (mentor) implicit
Feature safe: yes
Original commit
Friday, 18 Dec 2009
19:22 pav search for other commits by this committer
Pure Python
All code, at first, is written in pure Python so that py-postgresql will work
anywhere that you can install Python 3. Optimizations in C are made where
needed, but are always optional.

Prepared Statements
Using the PG-API interface, protocol-level prepared statements may be created
and used multiple times. db.prepare(sql)(*args)

COPY Support
Use the convenient COPY interface to directly copy data from one connection to
another. No intermediate files or tricks are necessary.

Arrays and Composite Typescw
Arrays and composites are fully supported. Queries requesting them will returns
objects that provide access to the elements within.

"pg_python" Quick Console
Get a Python console with a connection to PostgreSQL for quick tests and simple
scripts.

WWW: http://python.projects.postgresql.org/

PR:             ports/137782
Submitted by:   Volodymyr Kostyrko <c.kworr@gmail.com>
Original commit

Number of commits found: 7