| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependent ports
Notes:
svn path=/head/; revision=403510
|
|
|
|
|
|
|
| |
Changes: https://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes:
svn path=/head/; revision=403399
|
|
|
|
| |
Notes:
svn path=/head/; revision=399762
|
|
|
|
| |
Notes:
svn path=/head/; revision=395889
|
|
|
|
|
|
|
| |
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes:
svn path=/head/; revision=381541
|
|
|
|
|
|
|
|
| |
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Submitted by: kwm (via IRC)
Notes:
svn path=/head/; revision=376968
|
|
|
|
|
|
|
| |
Notified by: koobs, wg
Notes:
svn path=/head/; revision=364929
|
|
|
|
| |
Notes:
svn path=/head/; revision=364918
|
|
|
|
|
|
|
|
| |
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes:
svn path=/head/; revision=358670
|
|
|
|
| |
Notes:
svn path=/head/; revision=349585
|
|
|
|
|
|
|
|
| |
- Update USE_PYTHON
- Bump PORTREVISION for package change
Notes:
svn path=/head/; revision=345811
|
|
|
|
|
|
|
|
|
|
| |
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
Notes:
svn path=/head/; revision=339634
|
|
|
|
| |
Notes:
svn path=/head/; revision=336203
|
|
|
|
|
|
|
|
| |
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes:
svn path=/head/; revision=335196
|
|
|
|
|
|
|
|
|
| |
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- Update WWW: use https:// instead of http://
Notes:
svn path=/head/; revision=334382
|
|
|
|
|
|
|
| |
print)
Notes:
svn path=/head/; revision=327765
|
|
|
|
| |
Notes:
svn path=/head/; revision=326670
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
after r254273
- Fix a bunch of ports to properly work after this
- Mark converters/libiconv as IGNORE for systems with iconv in libc
Reviewed by: bapt
Approved by: portmgr (bapt)
Discussed with: bapt, bsam (who both contributed ideas and code)
Notes:
svn path=/head/; revision=326307
|
|
|
|
|
|
|
|
| |
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig and
USE_GETTEXT=yes to USES=gettext while here
Notes:
svn path=/head/; revision=316683
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove unnecessary -liconv from LDFLAGS
- Cleanup Makefile header
- Cosmetic change
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes:
svn path=/head/; revision=315019
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Change MASTER_SITES to CHEESESHOP
- Pet portlint: remove ABI version number from LIB_DEPENDS
- Update WWW
Note that tarball on CHEESESHOP differs from that on author's page [1] but the contents are identical.
[1] http://cyberelk.net/tim/data/pycups/
Changes: http://git.fedorahosted.org/cgit/pycups.git/tree/ChangeLog
http://git.fedorahosted.org/cgit/pycups.git/tree/NEWS
Notes:
svn path=/head/; revision=302082
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- setup.py: Version 1.9.61.
- cupsipp.c (IPPRequest_getAttributes): Hardened for Py* failures.
- cupsppd.c (PPD_emitString): Fixed some more reference count issues (trac #17).
- cupsipp.c: Fixed reference count issue with called object result (trac #17).
(cupsipp_iocb_read): Prevent NULL dereference when Py_BuildValue fails (trac
#17).
- cupsconnection.c, cupsmodule.c, cupsppd.c: Use Py_RETURN_NONE where
appropriate.
- cupsmodule.c, cupsppd.c: Fixed reference count issues with Py_None (trac #17).
- cupsmodule.c: Fixed typo in fix for trac #16.
- cupsmodule.c: HTTP_AUTHORIZATION_CANCELED constant requires CUPS 1.4 (trac
#16).
- cupsppd.c: Object lifecycle debugging.
Feature safe: yes
Notes:
svn path=/head/; revision=293148
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- New constants from 1.5:
- IPP_AUTHENTICATION_CANCELED
- IPP_PKI_ERROR
- HTTP_NOT_IMPLEMENTED
- HTTP_BAD_GATEWAY
- HTTP_SERVICE_UNAVAILABLE
- HTTP_GATEWAY_TIMEOUT
- HTTP_NOT_SUPPORTED
- HTTP_AUTHORIZATION_CANCELED
- HTTP_PKI_ERROR
Notes:
svn path=/head/; revision=283564
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- cupsmodule.c (do_password_callback), cupsconnection.c (password_callback):
Return NULL instead of the empty string when handling an exception or when the
callback returned an empty string, and handle the callback returning None.
Notes:
svn path=/head/; revision=282933
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
Notes:
svn path=/head/; revision=282282
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- MANIFEST.in: New file.
- Makefile: Use sdist for creating tarballs.
- setup.py: Added more information ready for PyPI.
- cupsconnection.c: Applied patch from Gowtham Narisipalli to add
adminExportSamba method.
- setup.py: Link against libiconv on darwin (trac #15).
- cupsppd.c: Fixed feature test for getline() (trac #15).
- postscriptdriver.prov: Increase timeout for dynamic driver listing.
Notes:
svn path=/head/; revision=278528
|
|
|
|
|
|
|
|
|
| |
Changes:
- postscriptdriver.prov: Get RPM_BUILD_ROOT from environment if not provided on
command line (bug #712027).
Notes:
svn path=/head/; revision=275375
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- cupsconnection.c (Connection_getPPD3): Only provide this binding for
CUPS >= 1.4.
- cupsmodule.c (cups_setPasswordCB): Fixed build against CUPS < 1.4.
- cupsmodule.c (do_password_callback): Fixed typo preventing build against
CUPS < 1.4.
Notes:
svn path=/head/; revision=275154
|
|
|
|
|
|
|
|
|
|
|
| |
- Limit USE_PYTHON to Python 2.x
Changes:
- cupsmodule.c (initcups): IPP orientation and quality constants.
- cupsconnection.c (PyObject_from_attr_value): Support for IPP_TAG_RESOLUTION.
Notes:
svn path=/head/; revision=271603
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- cupsconnection.c (Connection_begin_allow_threads): Avoid 'unused variable'
warning.
- psdriver.attr, postscriptdriver.prov: RPM hooks for tagging packages with
Device IDs of models supported by drivers.
- Makefile: Install RPM hooks if rpm is available.
- cupsconnection.c (Connection_deletePrinterFromClass): More defensive coding
(bug #673468).
Notes:
svn path=/head/; revision=269659
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- cupsmodule.h: Declare new function get_TLS and its data structure.
- cupsmodule.c: Implement it.
- cupsmodule.c, cupsconnection.c: Use thread-local storage for CUPS password
callback (bug #662805).
Notes:
svn path=/head/; revision=266927
|
|
|
|
|
|
|
|
|
| |
Changes:
- The getPPDs2 function was added, which returns all attribute values as lists.
This allows access to information previously not available.
Notes:
svn path=/head/; revision=263945
|
|
|
|
|
|
|
| |
Approved by: pgollucci (mentor)
Notes:
svn path=/head/; revision=262220
|
|
|
|
|
|
|
| |
Approved by: pgollucci (mentor)
Notes:
svn path=/head/; revision=261634
|
|
|
|
|
|
|
|
|
|
| |
Pass maintainership to submitter
PR: 148940
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes:
svn path=/head/; revision=258378
|
|
|
|
|
|
|
| |
Hat: portmgr
Notes:
svn path=/head/; revision=258254
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
release can be found at http://library.gnome.org/misc/release-notes/2.30/ .
This release brings initial PackageKit support, Upower (replaces power
management part of hal), cuse4bsd integration with HAL and cheese, and a
faster Evolution.
Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This
will also be the last of the 2.x releases. The next release will be the
highly-anticipated GNOME 3.0 which will bring with it a new UI experience.
Currently, there are a few bugs with GNOME 2.30 that may be of note for our
users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at
http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading
instructions, and the up-to-date list of known issues.
This release features commits by avl, ahze, bland, marcus, mezz, and myself.
The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the
initual packagekit porting.
And the following contributors & testers for there help with this release:
Eric L. Chen
Vladimir Grebenschikov
Sergio de Almeida Lenzi
DomiX
walder
crsd
Kevin Oberman
Michal Varga
Pavel Plesov
Bapt
kevin
and ITetcu for two exp-run
PR: ports/143852
ports/145347
ports/144980
ports/145830
ports/145511
Notes:
svn path=/head/; revision=254099
|
|
|
|
| |
Notes:
svn path=/head/; revision=239109
|
|
|
|
|
|
|
|
|
| |
PR: ports/135675
Submitted by: kmoore@
Approved by: ahze@
Notes:
svn path=/head/; revision=236381
|
|
|
|
|
|
|
|
|
| |
PR: ports/134661
Submitted by: dinoex
Reviewed by: maintainer timeout (ahze; 15 days)
Notes:
svn path=/head/; revision=235025
|
|
|
|
| |
Notes:
svn path=/head/; revision=226850
|
|
|
|
|
|
|
|
| |
PR: ports/124921
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=224878
|
|
|
|
|
|
|
| |
Approved by: ahze (maintainer)
Notes:
svn path=/head/; revision=224693
|
|
|
|
| |
Notes:
svn path=/head/; revision=223207
|
|
|
|
| |
Notes:
svn path=/head/; revision=219603
|
|
|
|
| |
Notes:
svn path=/head/; revision=217531
|
|
|
|
|
|
|
| |
MAKE_ENV
Notes:
svn path=/head/; revision=217477
|
|
|
|
| |
Notes:
svn path=/head/; revision=214466
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
Notes:
svn path=/head/; revision=214430
|
|
|
|
|
|
|
| |
- Link py-cups with iconv
Notes:
svn path=/head/; revision=210579
|