Commit graph

14459 commits

Author SHA1 Message Date
Martin Wilke
64018917d2 - Stage support 2014-02-11 13:44:36 +00:00
Martin Wilke
97097ef9cf - Stage support 2014-02-11 13:44:09 +00:00
Frederic Culot
4c258046ef - Update to 1.03 [1]
- Update MASTER_SITES, MAINTAINER's address, and WWW link [1]
- Add LICENSE (BSD 2-Clause) [1]
- Support staging

PR:		ports/186634 [1]
Submitted by:	Michael S. Sanders <email@freebsd.hypermart.net> (maintainer)
2014-02-11 12:45:56 +00:00
Mark Murray
f28a05d93d Fix to add staging support.
While I'm here, fix compilation; subtracting 2 pointers on a 64-bit
machine gives something the same size as a size_t.
Refactor the patches by using 'make makepatch'.

PR:             186604
Submitted by:   Mikhail - mp39590 gmail com
2014-02-10 21:31:14 +00:00
Antoine Brodin
17231bb963 - Update to 1.8.3
- Do not override DOCSDIR, mva@'s upcoming patch will do that better soon
2014-02-10 17:53:08 +00:00
Sunpoet Po-Chuan Hsieh
3b0c0c7cf7 - Update to 2014.02.09 2014-02-10 17:29:32 +00:00
Sunpoet Po-Chuan Hsieh
881a7f11a8 - Update to 2014.02.09 2014-02-10 17:29:27 +00:00
Sunpoet Po-Chuan Hsieh
b2ee147be9 - Update to 2014.02.09 2014-02-10 17:29:21 +00:00
Ruslan Makhmatkhanov
99df9f7f5b - update to 0.16.4
PR:		186605
Submitted by:	Piotr Rybicki <meritus@innervision.pl> (maintainer)
2014-02-10 14:46:25 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +00:00
Baptiste Daroussin
ce1c0bc3ed Back to the futur 2014-02-10 13:27:09 +00:00
Baptiste Daroussin
e6ef2c96d5 Mark as deprecated unmaintained ports for which no public distfiles are
available for part or all the needed distfiles.

Reported by:	distillator
2014-02-10 12:58:54 +00:00
Frederic Culot
4b38bfdebd - Update to 1.05
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Pod-Escapes/Changes
2014-02-10 08:56:36 +00:00
Frederic Culot
99cfc34769 - Update to 2.0
- Support stagedir

Changes:	https://pypi.python.org/pypi/trans#changelog
PR:		ports/185961
Submitted by:	Eero Hanninen <fax@nohik.ee>
Approved by:	d.pryadko@rambler-co.ru (maintainer timeout, >14 days)
2014-02-10 08:18:31 +00:00
Martin Wilke
25a7b0420f - Stage support 2014-02-10 07:15:39 +00:00
Ruslan Makhmatkhanov
f029546b2c - do not use easy_install, convert to auto-generated packing list
- move DIST_SUBDIR upper, where appropriate
- add trailing slash to WWW url, where appropriate
- bump PORTREVISION
2014-02-09 23:13:52 +00:00
Antoine Brodin
56a322f266 - Remove infozip dependency
- Simplify installation using COPYTREE_SHARE
- Replace broken plist generation with PORTDATA=*
2014-02-09 11:47:22 +00:00
Martin Wilke
ce43554396 - Stage support 2014-02-09 10:31:35 +00:00
Martin Wilke
d0f7182a2c - Stage support 2014-02-09 10:31:12 +00:00
Martin Wilke
6c964e358d - Stage support 2014-02-09 10:30:51 +00:00
Kubilay Kocak
eb3e3e24eb [NEW PORT] textproc/py-regex: Alternative regular expression module
This new regex implementation is intended eventually to replace Python's
current re module implementation.

WWW: https://pypi.python.org/pypi/regex

PR:		ports/186029
Submitted by:	Eero Hänninen <fax@nohik.ee>
2014-02-09 08:48:25 +00:00
Mathieu Arnold
3cd691f684 Fix plist.
Noticed by:	antoine via pkg-fallout
Pointy hat to:	mat
Sponsored by:	Absolight
2014-02-09 00:22:45 +00:00
Emanuel Haupt
7ad0a133af Support staging 2014-02-08 22:18:16 +00:00
Emanuel Haupt
65b32bc188 - Support staging
- Add LICENSE
2014-02-08 22:14:29 +00:00
Sunpoet Po-Chuan Hsieh
8d40d7b1ce - Add LICENSE 2014-02-08 17:20:00 +00:00
Martin Wilke
7ba93a2495 - Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
2014-02-08 15:40:12 +00:00
Martin Wilke
3e4cb556c3 - Stage support
- Convert to PYDISTUTILS_AUTOPLIST
- Bump PORTREVISION
2014-02-08 15:38:18 +00:00
Antoine Brodin
413aa4d4bb Mark broken: tries to fetch files during build stage
downloadfile:
      [get] Getting: http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar
      [get] To: /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/lib/commons-logging-1.1.jar
      [get] Error getting http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1/commons-logging-1.1.jar to /wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/lib/commons-logging-1.1.jar

BUILD FAILED
/wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/build.xml:323: The following error occurred while executing this line:
/wrkdirs/usr/ports/textproc/apache-poi/work/poi-3.9/build.xml:302: java.net.UnknownHostException: repo1.maven.org

Reported by:	pkg-fallout
With hat:	portmgr
2014-02-08 14:16:18 +00:00
Antoine Brodin
77413dbbec Fix packaging
Reported by:	pkg-fallout
2014-02-08 14:10:04 +00:00
Brendan Fabeny
c64edb4056 Use staging; strip library 2014-02-08 01:07:42 +00:00
Jung-uk Kim
d7fd806b0e Fix build with boost-libs 1.55.0. 2014-02-07 22:59:14 +00:00
Baptiste Daroussin
cac64996be Remove the deprecation added by accident
Reported by:	rene
2014-02-07 16:46:04 +00:00
Frederic Culot
f68571b83f - Update to 1.06
Changes:	http://search.cpan.org/~neilb/Lingua-EN-Numbers/Changes
2014-02-07 13:08:24 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Frederic Culot
af3dcea92a - Update to 1.11
Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2014-02-07 10:19:59 +00:00
Frederic Culot
39062a8a23 - Update to 1.14
- Add LICENSE (Artistic 1 & GPL 1)
- Add WWW link

Changes:	http://search.cpan.org/dist/RTF-Tokenizer/CHANGES
2014-02-07 10:16:44 +00:00
Mark Linimon
37f1b9dc0b Fix typo. 2014-02-07 07:51:27 +00:00
Antoine Brodin
709279fe7f - Stage support
- Remove infozip dependency
2014-02-06 20:58:06 +00:00
Pawel Pekala
3b95fc04db Stage support
PR:		ports/182481
Submitted by:	maintainer
2014-02-06 20:15:32 +00:00
Brendan Fabeny
c9266fcc1e Update textproc/tinyxml2 to 20140124 and devel/cppcheck to 1.63; use staging for both 2014-02-06 18:40:41 +00:00
Emanuel Haupt
e1586c8a1b Support staging. 2014-02-06 16:34:40 +00:00
Emanuel Haupt
959bf56cdd Support staging. 2014-02-06 16:29:21 +00:00
Emanuel Haupt
a0cdf342e1 Support staging. 2014-02-06 16:28:19 +00:00
Emanuel Haupt
4cec24e88a Support staging. 2014-02-06 16:27:14 +00:00
Emanuel Haupt
40d02d5622 Support staging. 2014-02-06 16:26:16 +00:00
Emanuel Haupt
1673e3ab9c Support staging. 2014-02-06 16:25:15 +00:00
Emanuel Haupt
a58d6fccd9 Support staging. 2014-02-06 16:24:12 +00:00
Emanuel Haupt
9339da4058 Support staging. 2014-02-06 16:23:21 +00:00
Emanuel Haupt
43499227a4 Support staging. 2014-02-06 16:20:29 +00:00
Emanuel Haupt
7da1b51122 Support staging. 2014-02-06 16:18:37 +00:00
Martin Wilke
bc37d148a1 - Stage support 2014-02-06 15:06:58 +00:00
Sunpoet Po-Chuan Hsieh
0e5ad33ae8 - Update to 20140202 2014-02-06 14:51:34 +00:00
Sunpoet Po-Chuan Hsieh
2fe4b2b7b7 - Update to 2014.02.02 2014-02-06 14:50:28 +00:00
Sunpoet Po-Chuan Hsieh
83dc669415 - Update to 2014.02.02 2014-02-06 14:50:23 +00:00
Sunpoet Po-Chuan Hsieh
75cbfea2e4 - Update to 2014.02.02 2014-02-06 14:50:18 +00:00
Steve Wills
8ec8435256 - Update to 1.6.1 2014-02-06 13:30:27 +00:00
Frederic Culot
669a2cdd08 - Update to 0.10
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/Text-Aligner/Changes
2014-02-06 08:01:27 +00:00
Eitan Adler
2d14bd95ec Update igor to 1.431
Changes: There is an important bug fix in the
indentation tests which removes many false positives.

PR:		ports/186504
Submitted by:	wblock (maintainer)
2014-02-06 05:12:33 +00:00
Brendan Fabeny
0a73097383 Update to 20131209; update LICENSE; use staging 2014-02-05 19:37:53 +00:00
Mathieu Arnold
db33716fd3 Drop maintainership on those.
Sponsored by:	Absolight
2014-02-05 17:35:53 +00:00
Martin Wilke
54087f0bc1 - Stage support 2014-02-05 13:58:18 +00:00
Frederic Culot
0091b88823 - Update to 0.103000
- Fix typos in COMMENT

Changes:	http://search.cpan.org/dist/Pod-Elemental/Changes
2014-02-05 08:32:09 +00:00
Martin Wilke
fbef5a1036 - Stage support 2014-02-05 08:26:37 +00:00
Frederic Culot
6639ba92a3 - Update to 1.62
Changes:	http://search.cpan.org/dist/Pod-Parser/CHANGES
2014-02-05 08:10:46 +00:00
Sunpoet Po-Chuan Hsieh
1086b15442 - Fix PLIST
- Bump PORTREVISION for package change

PR:		ports/186155
Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
2014-02-04 16:54:12 +00:00
Antoine Brodin
2f485af220 Fix paths inside .py[co] files 2014-02-03 22:52:01 +00:00
Antoine Brodin
c0e51e1e9a Fix runtime (and stage orphans) 2014-02-03 18:07:34 +00:00
Alex Dupre
d5bffd7e86 Fix build by adding jar dependencies into classpath. 2014-02-03 11:54:02 +00:00
Rene Ladan
f8340f24c1 Remove expired ports:
2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer
2013-12-31 misc/libmcal: No more used and development discontinued
2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4
2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr
2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal
2014-02-01 deskutils/mcal: Depends on expired misc/libmcal
2014-02-01 sysutils/relpath: unfetchable distfiles
2014-02-01 sysutils/decomment: unfetchable distfiles
2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
2014-02-03 11:37:02 +00:00
Kubilay Kocak
2c3a7fcb36 textproc/py-markdown: Modernise: STAGE, AUTOPLIST & more
- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist
- Update LICENSE (BSD3CLAUSE)
- Update WWW URL in pkg-descr
- Deprecate PYDISTUTILS_PKGNAME
- Reduce whitespace in Makefile
2014-02-03 10:18:19 +00:00
Raphael Kubo da Costa
bde6d9b371 Update to 2.0.13.
The changes since the last release on 2013-11-24 are:
 * Fix configure not finding curl when curl-config --cflags is empty
 * Fixed reported issue 0000562

For full details of the changes see the Raptor 2.0.13 release notes at
  http://librdf.org/raptor/RELEASE.html#rel2_0_13
2014-02-03 09:55:44 +00:00
Mathieu Arnold
9438b20b38 Fix staging.
Poked by:	miwi
Sponsored by:	Absolight
2014-02-03 09:46:30 +00:00
Max Brazhnikov
5dfc224b4d - Fix typo (and build with default configuration)
Reported:	az@
2014-02-03 07:16:49 +00:00
Martin Wilke
5495791f43 - Stage support 2014-02-03 03:51:09 +00:00
Martin Wilke
1fbf6e3607 - Stage support 2014-02-03 02:36:27 +00:00
Martin Wilke
c97ab62e12 - Stage support
- Convert to USES
2014-02-03 02:29:10 +00:00
Max Brazhnikov
e461462e97 - Remove needless dependencies
- Convert to options helpers
2014-02-02 20:16:51 +00:00
Marcus von Appen
8212f5a5d3 - Update to version 4.6.1
Changelog: http://lucene.apache.org/core/4_6_1/changes/Changes.html
2014-02-02 17:45:19 +00:00
Pawel Pekala
f5a989d8ab Stage support
PR:		ports/186323
Submitted by:	maintainer
2014-02-02 16:27:35 +00:00
Kubilay Kocak
bf3f97a499 [NEW PORT] textproc/py-scss: Compiler for SCSS flavor of the Sass language
pyScss is a compiler for SCSS flavor of the Sass language, a superset of
CSS3 that adds programming capabilities and some other syntactic sugar.

WWW: https://github.com/Kronuz/pyScss

PR:		ports/186268
Submitted by:	"Ilya A. Arkhipov" <rum1cro@yandex.ru>
2014-02-02 10:05:42 +00:00
Eitan Adler
7405b8e0ed Return some ports I maintain to the pool. 2014-02-02 08:11:05 +00:00
Steve Wills
9411e74248 - Update to 3.2.14 2014-02-02 03:02:44 +00:00
Steve Wills
8cc3624b67 - Add patch to deps in gemspec. This plus some other patches should fix rails.
Submitted by:	sunpoet
2014-02-02 02:59:46 +00:00
Josh Paetzel
8c1b429719 Patches that address CVE-2013-6393 2014-02-01 22:39:00 +00:00
Max Brazhnikov
d8269280e9 textproc/raptor: release maintainership, KDE ports don't depend on this port 2014-02-01 19:04:55 +00:00
Ulrich Spörlein
d9a05f4e95 Fix mdocml fetching, the distfile was re-rolled in the mean time.
No functional changes in the tarball.
2014-01-31 23:02:59 +00:00
Ulrich Spörlein
1583613a6e Upgrade to 1.22.2; STAGEify
Approved by:	beat (mentor)
2014-01-31 19:42:17 +00:00
Martin Wilke
b50a7f4cb0 - Stage support 2014-01-31 15:24:46 +00:00
Martin Wilke
c3d6dc765d - Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV
2014-01-30 03:13:00 +00:00
Matthias Andree
01abf783d2 Upgrade to HTMLDOC 1.8.28, fixing security-relevant bugs.
Support staging, and modernize LIB_DEPENDS.
Tweak build environment to get proper detection of png/jpeg libs.
Switch to using BZIP2 tarballs.

PR:		ports/186024
Approved by:	jose@diasfernandes.pt (maintainer)
Security:	6d08fa63-83bf-11e3-bdba-080027ef73ec
2014-01-29 20:18:52 +00:00
Andrej Zverev
073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00
Pietro Cerutti
21aa3dafb0 - STAGE-clean
- Convert to OPTIONSng
2014-01-29 15:12:54 +00:00
Mathieu Arnold
49be89bdea Fix build, and let bsdtar unzip the distfile.
Pointy hat to:	mat
Sponsored by:	Absolight
2014-01-29 13:41:17 +00:00
Rodrigo Osorio
877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00
Baptiste Daroussin
ecf11e810f Remove ispell which is deprecated for long, consider using aspell instead or the aspell-ispell wrapper
french/ispell
german/ispell
german/ispell-alt
german/ispell-neu
hungarian/ispell
polish/ispell
portuguese/ispell-pt_BR
russian/rus-ispell
textproc/british-ispell
textproc/es-ispell
textproc/ispell
textproc/it-ispell
textproc/nl-ispell
textproc/sk-ispell
ukrainian/ispell
2014-01-29 07:10:12 +00:00
David Thiel
934778842f Fix build and STAGEify.
PR:		ports/185899
Submitted by:	ashish@
2014-01-28 20:16:01 +00:00
Martin Wilke
69f890e220 - Stage support 2014-01-28 16:47:39 +00:00
Mathieu Arnold
c3e42ee59a - Support staging
- Use new options knobs

Sponsored by:	Absolight
2014-01-28 16:47:07 +00:00
Mathieu Arnold
ac75fc7b36 Support staging.
Sponsored by:	Absolight
2014-01-28 16:40:12 +00:00
Mathieu Arnold
bf281fd8d6 Support staging.
Sponsored by:	Absolight
2014-01-28 16:07:37 +00:00
Martin Wilke
57ef378d0d - Stage support 2014-01-28 15:58:38 +00:00
Mathieu Arnold
1cd84ce00c Support staging.
Sponsored by:	Absolight
2014-01-28 15:54:23 +00:00
Mathieu Arnold
700d482c02 Support staging.
Sponsored by:	Absolight
2014-01-28 15:51:25 +00:00
Mathieu Arnold
cd49af7206 Convert to staging.
Sponsored by:	Absolight
2014-01-28 15:49:30 +00:00
Mathieu Arnold
dfcffc21f0 Support staging.
Sponsored by:	Absolight
2014-01-28 15:48:57 +00:00
Emanuel Haupt
db371c0b81 Update to 3.00 2014-01-28 15:34:46 +00:00
Mathieu Arnold
4145687849 Support staging.
Sponsored by:	Absolight
2014-01-28 15:32:05 +00:00
Baptiste Daroussin
ef086f0077 Switch from ispell to aspell-ispell 2014-01-28 15:30:02 +00:00
Alexey Dokuchaev
64fe2fc6e4 Remove reference to alpha (long unsupported) and generally cleanup the port. 2014-01-28 15:16:39 +00:00
Mathieu Arnold
c22aa740b8 Support staging.
Sponsored by:	Absolight
2014-01-28 14:59:41 +00:00
Mathieu Arnold
f15da50639 Support staging.
Sponsored by:	Absolight
2014-01-28 14:31:22 +00:00
Mathieu Arnold
0b1d887e60 Support staging.
Sponsored by:	Absolight
2014-01-28 14:08:16 +00:00
Baptiste Daroussin
5db213b652 Use options helpers
Use install-strip target to strip binaries (it respect DONTSTRIP which is passed to env in case we do build WITH_DEBUG)
Switch ispell -> aspell-ispell

Approved by:	kwm (gnome)
2014-01-28 14:07:36 +00:00
Baptiste Daroussin
d2365ade3e Extract the ispell wrapper out of aspell into a dedicated port
Cleanup up the aspell port
Propertly strip aspell libraries
Use short form of MASTER_SITES
2014-01-28 12:02:27 +00:00
Baptiste Daroussin
a2073fe882 Support stage
Be less creative about DOCS installation
Add NLS and DOCS options
2014-01-28 07:32:19 +00:00
Dmitry Marakasov
6270f9f8ae - Keep category Makefiles sorted 2014-01-28 03:25:28 +00:00
Li-Wen Hsu
1af8930d8e - Update to 1.2.1
- Fix Python 3 support
2014-01-28 03:07:11 +00:00
Antoine Brodin
864284545c Stage support 2014-01-28 00:16:57 +00:00
Mathieu Arnold
21a74701f7 Convert to staging.
Sponsored by:	Absolight
2014-01-27 23:49:28 +00:00
Mathieu Arnold
4e1984284b - Convert to staging
- New format lib_depends
- Fix an option, the logic had been reversed two years ago when converting to optionsng.

Sponsored by:	Absolight
2014-01-27 23:06:21 +00:00
Mathieu Arnold
df38d53440 Convert to staging.
Sponsored by:	Absolight
2014-01-27 22:15:27 +00:00
Mathieu Arnold
2f72c77e78 - Convert to staging
- Rename patches to follow makepatch naming.

Sponsored by:	Absolight
2014-01-27 21:56:04 +00:00
Mathieu Arnold
cfef5c2376 Suppor staging.
Sponsored by:	Absolight
2014-01-27 21:18:21 +00:00
Mathieu Arnold
ef3e1930e8 Support staging.
Sponsored by:	Absolight
2014-01-27 21:17:25 +00:00
Mathieu Arnold
cef048fb71 Convert to staging.
Sponsored by:	Absolight
2014-01-27 21:08:55 +00:00
Mathieu Arnold
6c18ecdcc8 Support staging.
Sponsored by:	Absolight
2014-01-27 20:48:13 +00:00
Mathieu Arnold
25db340535 Convert to staging.
Sponsored by:	Absolight
2014-01-27 20:46:39 +00:00
Baptiste Daroussin
53f5bbb2ba Deprecate ports broken for more than 6 month 2014-01-27 17:35:26 +00:00
Kubilay Kocak
8942de43ff Sweep www/py-requests dependants to www/py-requests1
Point all www/py-requests dependants to www/py-requests1 in preparation for
the upgrade of www/py-requests to version 2.x, which substantially breaks API
compatibility.

Maintainers of these ports can update their requests dependency independently
as time for sufficient testing permits.

PR:		ports/185631
2014-01-27 12:14:09 +00:00
Mathieu Arnold
20369ecf3a Convert to staging.
Sponsored by:	Absolight
2014-01-26 21:01:24 +00:00
Mathieu Arnold
4f02141413 Support staging.
Sponsored by:	Absolight
2014-01-26 20:51:45 +00:00
Mathieu Arnold
5f195f9989 Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:43:55 +00:00
Mathieu Arnold
80f3330416 Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:42:34 +00:00
Mathieu Arnold
98ecf04adc Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:37:49 +00:00
Mathieu Arnold
11df4e8f05 Support staging.
Sponsored by:	Absolight
2014-01-26 20:29:57 +00:00
Mathieu Arnold
8d88c57c65 Support staging.
Sponsored by:	Absolight
2014-01-26 20:27:24 +00:00
Mathieu Arnold
66b5a3ffa0 Support staging.
Sponsored by:	Absolight
2014-01-26 20:26:27 +00:00
Mathieu Arnold
69eae58033 Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:25:01 +00:00
Mathieu Arnold
0718dcf903 Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:20:40 +00:00
Mathieu Arnold
4360743d81 Support staging.
Sponsored by:	Absolight
2014-01-26 20:15:41 +00:00
Mathieu Arnold
fe93c4ae93 - Convert to staging
- Use new LIB_DEPENDS

Sponsored by:	Absolight
2014-01-26 20:05:55 +00:00
Mathieu Arnold
540c8910a5 Convert to staging.
Sponsored by:	Absolight
2014-01-26 20:00:44 +00:00
Mathieu Arnold
3bca21b00e Convert to staging.
Sponsored by:	Absolight
2014-01-26 19:51:15 +00:00
Marcus von Appen
8ed5ece3b3 - Enable stagedir support
- Convert to PYDISTUTILS_AUTOPLIST
2014-01-26 16:40:14 +00:00
Mathieu Arnold
01f2cc3749 Support staging.
Sponsored by:	Absolight
2014-01-26 16:23:27 +00:00
Mathieu Arnold
b16b8780b8 Support staging.
Sponsored by:	Absolight
2014-01-26 16:22:29 +00:00
Mathieu Arnold
b949950631 Convert to staging.
Sponsored by:	Absolight
2014-01-26 16:19:56 +00:00
Mathieu Arnold
d9aa5d97d3 Support staging.
Sponsored by:	Absolight
2014-01-26 15:57:52 +00:00
Mathieu Arnold
5e4c2adde5 Support staging.
Sponsored by:	Absolight
2014-01-26 15:46:14 +00:00
Mathieu Arnold
2f41aa6566 Support staging.
Sponsored by:	Absolight
2014-01-26 15:35:16 +00:00
Mathieu Arnold
25c39fb4fb Support to staging.
Sponsored by:	Absolight
2014-01-26 15:33:13 +00:00
Mathieu Arnold
ec598fb2ee Convert to staging.
Sponsored by:	Absolight
2014-01-26 15:31:04 +00:00
Mathieu Arnold
898dfefb6e Convert to staging.
Sponsored by:	Absolight
2014-01-26 14:45:54 +00:00
Mathieu Arnold
9ef39344e6 - Convert to staging
- Use new LIB_DEPENDS
- Add license

Sponsored by:	Absolight
2014-01-26 14:42:54 +00:00
Mathieu Arnold
588588093a - Support staging
- Add to java category

Sponsored by:	Absolight
2014-01-26 12:36:59 +00:00
Mathieu Arnold
3fa7680efe Convert to staging.
Sponsored by:	Absolight
2014-01-26 12:27:12 +00:00
Mathieu Arnold
09667e2879 Convert to staging.
Sponsored by:	Absolight
2014-01-26 12:14:29 +00:00
Mathieu Arnold
336e98a240 Convert to staging.
Sponsored by:	Absolight
2014-01-26 12:08:06 +00:00
Mathieu Arnold
5dd4ea2cab - Convert to staging
- Add license
- Rename patch to follow makepatch naming
- Use new options knobs

Sponsored by:	Absolight
2014-01-26 11:57:13 +00:00
Antoine Brodin
cf740482d3 Finish stage support 2014-01-26 09:24:41 +00:00
Mathieu Arnold
a013c1e300 Fix build when PDFDOCS is disabled.
Sponsored by:	Absolight
2014-01-26 00:53:44 +00:00
Mathieu Arnold
1632c3021e - Convert to staging
- Add option to build pdf doc

PR:		186113
Submitted by:	mat
Approved by:	gerald
Sponsored by:	Absolight
2014-01-26 00:05:36 +00:00
Mathieu Arnold
005071a063 - Convert to staging
- pet portlint
- add license
- convert patches to makepatch naming

Sponsored by:	Absolight
2014-01-26 00:03:51 +00:00
Mathieu Arnold
3e0a2d7508 - Convert to staging
- Add license
- Convert to options helpers

Sponsored by:	Absolight
2014-01-25 22:03:15 +00:00
Steve Wills
2d32c128d9 - Update to 1.3.1
- Add LICENSE
- Update homepage

PR:		ports/185064
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com>
2014-01-25 19:25:02 +00:00
Antoine Brodin
3d10b5091f - Fix a broken RUN_DEPENDS
- While here, add stage support
2014-01-25 17:38:05 +00:00
Martin Wilke
c361f92abc - Fix build
PR:		184870
Submitted by:	Ports Fury
2014-01-25 16:46:40 +00:00
Antoine Brodin
87e88a4e3f - Update to 1.8.2
- Remove DOCS conditional
2014-01-25 12:57:41 +00:00
Martin Wilke
763fc0a032 - Stage support 2014-01-25 05:39:09 +00:00
Mathieu Arnold
e34b3763c7 - Convert to staging
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 18:10:39 +00:00
Mathieu Arnold
61fd35343f - Support staging
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 15:52:12 +00:00
Mathieu Arnold
ba6cb2390b - Convert to staging (as a user)
- Add license
- Pet portlint

Sponsored by:	Absolight
2014-01-24 14:59:10 +00:00
Mathieu Arnold
54f1a49eee And now, perl's not needed during patch.
Sponsored by:	Absolight
2014-01-24 14:56:48 +00:00
Martin Wilke
cfdf16ddf2 - Stage safe 2014-01-24 14:55:44 +00:00
Mathieu Arnold
b8bac4a3c5 - Convert to staging
- Kill patching that was needed before perl 5.6.

Sponsored by:	Absolight
2014-01-24 13:58:29 +00:00
Olivier Duchateau
8b223b0637 Convert my own Python ports to:
- STAGEDIR
- Replace USE_PYDISTUTILS= easy_install by USE_PYDISTUTILS= yes

While I'm here
- Use PYDISTUTILS_AUTOPLIST
- Adjust or add LICENSE
2014-01-24 13:34:31 +00:00
Matthew Seaman
2235482ace Update to 4.1.5
Announcement:	http://sphinxsearch.com/blog/2014/01/23/sphinx-2-1-5-release-and-sphinx-2-0-10-release/
2014-01-24 07:02:06 +00:00
Mathieu Arnold
c7dd9d68a4 Yet another props cleanup commit.
With hat:	portmgr
Sponsored by:	Absolight
2014-01-24 00:14:07 +00:00
Eitan Adler
c43b5cd448 Update igor to 1.419
Changes: Some code improvements and additional misspelling detection.

PR:		ports/185872
Submitted by:	wblock (maintainer)
2014-01-23 22:40:23 +00:00
Pawel Pekala
e8b23cd9a3 - Update to version 1.8.4
- Fix shebang line
- Remove cruft not needed when staged

 Fixes:

    * Fix crash when scanning CVS-only folders (Kai Willadsen)
    * Fix crash on Windows when missing cdll.intl (Bartosz Dziewonski)
    * Fix crash with Italian (it_IT.utf8) locale (Balint Reczey)

 Translations:

    * Andika Triwidada (id)
    * Benjamin Steinwender (de)
    * Daniel Mustieles (es)
2014-01-23 20:55:24 +00:00
Martin Wilke
19abd81dd3 - Stage support
- Bump PORTREV
2014-01-23 16:40:35 +00:00
Martin Wilke
4c9cb56d47 - Stageify 2014-01-23 16:40:04 +00:00
Martin Wilke
1517ce49fc - Stageify
- Take maintainership of a few ports
2014-01-23 16:00:14 +00:00
Dag-Erling Smørgrav
24f69e21d5 Relpace hardcoded ghostscript build dependency with USE_GHOSTSCRIPT_RUN.
MFH		2014Q1
2014-01-23 15:27:58 +00:00
Emanuel Haupt
e67e81ec2b Remove WWW. Project page disappeared without a replacement.
PR:		186022
Submitted by:	mandree
2014-01-23 08:05:14 +00:00
Sunpoet Po-Chuan Hsieh
eda6b53a8a - Update to 1.08
- Update LICENSE

Changes:	http://search.cpan.org/dist/JavaScript-Minifier/Changes
2014-01-23 03:28:04 +00:00
Matthias Andree
fa124d9465 Update WWW address. 2014-01-22 23:58:13 +00:00
Matthias Andree
7ab8506c5d Update master sites for some ports formerly hosted on easysw.com, now extinct.
Remove easysw.com domain from MASTER_SITE_EASYSW, and drop tu-bs.de from mirror
list (is no longer mirroring easysw.com).
2014-01-22 23:37:53 +00:00
Mathieu Arnold
922d98896b * Support staging
* Use dos2unix

Sponsored by:	Absolight
2014-01-22 16:23:13 +00:00
Mathieu Arnold
7dfa91c8cd * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-22 14:35:55 +00:00
Mathieu Arnold
580056663c * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-22 11:47:22 +00:00
Baptiste Daroussin
e04b632220 Fix properties on pkg-plist 2014-01-21 23:40:21 +00:00
Mathieu Arnold
301b658054 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 23:21:10 +00:00
Adam Weinberger
c4c755974f Update to 4.5.1. 2014-01-21 22:44:46 +00:00
Mathieu Arnold
fd5d9cfd11 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 22:29:50 +00:00
Mathieu Arnold
654bf7a504 * Convert to staging
* Add license
* pet portlint
* Fixup missing options and includes

Sponsored by:	Absolight
2014-01-21 21:45:44 +00:00
Mathieu Arnold
782caecb45 * Convert to staging
* Add license

Sponsored by:	Absolight
2014-01-21 17:03:00 +00:00
Mathieu Arnold
2d7852dd48 * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 14:03:59 +00:00
Mathieu Arnold
323117a18d * Convert to staging
* Add license
* pet portlint

Sponsored by:	Absolight
2014-01-21 11:52:07 +00:00
Mathieu Arnold
4cb8a4ff8c Convert to staging.
Sponsored by:	Absolight
2014-01-21 10:46:48 +00:00