| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
category makefile.
Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
PR: 59651
Notes:
svn path=/head/; revision=105948
|
|
|
|
| |
Notes:
svn path=/head/; revision=105747
|
|
|
|
|
|
|
| |
Approved by: portmgr
Notes:
svn path=/head/; revision=105722
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=105696
|
|
|
|
|
|
|
|
|
|
|
| |
exercises: Classic exercise, the Koch method, Callsign exercise, and
exercises read from files.
PR: ports/64358
Submitted by: Scott Lambert <lambert@lambertfam.org>
Notes:
svn path=/head/; revision=105651
|
|
|
|
| |
Notes:
svn path=/head/; revision=105188
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove auto*tools support
- Bump PORTREVISION
PR: ports/64627
Submitted by: Tijl Coosemans <tijl@ulyssis.org> (maintainer)
Notes:
svn path=/head/; revision=105164
|
|
|
|
|
|
|
|
|
|
|
|
| |
to transport files over OBEX protocol. This only works for Bluetooth
and needs -CURRENT as of January 20 or newer (sdpd import) to work,
so IGNORE on 5.2.1-R and older.
PR: ports/64597
Submitted by: Guido Falsi <mad@madpilot.net>
Notes:
svn path=/head/; revision=105080
|
|
|
|
|
|
|
|
|
|
|
|
| |
a data over infrared and Bluetooth.
This port is adapted to work with FreeBSD Bluetooth stack.
PR: ports/64596
Submitted by: Guido Falsi <mad@madpilot.net>
Notes:
svn path=/head/; revision=105079
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104991
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104943
|
|
|
|
|
|
|
| |
it covers the correct scope.
Notes:
svn path=/head/; revision=104810
|
|
|
|
| |
Notes:
svn path=/head/; revision=104775
|
|
|
|
| |
Notes:
svn path=/head/; revision=104675
|
|
|
|
| |
Notes:
svn path=/head/; revision=104535
|
|
|
|
| |
Notes:
svn path=/head/; revision=104520
|
|
|
|
| |
Notes:
svn path=/head/; revision=104448
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104421
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104400
|
|
|
|
|
|
|
| |
Submitted by: trevor
Notes:
svn path=/head/; revision=104371
|
|
|
|
|
|
|
| |
Approved by: maintainers
Notes:
svn path=/head/; revision=104360
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- better handling of client command (^Ec|) when user is bumped,
conserver is reconfigured, etc
- added 'initsubst' option for 'initcmd' substitutions like
'devicesubst' and 'execsubst'
- modified and added to *subst (initsubst, etc) syntax to allow
for flexibility and future enhancement
- changed 'port' and 'portinc' minimums from 1 to 0 - it allows
more flexibility and helps with 0-based counting
- added --with-extmsgs configure switch to enable entertaining
messages
- added ability to "move" to a new console via '^Ec;'
- added a dump of console information when -S is used twice
Notes:
svn path=/head/; revision=103991
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
Notes:
svn path=/head/; revision=103963
|
|
|
|
|
|
|
|
|
|
|
| |
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
Notes:
svn path=/head/; revision=103722
|
|
|
|
|
|
|
|
| |
PR: 63934
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=103455
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Important changes:
==================
KDE:
- Audio/arts does not install artswrapper anymore, instead it is provided by
audio/artswrapper. See UPDATING.
- misc/kdeaddons3 is now a metaport with
editors/kate-plugins
editors/vimpart
games/atlantikdesigner
misc/kaddressbook-plugins
misc/kfile-plugins
misc/kicker-applets
misc/knewsticker-scripts
misc/konq-plugins
misc/ksig
misc/renamedlgplugins
multimedia/noatun-plugins
net/kontact-plugins
as slave ports.
- A number of KDE ports now uses OPTIONS do make various WITH_* options more
visible.
- Plist fixes
- devel/kdevelop should be able to detect FreeBSD's autoconf/automake now for
newly created projects.
- kdebase will no longer remove previous KDM configurations. This won't take
effect during the update from 3.2.0 to 3.2.1 (as deinstalling 3.2.0 will still
remove the configuration), but subsequent updates will merge old configs.
QT:
- Previous versions of QT could be compiled with debugging-support enabled by
defining DEBUG. This switch has been renamed to the more unambiguous
WANT_QT_DEBUG (similar to WANT_KDE_DEBUG in the KDE ports).
Notes:
svn path=/head/; revision=103453
|
|
|
|
|
|
|
|
| |
PR: ports/63893
Submitted by: maintainer
Notes:
svn path=/head/; revision=103222
|
|
|
|
| |
Notes:
svn path=/head/; revision=102158
|
|
|
|
|
|
|
| |
No cookies for: patrick
Notes:
svn path=/head/; revision=102004
|
|
|
|
|
|
|
|
| |
PR: 61770
Submitted by: Matt Dawson <matt@mattsnetwork.co.uk>
Notes:
svn path=/head/; revision=101997
|
|
|
|
| |
Notes:
svn path=/head/; revision=101993
|
|
|
|
|
|
|
|
| |
PR: ports/63281
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=101991
|
|
|
|
| |
Notes:
svn path=/head/; revision=101901
|
|
|
|
|
|
|
|
| |
PR: ports/63212
Submitted by: Dominic Mitchell <dom@happygiraffe.net> (maintainer)
Notes:
svn path=/head/; revision=101883
|
|
|
|
|
|
|
| |
Reported by: bento via kris
Notes:
svn path=/head/; revision=101855
|
|
|
|
|
|
|
| |
Submitted by: Andy Gilligan <andy@glbx.net> (maintainer)
Notes:
svn path=/head/; revision=101846
|
|
|
|
| |
Notes:
svn path=/head/; revision=101673
|
|
|
|
| |
Notes:
svn path=/head/; revision=101590
|
|
|
|
|
|
|
| |
half year ago. Unbreak.
Notes:
svn path=/head/; revision=101196
|
|
|
|
| |
Notes:
svn path=/head/; revision=101182
|
|
|
|
| |
Notes:
svn path=/head/; revision=101174
|
|
|
|
| |
Notes:
svn path=/head/; revision=101121
|
|
|
|
| |
Notes:
svn path=/head/; revision=101090
|
|
|
|
|
|
|
|
| |
PR: ports/62839
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Notes:
svn path=/head/; revision=100972
|
|
|
|
|
|
|
|
|
|
| |
- Give maintainership to submitter
PR: ports/62800
Submitted by: Guido Falsi <mad@madpilot.net>
Notes:
svn path=/head/; revision=100865
|
|
|
|
| |
Notes:
svn path=/head/; revision=100640
|
|
|
|
|
|
|
|
|
| |
PR: ports/59842
Submitted by: Ports Fury
Approved by: maintainer timeout (6 weeks)
Notes:
svn path=/head/; revision=100616
|
|
|
|
| |
Notes:
svn path=/head/; revision=100526
|
|
|
|
| |
Notes:
svn path=/head/; revision=100298
|
|
|
|
| |
Notes:
svn path=/head/; revision=100139
|