Commit graph

48 commits

Author SHA1 Message Date
Pawel Pekala
d5caf944f3 - Fix build by explicit stating sip as build dependency
- Remove pkg-install script, plugins directory is created
  in do-install target, no need to do this twice
- Add LICENSE_FILE
- Convert to USES=pyqt
2016-05-31 19:31:11 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
31a68a27a6 - Add NO_ARCH
- Switch to options helpers
- Add empty directory and ignored files into plist

Approved by:	portmgr blanket
2015-09-08 14:42:55 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Pawel Pekala
56e9745c23 - Convert to USES=python
- Simplify pkg-plist
2014-09-23 19:37:34 +00:00
Gerald Pfeifer
15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00
Pawel Pekala
f90ced7dc8 - Remove option for ispell spell checking, now deprecated [1]
- Add DOCS option to config menu
- Revise DESKTOP_ENTRIES
- Fix staging support, use install.py -b option to set
  STAGEDIR correctly, otherwise it leaks to compiled
  code and scripts

Submitted by:	bapt [1]
2014-01-28 23:50:29 +00:00
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Pawel Pekala
28dd4cea23 - This version does work only with python 2.x
- Remove option for xml parser, expat is pulled in by
  port's dependencies so this is useless
- Use global descriptions for options
- Spelling backends are needed during runtime
- Add support for STAGEDIR
2013-09-26 21:24:49 +00:00
Baptiste Daroussin
cf104c570b Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils) 2013-09-20 16:21:37 +00:00
Pawel Pekala
5a99503460 Use ${OPT}_DISTFILES for additional distfile
Submitted by:	bapt
2013-07-10 20:28:50 +00:00
Pawel Pekala
e482e392f6 Convert my ports to current standards
- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
2013-07-10 19:41:30 +00:00
Pawel Pekala
0f9d1b4ed0 - Improve COMMENT
- Make RUN_DEPENDS path independent
- Remove ABI version from LIB_DEPENDS
- Trim Makefile header
2013-02-14 19:53:27 +00:00
Max Brazhnikov
3503833535 Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip
2013-02-03 18:16:54 +00:00
Max Brazhnikov
81c27c891a Bump PORTREVISION after DESKTOP_ENTRIES update 2013-01-23 15:00:18 +00:00
Pawel Pekala
2fa6259674 Convert my ports to optionsNG 2012-06-07 22:44:21 +00:00
Alberto Villa
eeab42deb5 - Replace USE_QT4=yes with USE_QT4=# empty, as there is no "yes"
component. [1]
- While here, fix typo in PORT_OPTIONS check in avidemux2.

Reported by:	miwi via IRC [1]
With hat on:	kde [1]
2012-06-06 11:41:50 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
6b63000267 Chase PyQT update 2012-05-25 01:50:36 +00:00
Pawel Pekala
e7f72f69d1 - Update to version 1.4.1
- Project switched hosting from BERLIOS to SF
- Put LICENSE in right place to silence portlint
- net/py-qt4-network is now required to run
- Switch to bsd.port.options.mk
- Fix pkg-plist errors
2012-01-23 20:17:28 +00:00
Pawel Pekala
e682063978 - Update to version 1.4.0
- Correct project homepage

Approved by:	wen (mentor)
2011-04-16 15:21:14 +00:00
Pawel Pekala
1c89fac54a - Update my email to FreeBSD
Approved by:    miwi, wen (mentors)
2011-03-23 16:58:01 +00:00
Martin Wilke
021fc3a529 - Move over to py25+ or above
- While here kick md5 support
2011-02-25 00:12:12 +00:00
Sahil Tandon
b56fdc2767 Fix MASTER_SITES so that the ':treeline' postfix is appended
to each element of MASTER_SITE_BERLIOS. Also add a suffix to
MASTER_SITE_SUBDIR to fetch the archive from the 'treeline'
subdir of the BERLIOS sites.

PR:		ports/151676
Submitted by:	sahil (myself)
Approved by:	Pawel Pekala <c0rn@o2.pl> (maintainer)
2010-10-24 23:29:10 +00:00
Martin Wilke
a7d63105e2 - Update to version 1.2.4
- Add LICENSE info
- Fix build with httpLoad plugin
- Add desktop entry
- Pass maintainership to submitter

PR:		150970
Submitted by:	"Pawel Pekala" <c0rn@o2.pl>
Approved by:	 maintainer
2010-09-30 04:27:12 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Dima Panov
afb550e3cf The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
2010-01-30 14:27:27 +00:00
Martin Wilke
1b1b29c5e6 - Get rip python 2.3+
Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:	portmgr
2009-12-13 17:00:14 +00:00
Beech Rintoul
588f4adfd5 - Update to 1.2.0
PR:		ports/126344
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2008-08-17 00:57:00 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
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)
2008-06-06 14:17:21 +00:00
Rong-En Fan
c904bae5fc - Update to 1.0.2
PR:		ports/113917
Submitted by:	Tobias Roth <ports at fsck.ch> (maintainer)
2007-06-22 06:36:25 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Martin Wilke
056cf19b3a - Update to 1.0.0
PR:		ports/99837
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
Approved by:	krion (mentor)
2006-07-10 17:00:54 +00:00
Florent Thoumie
23ecbed3e2 - Update to 0.14.1.
PR:		ports/93494
Submitted by:	maintainer
2006-02-21 16:43:46 +00:00
Jun Kuriyama
a06ee65df0 Chase shlib bump of libexpat. 2006-01-30 23:20:05 +00:00
Pav Lucistnik
d18ce85197 - Fix WITH_HTTPLOAD option
PR:		ports/91552
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2006-01-09 22:53:48 +00:00
Pav Lucistnik
9b38544be0 - Update to 0.14.0
PR:		ports/91512
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2006-01-08 18:16:15 +00:00
Sergey Matveychuk
eae9d38c15 - Update to 0.12.0
PR:		ports/84381
Submitted by:	maintainer
2005-07-31 11:24:03 +00:00
Florent Thoumie
37df42b185 - Update to 0.11.1.
PR:		ports/78683
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
Approved by:	pav (mentor)
2005-03-11 10:11:11 +00:00
Pav Lucistnik
116f7489f8 - Update to 0.11.0
PR:		ports/77264
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2005-02-09 08:48:12 +00:00
Michael Nottebrock
f6be0814c8 Update to 0.10.2
PR:	ports/76008
Submitted by:	Tobias Roth <ports@fsck.ch>
2005-01-10 22:00:46 +00:00
Michael Nottebrock
bc343a7df3 PyQt doesn't like python 2.4, restrict it and ports depending on it to
python 2.3 for the time being.
2004-12-08 15:31:32 +00:00
Pav Lucistnik
6c96f268b5 - Update to 0.10.1
PR:		ports/73325
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2004-11-01 18:56:01 +00:00
Pav Lucistnik
7e93fecc76 - Update to 0.10.0
PR:		ports/72893
Submitted by:	Tobias Roth <ports@fsck.ch> (maintainer)
2004-10-28 17:33:28 +00:00
Tilman Keskinoz
30ef0f282c Update to 0.9.0
PR:		71279
Submitted by:	Tobias Roth <ports@fsck.ch>
2004-09-02 16:36:30 +00:00
Pav Lucistnik
efbc142d7b TreeLine helps you organise all your sticky notes, lists of books, movies,
website logins, personal contacts, or things to do.

It stores almost any kind of information. A tree structure makes it easy to
keep things organised. Each node in the tree can contain several fields,
forming a mini-database. The output format for each node can be defined, and
the output can be shown on the screen, printed, or exported to html.

PR:		ports/68920
Submitted by:	Tobias Roth <ports@fsck.ch>
2004-07-13 22:49:36 +00:00