mickey
8c91f7de64
update to .93a, lots of new stuff; danh@ and itojun@ ok
2002-07-10 20:14:45 +00:00
jakob
071823bb7a
forgot last update
2002-07-10 14:32:07 +00:00
ian
daabd4fbf1
Try open multiple times to catch dynamically-attached USB connection
...
on uvisor, for newer Handspring devices. Patch from Bernd Sieker
<bsieker@freenet.de>, previously added to NetBSD port.
OK maintainer.
2002-07-10 14:24:47 +00:00
matt
dc6d4c3824
release the rest of my ports to ports@
2002-07-10 11:56:35 +00:00
avsm
85c77ff8e5
fix pkgnames, thanks wilfried@
2002-07-10 09:00:49 +00:00
pvalchev
c49e437a92
sync
2002-07-10 08:22:12 +00:00
pvalchev
721d5a4c8b
Update to centericq-4.7.7
...
Many new features/fixes, see http://konst.org.ua/download/CHANGELOG.centericq
2002-07-10 08:21:31 +00:00
jakob
b95b220f13
define MULTI_PACKAGES separately for each extension. ok avsm@
2002-07-10 08:13:27 +00:00
avsm
c4f1233c9f
force pear's path to be included in the include_path for php so it
...
doesn't have to be configured explicitly.
2002-07-09 20:40:51 +00:00
avsm
73f6fd2d56
update to imp-3.1
2002-07-09 20:39:11 +00:00
avsm
14f4e11cea
update to horde-2.1
2002-07-09 20:37:11 +00:00
jakob
9559b89582
update to 4210 and tweek update script to new format
2002-07-09 20:32:02 +00:00
avsm
6dff052ddf
activate direct i/o functions by default
2002-07-09 19:47:43 +00:00
avsm
a732bb96f2
add snmp entry
2002-07-09 19:38:06 +00:00
avsm
d77bc5784a
add in snmp module
2002-07-09 19:35:10 +00:00
jakob
36c67a1951
add patch to fix blackbox mode. ok brad@
2002-07-09 19:34:49 +00:00
jakob
d9df0fbe90
add patch to fix blackbox mode
2002-07-09 19:34:17 +00:00
avsm
2ab23a776b
now all the subpackages load successfully into macppc as well without
...
any library errors
2002-07-09 18:14:16 +00:00
pvalchev
e79098cc09
o /usr/local -> ${LOCALBASE}
...
o do not pass -pthread as ${C,LD}FLAGS, use LIBS instead so that it is
used only at the linking stage
2002-07-09 16:34:47 +00:00
wilfried
d67739b639
makes the bz2.so module actually loadable - it helps if the
...
define and ifdef are spelled the same ...
2002-07-09 15:06:30 +00:00
brad
949c49d827
update INDEX (1923)
2002-07-09 14:01:45 +00:00
naddy
fbfc571a55
+libexif
2002-07-09 13:24:54 +00:00
naddy
2fb7d9b0e7
Import libexif 0.5.3.
...
Submitted by Chris Kuethe <ckuethe@ualberta.ca>.
Most digital cameras produce EXIF files, which are JPEG files
with extra tags that contain information about the image. The
EXIF library allows you to parse an EXIF file and read the
data from those tags.
2002-07-09 13:22:30 +00:00
naddy
c00430a87e
fix flavor name; from camield@
2002-07-09 12:36:51 +00:00
matt
523b0ee587
taken by ian@
2002-07-09 12:35:54 +00:00
matt
5f9671ba58
taken by Chris Humphries <chumphries@drauku.net>
2002-07-09 12:32:34 +00:00
wilfried
17b0b0cc16
clean up the patch, from maintainer Han Boetes <han@mijncomputer.nl>
2002-07-09 10:52:24 +00:00
mark
dbb9e7d65b
flawfinder 1.20 update (ok jsyn@)
2002-07-09 03:41:26 +00:00
kevlo
5f1e0f497a
upgrade to version 1.40; ok'd by maintainer.
2002-07-09 01:52:09 +00:00
kevlo
1d85e13514
update to version 2.1.4; ok'd by maintainer
2002-07-09 01:42:45 +00:00
avsm
6dd6f59201
Update to maildrop-1.4.0
...
Noticed by Toni Mueller <support@oeko.net>
2002-07-08 21:50:44 +00:00
avsm
7c34a14d96
restrict building recode to i386 until someone figures out what
...
the problem is on other arches
2002-07-08 21:33:33 +00:00
avsm
2693e76a5e
remove courier-imap flavors
2002-07-08 21:25:24 +00:00
avsm
58b95d285b
Upgrade to courier-imap-1.5.1
...
Eliminate the ldap and mysql flavors - now this package generates
subpackages for the pop3 server, and also mysql, ldap and pgsql
authentication modules. Should make installing it from binary
packages significantly easier, and allow us to build less package
combinations.
2002-07-08 21:24:50 +00:00
danh
14121480b5
kernel support for NTP has been dropped; from nordin@
...
- bump package patch level
- remove ntptime from package list
2002-07-08 14:48:14 +00:00
kevlo
6d9afe66ca
update to version 1.0.3
2002-07-08 04:43:42 +00:00
mark
3964bbc509
+ UPDATE to 1.3.0
...
+ yank GNOME flavor (this was never supported - grrr)
+ take over maintainership (ok Lurene (old maintainer))
+ remove NEED_VERSION
2002-07-08 04:10:09 +00:00
naddy
1da56b9ef2
Update to 1.0.3. Changes in this release include:
...
- 10-15% decoder speedup
- 24-bit input support restored
- more robust plugins
- new metadata block for Vorbis-style tags
- vastly improved metadata editor
- new libFLAC++, a C++ object wrapper around libFLAC
- new metadata editing interface in libFLAC and libFLAC++
2002-07-07 19:09:28 +00:00
pvalchev
41e14dcbaf
Do not prepend "_" to the symbol name for dlsym() on ELF architectures.
...
Fixes plugins loading; tested by swelter@mus.ch
Bump PKGNAME for this change
2002-07-07 17:12:48 +00:00
naddy
b064a31906
* Update to 2.5.2.
...
* All-around clean-up.
* Fix licensing information.
Once upon a time okayed by maintainer.
2002-07-07 17:03:36 +00:00
jakob
84ff1d10fb
install misc documentation
2002-07-07 15:22:24 +00:00
jakob
525ff0a5ec
remove no_procmail flavour and procmail dependecy; from maintainer
2002-07-07 15:07:20 +00:00
naddy
4b8203c02f
Update to FreeBSD-CVSweb 2.0.4.
...
New upstream maintainer, miscellaneous minor changes.
2002-07-07 12:31:09 +00:00
jakob
efb4c87a70
move libbind to separate package
2002-07-07 11:21:59 +00:00
jakob
536d77f60f
update to v0.49
2002-07-07 10:50:52 +00:00
pvalchev
3ab584ab7c
getopt returns -1
2002-07-07 07:07:02 +00:00
pvalchev
be4b074f6f
Update to plushs-1.2; from maintainer pluf@wanadoo.es
2002-07-07 06:41:56 +00:00
pvalchev
72ab9eca46
Update to scsh-0.6.2; from maintainer David Simas <davids@idiom.com>
2002-07-07 05:59:35 +00:00
todd
1455963336
typo; thanks to Alexander Yurchenko <grange@rt.mipt.ru>
2002-07-07 03:58:09 +00:00
lebel
1b321aa4ef
update vim/stable to 6.1.125
2002-07-07 02:54:37 +00:00