1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
Commit Graph

227753 Commits

Author SHA1 Message Date
Wesley Shields
02de63660a Webby is a fantastic little website management system.
It would be called a content management system if it
were a bigger kid. But, it's just a runt with a
special knack for transforming text.

Webby works by combining the contents of a page with
a layout to produce HTML. The layout contains
everything common to all the pages HTML headers,
navigation menu, footer, etc. and the page
contains just the information for that page. You
can use your favorite markup language to write
your pages; Webby supports quite a few.

WWW: http://webby.rubyforge.org/

PR:		ports/140345
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 15:27:38 +00:00
Wesley Shields
2d114b232f Logging is a flexible logging library for use in
Ruby programs based on the design of Java's log4j
library. It features a hierarchical logging system,
custom level names, multiple output destinations
per log event, custom formatting, and more.

WWW: http://rubyforge.org/projects/logging/

PR:		ports/140344
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 15:27:01 +00:00
Wesley Shields
07fc197e27 Launchy is helper class for launching cross-platform
applications in a fire and forget manner. There are
application concepts (browser, email client, etc)
that are common across all platforms, and they may
be launched differently on each platform. Launchy
is here to make a common approach to launching
external application from within ruby programs.

WWW: http://rubyforge.org/projects/copiousfreetime/

PR:		ports/140343
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 15:26:40 +00:00
Wesley Shields
882d71ed3e LittlePlugger is a module that provides Gem based plugin management.
By extending your own class or module with LittlePlugger you can easily
manage the loading and initializing of plugins provided by other gems.

WWW: http://rubyforge.org/projects/codeforpeople/

PR:		ports/140342
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 15:26:12 +00:00
Wesley Shields
c2e0b25ffd Loquacious provides a very open configuration system written in ruby and
descriptions for each configuration attribute. The attributes and descriptions
can be iterated over allowing for helpful information about those attributes to
be displayed to the user.

WWW: http://rubyforge.org/projects/codeforpeople/

PR:		ports/140341
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 15:25:45 +00:00
Wesley Shields
3dac58325e Ruby configuration gem provides a mechanism
for configuring ruby programs with ruby
configuration files.

WWW: http://rubyforge.org/projects/codeforpeople/

PR:		ports/140340
Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 15:25:11 +00:00
Wen Heping
7a7a75c818 - Update to 1.0 2009-12-01 15:07:43 +00:00
Wen Heping
39490db5ad - Update to 2.1.0
- Update my mail address to FreeBSD
2009-12-01 13:05:06 +00:00
Gerald Pfeifer
61c6070cab Use current GNU binutils from ports (devel/binutils) instead of the
system tools.  The latter are half a decade old and fail to properly
support modern CPUs and their standard features such as SSE or AVX in
the case of AMD64/Intel64 which means that they even break when using
a simple -march=native.

On the way, sort CONFIGURE_ARGS.

PR:		140995, 136607
2009-12-01 11:36:59 +00:00
Alex Dupre
cb35cb5c5b Update to 2.4.2 release. 2009-12-01 11:33:12 +00:00
Mario Sergio Fujikawa Ferreira
43419d003c - Remove --disable-upnp from CONFIGURE_ARGS since this is now
regulated by UPNP config knob
- Bump PORTREVISION since UPNP config knob was not being upheld

PR:		ports/141019
Approved by:	maintainer
2009-12-01 11:02:40 +00:00
Alex Dupre
97d6d3c585 Build thread-safe library and do it in the right way to not break other ports.
Reviewed by:	marcus
Approved by:	marcus
2009-12-01 09:48:07 +00:00
Joe Marcus Clarke
cd957396e2 Fix gir generation when /usr/local is a symlink.
Reported by:	dhw
		kib
Obtained from:	GNOME git
2009-12-01 08:01:52 +00:00
Wen Heping
c71ebcfa38 pecl-stomp allows php applications to communicate with any
Stomp compliant Message Brokers through easy object oriented
and procedural interfaces.

WWW: http://pecl.php.net/package/stomp
2009-12-01 06:35:55 +00:00
Wen Heping
c251ac69eb pecl-pam provides PAM (Pluggable Authentication Modules) integration.
PAM is a system of libraries that handle the authentication tasks of
applications and services. The library provides a stable API for
applications to defer to for authentication tasks.

WWW: http://pecl.php.net/package/PAM/
2009-12-01 06:28:02 +00:00
Wen Heping
948cf68fe9 - Update to 4.8.4
PR:		ports/140987
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
2009-12-01 06:13:39 +00:00
Joe Marcus Clarke
306f551edf Remove a bogus trailing backslash.
PR:		141040
Submitted by:	fluffy
2009-12-01 05:32:27 +00:00
Sergey A. Osokin
f434a8a443 Make uploadprogress module fetchtable (accordingly).
Notice from:	Vladimir Getmanshchuk aka vladget at openfilm dot com
2009-12-01 04:22:10 +00:00
Joe Marcus Clarke
486800de0b The pango port shouldn't be installing gir modules itself.
PR:		141043
2009-12-01 03:51:59 +00:00
Wesley Shields
09c5b77709 - Update to 0.8.6
- Switch to using gem (greatly simplifies the port)

PR:		ports/141012
Submitted by:	wxs@
Reviewed by:	pgolluci@
2009-12-01 01:24:37 +00:00
Wen Heping
e9a69a476d - Update to 2.49
- Flip RUN_DEPENDS and BUILD_DEPENDS

PR:		ports/140957
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-12-01 01:19:35 +00:00
Wesley Shields
9349798e14 The directory watcher operates by scanning a directory at some interval and
generating a list of files based on a user supplied glob pattern. As the file
list changes from one interval to the next, events are generated and
dispatched to registered observers. Three types of events are supported --
added, modified, and removed.

WWW: http://rubyforge.org/projects/codeforpeople/

Submitted by:	Ryan Steinmetz <rpsfa@rit.edu>
2009-12-01 01:06:25 +00:00
Wen Heping
e1894d224a - Update to 0.42
PR:		ports/140956
Submitted by:	Sahil Tandon <sahil@tandon.net>
2009-12-01 00:58:17 +00:00
Wesley Shields
79ae039415 - Update to 1.2.8
PR:		ports/141008
Submitted by:	wxs@
Approved by:	Roman Shterenzon <romanbsd@yahoo.com> (maintainer)
2009-12-01 00:10:09 +00:00
Tim Bishop
03b7388300 Update audio/squeezecenter* entries to include location of replacement ports. 2009-12-01 00:09:01 +00:00
Thierry Thomas
9e0bc0282d Removing a .bak file.
Reported by:	pointyhat via pav
2009-11-30 22:49:02 +00:00
Joe Marcus Clarke
ae05323b7e Point the epiphany-extensions dependency to the correct file:
PR:		141030
Submitted by:	Kevin Oberman <oberman@es.net>
2009-11-30 21:42:58 +00:00
Gabor Kovesdan
fc3eae3ed2 - Update to 20091130
Changes:
	- Fix EOF handling bug
	- Better --exclude and --include compatibility with GNU variant
	- Add --exclude-dir and --include-dir [1]
	- Add support for GREP_OPTIONS [2]
	- Clean up NLS catalogs
	- Style changes [3]
	- WARNS=6 cleanness

Submitted by:	delphij [3]
Requested by:	bz [1], obrien [2]
2009-11-30 21:39:53 +00:00
Dmitry Marakasov
cf772eb3c4 - Update to 0.2.4 2009-11-30 19:34:41 +00:00
Dmitry Marakasov
80a130d66a - Remove BROKEN, it belongs to devel/bennugd-core instead. 2009-11-30 19:21:27 +00:00
Dmitry Marakasov
e59000d9e5 - Add ONLY_FOR_ARCHS, doesn't support !i386 2009-11-30 19:20:48 +00:00
Xin LI
c54c0d5140 Update to 2.4.20.
Sponsored by:	iXsystems, Inc.
2009-11-30 19:12:42 +00:00
Sergey Matveychuk
2a0b22d752 - Fixe build on 6.4 amd64
Reported by:	pav
Tested by:	bud@RusNET.irc
2009-11-30 18:07:29 +00:00
Renato Botelho
09d9c5f6f4 Update to 1.4.25
PR:		ports/141027
Submitted by:	Ralf van der Enden <tremere@cainites.net>
Approved by:	mnag (maintainer)
2009-11-30 17:48:17 +00:00
Beat Gaetzi
c72af11386 - Switch gecko provider to seamonkey to fix build of extensions
Approved by:	thierry@ (maintainer)
Reported by:	pointyhat (via pav, miwi)
2009-11-30 17:32:48 +00:00
Martin Wilke
53f87415e2 - Fix build
Reported by:	pavbot
2009-11-30 17:26:16 +00:00
Steven Kreuzer
329b1d6732 Fix previous commit which did not define
BDB_LIB_NAME, BDB_LIB_CXX_NAME and BDB_LIB_DIR
when db48 is selected

Submitted by:	ume@
Approved by:	miwi@ with portmgr hat on
2009-11-30 16:20:34 +00:00
Koop Mast
0d6352e138 Fix build on 6.x.
Submitted by:	miwi@
2009-11-30 16:13:03 +00:00
Steven Kreuzer
acb5d0abc7 Add support for Berkeley DB 4.8
Approved by:	portmgr@
2009-11-30 14:33:56 +00:00
Martin Wilke
8ad143f0a7 2009-11-30 audio/squeezecenter-trackstat: Replaced by audio/squeezeboxserver-trackstat
2009-11-30 audio/squeezecenter-superdatetime: Replaced by audio/squeezeboxserver-superdatetime
2009-11-30 audio/squeezecenter-sqlplaylist: Replaced by audio/squeezeboxserver-sqlplaylist
2009-11-30 audio/squeezecenter-lazysearch: Replaced by audio/squeezeboxserver-lazysearch
2009-11-30 audio/squeezecenter-dynamicplaylist: Replaced by audio/squeezeboxserver-dynamicplaylist
2009-11-30 audio/squeezecenter: Replaced by audio/squeezeboxcenter
2009-10-17 www/mod_auth_mysql41_ap2: distfile no longer fetchable
2009-10-13 x11-toolkits/gtkscintilla: no longer under development, last release in 2002
2009-10-13 x11-toolkits/py-gtkscintilla: no longer under development, last release in 2002
2009-11-30 14:14:31 +00:00
Sergey A. Osokin
86b0c84135 Update from 0.8.28 to 0.8.29.
<ChangeLog>

*) Change: now the "009" status code is written to an access log for
   proxied HTTP/0.9 responses.

*) Feature: the "addition_types", "charset_types", "gzip_types",
   "ssi_types", "sub_filter_types", and "xslt_types" directives support
   an "*" parameter.

*) Feature: GCC 4.1+ built-in atomic operations usage.
   Thanks to W-Mark Kubacki.

*) Feature: the --with-libatomic[=DIR] option in the configure.
   Thanks to W-Mark Kubacki.

*) Bugfix: listen unix domain socket had limited access rights.

*) Bugfix: cached HTTP/0.9 responses were handled incorrectly.

*) Bugfix: regular expression named captures given by "?P<...>" did not
   work in a "server_name" directive.
   Thanks to Maxim Dounin.

</ChangeLog>
2009-11-30 14:12:04 +00:00
Greg Lewis
4d7545f800 . pre-install -> pre-su-install since it creates directories in /var/games.
PR:		141002
Approved by:	Ulrich Spoerlein (maintainer)
2009-11-30 14:01:04 +00:00
Pav Lucistnik
6840b3cd7d - Mirror suplib on master site local 2009-11-30 12:49:45 +00:00
Peter Pentchev
6634279523 Fix the master sites so that vpopmail is actually fetchable even with
-A present in FETCH_ARGS, as it is on most systems.
Fix the maildir++ file size calculations in the SpamAssassin code as
per the PR.

PR:		139962 (the maildir++ fix)
Submitted by:	Alex Dupre <ale@freebsd.org>
2009-11-30 12:09:30 +00:00
Dima Panov
050b44e103 - Add missed files to plist
- Sort plist

Reported by:	pointyhat via miwi
Approved by:	miwi (mentor)
2009-11-30 11:52:00 +00:00
Sergey A. Osokin
ae9514f4f0 Update from 1.01 to 1.02.
Approved by:	maintainer (skv@)
2009-11-30 10:50:00 +00:00
Renato Botelho
28015a592e Convert --with-virtualchroot to an OPTION, on by default
Sugested by:	Jozsef Kovacs <jozsef.kovacs@datira.com>
2009-11-30 10:37:59 +00:00
Dima Panov
c8f7339a3c - Apparently pass pthread flags to cmake fo fix build on FreeBSD 6-STABLE
Reported by:	pav via pointyhat
Approved by:	miwi (mentor)
2009-11-30 09:52:18 +00:00
Dima Panov
6f093eba4a - Backport patches from qgis svn to fix build after py-sip/py-qt4 upgrade
Approved by:	miwi (mentor)
2009-11-30 09:45:32 +00:00
Pav Lucistnik
9045b0fac0 - Mirror suplib on master site local 2009-11-30 09:00:59 +00:00