espie
73cbd1f613
Update to 3.17.7.
2003-08-01 19:13:25 +00:00
pvalchev
4a43e05ce3
sync, 2383
2003-08-01 17:19:03 +00:00
pvalchev
00b1b4c2e7
point to correct location for example conf file; Olivier Cherrier
2003-08-01 15:52:16 +00:00
avsm
34c46c4074
RCS tags, from Xavier Santolaria <xavier@santolaria.net>
2003-08-01 14:03:39 +00:00
sturm
b829927e43
fix HOMEPAGE
...
from Xavier Santolaria <xavier@santolaria.net>
2003-08-01 13:54:53 +00:00
sturm
425a7e3683
- update to getmail 3.1.8
...
- remove WWW
- cleanup a substitution
2003-08-01 11:49:28 +00:00
lebel
fc9a955289
same line twice, is it really needed?; from MAINTAINER
2003-08-01 11:25:50 +00:00
espie
2baedf3e1e
minor fixes to readme
2003-08-01 09:07:06 +00:00
espie
a46196fdcf
if cmd; then : else -> if ! cmd; then
...
suggested by naddy@
2003-08-01 09:02:42 +00:00
espie
9035370921
show libraries BEFORE testing that we already recursed in that dir.
...
Problem found by marc_m@.
2003-08-01 08:29:43 +00:00
espie
ff6ba5bcaa
too eager in unsetting FLAVOR, problem found by jolan@
2003-08-01 08:20:43 +00:00
espie
3e6da56495
get thru _clean to handle clean, since it's set in stone.
...
Add work if only depends is set.
problem found by naddy@
2003-08-01 08:07:30 +00:00
jolan
3de66b1690
upgrade to 0.14.0.93, http://pan.rebelbase.com/#014093
2003-08-01 03:06:23 +00:00
jolan
c59f84b749
upgrade to 2.0.4
2003-08-01 03:03:16 +00:00
espie
7b6abcb150
spell out where to find a descrambling library.
2003-07-31 22:54:09 +00:00
sturm
239ae26a0f
- simple conversions to use the new python module
...
- while here, remove WWW from DESCR
all work done by Xavier Santolaria <xavier@santolaria.net>
2003-07-31 19:11:59 +00:00
naddy
e44dfb92ce
Update to 1.3.15. Adds some keyboard shortcuts.
2003-07-31 18:53:00 +00:00
naddy
6340b63d1c
Update to 0.24.2.
...
- New feature: file-based halt.
- New keywords (server): pidfile, haltfile, base-prefix.
- Reload access file dynamically.
- Numerous bug fixes.
2003-07-31 17:15:02 +00:00
jolan
6ad72bdf91
Author (Xavier Santolaria) puts these into the PD.
2003-07-31 07:01:21 +00:00
avsm
ad25795170
Build happy docs from sgml source and other small cleanups
...
From: Don Stewart <dons@cse.unsw.edu.au>
2003-07-31 01:19:16 +00:00
avsm
0dc87172f5
Update to haddock-0.5, build docs from sgml source, cleanup
...
From: Don Stewart <dons@cse.unsw.edu.au>
2003-07-31 01:11:14 +00:00
jolan
4d9e391a00
remove {cdrom,ftp}-packages, they have moved to
...
packages/`machine`/{cdrom,ftp}
ok espie@
2003-07-30 21:56:39 +00:00
espie
31d93b401e
use , as a flavor separator
2003-07-30 21:50:52 +00:00
espie
be5adfc375
pull a few more targets out of user-visible space.
...
Sprinkle a few more cd ${.CURDIR} && exec
move distclean into convenience targets area.
2003-07-30 19:59:48 +00:00
espie
8d30a050aa
redo the list of phony targets, in alphabetical order
2003-07-30 19:51:11 +00:00
espie
39307efa3b
clean-up and speed-up dependency generation.
...
thanks to nikolay, naddy, and others for comments.
2003-07-30 19:31:31 +00:00
espie
3bd53498c5
stop obnoxious automake
2003-07-30 17:42:57 +00:00
espie
c668191aab
Bump to 0.3
2003-07-30 17:42:21 +00:00
danh
300c8a8882
fix typo in last commit; SUBDUR -> SUBDIR
2003-07-30 14:43:09 +00:00
espie
3e1278f34d
Update to kde 3.1.3
2003-07-30 12:59:21 +00:00
jolan
f2d129335f
update-patches depends on GNU diff, for now. Error out and say where to
...
install it from if it doesn't exist on the system.
"looks cool" espie@
2003-07-30 11:10:34 +00:00
espie
d9883c9976
quote pkg to protect wildcards against shell (e.g., bzip2-*).
...
It didn't use to happen, but I just had bzip2-* matching against
bzip2-1.0.2.html
2003-07-30 10:40:43 +00:00
brad
ef60d16af7
use autoconf 2.54
2003-07-30 00:26:26 +00:00
espie
d426e175d7
restore install
2003-07-29 22:27:09 +00:00
sturm
02b4f40c41
explicitly state that the 'mailman' mailinglist is mandatory and has
...
to be created, otherwise mailman won't start
idea from Xavier Santolaria <xavier@santolaria.net>
2003-07-29 21:06:18 +00:00
sturm
4440c9f33e
use MAKE_ENV when building/installing
...
from Xavier Santolaria <xavier@santolaria.net>
2003-07-29 19:35:32 +00:00
jolan
1aa9f23421
respect ${CC}, from Xavier Santolaria
2003-07-28 21:03:01 +00:00
sturm
a2a973652b
+py-cddb
...
+py-xmms
2003-07-28 18:33:50 +00:00
sturm
6ca64e3343
Initial import of CDDB 1.3
...
The dynamic duo of CDDB.py and DiscID.py, along with their side-kick C
module cdrommodule.so, provide an easy way for Python programs to
fetch information on audio CDs from CDDB (http://www.cddb.com/ ) -- a
very large online database of track listings and other information on
audio CDs.
WWW: http://cddb-py.sourceforge.net/
from Xavier Santolaria <xavier@santolaria.net>
2003-07-28 18:32:16 +00:00
sturm
d3ac8ae93a
Initial import of pyxmms 1.06
...
A Python interface to XMMS consisting of all the xmms_remote_* functions
from libxmms plus some higher-level functions. This should provide anything
needed to control XMMS from an external program.
WWW: http://www.via.ecp.fr/~flo/index.en.html#PyXMMS_and_PyXMMS-remote
from Xavier Santolaria <xavier@santolaria.net>
2003-07-28 18:16:15 +00:00
sturm
706f3c88e2
python module for all standard python ports
...
from Xavier Santolaria <xavier@santolaria.net>
2003-07-28 17:48:13 +00:00
sturm
16ce58292a
this makes our build infrastructure systrace aware
...
original idea from jsyn@, discussed and first tests at c2k3
Warning!
- this commit is different from all patches sent around, please remove
them before updating
- due to a few bugs in systrace this is currently not ready for the casual
porter and several ports will fail to build, you've been warned
The idea of this patch is to help a porter when developing a new port.
With systrace the configure, build and fake stages are not allowed to
open network connections or write outside some well defined directories.
This way misbehaving programs will be noticed due to logfile entries in
/var/log/messages and the port can be fixed. There is generally no need
for endusers to use this, as the checksum ensures that ports in the
future will behave the same as they did when porting. :)
To activate systrace'd port building, set USE_SYSTRACE=Yes (e.g. in
/etc/mk.conf)
tested by some people, ok espie@
2003-07-28 17:17:04 +00:00
lebel
1e5f505a11
update vim/stable to 6.2.57
2003-07-28 16:27:46 +00:00
jolan
e01eee20a8
distfile was re-rolled for the purpose of providing a newer (and less
...
broken autoconf)
2003-07-28 06:07:03 +00:00
brad
a75f848444
add ARM support.
...
--
From: brad@, based on original diffs from kevlo@
2003-07-28 05:12:00 +00:00
espie
0f1c2892bf
stupid program substitutes symlinks, have to get them back.
2003-07-26 23:22:50 +00:00
naddy
f00d79e0b5
remove external flavor validity check in pre-fetch
2003-07-26 23:03:27 +00:00
sturm
46d67ba12e
typo(mine) in libshout dependency
...
from maintainer Moritz Grimm <gtgbr@gmx.net>
2003-07-26 13:34:40 +00:00
sturm
14ac0f680e
- leafnode has its username hardcoded, change this to '_news'
...
- bump PKGNAME
reported and tested by Marco S Hyman, maintainer timeout
2003-07-26 13:24:08 +00:00
sturm
045acb86d7
+ices
...
+libshout
2003-07-26 11:48:51 +00:00