1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
Commit Graph

326129 Commits

Author SHA1 Message Date
Antoine Brodin
dc2afa3db1 Stage support 2014-02-18 18:55:49 +00:00
Antoine Brodin
97f8d1f841 - Stage support
- New LIB_DEPENDS syntax
- Remove PYDISTUTILS_EGGINFO, it's useless with PYDISTUTILS_AUTOPLIST
2014-02-18 18:49:30 +00:00
Antoine Brodin
3311d4cab4 Stage suport 2014-02-18 18:45:40 +00:00
John Marino
3f63fa1334 devel/ahven: Modify to add symbolic tracing.
The author, Tero Koskine, intends for ahven to be compiler agnostic,
and therefore can't use GNAT-specific functionality like
GNAT.Traceback.Symbolic.  However, there is only one brand of Ada
compiler in ports, GNAT, so we can take advantage of it.

This change adds a default option to alter the exception handling to
trace through the symbols to display files and line numbers of each
frame on the stack.  Declining the option builds Ahven without the
modification and allows Ahven to be used on non-GNAT compilers (assuming
you can find one on FreeBSD.)
2014-02-18 18:35:16 +00:00
Antoine Brodin
a9c9154800 Stage support 2014-02-18 18:30:44 +00:00
Antoine Brodin
95f9414be9 Stage support 2014-02-18 18:29:02 +00:00
Antoine Brodin
37d5271513 Stage support 2014-02-18 18:23:41 +00:00
Antoine Brodin
542803ca1e Reset maintainer (email bouncing) 2014-02-18 18:17:46 +00:00
Pawel Pekala
bcccbdfaf8 - Fix build with clang
- Support staging
- Convert to new options framework

PR:		ports/186803 (based on)
Submitted by:	Mathias Monnerville <mathias@monnerville.com>
MFH:		2014Q1
2014-02-18 17:58:16 +00:00
Pietro Cerutti
67bfc3b798 - STAGE-clean 2014-02-18 17:19:25 +00:00
Mathieu Arnold
a0a9697383 Support staging.
Sponsored by:	Absolight
2014-02-18 17:01:29 +00:00
Pietro Cerutti
b6994ddbb7 - STAGE-clean
- Get rid of pkg-plist
2014-02-18 16:53:59 +00:00
Pietro Cerutti
33c2afde80 - STAGE-clean 2014-02-18 16:48:37 +00:00
Mathieu Arnold
82476a6339 Read a lost PKGNAMESUFFIX, and continue normalization.
Sponsored by:	Absolight
2014-02-18 16:40:54 +00:00
Mathieu Arnold
8825f307d3 Fix the sgml catalog.
Poked by:	miwi
Sponsored by:	Absolight
2014-02-18 16:34:55 +00:00
Baptiste Daroussin
6369f02836 Add DOCS option
Properly support CC
Remove deprecated usage of NOPORTDOCS
2014-02-18 16:29:53 +00:00
Pietro Cerutti
ceca892ba2 - STAGE-clean 2014-02-18 16:28:45 +00:00
Pietro Cerutti
97239d8195 - STAGE-clean 2014-02-18 16:26:40 +00:00
Rodrigo Osorio
1903db92c3 - update iffinder to 1.38
- fix issues in FreeBSD 10
- add license

PR:		ports/186560
Submitted by:	Dikshie <dikshie@sfc.wide.ad.jp> (maintainer)
Approved by:	bapt (mentor)
2014-02-18 16:25:24 +00:00
Pietro Cerutti
aa3996cf85 - STAGE-clean
- Add LICENSE
2014-02-18 16:23:20 +00:00
Mathieu Arnold
a78004a03e Convert textproc/sdocbook to staging.
Sponsored by:	Absolight
2014-02-18 16:17:40 +00:00
Rusmir Dusko
9aab619448 - Add files/ski.desktop, forgotten in previous commit 2014-02-18 16:14:02 +00:00
Matthew Seaman
6a03534489 This is a package for doing integer arithmetic while using a different
base representation than normal. In base n arithmetic you have n
symbols which have a representation. I was going to call them
"glyphs", but being text strings they are not really. On Tye McQueen's
whimsical suggestion I settled on the name Math::Fleximal, the set of
text representations is called a "flex", and the representation of
individual digits are the "flecks". These names are somewhat
unofficial...

This allows you to do basic arithmetic using whatever digits you want,
and to convert from one to another.

WWW: http://search.cpan.org/dist/Math-Fleximal/

Submitted by:	Matthew Seaman <matthew@FreeBSD.org>
2014-02-18 16:06:46 +00:00
Rusmir Dusko
c729cef42c - Remove PKGNAMEPREFIX, is stand alone application
- Rename from games/py-ski to games/ski
- Update to 6.7
- Change master sites, add icon
- Take maintainership
- Add license (BSD3CLAUSE)
- Change USE_PYTHON=yes to USE_PYTHON_RUN=yes
- Support STAGEDIR
- Change PLIST_FILE
- Add DOCS and Option
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Add files/ski.desktop

PR:		ports/185134
Submitted by:	nemysis (self)
Reviewed by:	maintainer timeout (22 days)
2014-02-18 16:02:31 +00:00
Pietro Cerutti
b44a394939 - Convert to USES=tcl
- STAGE-clean
2014-02-18 15:59:29 +00:00
Pietro Cerutti
ed4a0d7bcf - Update to 0.96
- STAGE-clean
2014-02-18 15:58:54 +00:00
Pietro Cerutti
6b550fbc24 - STAGE-clean 2014-02-18 15:50:19 +00:00
Steve Wills
e8c000e06f - Fix with newer Django [1] [2]
- Lots of other cleanups and improvements, including moving the data to a more
  standard location
- Take maintainership, maintainer has not responded to PRs in many months

PR:		ports/184969 [1]
PR:		ports/185146 [2]
Submitted by:	brd [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 months)
2014-02-18 15:48:34 +00:00
Pietro Cerutti
096a5469d0 - Convert to USES=tk desktop-file-utils 2014-02-18 15:45:38 +00:00
Steve Wills
f25b2a7304 - Enhance init script [1]
- Fix with newer Django [2]
- Lots of other cleanups and improvements, including moving the data to a more
  standard location
- Take maintainership, maintainer has not responded to PRs in many months

PR:		ports/181043 [1]
PR:		ports/185097 [2]
Submitted by:	brd [1]
Submitted by:	swills (myself) [2]
Approved by:	maintainer timeout (bsdports@wayfair.com, >3 months)
2014-02-18 15:43:57 +00:00
Steve Wills
7a59446bf9 - Correct mistake I made in the configure.in patch. No PORTREVISION bump since
this should have no impact on generated binaries.
2014-02-18 15:37:31 +00:00
Steve Wills
20c88bccc7 - Add Ruby 2.1 2014-02-18 15:35:42 +00:00
Pietro Cerutti
5ebd2956bc - Convert to USES=gmake tk 2014-02-18 15:28:34 +00:00
Pietro Cerutti
db0f6a1ba6 - Convert to USES=tk 2014-02-18 15:24:07 +00:00
Martin Wilke
e9e3fb00ea - Stage support 2014-02-18 15:20:52 +00:00
Martin Wilke
1d9fb663de - Stage support
- Convert to USE_GMAKE to USES
2014-02-18 15:20:45 +00:00
Martin Wilke
e177d0e80b - Stage support 2014-02-18 15:20:06 +00:00
Martin Wilke
194ae25158 - Stage support 2014-02-18 15:20:03 +00:00
Pietro Cerutti
c96f49477d - Convert to USES=gmake tk
- Convert to new LIB_DEPENDS format
- STAGE-clean
2014-02-18 15:17:01 +00:00
Pietro Cerutti
876e74effc - Kill lang/g95 -- it uses an old version of GCC that can't be built anymore 2014-02-18 14:59:12 +00:00
Mathieu Arnold
7f67d157d9 Chase docbook cleanup dependencies.
Sponsored by:	Absolight
2014-02-18 14:50:34 +00:00
Max Brazhnikov
8a932d9fc7 Remove misc/kde-xdg-env, which was used by KDE 3 ports 2014-02-18 14:44:17 +00:00
Max Brazhnikov
d2de2b00e4 - Bump PORTREVISION after KDE4_PREFIX change 2014-02-18 14:31:32 +00:00
Max Brazhnikov
5b97d08fc9 - Remove old deskutils/kdepim44 and deskutils/kdepim44-runtime, they
conflict with new kdepimlibs from KDE SC 4.12
2014-02-18 14:27:39 +00:00
Max Brazhnikov
617f037dbe net-im/ktp-accounts-kcm:
- Convert to options helpers
- Chase library version shift (the port uses KDE SC version scheme)
2014-02-18 14:26:07 +00:00
Max Brazhnikov
7a138d2983 devel/kdevelop-kde4:
- chase devel/kdesdk4 split
2014-02-18 14:25:35 +00:00
Max Brazhnikov
edf3287943 finance/skrooge and devel/kdevplatform:
- Chase devel/grantlee update
2014-02-18 14:24:50 +00:00
Max Brazhnikov
e9c34f4c34 KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!
Among changes:
- Switch KDE4_PREFIX to ${LOCALBASE}
- Remove now needless misc/kde4-shared-mime-info port
- Add stage support
- Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK
- Squeeze MASTER_SITES/MASTER_SITE_SUBDIR
- Convert LIB_DEPENDS to new style
- Use options helpers
- Drop support for FreeBSD 7.x
- Remove Qt/KDE 3 related workarounds
- Remove local patches and use upstream version scheme for libraries
- sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4,
  and x11-clocks/kdetoys4 ports have been split.
- devel/kcachegrind is now a part of KDE SC [1]
- more logs in area51 repo...

New ports:
  devel/kde-dev-scripts:	KDE development scripts
  devel/kde-dev-utils:		KDE development utilities
  games/klickety:		Tetris themed solitaire
  games/picmi:			Single player logic-based puzzle game
  textproc/libkomparediff2:	Library to compare files and strings

The area51 repository features commits by Schaich Alonso, avilla, rakuco
and myself.

PR:		ports/186491
Exp-run:	by bdrewery
Approved by:	beat (former maintainer) [1]
2014-02-18 14:23:03 +00:00
Steven Kreuzer
4dc7ccc95d Update to 1.88 2014-02-18 14:16:49 +00:00
Steven Kreuzer
37372dea18 Update to 1.05 2014-02-18 14:14:35 +00:00