Commit graph

11889 commits

Author SHA1 Message Date
Tim Bishop
2661fa5da9 - Update maintainer email address
- Add IPv6 OPTION
- Install additional plugins (clusterinfo, maxmind geoip)

PR:		93696
Submitted by:	Chris Stuart <webmaster@lightningfire.net> (maintainer)
2006-02-22 14:41:35 +00:00
Jun Kuriyama
d3292730c7 Fix plist.
Reported by:	pointyhat via kris
2006-02-22 02:44:28 +00:00
Brooks Davis
f90f33eaa4 Add www/drupal-textile:
The Textile module allows you to enter content using Textile, a
simple, plain text syntax that is filtered into valid (X)HTML.  It was
originally developed by Dean Allen of textism.com, and several different
versions (in several different programming languages) have been created.
2006-02-22 00:58:04 +00:00
Brooks Davis
987f42356c Use bsd.drupal.mk to reduce duplicate code in drupal modules. 2006-02-22 00:49:07 +00:00
Brooks Davis
68a827096e Big port infrastructure overhaul to ease module maintance. The user
visiable changes are:
 - Use OPTIONS to control php#-mysql and pear-DB (for PostgreSQL
   support) depends.
 - Replace the DRUPDIR make variable with DRUPAL_BASE.

Other changes include abstracting some command paths and most of the
module makefiles out into a bsd.drupal.mk that lives in www/drupal for
now.  Module updates to follow.
2006-02-22 00:40:20 +00:00
Tim Bishop
0b87581c91 - Update to 0.5.12
PR:		93607
Submitted by:	acardenas@bsd.org.pe (maintainer)
2006-02-21 18:41:18 +00:00
Tim Bishop
a564e2d378 - Update to 0.5.12
PR:		93606
Submitted by:	acardenas@bsd.org.pe (maintainer)
2006-02-21 18:39:45 +00:00
Renato Botelho
572dd61c0a - Update to 1.9.8
PR:		ports/93658
Submitted by:	Ports Fury
2006-02-21 18:04:33 +00:00
Lars Thegler
4d69643b03 Update to 0.690 2006-02-21 12:15:09 +00:00
Sean Chittenden
048cd7de46 Update to 0.9.0 2006-02-21 09:20:46 +00:00
Sean Chittenden
396bd70e27 Clear errno on library load. Fixes the symptom of mod_backhand aborting on
systems with nss.  Notified upstream maintainers.  Port rev bump.

PR:			ports/75048
Submitted by:		Rachel Willmer <rachel@hobthross.com>
Fix obtained from:	Scott Wilson <scott.wilson@gmail.com>
2006-02-21 08:50:44 +00:00
Sergey A. Osokin
c4f4bfb2b3 Update to 0.3.29. 2006-02-21 08:07:27 +00:00
Aaron Dalton
06e82443af Add p5-RTx-Statistics 0.1.8, RTx::Statistics - Produces statistical
information based on RT3 data.

PR:		ports/91614
Submitted by:	Vivek Khera <vivek@khera.org>
Approved by:	tobez (implicit)
2006-02-20 21:28:41 +00:00
Bill Fenner
83764e1daa Update search.cpan.org WWW: entries to have a trailing slash.
Change some URLs from author dirs to dist dirs.

The example in the porter's handbook didn't have the trailing slash;
mea culpa for not having caught that when it went in.
2006-02-20 20:50:22 +00:00
Doug Barton
c49d1a3273 Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
2006-02-20 20:47:50 +00:00
Marcus Alves Grando
af37839ccb - Fix typo in REQUIRE
- Bump PORTREVISION

PR:		93437
Submitted by:	Michael Proto <mike@jellydonut.org>
Approved by:	maintainer timeout (bypassed by linimon)
2006-02-20 14:52:58 +00:00
Dirk Meyer
da2dbcdfa1 - updated to 1.2.5
- ipv6 patch now included in distribution
2006-02-20 08:53:14 +00:00
Erwin Lansing
19d80db8e1 Update to 0.07
PR:		93589
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-20 08:14:06 +00:00
Brooks Davis
99c261de5a Since drupal.org annoyingly rerolls their distfiles nightly, keep out
own copy on the FreeBSD mirror network.  Change PORT_REVISION to be the
date of the snapshot plus two digits for revisions within a version.
Move to storing the distfile in the drupal subdir along with the
modules.

Reported by:	Andreas Kohn <andreas at syndrom23 dot de>
2006-02-20 06:09:40 +00:00
Jeremy Messenger
95ae3efb52 Update to 8.52, see changelog:
http://www.opera.com/docs/changelogs/linux/852/

I will worrying about xdg stuff later to see what my mind will making up, so
for now it's off by patch in the installer. It means that the *.desktop/images
stay unchange.

Security:	- Replaced expired certificates from TrustCenter.
		- Solved status bar issue described in Secunia Advisory 17571:
		  http://secunia.com/advisories/17571/
		- Implemented stricter handling of the Online Certificate
		  Status Protocol (OCSP).
2006-02-20 05:45:47 +00:00
Kris Kennaway
b5ea51c100 BROKEN: DOes not build 2006-02-20 01:38:45 +00:00
Marcus Alves Grando
433bbedfdb - Fix pkg-plist when set PMWIKIDIR
- Bump PORTREVISION

PR:		93554
Submitted by:	maintainer
2006-02-20 00:48:37 +00:00
Joe Marcus Clarke
55b05955ba Fix a problem where Firefox creates its ~/.mozilla directory using stack
garbage.

PR:		92899
Submitted by:	truckman
2006-02-19 22:23:03 +00:00
Erwin Lansing
7556ef8f9a Add p5-Catalyst-View-GraphViz 0.05, catalyst::View::GraphViz - GraphViz
View Class.

PR:		ports/93167
Submitted by:	Zach Thompson <hideo@lastamericanempire.com>
2006-02-19 19:59:35 +00:00
Erwin Lansing
271126e801 Add SHA256
PR:		93561
Submitted by:	TAKAHASHI Kaoru <kaoru@kaisei.org> (maintainer)
2006-02-19 13:02:30 +00:00
Erwin Lansing
5844b0f759 Use make(1) syntax in a Makefile
Pointy hat to:	erwin
Noticed by:	cperciva
2006-02-19 11:57:55 +00:00
Emanuel Haupt
1337aded1e Remove deprecated USE_REINPLACE 2006-02-19 11:39:14 +00:00
Erwin Lansing
33ea8f97a2 - Update to 0.04
- Mark for perl 5.6.0 or higher
2006-02-19 10:47:06 +00:00
Erwin Lansing
cbdff4ae05 Update to 0.06
PR:		93557
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-19 09:37:12 +00:00
Tom McLaughlin
4737682cb3 Chase gtk-sharp20 update 2006-02-19 06:57:13 +00:00
Jean-Yves Lefort
818ce946b1 linux-blackdown-jdk lives in ${LOCALBASE}, not ${X11BASE}.
Submitted by:	maintainer
2006-02-19 01:27:52 +00:00
Aaron Dalton
3322c6bfac Adding port www/p5-Geo-Caching, an Object interface for querying Geocaching.com website.
Committed by:	aaron
Approved by:	tobez (implicit)
2006-02-18 22:19:24 +00:00
Joe Marcus Clarke
22105c48ce Update to 2.31.
PR:		93343
Submitted by:	Adi Pircalabu <apircalabu@bitdefender.com>
2006-02-18 22:16:20 +00:00
Michael Johnson
d6d0568326 - Attempt to fix build on sparc64
Reported by:	pointyhat via kris
Patch Pointed out by:	marcus
Obtained from:	www/seamonkey
2006-02-18 18:58:09 +00:00
MANTANI Nobutaka
c35a9bf510 Close pipe for gzipped stream properly.
Obtained from:	http://vimrc.hp.infoseek.co.jp/w3m-pclose.html (written in Japanese)
Reported by:	naddy
2006-02-18 16:58:04 +00:00
Erwin Lansing
9faecf67bd Update to 1.07
PR:		93516
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-18 12:54:05 +00:00
Erwin Lansing
93d83cf6c5 Update to 0.05
PR:		93515
Submitted by:	Lars Balker Rasmussen <lars@balker.dk> (maintainer)
2006-02-18 12:53:16 +00:00
Jean-Yves Lefort
2e89991334 [1]:
- Respect %%X11BASE%% in linkfarm
  - Add linux-adobesvg support

[2]:
  - Add linux-sun-jdk support

[1]:
PR:		ports/93519
Submitted by:	maintainer

[2]:
PR:		ports/93476
Submitted by:	Pawel Pekala <c0rn@o2.pl>
Approved by:	maintainer
2006-02-18 10:47:35 +00:00
Erwin Lansing
93e32edd99 Reset maintainership
PR:		93512
Submitted by:	Soeren Straarup <xride@x12.dk> (ex-maintainer)
2006-02-18 10:45:52 +00:00
Jean-Yves Lefort
5c1072719f [1]:
- Respect %%X11BASE%% in linkfarm
  - Add linux-adobesvg support

[2]:
  - Add linux-sun-jdk support

[1]:
PR:		ports/93519
Submitted by:	jylefort
Approved by:	maintainer

[2]:
PR:		ports/93476
Submitted by:	Pawel Pekala <c0rn@o2.pl>
Approved by:	maintainer
2006-02-18 10:42:11 +00:00
Jun Kuriyama
a91529eb5b Add trac-webadmin 0.1.1, web Administering plugin for trac. 2006-02-18 09:23:40 +00:00
Jun Kuriyama
aa528ac5b7 Add trac-accountmanager 0.9, account Manager Plugin for trac. 2006-02-18 06:52:03 +00:00
Vasil Dimov
73d573968f * add support for acrobat reader 7 plugin [1]
* add support for flash 7 plugin [1]
* add ${X11BASE} to the plugins' search path [1]
* changed the order that 'linkfarm' script searches for plugins, so that
  jdk 1.4 instead of jdk 1.3 is found if both are installed [1]
* bump PORTREVISION
* portlint

PR:		ports/87523 [1]
Submitted by:	Simun Mikecin <numisemis@yahoo.com> [1]
Approved by:	garga (mentor)
2006-02-17 15:39:43 +00:00
Anton Berezin
afa29ab8ae Update to 0.60213. 2006-02-17 11:18:19 +00:00
Sergey Skvortsov
f21713604a Update to 1.4 2006-02-17 09:01:57 +00:00
Cheng-Lung Sung
e4c26c3add - Update www/plone to 2.1.2, bugfix release
PR:		93443
Submitted by:	maintainer (Filippo Natali)
2006-02-17 02:31:59 +00:00
Renato Botelho
5a3576967b - Update to 0.11.1
- OPTIONSify

PR:		ports/92718
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:	maintainer uptime (14 days)
2006-02-16 18:44:17 +00:00
Sergey A. Osokin
f5de944bae Update to 0.3.28. 2006-02-16 15:33:19 +00:00
Volker Stolz
28bc81e95e - Grab this since I use it
- Pet portlint
2006-02-16 12:58:32 +00:00
Lars Thegler
3c3af5a8fe Update to 3.50. Patch now included in distribution. 2006-02-16 12:29:32 +00:00