Commit graph

236 commits

Author SHA1 Message Date
Baptiste Daroussin
1d13cfa03d Add a bunch of new options descriptions 2012-05-30 17:12:54 +00:00
Martin Wilke
66521294b0 - Add shared PIXBUF, POPPLER, GSTREAMER, ODF, RAW, XRANDR, XKLAVIER, XCURSOR, GLADE, GVFS, COMPOSITE, NOTIFY descriptions 2012-05-30 16:45:20 +00:00
Sunpoet Po-Chuan Hsieh
9020fccc7a - Add shared ODBC description
- Sort *_DESC
2012-05-30 14:49:03 +00:00
Baptiste Daroussin
58217085bb Add PERL and WXGTK 2012-05-30 12:43:49 +00:00
Baptiste Daroussin
c4d64199c0 Add MMX and SSE descriptions 2012-05-30 12:36:34 +00:00
Baptiste Daroussin
4ec63bf9a6 Add shared OPENGL description 2012-05-30 12:30:52 +00:00
Martin Wilke
b71d4294c3 - Add share GNUPG desc. 2012-05-30 12:22:45 +00:00
Baptiste Daroussin
6a5841bb29 Fix typo 2012-05-30 12:12:53 +00:00
Baptiste Daroussin
b40925dfc1 Add descriptions for: AMR ESOUND FAAD FONTCOFNIG FREETYPE GTK2 OSS QT4 SDL VPX
X264 XVID XVIDEO
2012-05-30 12:10:39 +00:00
Sunpoet Po-Chuan Hsieh
a0953b50c8 - Add a note for special characters (parentheses or single quotes)
- Use official name of organizations, softwares or specifications
- Minor modification to distinguish UCS2 and UCS4
- Sort *_DESC again
2012-05-30 12:03:28 +00:00
Martin Wilke
d8e490580f - Add sharing GDM, ICONS, MIXER and PRINT descriptions 2012-05-30 11:56:52 +00:00
Baptiste Daroussin
c4e03ed368 New descriptions for CDPARANOIA, FAAC,
Fix typo in CDDA2WAV description
More generic desciption for LAME
2012-05-30 11:23:44 +00:00
Baptiste Daroussin
1c8c230555 Add ALSA, LADSPA, LASH, and PORTAUDIO descriptions 2012-05-30 11:14:16 +00:00
Baptiste Daroussin
dfbfa368e0 readd the parentheses in FFMPEG description 2012-05-30 06:21:38 +00:00
Martin Wilke
44c843e5c0 - Add shared SVN and SSH description 2012-05-30 02:20:40 +00:00
Sergey A. Osokin
fa28dc9476 Add shared description for LCMS2. 2012-05-29 22:52:18 +00:00
Jason Helfman
937cbdf0c6 - Add shared descriptions for TOMCAT{5,6,7} 2012-05-29 22:34:57 +00:00
Chris Rees
e83a4f09f0 Apparently parentheses are not allowed 2012-05-29 20:19:27 +00:00
Chris Rees
3d413084d6 Add OPTIONS from audio/musicpd 2012-05-29 19:31:59 +00:00
Sunpoet Po-Chuan Hsieh
e83766f3c6 - Add shared GEOTIFF, GIF, JPEG, TIFF descriptions
- Sort *_DESC
2012-05-29 17:13:15 +00:00
Martin Wilke
80c715a694 - Fix freshports sanity check 2012-05-29 17:01:13 +00:00
Martin Wilke
44a8264372 - - Add shared FPECTL, IPV6, PTH, PYMALLOC, SEM, THREADS and UCS2/4 description
Reviewed by:	bapt
2012-05-29 16:40:15 +00:00
Sunpoet Po-Chuan Hsieh
d28f0afaf4 - Add shared ICONV description 2012-05-29 16:19:40 +00:00
Sunpoet Po-Chuan Hsieh
5e332999c7 - Add shared GUI and X11 descriptions 2012-05-29 16:08:29 +00:00
Baptiste Daroussin
071d342cff Show up debug flags
Add shared DEBUG description
2012-05-29 15:30:53 +00:00
Martin Wilke
fe616488ea - Do not activate EXAMPLES by default if NOPORTEXAMPELS is set
- Add shared EXAMPES descriptions

With hat:	portmgr
2012-05-29 15:19:59 +00:00
Baptiste Daroussin
aae22bea01 Convert to new options framework
Add shared AAC, DAGRAB, GOGO, MPP and SPEEX descriptions
2012-05-29 15:12:39 +00:00
Martin Wilke
8f1980ecae - Convert to new options framework
- Add shared MAGICK, MYSQL, PGSQL and SQLITE descriptions

Reviewed by:	bapt
2012-05-29 14:59:39 +00:00
Alberto Villa
29e0278749 - Fix spelling of "D-Bus".
- Rephrase comment.
2012-05-29 14:42:45 +00:00
Martin Wilke
86d771def0 - Convert to new options framework
- Add shared mmkeys and xspf descriptions
2012-05-29 14:38:30 +00:00
Baptiste Daroussin
ef49eaca32 Do not spam stdout with dialog command line 2012-05-29 14:25:13 +00:00
Baptiste Daroussin
ab5f5da94f Convert to new options framework
While here activate flac by default
share descriptions of mp4, id3, flac and vorbis
2012-05-29 14:01:15 +00:00
Baptiste Daroussin
53e9fa3e2f Convert to new options framework
While here add shared dbus and curl descriptions
2012-05-29 13:52:14 +00:00
Baptiste Daroussin
bcb67a0012 Convert to new option framework
Add PNG to shared options descriptions
2012-05-29 13:38:49 +00:00
Baptiste Daroussin
ed3d7031d5 Switch prayer to new options format.
While here SSL, LDAP and TIDY description in shared bsd.options.desc.mk
set maintainer of bsd.options.desc.mk to ports@FreeBSD.org to point that it is
open to any committer
2012-05-29 12:18:32 +00:00
Baptiste Daroussin
c263127442 New options framework for the ports
for maintainers:
it introduces 3 different types of options: simple, multi and single:
- simple options are the same as the current options (i.e. on or off.)
- multi options are options where at least one must be set (1-N).
- single options are options where one and only one must be set (exclusive
  options).

for users:
- OPTIONS_SET: globally enable some options
- OPTIONS_UNSET: globally disable some options
- ${UNIQUENAME}_SET: enable per-port choice of options
- ${UNIQUENAME}_UNSET: disable per-port choice of options

For compatibility the old OPTIONS framework is now working on top of the new one
The options previously set with old OPTIONS are imported and converted
transparently.

A new knob NO_DIALOG if defined in the the config-conditional target is ignored
(prevent the dialog(1) ui to show up.

Thanks to all people involved:
beat@, crees@, Bryan Drewery, linimon@, novel@ and others, for testing, comments, patches
2012-05-29 09:54:27 +00:00