Commit Graph

296030 Commits

Author SHA1 Message Date
Eitan Adler
12a154763b Sort by distname. This was kind of done before but clearly got out of wack. 2013-03-17 23:53:16 +00:00
Eitan Adler
35ef1e98fe This port seems to be legally distributed based on the COPYING file 2013-03-17 23:48:42 +00:00
Eitan Adler
7077d3308b Simplify port:
- remove inert code that attempted to remove a ./configure file
- convert to OptionsNG
2013-03-17 23:48:01 +00:00
Martin Wilke
285b0b41c2 - Unbreak build 2013-03-17 23:29:57 +00:00
Bryan Drewery
6d72c57047 - Fix dependency on updated gimp-2.8
- Trim header

PR:		ports/176890
Submitted by:	Christoph Moench-Tegeder <cmt@burggraben.net> (maintainer)
2013-03-17 23:29:22 +00:00
Baptiste Daroussin
a7f3450c66 - Fix a regression that prevent graphics/dri to correctly build
Reported by:	gpalmer, swills
Tested by:	zi
2013-03-17 23:10:18 +00:00
Koop Mast
04d97a966d Belately bump portrevision so installed ports get reinstalled with fixed headers.
This should fix strange build failure in nautilus with glib-2.34.

Submitted by:	Kevin Oberman <rkoberman@gmail.com>
2013-03-17 22:16:03 +00:00
Bryan Drewery
b80233c8c4 - Deprecate. This has been unmaintained upstream since 2004.
Use audio/icecast2 instead.

PR:		ports/177028
Approved by:	Chris Petrik <c.petrik.sosa@gmail.com> (maintainer, via IRC)
2013-03-17 22:06:17 +00:00
Bryan Drewery
40dd6cf483 - Don't use ruby-bdb with ruby 2.0 as it is currently
broken. Fallback on dbm_hash for now.

Reported by:	Jeroen Ruigrok van der Werven
2013-03-17 22:04:00 +00:00
Ryan Steinmetz
df28e80ff9 - Update to 3.6.1 2013-03-17 21:07:44 +00:00
Beech Rintoul
808db7b13b - Fix install
- Convert to OptionsNG
- Bump portrevision

PR:		ports/177050
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-17 21:03:17 +00:00
Ryan Steinmetz
6cf7a535c9 - Complete port addition for databases/rubygem-mysql
- Unbreak INDEX
2013-03-17 21:00:25 +00:00
Ryan Steinmetz
f8e73ab793 New port: devel/rubygem-jquery-ui-themes:
Allow inclusion of the pre built jquery themes in the asset pipeline without
having to edit the files each time.

WWW: https://rubygems.org/gems/jquery-ui-themes
2013-03-17 20:57:55 +00:00
Ryan Steinmetz
6507052ecf New port: devel/rubygem-active_scaffold:
Save time and headaches, and create a more easily maintainable set of pages,
with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read,
update, delete) user interface needs, leaving you more time to focus on more
challenging (and interesting!) problems.

WWW: https://rubygems.org/gems/active_scaffold
2013-03-17 20:56:19 +00:00
Ryan Steinmetz
bfd8d39ad6 New port: devel/rubygem-activemessaging:
ActiveMessaging is an attempt to bring the simplicity and elegance of rails
development to the world of messaging. Messaging, (or event-driven
architecture) is widely used for enterprise integration, with frameworks
such as Java's JMS, and products such as ActiveMQ, Tibco, IBM MQSeries, etc.

WWW: https://rubygems.org/gems/activemessaging
2013-03-17 20:52:36 +00:00
Beech Rintoul
8493021033 - Convert to OptionsNG
- Bump portrevision

PR:		ports/177044
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-17 20:49:20 +00:00
Johan van Selst
a9df20390b Remove bogus conflict with INN
Submitted by:	naddy
2013-03-17 20:39:10 +00:00
Ryan Steinmetz
d48f1ac215 New port: databases/rubygem-activerecord-mysql-adapter:
An ActiveRecord adapter for MySQL, based on mysql gem.

WWW: https://rubygems.org/gems/activerecord-mysql-adapter
2013-03-17 20:28:22 +00:00
Ryan Steinmetz
5dbe382736 New port: devel/rubygem-celluloid:
Celluloid enables people to build concurrent programs out of concurrent
objects just as easily as they build sequential programs out of
sequential objects.

WWW: https://rubygems.org/gems/celluloid
2013-03-17 20:26:29 +00:00
Bryan Drewery
42d283569c - Update to checkin e9eb1d10aa which will become 2.4.
2.4 will be the last major release in 2.x. Once 2.4
  is released, this devel port will be updated to 3.0
  which optionally supports NO ZFS!!
- Convert tab to space in WWW

Changes:
    - cron: This is now deprecated and will be replaced in 3.0 with a daemon
    - testport: -d support has been deprecated and will be removed in 3.0. Use -p instead.
    - bulk: The queue is now processed through a priority based on how many
      other ports depend on the port that is ready-to-build [1]
    - bulk: Add -R option to remove RESTRICTED packages after building
    - bulk: Fix INDEX building
    - Builds now mount packages, ports, distfiles and options as read-only
      They are allowed to have changes made only in specific phases. Note that
      'testport -c' is currently broken due to this.
    - Fix IPv6-only hosts
    - Build logs now include make.conf
    - Improved leftover detection using mtree
    - Ports now only have distfiles available to them that are registered in their distinfo.
    - Leftovers now use the entire PLIST_SUB list
    - Fix WRKDIR being saved on extract failures
    - More build performance improvements
    - Improved stuck queue error displaying and handling
    - TMPFS_LOCALBASE support added
    - More sanity checks added for broken ports
    - ports: csup support removed as CVS is EoL
    - testport: Fix port's PREFIX not being respected
    - ports: Fix svn+https support [2]
    - Ability to always save WRKDIR if a .keep file is present

Submitted by:	Matthew Dillon <dillon@apollo.backplane.com> [1] (based on)
Submitted by:	antoine [2]
2013-03-17 20:22:54 +00:00
Ryan Steinmetz
b0ac880d36 New port: databases/rubygem-mysql:
This is the MySQL API module for Ruby. It provides the same functions for Ruby
programs that the MySQL C API provides for C programs.

WWW: https://rubygems.org/gems/mysql
2013-03-17 20:22:40 +00:00
Beech Rintoul
9c779edab9 - Convert to OptionsNG
- Add license, desktop
- Bump portrevision
- Pass maintainership to submitter

PR:		ports/176997
Submitted by:	nemysis <nemysis@gmx.ch>
2013-03-17 20:22:26 +00:00
Ryan Steinmetz
cb4a2e45ec - Update MOVED to reflect rename of sysutils/facter to sysutils/rubygem-facter 2013-03-17 20:17:15 +00:00
Ryan Steinmetz
07754d7267 - Rename sysutils/facter to sysutils/rubygem-facter
- Update sysutils/rubygem-facter to 1.6.18
- Convert sysutils/rubygem-facter to utilize rubygem framework
- Update to new 'created by' header
- Add RG as additional MASTER_SITES for sysutils/rubygem-facter
- Update sysutils/puppet* RUN_DEPENDS due to rename of facter
- Bump PORTREVISION on sysutils/puppet* due to rename of facter

Approved by:	Rouslan Iskhakov <rouslan@rshell.net> (maintainer)
2013-03-17 20:14:31 +00:00
Eitan Adler
c62c2ae05a audio/faad:
- The NO_CDROM variable was removed some time ago
- The link which inspired the original adding is gone
- Debian inludes this port in its main repository (which is not allowed to have non-debian-free software)

Submitted by:	Ralf Mardorf <ralf.mardorf@alice-dsl.net>
2013-03-17 20:02:36 +00:00
Eitan Adler
8c01feb810 Remove dns/h2n: legally questionable and obsolete.
Approved by:	portmgr (bapt)
2013-03-17 19:54:32 +00:00
Chris Rees
38d3049071 Fix WWW
Submitted by:	az
2013-03-17 19:19:32 +00:00
Beech Rintoul
090838c59f - Update to 3.3.8
PR:		ports/176635
Submitted by:	Rainer Hurling <rhurlin@gwdg.de>
Approved by:	Maintainer timeout
2013-03-17 18:29:38 +00:00
Eitan Adler
040d1c8ac0 According to r160671 the port is not restricted any longer 2013-03-17 18:18:25 +00:00
Eitan Adler
81255373cd According to r123287 the port is now GPLed so remove this entry from LEGAL 2013-03-17 18:12:18 +00:00
Eitan Adler
f6b0a4f2b7 add an additional missing port 2013-03-17 18:02:29 +00:00
Johan van Selst
531082ace8 Update oauth to 1.0.1 2013-03-17 17:57:15 +00:00
Eitan Adler
04d7105350 acroread8 is also legally restricted 2013-03-17 17:54:10 +00:00
Bryan Drewery
6f91ff7d3c Take maintainership 2013-03-17 17:43:14 +00:00
Bryan Drewery
4866ef67b9 - Take maintainership
- Unquote RESTRICTED and shorten
- Remove use of bsd.port.pre.mk
- Fix leftovers
- Convert tab to space in WWW
2013-03-17 17:28:40 +00:00
Eitan Adler
cf393c998c According to r206652 the port is now GPLed so remove this entry from LEGAL 2013-03-17 17:21:14 +00:00
Beech Rintoul
640aaa715c - Update to 3.0.5
PR:		ports/176622
Submitted by:	Alex Varju <alex@varju.ca>
Approved by:	Maintainer timeout
2013-03-17 17:20:50 +00:00
Cy Schubert
0b8bdac95e Update 2.061 --> 2.062 2013-03-17 17:18:30 +00:00
Eitan Adler
c190dff763 According to r249857 the port is now GPLed so remove this entry from LEGAL 2013-03-17 17:16:26 +00:00
Beech Rintoul
f7289d7e8a - Grab maintainership 2013-03-17 17:15:53 +00:00
Beech Rintoul
87ec39e9e4 Remove pkg-plist
PR:		ports/177039
Submitted by:	nemysis <nemysis@gmx.ch> (maintainer)
2013-03-17 17:06:50 +00:00
Bryan Drewery
66a6189771 - Fix plist due to misspelling of 'locale'
Reported by:	lme
2013-03-17 17:02:23 +00:00
Greg Lewis
8a0ab42689 . Update to 2013b. 2013-03-17 17:00:19 +00:00
Alexey Dokuchaev
c860a1dda6 - Trim old-school Makefile header per recent agreements
- Convert to modern OPTIONS framework (courtesy of jgh@)
- Use more explicit "gl" or "glu" to simple "yes" in USE_GL
- Drop shlib ABI versions from LIB_DEPENDS
- Mute MKDIR's, generally cleanup Makefiles
- Synchronize GAME_DESC description text between ports
2013-03-17 16:54:51 +00:00
Koop Mast
dc2d449ce0 Fix build with glib-2.34.
PR:		ports/176879
Submitted by:	Piotr Kubaj <pkubaj@gmail.com>
2013-03-17 16:45:03 +00:00
Alexey Dokuchaev
52031d635b - NOPORTDOCS -> PORT_OPTIONS:MDOCS
- Drop article from COMMENT while here
2013-03-17 16:44:33 +00:00
Eitan Adler
997f760bc0 Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.

While here trim header

Approved by:	miwi, adrian, tj
No objection from:	db, bjk, cperciva, scheidell, osa
2013-03-17 16:44:03 +00:00
Alexey Dokuchaev
cdf8f3696c - Trim old-school Makefile header per recent agreement
- Convert to modern OPTIONS framework (courtesy of jgh@)
- Prefer more explicit "gl" to simple "yes" in USE_GL
- Drop shlib ABI versions from LIB_DEPENDS
- Mute MKDIR's, generally cleanup Makefile
- Reformat port description text while I am here
2013-03-17 16:37:13 +00:00
Bryan Drewery
dde0f19111 - Take maintainership
- Fix space in WWW
- Fix plist with UCSPI_SSL option
- Use PORTDOCS
2013-03-17 16:34:17 +00:00
Bryan Drewery
100a9d17ca - Take maintainership
- Allow to build when CC=clang by using USE_GCC=any
- Remove indefinite article from COMMENT
- Remove use of bsd.port.pre.mk
2013-03-17 16:08:59 +00:00