Commit graph

6241 commits

Author SHA1 Message Date
Carlo Strub
55584a24c2 Back to pool
PR:		190333
Submitted by:	shurd@sasktel.net (maintainer)
Approved by:	portmgr (implicit)
2014-06-03 20:29:43 +00:00
Hiroki Sato
50f7bcbc83 - STAGEDIR support.
- Simplify PORT_OPTIONS handling.
- Fix pkg-plist and remove extra mktexlsr(1).
- Fix pkg-message.
2014-06-03 19:32:33 +00:00
Olivier Duchateau
72a4fd866a - Fix build when CUPS is set
- Bump PORTREVISION

PR:		188799 [1]
Submitted by:	<jwbacon@tds.net> [1], Miltiadis Margaronis (private email)
2014-06-03 17:32:36 +00:00
Dmitry Marakasov
8d940fe2cf - Support staging
Approved by:	portmgr blanket
2014-06-03 01:15:13 +00:00
Dmitry Marakasov
531faede3f - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-03 00:51:21 +00:00
Raphael Kubo da Costa
bf83f6b90f Finally add staging support.
While here, replace all the direct invocations of mktexlsr by
USE_TEX=texhash.
2014-06-01 11:47:40 +00:00
Martin Wilke
9ec350c490 - Stage support 2014-06-01 09:46:16 +00:00
Martin Wilke
318c2fe39f - Stage support 2014-06-01 09:46:01 +00:00
Antoine Brodin
d37bc89a2c Chase py-poppler-qt4 deprecation
With hat:	portmgr
2014-05-31 20:52:21 +00:00
Wen Heping
3dd4f73f86 - Added STAGE support
- Added LICENSE
- Fixed MASTER_SITES

PR:		190355
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-31 10:32:15 +00:00
Dmitry Marakasov
fe182bd54e - Resurrect pring/cups-smb-backend. It was depended due to "No more
public distfiles", however it never had nor needed distfiles to
  begin with.
- Stagify

CUPS smb backend allows *nix users to print
to Windows-attached printers via smbspool
program, which comes with Samba.

WWW: http://www.cups.org/articles.php?L294

Pointyhat to:	bapt
2014-05-30 20:22:48 +00:00
Pietro Cerutti
a3c626c095 - Fix LICENSE
- Simplify Makefile
2014-05-28 12:33:41 +00:00
Johan van Selst
c71eea9f5d - Adopt port
- Add NLS support
- Pet portlint
2014-05-28 06:26:25 +00:00
Antoine Brodin
756b3a4f44 Fix make checksum
With hat:	portmgr
2014-05-27 05:29:01 +00:00
Hiroki Sato
a6f1e190e5 Add print/cups-fxlinuxprint, CUPS filter and PPD files for Fuji Xerox
printers ApeosPort-II and DocuCenter-II (DocuPrint) series.
2014-05-26 20:31:28 +00:00
Koop Mast
097c01dd0a Update openjpeg to 2.1.0.
Version 2.x is incompatible with openjpeg 1.5. Preserve it as openjpeg15
and update users.

Approved by:	portmgr (implicit) for NO_STAGE ports
2014-05-26 14:42:44 +00:00
Martin Wilke
5126c693a3 - Convert gmake,bzip2,xz to USES
Approved by:	portmgr
2014-05-26 13:55:51 +00:00
Baptiste Daroussin
912c68df95 Convert to USES=dos2unix
With hat:	portmgr
2014-05-26 09:24:47 +00:00
Frederic Culot
1869e01301 - Update to 2.3.2
PR:		ports/190205
Submitted by: 	Kozlov Sergey <kozlov.sergey.404@gmail.com> (maintainer)
2014-05-26 08:15:50 +00:00
Eitan Adler
eccf5db03a Multiple ports: reset maintainers
Maintainers for these ports have been notified on 5 separate occasions
	over the course of several months about pending actions required.

	We really appreciate the time and effort you put in to maintain
	these ports.

	If you are still interested in helping to maintain these ports just
	reply to me or file a PR and I will happily assign the port to you
	again.

Approved by:	portmgr (implicit)
2014-05-26 02:33:38 +00:00
Martin Wilke
c7c673d652 Preppy is ReportLab's templating system. It was developed in late 2000 and has
been in continual production use since then.  It is open source (BSD-license).

The key features are:

- *small*.  Preppy is a single Python module.  If you want a templating system
  'in the box', it's easy to include it in your project
- *easy to learn*.  It takes about one minute to scan all the features
- *just Python*.  We have not invented another language, and if you want to do
  something - includes, quoting, filters - you just use Python
- *compiled to bytecode*: a .prep file gets compiled to a Python function in
  a .pyc file
- *easy to debug*: preppy generates proper Python exceptions, with the correct
  line numbers for the .prep file.  You can follow tracebacks from Python
  script to Preppy template and back, through multiple includes
- *easy to type and read*.  We've been using ``{{this}}`` syntax since well
  before Django was thought of
- *8-bit safe*:  it makes no assumption that you are generating markup and does
  nothing unexpected with whitespace; you could use it to generate images or
  binary files if you wanted to.

WWW: http://preppy.readthedocs.org/en/latest/

PR:		ports/186881
Submitted by:	Kozlov Sergey <kozlov.sergey.404@gmail.com>
2014-05-25 07:32:07 +00:00
Hiroki Sato
f06e5e9dd8 - Remove GlobalPrefs/.config.
- Fix pkg-message.
2014-05-25 04:09:13 +00:00
Boris Samorodov
89615dc6ed print/cups-filters: a try to fix build at jenkins:
https://jenkins.freebsd.org/pci/head-amd64/poudriere/data/headamd64-default/780/logs/errors/cups-filters-1.0.53_1.log

Since I can't reproduce the build error, let's assume that it's a jobs
unsave error:
-----
[...]
--- libfontembed.la ---
CCLD     libfontembed.la
[...]
--- bannertopdf ---
  CXXLD    bannertopdf
  libtool: link: cannot find the library `libfontembed.la' or unhandled argument `libfontembed.la'
  *** [bannertopdf] Error code 1
-----
2014-05-23 18:08:04 +00:00
Boris Samorodov
2bef4ad4ff print/cups-filters: add missing rc script
. add imissing rc script;  [1]
. bump PORTREVISION.

PR:		ports/190086  [1]
Submitted by:	Rafael Ostertag <rafi@guengel.ch>  [1]
Approved by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)  [1]
2014-05-22 12:48:42 +00:00
Boris Samorodov
49d1531ae2 print/cups-base: remove files/cups_browsed.in, it does not belong here
. remove using cups_browsed.in;  [1]
. bump PORTREVISION.

PR:		ports/190085  [1]
Submitted by:	Fafael Ostertag <rafi@guengel.ch>  [1]
2014-05-22 12:40:17 +00:00
Koop Mast
6c4fbec6bf Update to 1.2.7.
Add LICENSE and update WWW.

PR:		port/189007
Submitted by:	olivierd@
2014-05-22 11:41:12 +00:00
Pietro Cerutti
0872a68758 - Update to 2.19.6 2014-05-22 07:14:39 +00:00
Tijl Coosemans
f191d6b887 Quote ${CC} and similar variables in MAKE_ARGS.
Reported by:	Dominic Fandrey <kamikaze@bsdforen.de>
2014-05-20 19:32:39 +00:00
Kurt Jaeger
a843d55831 print/cups-base: unbreak AVAHI option and add missing rc script
- Add missing rc script for cups-browsed [1]
- Enable building CUPS with native Avahi backend [2]
- Disable AVAHI if not selected [3]

PR:             ports/188550 [1],
                ports/189757 [2],
                ports/188751 [3]
Submitted by:   Rafael Ostertag <rafi@guengel.ch> [1],
                Raivo Hool <raivo.hool@gmail.com> [2],
                Dan Lukes <dan@obluda.cz> [3]
Approved by:    culot (mentor)
2014-05-19 19:09:07 +00:00
Kris Moore
09dd54b92c - Fix foomaticrip to use correct location for pdftops
- Bump PORTREV
2014-05-19 18:06:13 +00:00
Rong-En Fan
09fcd1e1cc - Update to 1.6.6
- Reset maintainership as I have no intention to maintain this anymore

PR:		ports/189011
Submitted by:	Boris Samorodov <bsam at passap.ru>
2014-05-17 12:25:51 +00:00
Boris Samorodov
80bf6a711f Utilize USES+=tar:xz. 2014-05-16 08:30:45 +00:00
Dmitry Marakasov
9808c5b375 - Use more clear way of shebang fixing
Approved by:	portmgr blanket
2014-05-14 00:55:11 +00:00
Alex Dupre
4fdaf29780 Stagify. 2014-05-13 12:06:33 +00:00
Boris Samorodov
ac4a4f4000 . stageify;
. remove some plist entries which belongs to MTREE;
. fix some clang c++ issues.
2014-05-13 09:15:58 +00:00
Rene Ladan
319389b5a6 - Add stage support [1]
- Add option support [1]
- Trim COMMENT
- Strip binary
- Use @sample keyword in pkg-plist
- Do not try to remove etc/cups owned by dependency

PR:		ports/189682 [1]
Submitted by:	Matthieu Volat <mazhe@alkumuna.eu>
2014-05-12 19:11:26 +00:00
Dmitry Marakasov
0a272fdc12 - Add USES=perl5 (some scripts installed are written in perl)
Approved by:	portmgr blanket
2014-05-12 17:45:28 +00:00
Johan van Selst
d203ad8dae Update to latest version of texinfo.tex 2014-05-11 20:22:35 +00:00
Dmitry Marakasov
0c12479725 - Support staging
- Pet check-sanity

Approved by:	portmgr blanket
2014-05-11 14:18:54 +00:00
Dmitry Marakasov
5f5428bf99 - Support staging
- Use new LIB_DEPENDS syntax

Approved by:	portmgr blanket
2014-05-11 14:17:00 +00:00
Sunpoet Po-Chuan Hsieh
6cb22781ac - Remove Author line
- Use single space after WWW:
2014-05-11 05:48:46 +00:00
Antoine Brodin
636287c888 Maintainer no longer wishes to maintain those ports
With hat:	portmgr
2014-05-10 22:06:22 +00:00
Max Brazhnikov
90e380e1cb KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!
deskutils/kdepim4:
- Remove no longer needed patch, the problem was fixed since Qt 4.8.4.

The area51 repository features commits by rakuco and makc.
2014-05-10 19:43:14 +00:00
Antoine Brodin
295576feb1 Change maintainer's email address to one that seems to work
With hat:	portmgr
2014-05-10 17:21:13 +00:00
Antoine Brodin
7f05ea368c Swap MASTER_SITES, texinfo.tex has been rerolled (it is unversionned) on
the first master site

Reported by:	pkg-fallout
With hat:	portmgr
2014-05-10 12:49:15 +00:00
Baptiste Daroussin
a76f8b9744 Support stage 2014-05-09 00:20:52 +00:00
Baptiste Daroussin
5249c5505a Support stage 2014-05-09 00:20:48 +00:00
Baptiste Daroussin
8f672744c3 Support stage 2014-05-09 00:20:38 +00:00
Baptiste Daroussin
039d6ac337 Support stage 2014-05-08 23:41:30 +00:00
Baptiste Daroussin
9ea074ad24 Support stage 2014-05-08 23:41:22 +00:00