Commit Graph

953 Commits

Author SHA1 Message Date
Michael Johnson
8e07e2d8f9 Update to 2.2.6 2008-09-07 03:44:01 +00:00
Mark Linimon
d72c560b21 Reset infofarmer due to maintainer-timeouts and no response to email.
Hat:	portmgr
2008-09-07 00:19:05 +00:00
Chin-San Huang
4b45faddc8 Add p5-Finance-QuoteTW, fetch quotes of mutual funds in Taiwan.
Finance::QuoteTW provides a easy way to get the latest fund quotes from
various website in Taiwan.

WWW: http://search.cpan.org/dist/Finance-QuoteTW/
2008-08-31 16:06:31 +00:00
Chin-San Huang
956699837c Add p5-Business-OnlinePayment-PaymenTech, PaymenTech backend for
Business::OnlinePayment.

Business::OnlinePayment::PaymenTech allows you to utilize PaymenTech's
Orbital SDK credit card services. You will need to install the Perl Orbital
SDK for this to work.

WWW: http://search.cpan.org/dist/Business-OnlinePayment-PaymenTech/
2008-08-31 13:15:59 +00:00
Chin-San Huang
4d3db7abbc - Add WWW URL. 2008-08-31 12:54:16 +00:00
Yen-Ming Lee
2c65a867fb - simplify dependency
- bump PORTREVISION
2008-08-31 03:44:30 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Ade Lovett
771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00
Lars Thegler
2544850291 Update to 2.8.17
Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2008-08-03 14:13:47 +00:00
Rong-En Fan
f58c461e40 - Drop 4.x support 2008-07-27 15:34:36 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Pav Lucistnik
a7b14d4de2 - Connect ledgersmb12 to the build
Forgotten by:	lippe
2008-07-24 14:24:45 +00:00
Rong-En Fan
fd47512c4d - Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
2008-07-21 04:49:09 +00:00
Pietro Cerutti
11f6c5e1d0 - Remove LibOFX optional support (off by default) until somebody fixes it
PR:		125093
Submitted by:	<mirror176@hotmail.com>
2008-07-09 00:17:39 +00:00
Lars Thegler
9d4c2e01a6 Update to 2.8.16
Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What%27s%20New
2008-07-08 17:57:42 +00:00
Jeremy Messenger
4986ba4041 Add a missing dependency, librsvg2, to view the svg images. Bump the
PORTREVISION.

PR:		ports/125241
Submitted by:	Andrei <support@nolty.org>
2008-07-04 02:55:24 +00:00
Erwin Lansing
17280f85e1 Update to 0.10 2008-06-30 20:44:07 +00:00
Felippe de Meirelles Motta
4c00209176 - Make fetchable.
Reported by:	QA Tindy
Approved by:	gabor (mentor, implicit)
2008-06-23 21:37:22 +00:00
Felippe de Meirelles Motta
122a04d773 - Update to 1.2.13 after repocopy from finance/ledgersmb.
- Change PORTNAME to ledgersmb, reflecting on real project name.
- Update pkg-plist.
- Makefile cleanup.
- Move pkg-message to FILESDIR.

PR:		ports/122059
Submitted by:	Antoine Beaupre <anarcat@lethe.koumbit.net>
Reworked by:	lippe
Discussed with:	araujo
Approved by:	gabor (mentor, implicit)
2008-06-22 22:57:09 +00:00
Pav Lucistnik
6da29a94fa - This port has been BROKEN for more than 6 months. It will be removed unless
fixed in next two months.

With hat:	portmgr
2008-06-19 02:54:54 +00:00
Lars Thegler
b1650bcf68 Update to 2.8.15
Changes:
http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2008-06-18 19:26:56 +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
Martin Wilke
72c4430476 - Update to 0.07000
PR:		124266
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-06-06 07:57:53 +00:00
Martin Wilke
5f278719a9 - Update to 1.18
PR:		124039
Submitted by:	Ports Fury
2008-05-30 13:43:41 +00:00
Chin-San Huang
47b73671b1 TCLink is a thin client API that allows a merchant to process credit card
transactions through the TrustCommerce processing gateway over a encrypted
channel (SSL) using TCP/IP.

WWW: http://www.trustcommerce.com/tclink.html

PR:		ports/124050
Submitted by:	Mike Bowie <mbowie at buzmo.com>
2008-05-29 05:01:57 +00:00
Marcelo Araujo
2cba6cd79f - Include some ports in perl5 category.
PR:		ports/123530
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	flz (portmgr)
2008-05-19 13:12:08 +00:00
Beech Rintoul
f9c10c07b8 - Update distinfo
PR:		ports/111456
Submitted by:	Peter Beckman <beckman@purplecow.com>
Approved by:	maintainer timeout (> two weeks)
2008-04-23 19:37:20 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Cheng-Lung Sung
5f4ae374a9 - update finance/p5-PayflowPro to latest version to account for change in
URL used by Payflow service.

PR:		ports/122829
Submitted by:	maintainer (Vivek Khera)
2008-04-18 02:25:25 +00:00
Michael Johnson
84056b75bf Bump PORTREVISION for the switch to ofx off by default
Reported by:	flz
2008-04-17 14:37:47 +00:00
Marcelo Araujo
4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00
Michael Johnson
545c5d759a Make portlint happy 2008-04-17 11:29:12 +00:00
Michael Johnson
11504bd9ed Add options for POSTGRESQL, OFX
Submitted by:	Martin Lesser <ml@bettercom.de>
2008-04-17 11:28:29 +00:00
Jeremy Messenger
7f5238c466 -Update to 3.8.
-Enable ofx by default with WITHOUT_OFX.
2008-04-04 16:26:50 +00:00
Lars Thegler
9246e4464a Update to 2.8.14
Changes: http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2008-04-01 13:57:14 +00:00
Michael Johnson
94b9054453 Update to 2.2.4
PR:		ports/121460
Submitted by:	Alex Varju
2008-03-31 13:47:30 +00:00
Mathieu Arnold
c9e3f347de Use the new MASTER_SITES macro 2008-03-31 13:01:34 +00:00
Martin Wilke
59c23f87f0 - Add missing dependens
Submitted by:	pointyhat via pav
2008-03-26 08:23:11 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Rong-En Fan
10fa3802a8 - Update to 1.17
PR:		ports/121943
Submitted by:	Jan Henrik Sylvester <me at janh.de>
2008-03-22 12:06:49 +00:00
Jeremy Messenger
e35dedf9c8 Remove USE_XLIB, bump the PORTREVISION on homebank and comix. As for the buoh,
it's unchange so no bump.
2008-03-22 00:38:38 +00:00
Martin Wilke
85760e978b - Update to 0.15 2008-03-20 22:49:56 +00:00
Martin Wilke
2ead14489b - Update to 1.25
PR:		121905
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-03-20 20:10:57 +00:00
Michael Johnson
9cf5395e65 Chase libversion bump in finance/libofx
Pointyhat to:	miwi
2008-03-15 15:36:05 +00:00
Martin Wilke
f853db7c72 - Chase finance/libofx shlib version bump
Submitted by:	pavbot
2008-03-14 23:08:05 +00:00
Pav Lucistnik
ad60c9c1a4 - Stop packaging mtree symlinks
PR:		ports/121691
Submitted by:	Scot Hetzel <swhetzel@gmail.com>
2008-03-14 16:00:08 +00:00
Martin Wilke
fb94657eff - Update to 0.9.0
- USE SF macro

PR:		121617
Submitted by:	Ports Fury
2008-03-13 20:56:55 +00:00
Martin Wilke
88b00de9f8 - Update to 1.06 2008-03-11 14:57:34 +00:00
Pietro Cerutti
108c9af9fd - Remove USE_X_PREFIX in favor of USE_XORG
Approved by:	miwi (mentor)
2008-03-10 15:55:33 +00:00
Joe Marcus Clarke
8e233b180d Add slib-guile to the BUILD_DEPENDS list to fix the build. I'm not sure
how this worked before.
2008-03-02 22:48:50 +00:00
Mark Linimon
df531852c8 Reset relaxbsd@gmail.com due to maintainer-timeouts.
Hat:		portmgr
2008-03-02 08:25:11 +00:00
Lars Thegler
2884aa5269 Update to 2.8.13
For changes, see http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2008-03-01 15:02:50 +00:00
Joe Marcus Clarke
e068a5c001 Chase guile update.
PR:		121137
Submitted by:	David Barksdale <amatus@gnu.org>
2008-03-01 06:24:16 +00:00
Michael Johnson
4c72059a8c Remove unneeded depends on g-wrap
PR:		ports/119636
Submitted by:	Nikolai Nespor
2008-02-29 18:54:53 +00:00
Martin Wilke
7176c4aac3 - Update to 5.05
PR:		121032
Submitted by:	John Hein <jhein@timing.com> (maintainer)
2008-02-26 11:26:18 +00:00
Gabor Kovesdan
32b1f4b0ff - Update 1.24
- Style

PR:		ports/120932
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-02-22 19:20:29 +00:00
Pietro Cerutti
be0ecc7e91 My reference e-mail address as a ports maintainer is now gahr@FreeBSD.org.
Approved by:	miwi (mentor)
2008-02-21 21:20:01 +00:00
Martin Wilke
93849e8037 - Update to 0.8.8
PR:		120395
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:	maintainer
2008-02-20 13:17:27 +00:00
Xin LI
54ac89b127 Update to 5.04, updated for the 2007 tax-year!
Submitted by:	maintainer
2008-02-20 02:54:33 +00:00
Erwin Lansing
35cffddc19 Fix pkg-plist, which was previously hidden in p5-Business-OnlinePayment
Submitted by:	pointyhat
2008-02-19 18:03:55 +00:00
Erwin Lansing
cf555ddc82 Update to 3.00
PR:		120693
Submitted by:	Felippe de Meirelles Motta <lippemail@gmail.com>
2008-02-18 16:16:39 +00:00
Lars Thegler
0f231d371d Update to 2.8.12
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2008-02-12 21:03:23 +00:00
Pav Lucistnik
0cda77c179 - Fix plist
Reported by:	pointyhat
Pointy hat to:	ahze
2008-01-30 23:42:06 +00:00
Martin Wilke
ceb246e62e - Update to 0.06002
PR:		119893
Submitted by:	hideo <hideo@lastamericanempire.com> (maintainer)
2008-01-29 14:04:53 +00:00
Xin LI
f3764a7c79 Update to 4.07.
Submitted by:	maintainer
2008-01-26 22:28:04 +00:00
Joerg Wunsch
8054ed462a aqbanking.pc belongs into libdata rather than lib.
Pointy hat passed by: pav
2008-01-24 21:05:33 +00:00
Xin LI
20e79e8c3b New port: p5-Bussiness-MaxMind-CreditCardFraudDetection.
This module queries the MaxMind minFraud service and returns the
result.

PR:		ports/119544
Submitted by:	Vivek Khera
2008-01-23 01:50:29 +00:00
Joerg Wunsch
85da96556f Fix OFX optional parts in pkg-plist.
Reminded by:		pointyhat, by way of pav
2008-01-21 12:43:12 +00:00
Martin Wilke
28cfd81ef7 - Update to 1.16
PR:		119723
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2008-01-20 21:55:46 +00:00
Thierry Thomas
3e1f86fcc1 Don't request gcc-34. 2008-01-19 20:32:54 +00:00
Thierry Thomas
a74f3b706f Chase latex-ucs relocation and bump portrevision.
Submitted by:	hrs
eported by:	pointyhat via pav
2008-01-18 20:05:20 +00:00
Joerg Wunsch
8d24670c57 Uncomment the AQBANKING option also, I didn't notice before it was
there at all.

Reminded by: Jan Henrik Sylvester
2008-01-16 18:56:09 +00:00
Joerg Wunsch
4a9914405e Re-enable AqBanking support after the upgrade of finance/aqbanking.
It had only been disabled before since the aqbanking port was waaay
behind so gnucash would no longer want to configure for it.
2008-01-16 09:59:21 +00:00
Joerg Wunsch
5cda07c9a0 Upgrade to version 2.3.3. As with gwenhyfar, this is the latest release
of the 2.x line, and the author has chosen to no longer host version 3.x
on sourceforge.net.

Since our only consumer of this port is gnucash, and gnucash requires
the Qt component of aqbanking (qbanking), I chose to make the qbanking
interface a non-optional decision.  In case there might be further
consumers in future, this could perhaps also be made optional.
2008-01-16 09:56:49 +00:00
Michael Johnson
209129f7d0 Update to 2.2.3
PR:		ports/119535
Submitted by:	Daniel Rucci
2008-01-11 17:26:44 +00:00
Joe Marcus Clarke
5153412b9f Chase the move of the goffice 0.4 API to devel/goffice04. 2008-01-10 07:09:39 +00:00
Michael Johnson
d4056ba152 Update to 2.2.2
PR:		ports/117849
		ports/118968
Submitted by:	Robert Noland
		Kuang-che Wu
2008-01-08 16:42:19 +00:00
Chin-San Huang
730c4664b0 - Update to 0.04 2008-01-07 17:24:31 +00:00
Cheng-Lung Sung
8559545d23 - Update to 1.05
- maintainer set to perl@

Changes:
2008-01-07 05:49:22 +00:00
Jeremy Messenger
5eecc20660 The tarball has been re-rolled, simple fix documents and homebank.desktop.
Bump the PORTREVISION.

Reported by:	pointyhat
2007-12-23 16:20:23 +00:00
Martin Wilke
29ea2a8852 The Data::Currency module provides basic currency formatting and conversion.
WWW: http://search.cpan.org/dist/Data-Currency/

PR:		ports/117979
Submitted by:	Zach Thompson <hideo at lastamericanempire.com>
2007-12-18 23:05:30 +00:00
Sergey Matveychuk
bbadbdebdc - ptypes library bump.
Noted by:	pav
2007-12-17 15:37:10 +00:00
Martin Wilke
45ffc79133 - Update to 1.15
PR:		118618
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-12-16 23:43:27 +00:00
Jeremy Messenger
f5042a3a36 Update to 3.6. 2007-12-15 05:50:59 +00:00
Martin Wilke
9512476be4 - Fix Build after objformat removal
- Pass maintainership to submitter

PR:		118678
Submitted by:	Pietro Cerutti <gahr@gahr.ch>
2007-12-14 16:51:00 +00:00
Martin Wilke
906322b258 - Update to 0.14 2007-12-12 12:27:04 +00:00
Chin-San Huang
767ef23414 Add p5-Business-TW-Invoice-U420 0.01, print Taiwan Unified Invoice with
U420 printer.

PR:		ports/117819
Submitted by:	chinsan
2007-12-12 01:46:24 +00:00
Chin-San Huang
6d4e4e2901 Add p5-Business-TW-TSIB-VirtualAccount 0.04b, module for Taishin Bank
Virtual Account Management.

PR:		ports/117818
Submitted by:	chinsan
2007-12-12 01:45:14 +00:00
Chin-San Huang
56b9b29a38 Add p5-Business-TW-TSIB-CStorePayment 0.02, module for Taishin Bank
Convenient Store Payment Management.

PR:		ports/117817
Submitted by:	chinsan
2007-12-12 01:36:42 +00:00
Pav Lucistnik
ace5f1310e - Mark BROKEN on amd64-7
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-12-10 23:04:24 +00:00
Michael Johnson
556a149cd5 - Disable aqbanking, configure fails with current version of aqbanking.
Approved by:	portmgr (linimon)
2007-12-02 17:48:36 +00:00
Martin Wilke
eafb783d61 Interface to HTTP gateway for PayPal's Payflow Pro service, as described on
the PayPal developer forums at
http://www.pdncommunity.com/pdn/board?board.id=payflow

This module is intended to be a drop-in replacement for PFProAPI (a couple of
minor changes to your code are necessary to use this module instead of
PFProAPI).  The major difference is that it is pure Perl, and not architecture
dependent (ie, you can use this on your 64-bit FreeBSD platform.)

WWW: http://labs.mailermailer.com/downloads/

PR:		ports/117460
Submitted by:	Vivek Khera <vivek at khera.org>
2007-10-28 11:47:36 +00:00
Joe Marcus Clarke
4acc6fb2a4 Presenting GNOME 2.20.1 and all related works for FreeBSD. The official
GNOME 2.20 release notes can be found at
http://www.gnome.org/start/2.20/notes/en/ .  Beyond that, this update
includes the new GIMP 2.4 (courtesy of ahze).

The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME
hierarchy.  We are now using the more standard DATADIR of ${PREFIX}/share
rather than ${PREFIX}/share/gnome. The result is that fewer patches and
hacks are needed to port GNOME components to FreeBSD.  This will mean some
user changes may be required, so be sure to read /usr/ports/UPDATING for
more details.

This release and the things we accomplished in it would not have been
possible without mezz's crazy idea to collapse DATADIR, and his persistence
to make it happen successfully.  Ahze and pav also deserve thanks for
their work on porting modules and testing the whole ball of wax on
pointyhat (respectively).

The FreeBSD GNOME team would also like to thank our various testers and
contributors:

Yasuda Keisuke
Frank Jahnke
Pawel Worach
Brian Gruber
Franz Klammer
Yuri Pankov
Nick Barkas
Cristian KLEIN
Tony Maher
Scot Hetzel
Martin Matuska (mm)
Benoit Dejean
Martin Wilke (miwi)
(And anyone else I may have missed)

PRs fixed in this release:

111272, 113470, 115995, 116338
2007-10-24 23:37:25 +00:00
Lars Thegler
792dc6f95f Update to 2.8.8
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-10-22 18:12:41 +00:00
Edwin Groothuis
3e2fd4b788 Remove always-false/true conditions based on OSVERSION 500000 2007-10-04 00:50:28 +00:00
Mark Linimon
48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00
Edwin Groothuis
81c5d7ef47 For now, remove the locale directories for es_AR
Noticed by: YAPHR
2007-09-25 01:53:18 +00:00
Martin Wilke
58b87661cd Business::PayPal::IPN - Perl extension that implements PayPal IPN
WWW: http://search.cpan.org/dist/Business-PayPal-IPN/

PR:		ports/116216
Submitted by:	TAKAHASHI Kaoru <kaoru at kaisei.org>
2007-09-13 21:49:43 +00:00
Edwin Groothuis
af4d08672e [patch] finance/kmymoney2: update to 0.8.5
PR:		ports/115698
Submitted by:	Artem Naluzhnyy <tut@nhamon.com.ua>
2007-09-10 12:20:51 +00:00
Mark Linimon
9839011ec3 Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:	gabor
Sponsored by:	Google Summer of Code 2007
Hat:		portmgr
2007-09-08 01:12:10 +00:00
Edwin Groothuis
59740ebb59 new port: finance/ledgersmb
LedgerSMB is a double entry accounting system, written in Perl.
	Accounting data is stored in a PostgreSQL Server, for the display
	any text or GUI browser can be used.

	WWW: http://www.ledgersmb.org/

PR:		ports/112248
Submitted by:	Antoine Beaupre <anarcat@koumbit.org>
2007-09-07 04:54:24 +00:00
Lars Thegler
cb5f1cecf5 Update to 2.8.7
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-09-05 17:36:21 +00:00
Pav Lucistnik
584aa7274e - Really fix jython dependency
Pointy hat to:	pav
2007-09-05 08:01:41 +00:00
Pav Lucistnik
8ca6968b7f - Fix depend object after recent jython update
Reported by:	pointyhat
2007-09-04 07:50:40 +00:00
Tilman Keskinoz
eff6ec1fae Update to 0.8.1
PR:		115982
Submitted by:	Kevin Way <kevin@insidesystems.net>
2007-09-02 17:52:24 +00:00
Jeremy Messenger
8deeadae2a Update to 3.5. 2007-08-22 17:19:53 +00:00
Martin Wilke
e1a5cf392c Eqonomize! is a personal accounting software, with focus on efficiency and
ease of use for the small household economy. Eqonomize! provides a complete
solution,with bookkeeping by double entry and support for scheduled recurring
transactions,security investments, and budgeting. It gives a clear overview
of past and present transactions, and development of incomes and expenses,
with descriptive tables and charts, as well as an approximation of future
account values.

WWW: http://eqonomize.sourceforge.net/

PR:		ports/115237
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-08-21 09:01:00 +00:00
Xin LI
3c263d8212 Update to 1.14 2007-08-13 02:37:49 +00:00
Gabor Kovesdan
42542fb076 - Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
2007-08-04 11:41:30 +00:00
Alexander Botero-Lowry
4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00
Michael Johnson
5a6b140b90 Update to 2.2.0
PR:		ports/114727
Submitted by:	Hiroto Kagotani
2007-07-29 01:24:29 +00:00
Michael Johnson
15597fdf05 Update to 2.2.0
PR:		ports/114726
Submitted by:	Hiroto Kagotani
2007-07-29 01:19:02 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Erwin Lansing
ad4357f996 Update to 0.09 2007-07-16 17:09:35 +00:00
Erwin Lansing
0498dc6a7e Update to 3.17 2007-07-16 17:08:40 +00:00
Rong-En Fan
856de30588 - Update to 0.06001
PR:		ports/114603
Submitted by:	hideo <hideo at lastamericanempire.com> (maintainer)
2007-07-16 11:26:53 +00:00
Simon Barner
c6c8ea5d53 - Fix build with boost 1.34.0: The Boost unit test framework shared library
no longer contains main(), so set the right #defines.

  Reference: http://lists.boost.org/boost-users/2007/04/27361.php
- Notified by:	pointyhat via pav
2007-07-09 07:35:11 +00:00
Ying-Chieh Liao
3599983cfd upgrade to 0.2.7 2007-07-08 05:48:29 +00:00
Andrew Pantyukhin
7c76c7bbba - Update/add mirrors
Reported by:	fenner's distfile survey
2007-07-07 19:22:23 +00:00
Simon Barner
ff9f11c4da - Bump boost shared library version to 4
- Bump PORTREVISION
2007-07-04 15:10:58 +00:00
Martin Wilke
b2d91be39b - Update to 1.11 2007-06-29 23:07:40 +00:00
Michael Johnson
664daba45b dirrmtry share/gnome/xml
PR:		ports/110414
Submitted by:	geraud@gcu.info
2007-06-28 12:10:34 +00:00
Lars Thegler
0d1fc47d6d Unbreak, fixing MASTER_SITES.
Noticed by:	pointyhat via pav
2007-06-26 12:33:47 +00:00
Pav Lucistnik
d56118d141 - Mark BROKEN: Checksum mismatch 2007-06-26 07:49:14 +00:00
Michael Johnson
95fd2f77eb Chase ktoblzcheck lib version bump
PR:		113208
Submitted by:	slogster@gmail.com
2007-06-01 12:23:24 +00:00
Jeremy Messenger
3e36c3cb20 -Add a missing dependency, desktopfileutils.
-Install mime-info in the correct place.
-Bump the PORTREVISION.

Reported by:	krismail
2007-05-28 23:06:01 +00:00
Pav Lucistnik
4669714bf1 - Fix depobj for gtkhtml38
Reported by:	Peter Jeremy <peterjeremy@optushome.com.au>
2007-05-27 21:33:20 +00:00
Martin Wilke
19a7faf1a0 - Update to 1.13
PR:		113003
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-05-27 10:00:07 +00:00
Lars Thegler
4573c14a07 Update to 2.8.5
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-05-26 19:37:08 +00:00
Dirk Meyer
13b3264699 - update for gnustep-make-2.0.0 2007-05-25 05:55:36 +00:00
Jeremy Messenger
f0ba370938 Update to 3.3. 2007-05-25 04:35:20 +00:00
Kris Kennaway
652c152770 BROKEN: Does not build 2007-05-25 01:25:17 +00:00
Joe Marcus Clarke
acbbb22e3d Teach these ports to use www/gtkhtml38 instead of gtkhtml3. 2007-05-25 00:53:21 +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
Erwin Lansing
fa740df6b2 - Update to 0.08
- Add WWW: prefix in pkg-descr
2007-05-03 19:01:58 +00:00
Cheng-Lung Sung
320ab2d3b8 Add sabernetdcs-client 2.0.3, saberNet DCS - A labor data collection
system.

PR:		ports/107367
Submitted by:	Matthew Ranostay <mranostay at saberlogic.com>
2007-05-01 06:47:30 +00:00
Mario Sergio Fujikawa Ferreira
b12dd754fb New port gfp version 0.7.2: Personal finances administration software 2007-04-24 01:07:00 +00:00
Kris Kennaway
6c618f77f0 BROKEN on 7.0: Bad objformat handling 2007-04-21 17:22:30 +00:00
Erwin Lansing
e92eb1806e Fix plist
Noticed by:	pointyhat (kris)
2007-04-21 10:48:38 +00:00
Erwin Lansing
455b3d2181 Fix plist 2007-04-21 10:47:55 +00:00
Gabor Kovesdan
46b9896d01 - Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter f-h
2007-04-15 21:06:14 +00:00
Erwin Lansing
842cd50e39 Update to 0.02 2007-04-15 15:48:59 +00:00
Gabor Kovesdan
5382b79779 - Remove old Perl support from unmaintained ports in categories starting
with letter b-f
2007-04-02 17:54:43 +00:00
Lars Thegler
3aa1a0e60a Update to 2.6.27
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-03-25 09:25:18 +00:00
Pav Lucistnik
b7a2a5a2a9 - Update to 0.4.0 2007-03-24 13:14:37 +00:00
Martin Wilke
da167dde05 2007-03-16 databases/zodb: outdated software, databases/zodb3 should be used
2007-03-19 finance/gnomepm: is unfetchable and has no homepage
2007-03-19 games/frabs: is unfetchable and homepage disappeared
2007-03-22 17:08:45 +00:00
Joe Marcus Clarke
951c257ea3 Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features.  Not that it doesn't have its share of new and exciting
items.  See http://www.gnome.org/start/2.18/ for all the goodies in
this release.

GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
2007-03-19 05:14:07 +00:00
Lars Thegler
2b05dd753a Update to 2.6.26, fixing authentication bypass vulnerability
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New

PR:		ports/110350
Submitted by:	Antoine Beaupre <anarcat@koumbit.org>
Security:	http://www.vuxml.org/freebsd/8e02441d-d39c-11db-a6da-0003476f14d3.html
2007-03-16 11:57:15 +00:00
Mathieu Arnold
84908c52df Update to 1.10 2007-03-15 19:15:50 +00:00
Mathieu Arnold
c2de9844e0 Update to 0.13 2007-03-13 15:53:03 +00:00
Lars Thegler
cbe94d5734 Author rerolled tarball, no functional changes.
Noticed by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
2007-03-07 14:37:30 +00:00
Lars Thegler
7c51b97120 Update to 2.6.25
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-03-05 19:12:47 +00:00
MANTANI Nobutaka
b610843b31 Fix build after objformat removal on -current. 2007-03-05 14:18:07 +00:00
Martin Wilke
1767c09387 - Update to 0.12
PR:             109843
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
2007-03-04 10:00:40 +00:00
Michael Johnson
5cae3d0178 - Bump PORTREVISION for changes in libltdl15. 2007-02-28 18:45:01 +00:00
Michael Johnson
735028c5e2 /root/commit 2007-02-23 22:25:38 +00:00
Michael Johnson
93dc521a8e Update to 2.0.1 2007-02-23 22:23:23 +00:00
Lars Thegler
86cbc2f4f8 Update to 2.6.24
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-02-22 13:10:50 +00:00
Gabor Kovesdan
92a2cd734a - Deprecate: is unfetchable and has no homepage
- Set EXPIRATION_DATE

Approved by:	erwin (mentor, implicit)
2007-02-19 17:35:28 +00:00
Ying-Chieh Liao
4422f28dbe upgrade to 0.2.6
add missing depends

PR:		109215
Submitted by:	leeym
2007-02-16 05:42:21 +00:00
Ying-Chieh Liao
6186812548 add p5-Finance-TW-EmergingQuote 0.26
Check stock quotes from Taiwan Emerging Stock
2007-02-16 05:34:29 +00:00
Pav Lucistnik
5ca9a6aed0 - Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by:	rafan
Tested on:	pointyhat
2007-02-13 00:16:29 +00:00
Sergey Skvortsov
309e2cce55 Update to 1.13
Changes:	http://search.cpan.org/src/HAMPTON/Finance-Quote-1.13/ChangeLog
PR:		ports/108312
Submitted by:	mat
2007-02-06 18:04:16 +00:00
Lars Thegler
7a772df051 Update to 2.6.23
For changes, see:

  http://www.sql-ledger.org/cgi-bin/nav.pl?page=news.html&title=What's%20New
2007-02-04 21:12:16 +00:00
Kris Kennaway
ae994c8ea8 Use libtool port instead of included version to avoid objformat a.out botch 2007-02-01 02:42:05 +00:00
Dirk Meyer
e904a42961 - add category gnustep
PR:		103931
Approved by:	pav
2007-01-31 18:18:14 +00:00
Kris Kennaway
a01439c2ca Retire NO_FILTER_SHLIBS now that it no longer serves a purpose 2007-01-30 04:25:35 +00:00
Pav Lucistnik
00809b6b21 - Prepare for removal of shlib filtering 2007-01-27 13:40:50 +00:00
Thierry Thomas
6ef53cf1ea Upgrade to 0.5.9.
New in version 0.5.9 :
- Bug fixes
- More bug fixes
- Even more bug fixes
- Grisbi does not care anymore about file permissions
- Hebrew translation thanks to Dotan Mazor

PR:		ports/108348
Submitted by:	Esa Karkkainen <ejk (at) iki.fi>
2007-01-26 23:02:54 +00:00
Ion-Mihai Tetcu
c807e9f28d - chase textproc/opensp's libosp version upgrade
- bump PORTREVISOIN for depends change

Submitted by:	pav@
Pointyhat to:	kuriyama
2007-01-24 19:15:07 +00:00
Ion-Mihai Tetcu
465695ee4f - chase textproc/opensp's libosp version upgrade
- bump PORTREVISOIN for depends change

PR:		ports/108233
Submitted by:	Peter Johnson
Pointyhat to:	kuriyama
2007-01-24 18:47:21 +00:00
Sam Lawrance
ee0eccf53a Drop maintainership. 2007-01-23 08:19:11 +00:00
Martin Wilke
18e794b19f - Update to 4.01
PR:		ports/107661
Submitted by:	John E. Hein <jhein@timing.com> (maintainer)
2007-01-11 11:45:24 +00:00
Martin Wilke
abb478d341 Finance::Amortization is a simple object oriented interface to an amortization
table. Pass in the principal to be amortized, the number of payments to be
made, and the interest rate per payment. It will calculate the rest on demand,
and provides a few methods to ask for the state of the table after a given
number of periods.

Authors: Nathan Wagner <nw@hydaspes.if.org>
WWW: http://search.cpan.org/dist/Finance-Amortization/

PR:		ports/107603
Submitted by:	Christopher Boumenot <boumenot at gmail.com>
2007-01-08 22:59:05 +00:00
Anton Berezin
395a1f9ca6 Update to 0.30. 2006-12-20 10:37:04 +00:00
Lars Thegler
3a9b542a22 Update to 2.6.22, fixing multiple vulnerabilities
PR:		ports/106842
Submitted by:	Antoine Beaupre <anarcat@lethe.koumbit.net>
Security:	http://www.vuxml.org/freebsd/0679deeb-8eaf-11db-abc9-0003476f14d3.html
2006-12-19 14:54:51 +00:00
Peter Pentchev
64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00
Tilman Keskinoz
cc9be3417b Update to 1.12 2006-12-10 17:04:55 +00:00
Vasil Dimov
a61d3f6bed Remove expired ports:
2006-12-01 audio/xmms-rateplug: Project disappeared from the internet
2006-12-01 chinese/iiimf-le-chewing: fails to install (dependency problem)
2006-12-01 deskutils/mhc-xemacs21-mule: hangs during build
2006-12-01 devel/alleyoop: Does not compile
2006-12-01 devel/hs-crypto: is incompatible with current GHC, needs updating
2006-12-01 editors/gedit-autocomplete-plugin: Not compatible with gedit versions >= 2.14
2006-12-01 emulators/basiliskII: Does not compile
2006-12-01 emulators/vmware-tools2: Unfetchable
2006-12-01 emulators/vmware2: Unfetchable
2006-12-03 finance/ccard: Project disappeared from the internet
2006-12-04 13:10:31 +00:00
Dirk Meyer
320a0cc7b9 Expense is a very lightweight application to track your expenses,
much like you might expect to find on a PDA. It is built upon the
code found in Yen-ju Chen's excellent money.app tutorial.
I use Expense daily, but it still contains bugs.

WWW: http://www.eskimo.com/~pburns/Expense/
2006-11-30 17:28:56 +00:00
Jeremy Messenger
3aa5d1c5e7 Update to 3.2.1. 2006-11-27 18:07:03 +00:00
Pav Lucistnik
2410cb84b4 - Update to 3.08
- Respect X11BASE

PR:		ports/105809
Submitted by:	John E. Hein <jhein@timing.com> (maintainer)
2006-11-24 21:21:25 +00:00
Rong-En Fan
dd1bb43dc9 - Chase recent libofx update 2006-11-24 08:37:53 +00:00
Erwin Lansing
7dfcaa3480 Update to 3.16 2006-11-22 20:34:41 +00:00
Martin Wilke
7f71325756 - Fix pkg-plist ( http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.7.2006101922/kexchange-1.0_4.log )
PR:		ports/104856
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
Sponsored by:   FreeBSD Bug-a-thon #2
2006-11-05 21:29:57 +00:00
Yen-Ming Lee
04a202f2d7 - update to 0.11 2006-11-04 00:03:56 +00:00
Michael Johnson
937ae77cd9 - Fix LIB_DEPENDS for g-wrap
Spotted by: Stephen J. Roznowski <sjr@comcast.net>
Approved by:	portmgr (marcus)
2006-10-18 23:39:29 +00:00
Michael Johnson
1214295655 - Chase g-wrap downgrade
Approved by:	portmgr (marcus)
2006-10-17 21:26:31 +00:00
Joe Marcus Clarke
f34bb49e25 Correct the slib-guile dependency, and fix installation.
Reported by:	pointyhat via kris
Approved by:	portmgr (implicit)
2006-10-17 18:15:45 +00:00
Joe Marcus Clarke
29747f458a Chase the GNOME X11BASE to LOCALBASE move, and fix the build with the
new freetype2 where needed.

Submitted by:	mezz, ahze, pav, and many others
Approved by:	portmgr (implicit, kris)
2006-10-14 08:54:54 +00:00
Rong-En Fan
9820b72071 - Chase finance/libofx share library version bump 2006-10-09 08:00:59 +00:00
Rong-En Fan
5ba594429c - Update to 0.8.2
This fixes build problem.
- Mark BROKEN on 4.x

PR:		ports/104188
Submitted by:	Guido Falsi <mad at madpilot.net>
2006-10-09 08:00:12 +00:00
Lars Thegler
06c8dbb219 Update to 2.6.19 2006-10-07 18:17:49 +00:00
Jeremy Messenger
f49dc79ab5 The tarball has been re-rolled with my two patches included to fix the build. 2006-10-03 18:35:46 +00:00
Emanuel Haupt
340ffaa891 - Update MASTER_SITES and WWW
- Mark for removal in 2 months (project disappeared from the internet)
2006-10-03 11:42:39 +00:00
Jeremy Messenger
04e79a9a35 Update to 3.2 final. 2006-09-28 21:56:01 +00:00
Rong-En Fan
e5e34c2df0 - Update to 1.11
PR:		ports/103634
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2006-09-26 12:31:36 +00:00
Kris Kennaway
f45289b204 Remove repo-copy in progress that remains uncompleted by the requesting
committer after more than 7 months.

Pointy hat to:	lawrance
2006-09-24 21:14:39 +00:00
Michael Nottebrock
4dce0bd83b Update gpgme to 1.1.2, chase dependencies. 2006-09-13 21:24:20 +00:00
Michael Johnson
766eb20fb0 - Adopt ports 2006-09-10 19:07:44 +00:00