1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
Commit Graph

14613 Commits

Author SHA1 Message Date
Lars Thegler
727a7d7920 - Update to 1.06
Changes: http://metacpan.org/changes/distribution/Text-Truncate
2014-03-16 10:44:19 +00:00
Lars Thegler
bf688e4f56 - Update to 0.004
Changes: http://metacpan.org/changes/distribution/Version-Next
2014-03-16 10:31:20 +00:00
Koop Mast
2d674495d9 Add gtkspell3 3.0.4.
Gtkspell check library based on Gtk+ 3.
This version isn't compatible with gtkspell.
2014-03-16 10:09:31 +00:00
John Marino
1afb9da9ce Add new Ada port: textproc/xml_ez_out
XML EZ_Out is a small set of packages intended to aid the creation of
XML-formatted output from within Ada programs.  It basically wraps the
tags and data provided to it with XML syntax and writes them to a
user-supplied medium.

This medium can be any sort of writable entity, such as a file, a
memory buffer, or even a communications link, such as a socket.  The
only functionality required of the medium is that it supply a
meaningful "Put" (for writing a string) and "New_Line" procedure.

WWW: http://www.mckae.com/xmlEz.html
2014-03-15 23:43:32 +00:00
Adam Weinberger
500b5ac97c Use _CONFLICTS_INSTALL helper. 2014-03-15 16:37:52 +00:00
Alexey Dokuchaev
ba31c6c887 Kill bogus EOL whitespace. 2014-03-15 15:58:50 +00:00
Martin Wilke
2f6209d009 - Update to 1.2.0 2014-03-15 10:47:03 +00:00
Martin Wilke
085648da06 - Update to 1.1.1. 2014-03-15 10:46:29 +00:00
Tijl Coosemans
a19b165d3b Fix double occurences of USES= 2014-03-14 20:59:20 +00:00
John Marino
d1e5f1ed50 Add new Ada port: textproc/opentoken 5.0a
OpenToken is a facility for performing token analysis and parsing within
the Ada language. It is designed to provide all the functionality of a
traditional lexical analyzer/parser generator, such as lex/yacc. But due
to the magic of inheritance and runtime polymorphism it is implemented
entirely in Ada as withed-in code. No precompilation step is required, and
no messy tool-generated source code is created. The tradeoff is that the
grammar is generated at runtime.

WWW: http://stephe-leake.org/ada/opentoken.html
2014-03-14 13:43:26 +00:00
Emanuel Haupt
7aef37f62e Convert USE_BZIP2=yes to USES=tar:bzip2 2014-03-14 10:15:52 +00:00
Sunpoet Po-Chuan Hsieh
48c8ef73c4 - Use USES=shebangfix
- Use USES=tar:tgz
2014-03-14 08:48:37 +00:00
Sunpoet Po-Chuan Hsieh
ecbcef8af9 - Use USES=tar:tgz 2014-03-14 08:17:38 +00:00
Sunpoet Po-Chuan Hsieh
e6472a94c6 - Update to 20140311 2014-03-14 07:28:10 +00:00
John Marino
029a2d7f9e Tie libgnat_util.a to libasis
Rather than specify gnat_util every time ASIS is a dependency, set it
as a library dependency for ASIS.  LIB_DEPENDS doesn't work because it
is a static library, so just manually add libgnat_util.a to BUILD_DEPENDS
and RUN_DEPENDS, then adjust 3 ports accordingly.
2014-03-13 23:46:25 +00:00
TAKATSU Tomonari
3defa59ccb - Update to 1.7-3 2014-03-13 16:01:10 +00:00
Pietro Cerutti
a3b74ede5d - Update to 1.1.7
- Enable testing when MAINTAINER_MODE is set

  Changes:

  * More initial whitespace fixes and off-by-one errors when parsing streams
    causes invalid XMLs and therefore Expat parsing errors.
    (reported by Anup Rao)
2014-03-13 13:38:24 +00:00
Martin Wilke
fedfb3ebe3 - Stage support 2014-03-13 05:22:21 +00:00
Martin Wilke
53634789f7 - Stage support 2014-03-13 05:21:08 +00:00
John Marino
c7dba22f72 textproc/adabrowse: switch build to .gpr to avoid ASIS rebuilds
At least with the upcoming gcc49 and ASIS 2013, I've been seeing gmake
Makefile-based builds trying to rebuild ASIS rather than just use the
provided static library.  I don't know what causes that, but I did notice
that it doesn't happen with GNAT project files.

1) Disregard gmake completely and provide a new build.gpr file
   This will work when gcc-aux is moved to gcc49.
2) Add DOCS option and install the html documentation optionally
3) Relocate LICENSE to make portlint happy
4) Using GPR makes this jobs safe (although the job number might be
   limited to 1 anyway in this case)
2014-03-12 23:00:09 +00:00
Adam Weinberger
531cd7932f Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name of
improving accessibility.

I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
2014-03-11 21:49:40 +00:00
Frederic Culot
9cf06649a7 - Add patches forgotten in previous commit
Reported by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
Pointyhat to:   culot@
2014-03-11 21:24:59 +00:00
Antoine Brodin
cf7b71001e Deprecate a few old unmaintained ports 2014-03-11 21:21:14 +00:00
Antoine Brodin
45dac23258 Unbreak 2014-03-11 20:28:58 +00:00
Koop Mast
70c71e5cdd gnome-panel will be updated to the 3.x version when GNOME 3 will merged.
Deprecate the first batch of ports that are incompatible with the new 3.x version.
2014-03-11 14:40:28 +00:00
Frederic Culot
bd99022467 - Update to 1.5.5 [1]
- Pet portlint(1) by changing spaces into tabs in Makefile

PR:		ports/187209 [1]
Submitted by:	Henry Hu <henry.hu.sh@gmail.com> (maintainer)
2014-03-11 07:36:19 +00:00
Andrej Zverev
bb4a20e44d - update to 1.01
Changes: http://search.cpan.org/dist/XML-Compile-Cache/ChangeLog
2014-03-11 05:12:43 +00:00
Andrej Zverev
62cf632cfa - update to 0.03 2014-03-11 05:03:00 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Sunpoet Po-Chuan Hsieh
151545ed86 - Update to 2014.03.09 2014-03-10 19:13:51 +00:00
Sunpoet Po-Chuan Hsieh
060ca7a42d - Update to 2014.03.09 2014-03-10 19:13:45 +00:00
Sunpoet Po-Chuan Hsieh
a15830e5d4 - Update to 2014.03.09 2014-03-10 19:09:01 +00:00
Sunpoet Po-Chuan Hsieh
c47d5f4d9b - Update to 20140302 2014-03-10 19:08:48 +00:00
Baptiste Daroussin
90e4be8282 Convert textproc to USES=zip 2014-03-10 17:25:25 +00:00
Rene Ladan
c9a690d33c Remove expired ports:
2014-03-10 deskutils/libopensync-plugin-synce: No more public distfiles
2014-03-10 irc/irchat-pj-xemacs21-mule: No more public distfiles
2014-03-10 irc/pure-xemacs21-mule: No more public distfiles
2014-03-10 lang/dice: No more public distfiles
2014-03-10 irc/dcc: No more public distfiles
2014-03-10 sysutils/backupme: No more public distfiles
2014-03-10 net/freeswitch-curl-devel: No more public distfiles
2014-03-10 misc/freeswitch-pizzademo-devel: No more public distfiles
2014-03-10 emulators/cygne-sdl: No more public distfiles
2014-03-10 mail/newmail: No more public distfiles
2014-03-10 x11-toolkits/xscoop: No more public distfiles
2014-03-10 security/didentd: No more public distfiles
2014-03-10 sysutils/wait_on: No more public distfiles
2014-03-10 net/freeswitch-sbc-devel: No more public distfiles
2014-03-10 multimedia/gxanim: No more public distfiles
2014-03-10 www/nd: No more public distfiles
2014-03-10 lang/fbbi: No more public distfiles
2014-03-10 textproc/csv2xml: No more public distfiles
2014-03-10 www/trac-calendar: No more public distfiles
2014-03-10 misc/stan: No more public distfiles
2014-03-10 japanese/gtkicq: No more public distfiles
2014-03-10 net/nc6: No more public distfiles
2014-03-10 net/jpcap: No more public distfiles
2014-03-10 games/quake-extras: No more public distfiles
2014-03-10 net/asfrecorder: No more public distfiles
2014-03-10 sysutils/pyrenamer: No more public distfiles
2014-03-10 palm/synce-sync-engine: No more public distfiles
2014-03-10 www/linux-mplayer-plugin: No more public distfiles
2014-03-10 net-mgmt/airport: No more public distfiles
2014-03-10 textproc/manued.el: No more public distfiles
2014-03-10 sysutils/jailer: No more public distfiles
2014-03-10 sysutils/blimitd: No more public distfiles
2014-03-10 print/abntex: No more public distfiles
2014-03-10 sysutils/monkeytail: No more public distfiles
2014-03-10 dns/dns_mre: No more public distfiles
2014-03-10 japanese/libjcode: No more public distfiles
2014-03-10 sysutils/jailutils: No more public distfiles
2014-03-10 net/freeswitch-vanilla-devel: No more public distfiles
2014-03-10 sysutils/hdup: No more public distfiles
2014-03-10 print/cups-smb-backend: No more public distfiles
2014-03-10 x11/settitle: No more public distfiles
2014-03-10 sysutils/anteater: No more public distfiles
2014-03-10 www/trac-pendingticket: No more public distfiles
2014-03-10 www/admuser: No more public distfiles
2014-03-10 x11-themes/gnome-icons-snowish: No more public distfiles
2014-03-10 www/metacafe_dl: No more public distfiles
2014-03-10 irc/irchat-pj-emacs21: No more public distfiles
2014-03-10 www/horde3-wicked: No more public distfiles
2014-03-10 java/drexelsnmp: No more public distfiles
2014-03-10 mail/sigit: No more public distfiles
2014-03-10 misc/freeswitch-scripts-devel: No more public distfiles
2014-03-10 www/vtiger-customerportal: No more public distfiles
2014-03-10 irc/pure-emacs21: No more public distfiles
2014-03-10 www/extsm: No more public distfiles
2014-03-10 misc/cwish: No more public distfiles
2014-03-10 www/phpscheduleit: No more public distfiles
2014-03-10 palm/synce-serial: No more public distfiles
2014-03-10 palm/synce-vdccm: No more public distfiles
2014-03-10 net/freeswitch-insideout-devel: No more public distfiles
2014-03-10 sysutils/fusefs-fur: No more public distfiles
2014-03-10 mail/clamfilter: No more public distfiles
2014-03-10 textproc/cost: No more public distfiles
2014-03-10 palm/synce-gvfs: No more public distfiles
2014-03-10 net/nxserver: No more public distfiles
2014-03-10 sysutils/throttle: No more public distfiles
2014-03-10 japanese/aterm: No more public distfiles
2014-03-10 mail/teapop: No more public distfiles
2014-03-10 www/eldav.el: No more public distfiles
2014-03-10 graphics/gsnapshot: No more public distfiles
2014-03-10 japanese/zangband: No more public distfiles
2014-03-10 audio/xmms-wma: No more public distfiles
2014-03-10 misc/projectionlib: No more public distfiles
2014-03-10 11:50:26 +00:00
Rene Ladan
d61e750490 Remove optional dependency on expired audio/p5-Audio-Beep
Approved by:	portmgr (infrastructure blanket)
2014-03-10 08:24:23 +00:00
Sunpoet Po-Chuan Hsieh
95450a068c - Space/Tab twiddle
- Take maintainership
2014-03-09 22:39:15 +00:00
Julien Laffaye
b0565ca359 - Update to 2.1.6
- Specify BSD license
2014-03-09 17:17:40 +00:00
Gerald Pfeifer
617cdb85ec Update WWW reference.
Suggested by:	pfg
2014-03-09 13:34:32 +00:00
MANTANI Nobutaka
b9e311bc89 Fix build error of uim-qt4 on 10-stable and beyond.
PR:	ports/187198
Submitted by:	rakuco
2014-03-09 03:07:51 +00:00
Antoine Brodin
c6c742d7cc Deprecate a few unmaintained ports (leaf ports, non staged and unmaintained since more than 12 years) 2014-03-08 22:26:21 +00:00
Sunpoet Po-Chuan Hsieh
e4b3849bc7 - Convert to new options helper
- Simplify Makefile
2014-03-08 19:46:40 +00:00
Koop Mast
805615886e Add:
yelp-tools: Utilities to help manage documentation for Yelp and the web
yelp-xsl: DocBook XSLT stylesheets for yelp

Obtained from:	GNOME dev repo
2014-03-08 16:41:45 +00:00
Gerald Pfeifer
0e897ef662 Update to version 2013.09.05 of the Italian hyphenation rules.
Change back to upstream MASTER_SITES.  Remove bogus EXTRACT_SUFX.2013.09.05

PR:		173945 (for an earlier version update) [1]
Submitted by:	pfg [1]
Approved by:	maintainer timeout (office, 15 months) [1]
2014-03-08 15:46:26 +00:00
Koop Mast
5241a7b27f Stagify.
Remove gawk and a stray \ from the RUN_DEPENDS line.
Replace /bin/bash with /bin/sh in a script.

Obtained from:	GNOME dev repo.
2014-03-08 13:56:46 +00:00
Antoine Brodin
d90c1cf234 Mark BROKEN: Does not install
===>  Checking if textproc/pootle already installed
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
   or: -c --help [cmd1 cmd2 ...]
   or: -c --help-commands
   or: -c cmd --help

error: option --single-version-externally-managed not recognized

Reported by:	pkg-fallout
2014-03-08 12:52:33 +00:00
Gerald Pfeifer
e904d3dd5a Update to the 2013.09.05 version of the Italian hunspell dictionaries.
Submitted by:	pfg
2014-03-08 11:55:16 +00:00
Wen Heping
fe6a914979 - Update to 0.19
- Remove 2to3 command, according to commit 08c34a3315:
  08c34a3315
- Reset maintainer to ports@

PR:		187324
Submitted by:	olivierd@
2014-03-08 11:22:10 +00:00
Martin Wilke
d4c96a8f88 - Stage support 2014-03-07 05:10:26 +00:00
Gerald Pfeifer
53ef374db7 Update to version 3.3.2012.04.03 of the Italian hunspell dictionaries.
PR:		173943
Submitted by:	pfg
Approved by:	maintainer timeout (office, 15 months)
2014-03-06 19:08:59 +00:00