1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

14634 Commits

Author SHA1 Message Date
Andrej Zverev
58a4b8b446 - update to 0.624
Changes: http://search.cpan.org/dist/XML-Writer/Changes
2014-03-22 10:29:37 +00:00
Andrej Zverev
c4a0d1ca5b - update to 0.91
- modernize pkg-descr
2014-03-22 10:15:35 +00:00
Emanuel Haupt
72bf01801c - Support staging
- Use shebangfix
2014-03-20 15:44:13 +00:00
Emanuel Haupt
a55a41285b Support staging 2014-03-20 15:39:08 +00:00
Emanuel Haupt
7a14a50098 Support staging 2014-03-20 15:04:39 +00:00
Pietro Cerutti
4d92b84e8a - Update to 2.13
Changes:
  * More effort to skip comments in arguments.
2014-03-20 08:55:12 +00:00
Emanuel Haupt
a82a0364dc - Support staging
- Define DOCS option
- Use WWW: with a single space
- Define LICENSE and LICENSE_FILE
- Convert USE_BZIP2=yes to USES=tar:bzip2
2014-03-20 07:15:53 +00:00
John Marino
5d7a673b25 xmlada, gtkada: Bump for builders
libraries built by the previous version of the Ada compiler can not
be used by the new compiler.  Rev bump a couple of libraries that can
cause breakage on incremental builds.

Reported by: pkg-fallout
2014-03-19 19:31:01 +00:00
Sunpoet Po-Chuan Hsieh
086819109e - Update to 2014.03.16 2014-03-19 17:19:34 +00:00
Sunpoet Po-Chuan Hsieh
a68ccee9b2 - Update to 2014.03.16 2014-03-19 17:19:28 +00:00
Sunpoet Po-Chuan Hsieh
a37872da03 - Update to 2014.03.16 2014-03-19 17:19:22 +00:00
Andrej Zverev
70330b129d - Fix typo in COMMENT (CVS -> CSV)
- Assisgn maintainership to perl@
- Fix WWW (tab -> space) in pkg-plist

PR:		ports/187717
Submitted by:	C Hutchinson <portmaster@bsdforge.com>
2014-03-19 02:58:55 +00:00
Steve Wills
93d7f597f6 - Change LICENSE from BSD to BSD2CLAUSE
PR:		ports/187672
Submitted by:	Horia Racoviceanu <horia@racoviceanu.com> (maintainer)
2014-03-18 15:00:53 +00:00
Emanuel Haupt
50418f3429 Quiesce mkdir 2014-03-18 14:26:57 +00:00
Mathieu Arnold
60aa3ad1bd Catch up with latest from upstream.
Sponsored by:	Absolight
2014-03-18 14:04:58 +00:00
Pawel Pekala
47ea202739 - Convert to USES=tar
- Use precise BSD licenses
2014-03-17 16:56:15 +00:00
Emanuel Haupt
23fcc9d1ab - Support staging
- USES -> gmake
- Define DOCS option
- New LIB_DEPENDS definition
2014-03-17 09:36:51 +00:00
Gerald Pfeifer
ed08b27967 Now that the default version of GCC in the Ports Collection (per
lang/gcc and Mk/bsd.default-versions.mk) is GCC 4.7, replace
USE_GCC=4.7+ by USE_GCC=yes.

Approved by:	portmgr (mat)
2014-03-16 22:33:04 +00:00
Sunpoet Po-Chuan Hsieh
eab85be7fe - Update to 20140316 2014-03-16 18:16:38 +00:00
Tijl Coosemans
c79e41646a - Convert USE_AUTOTOOLS=libtool to USES=libtool.
- Remove USE_GNOME=intlhack.  Does not do anything.
- Staging.
- Remove SKIM support.  It depends on KDE3.
- Touch config.h.in in post-patch so the makefile doesn't think it's
  outdated and decides to run autoheader and other autotools.
- Remove references to FreeBSD 4.x from pkg-message.

PR:		ports/187011
Approved by:	maintainer timeout (3 weeks)
2014-03-16 13:39:50 +00:00
Lars Thegler
aeb33cc3b4 - Update to 1.100602
- Add LICENSE

Changes: http://metacpan.org/changes/distribution/String-Truncate
2014-03-16 10:50:14 +00:00
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