jmmv
9cc63e24e3
Say hello to GNOME 2.6.2! The latest stable release for the 2.6 branch.
2004-06-28 19:36:30 +00:00
xtraeme
150b28bffe
Accept perl58 and perl-thread packages too...
2004-06-23 01:10:04 +00:00
martti
7fc3e67b3f
Added xfce4-weather-plugin, xfce4-cpugraph-plugin, xfce4-xkb-plugin,
...
xfce4-taskbar-plugin and xfce4-windowlist-plugin.
2004-06-21 06:32:15 +00:00
markd
b2144d2196
update Makefile to 3.2.3
2004-06-10 12:50:17 +00:00
markd
8c9f9a4d53
Update to kde 3.2.3.
2004-06-10 11:29:35 +00:00
jmmv
c426c3d4f5
Say hello to GNOME 2.6.1!
2004-05-15 18:53:21 +00:00
cjep
341efbf789
whitespace nits
2004-05-07 15:25:13 +00:00
wiz
c32fc02e2e
Unused.
2004-05-03 13:08:58 +00:00
reed
8c124c8f88
Fix problem where PLIST included shared libraries for liboldX
...
for Linux. Also make sure that libpsres.* is installed always.
This is for the XFree86-libs package. PKGREVISION was just bumped in
last, very recent, commit so don't do it again.
2004-04-27 21:49:57 +00:00
snj
1e889eaa86
Convert to buildlink3.
2004-04-27 02:04:06 +00:00
markd
089407cfb9
Update to kde3.2.2
2004-04-20 12:08:19 +00:00
jmmv
9b1c0e3ea3
Depend on gtk-doc. Bump PKGREVISION to 1.
2004-04-17 20:03:57 +00:00
jmmv
acd03874e8
Fix broken includes. Pointed out by kristerw@.
2004-04-17 11:10:53 +00:00
martti
c7ac789105
Updated xfce4 to 4.0.5
...
This is a maintenance release, aimed at bug-fixing; no new features
are being added to the 4.0 branch.
The main purpose of this release is compatibility with the recent GTK+ 2.4.x
release along with other fixes.
2004-04-16 16:12:00 +00:00
jmmv
e2744b67b2
Set USE_DIRS+=XFree86-1.0 instead of depending on the package directly.
2004-04-14 21:16:42 +00:00
jmmv
ebf2fd7dbc
Add support for the XFree86-dirs package in mk/dirs.mk, by modifying it to
...
work properly with it. Agreed with xtraeme@.
2004-04-14 21:15:01 +00:00
jmmv
8ace77c824
Pick maintainership.
2004-04-12 15:26:11 +00:00
jmmv
f237f0a753
Fix path to Renaissance.
2004-04-11 09:28:45 +00:00
rh
46ee3ab5b1
Update gnustep meta package to 1.9.1.
2004-04-11 03:38:26 +00:00
wiz
5350dc21df
Belatedly bump PKGREVISIONs and dependencies for xvidcore major bump
...
during recent update (hi charles!).
2004-04-05 18:41:14 +00:00
markd
6e373fda8d
Note quanta update, bump PKGREVISION.
2004-04-05 11:54:19 +00:00
recht
8c2f848a41
Catch up with the gtk2-engines revision change.
2004-04-04 22:44:36 +00:00
jmmv
7f5f119fdc
gnome-themes-extra has been moved to gnome-themes-extras, so fix path (and
...
also fix name, which means that this package was not buildable before *sigh*).
2004-04-02 11:56:56 +00:00
jmmv
9476e10bd0
Bump PKGREVISION to 2, to catch with the GTK+ update to 2.4.
2004-04-01 19:37:47 +00:00
jmmv
22199cec12
Depend on gnome-themes-extra too.
2004-04-01 19:18:44 +00:00
jmmv
eeca85d22b
Welcome to GNOME 2.6.0.
2004-04-01 19:17:24 +00:00
jmmv
4bfb37c6d7
Update to 2.4.0: catch up with GTK+ 2.4.0 and related updates of plugins.
2004-04-01 19:11:19 +00:00
xtraeme
4636f9b663
Make sure X11_TYPE=XFree86 is defined before building X11 packages,
...
this will fix wrong binary packages made by bulk builds.
2004-03-29 00:30:16 +00:00
xtraeme
770c956a77
Upgrade XFree86 packages to 4.4.0.
...
To see a full list of changes, please review:
http://xfree86.org/4.4.0/RELNOTES.html
These packages has been tested under NetBSD 1.6/-current, FreeBSD 4.x/5.x,
and GNU/Linux (i386) by Jeremy C. Reed, Michal Pasternak and myself.
2004-03-28 22:06:15 +00:00
jmmv
d51f0d0776
Do not depend on automake17, which is no longer available due to a security
...
vulnerability. Bump PKGREVISION to 1.
2004-03-28 10:32:59 +00:00
wiz
a661ce60c0
PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
...
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
326169077a
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
2004-03-23 04:40:59 +00:00
wiz
c2b756e890
Do not use fontconfig's MESSAGE. Closes PR 24864.
2004-03-20 20:08:38 +00:00
jlam
7db11b582a
Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly
...
by moving the inclusion of buildlink3.mk files outside of the protected
region. This bug would be seen by users that have set PREFER_PKGSRC
or PREFER_NATIVE to non-default values.
BUILDLINK_PACKAGES should be ordered so that for any package in the
list, that package doesn't depend on any packages to the left of it
in the list. This ordering property is used to check for builtin
packages in the correct order. The problem was that including a
buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed
from BUILDLINK_PACKAGES and appended to the end. However, since the
inclusion of any other buildlink3.mk files within that buildlink3.mk
was in a region that was protected against multiple inclusion, those
dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18 09:12:08 +00:00
markd
b5c6ecbe26
kdegraphics3 pkgrevision bump.
2004-03-14 00:45:34 +00:00
martti
0c70e87dcb
Add note about XFce base install and extras
2004-03-13 05:26:36 +00:00
jmmv
15000f837d
Bump PKGREVISION due to xine-lib update to 1rc3a.
2004-03-11 17:27:29 +00:00
jmmv
22acaedd65
Take maintainership.
2004-03-11 16:54:32 +00:00
jmmv
ff2264fd62
Depend on seahorse again, now that it can coexist with balsa.
...
Bump PKGREVISION to 4.
2004-03-11 12:40:55 +00:00
martti
da2428b947
File removed, we are now using buildlink3
2004-03-10 15:40:03 +00:00
xtraeme
321ecccde3
xfce4-extras should be nb2 not nb1.
2004-03-10 12:01:59 +00:00
xtraeme
6f080fa7de
bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade.
2004-03-10 11:59:31 +00:00
xtraeme
ff51acf13f
bl3ify, s,USE_X11BASE,USE_X11,g. Welcome to 4.0.4nb1, ok'ed by martti@
2004-03-10 11:53:37 +00:00
martti
da0646cf07
Updated XFce to 4.0.4
...
* Bug fixes
* Translation updates
2004-03-10 07:41:16 +00:00
markd
03a09c876f
Take maintainership of kde3 and kdevelop.
2004-03-10 00:10:04 +00:00
skrll
3056ad2d9b
Remove myself as maintainer.
2004-03-09 21:00:09 +00:00
markd
326a5d73b8
Update to KDE 3.2.1
2004-03-09 11:07:58 +00:00
jmmv
9e01c83a0c
Depend on balsa2, gnome-audio and glade2, as these have been removed from
...
the gnome meta-pkg. Bump PKGREVISION to 3.
2004-03-08 21:03:55 +00:00
jmmv
0603de44e8
Sync dependancies with the list of applications that can be found at:
...
ftp://ftp.gnome.org/pub/gnome/desktop/2.4/2.4.2/sources/
This means removal of balsa2 and gnome-audio, and addition of gucharmap,
zenity and gnome-accessibility. Bump PKGREVISION to 3.
2004-03-08 21:03:17 +00:00
jmmv
0e844743e0
Bump PKGREVISION and some dependancies due to changes done in these
...
packages (addition of xdg-dirs>=1.1 as a dependancy).
2004-03-08 20:55:07 +00:00
jmmv
6baf2e7377
Do not depend on seahorse as it conflicts with balsa; the former uses gpgme03
...
while the later uses gpgme. Found by recht@. No PKGREVISION bump as the
package was not buildable before due to conflicts...
2004-03-07 22:11:35 +00:00
jmmv
81cdeb7b26
Drop dependancy on gnome-icon-theme as this is pulled in by gnome-base.
...
No revision bump due to recursive dependancies.
2004-03-05 18:38:32 +00:00
jmmv
ee256b496c
Update kdeutils3 dependancy to version 3.2.0nb1. Bump PKGREVISION to 4.
2004-02-28 18:26:21 +00:00
grant
23b137a6fe
depend on textproc/opensp too
2004-02-28 11:37:56 +00:00
grant
81746e6725
add ImageMagick, xearth, perl5. tweak COMMENT.
2004-02-28 11:02:10 +00:00
markd
3d7a8c1cfe
Set "USE_LANGUAGES= c c++" here as all the kde packages need c++.
2004-02-25 22:09:11 +00:00
jmmv
5eaaa1030b
Fix path to mpeg_encode, now in the multimedia category.
2004-02-24 21:55:28 +00:00
jmmv
11e85cdcfd
Depend on dasher. Bump PKGREVISION to 1.
2004-02-23 19:04:50 +00:00
jmmv
945d24f43e
Set NO_MTREE, as this package installs no files.
2004-02-22 20:48:15 +00:00
jmmv
8ae08ee20c
No need to use buildlink.
2004-02-22 20:42:33 +00:00
jmmv
03d6f9438b
Add and enable gnome-devel.
2004-02-22 20:34:04 +00:00
jmmv
388174f110
Initial import of gnome-devel, version 2.4.2:
...
GNOME is the GNU Network Object Model Environment.
The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.
This is a meta package for the second major version of the GNOME
project. It provides all the utilities (not libraries) required
to build and develop software for this environment, specially
those packages downloaded from CVS repositories.
2004-02-22 20:33:27 +00:00
jmmv
e58351c7e5
Fix path to gnome-media, now in the multimedia category.
2004-02-22 16:38:53 +00:00
jmmv
9d808005c7
Fix path to gnome2-media, now in the multimedia category.
2004-02-22 16:38:01 +00:00
kristerw
756ac9dca4
Use graphics/gqview instead of (the non-existing) graphics/gqview-devel.
...
Bump PKGREVISION.
2004-02-21 14:50:22 +00:00
jmmv
71159658b6
Add explicit dependancy on gnome-icon-theme.
2004-02-16 16:22:58 +00:00
jlam
ec993afa1a
LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
...
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
jmmv
5f70d86fba
Bump PKGREVISION due to nautilus update (imlib2 removed as a dependency).
2004-02-14 00:24:34 +00:00
jmmv
87be9798a3
Depend on working version of file-roller and bump PKGREVISION to 2.
2004-02-10 11:53:31 +00:00
jmmv
bad3afef71
Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).
2004-02-09 18:47:36 +00:00
seb
7baaf49f63
Update dependencies for kde3, for kdegraphics update.
...
Bump PKGREVISION.
2004-02-09 14:04:16 +00:00
chris
10ea2dbf5b
Update depandancies for kde3, for kdeaddon and kdemultimedia updates.
...
Bump PKGREVISION.
2004-02-09 00:56:22 +00:00
xtraeme
7835b68bff
Mark XFree86 packages ONLY_FOR_PLATFORM= FreeBSD-*-i386 Linux-*-i386.
...
They were not built for NetBSD, so if you want to install XFree86, use
the original method (xsrc or build.sh).
2004-02-07 18:47:07 +00:00
jmmv
3b1edcca96
Bump PKGREVISION due to gtksourceview update, and ensure we get a working
...
version of gedit/conglomerate.
2004-02-07 15:26:01 +00:00
jmmv
909ff03900
Depend on nautilus-media. No revision bump since this was updated just some
...
minutes ago.
2004-02-07 00:31:45 +00:00
jmmv
c1772decd3
Update to 2.4.2 (depend on gnome-2.4.2).
2004-02-06 22:57:53 +00:00
jmmv
011aca673c
Update to 2.4.2 (depend newer versions of packages).
...
While here, depend on bug-buddy and gpdf, which are part of GNOME too.
2004-02-06 22:57:04 +00:00
jmmv
c93d005028
Update to 2.4.2 (require gnome-base 2.4.2).
2004-02-06 22:52:45 +00:00
jmmv
4cca6e0fe0
Update to 2.4.2 (require newer versions of packages).
2004-02-06 22:52:12 +00:00
markd
2c2a923c22
Update kdepim to 3.2.0nb1
2004-02-06 10:51:47 +00:00
xtraeme
30e30871aa
Remove a duplicated download mirror.
2004-02-06 00:28:09 +00:00
xtraeme
2e641d5142
Add 11 mirrors :-)
2004-02-06 00:23:51 +00:00
jmmv
34e5c81c93
Depend on epiphany. Bump PKGREVISION to 4.
2004-02-05 17:37:23 +00:00
markd
32a372a9e3
Update to KDE-3.2
2004-02-04 14:01:16 +00:00
xtraeme
7e5c4bb743
XFree86 meta-package can be now installed with or without xpkgwedge,
...
installation prefix is ${X11PREFIX}/X11R6.
Bump PKGREVISION.
2004-02-02 14:08:27 +00:00
jlam
3ac2d4b8aa
In the new compiler selection framework, GCC_REQD is appended to, not
...
overridden.
2004-02-01 01:43:28 +00:00
snj
3e3a28ec6a
s/seperate/separate/
2004-01-31 23:41:14 +00:00
xtraeme
8566483094
Remove deprecated MANCOMPRESSED (FreeBSD).
2004-01-31 19:08:47 +00:00
martti
a01aded91c
Added xfce4-menueditor
2004-01-26 16:34:24 +00:00
jmmv
0b4672f4b7
Fix path to kdemultimedia3, now in the multimedia category.
2004-01-26 15:46:02 +00:00
jmmv
47271c3823
Fix path to mplex (moved to the multimedia category).
2004-01-26 12:54:36 +00:00
jmmv
eb438972b0
Fix path to fxtv (now in the multimedia category).
2004-01-26 11:44:54 +00:00
tron
005dd509ce
Fix dependences, bump package revision.
2004-01-25 12:04:06 +00:00
jmmv
ae19043297
Add and enable gtk2-extras and gnome-{accessibility,base,extras}.
2004-01-24 23:04:31 +00:00
jmmv
c8668b2b26
Initial import of gnome-extras, version 2.4.1:
...
GNOME is the GNU Network Object Model Environment.
The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.
This is a meta package for the second major version of the GNOME
project. It provides all the basic components required to get a
working desktop plus several programs that are related to it in
some way. These include programs that use the GNOME development
platform or progarms that provide some important and useful
features, which make the desktop more complete.
2004-01-24 22:59:47 +00:00
jmmv
d7ed3b53bc
Initial import of gnome-accessibility, version 2.4.1:
...
GNOME is the GNU Network Object Model Environment.
The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.
This is a meta package for the second major version of the GNOME
project. It provides all the basic components required to get a
working desktop plus several utilities designed to make it more
accessible to people with disabilities. Note that they may also
be very useful to regular users.
2004-01-24 22:56:47 +00:00
jmmv
1995a94f7e
Depend on gnome-base and remove direct dependancies on stuff handled in it.
...
While here, add a dependancy on vera-ttf, as suggested by recht@.
Bump PKGREVISION to 3.
2004-01-24 22:55:07 +00:00
jmmv
d765c8e0cb
Initial import of gnome-base, version 2.4.1:
...
GNOME is the GNU Network Object Model Environment.
The GNOME project intends to build a complete, easy-to-use desktop
environment for the user, and a powerful application framework for
the software developer.
This is a meta package for the second major version of the GNOME
project. It provides all the basic components required to get a
working desktop, but nothing else.
2004-01-24 22:53:39 +00:00
jmmv
5900cb4978
Initial import of gtk2-extras, version 2.2.4:
...
GTK+ is a multi-platform toolkit for creating graphical user interfaces.
Offering a complete set of widgets, GTK+ is suitable for projects ranging
from small one-off tools to complete application suites.
This meta package installs the GTK+ toolkit together with several extra
engines and themes, which may be required to install additional third-party
themes.
2004-01-24 22:51:51 +00:00
jmmv
9f687f495e
gnome2 -> gnome1.
2004-01-24 21:30:29 +00:00
jmmv
c1e5a61c4e
Merged into the gnome meta-pkg.
2004-01-24 21:29:42 +00:00
jmmv
8496c41706
Update to 2.4.1nb2 (really merge from the gnome2 meta-pkg).
2004-01-24 21:26:40 +00:00
jmmv
1b2048b2b5
Reimport of the gnome meta-pkg as gnome1, version 1.4.2.1nb5.
2004-01-24 21:25:04 +00:00
jmmv
07f431af97
Bump revision due to gstreamer and gst-plugins updates to 0.6.4.
2004-01-24 16:38:39 +00:00
grant
abac7b9eaa
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
2004-01-24 14:01:53 +00:00
xtraeme
ac478da46f
Fix PATHS.
2004-01-24 09:12:10 +00:00
xtraeme
97375d4df9
Add and enable XFree86.
2004-01-24 08:53:08 +00:00
xtraeme
a7b246782a
Initial import of XFree86-4.3.0 from pkgsrc-wip.
...
This is the XFree86 meta package, for installing the entire
XFree86 suite.
2004-01-24 08:52:27 +00:00
jmmv
a58dd81611
Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.
...
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23 21:50:42 +00:00
martti
4f6ed070a6
Moved all plugins to xfce4-extras
2004-01-23 14:06:38 +00:00
martti
34fee9041b
Added xfce4-extras
2004-01-23 14:05:38 +00:00
martti
606ba3cf44
XFce4 extras (panel plugins etc.)
2004-01-23 14:04:45 +00:00
martti
6f1eba6850
s/USE_GMAKE/USE_GNU_TOOLS+=make/
2004-01-23 12:11:48 +00:00
jmmv
c343223a5f
Depend on librsvg2-gtk2 and swfdec-gtk2; these were pulled in automatically
...
before those respective packages (w/o -gtk2) were splitted. Adding them
here will provide loaders for more themes, and thus a better user experience
when installing GNOME2. No revision bump since it was touched just some
hours ago.
2004-01-22 13:02:39 +00:00
jmmv
f05c031cdf
Depend on xscreensaver. Some programs, like gnome-session, expect it to be
...
there (at first GNOME startup). Bump PKGREVISION to 1.
2004-01-22 10:53:31 +00:00
xtraeme
878781fa77
Fix PATH (gdm -> gdm1).
2004-01-20 13:47:42 +00:00
xtraeme
77eaa8b3bd
Require gdm>=2.4.4.7 at least.
2004-01-20 13:46:58 +00:00
markd
92a9cb4731
Update to KDE 3.1.5.
2004-01-15 09:33:32 +00:00
wiz
b29db7a671
Fix dependency lines.
2004-01-15 08:07:07 +00:00
martti
c304e66170
Updated xfce4-wm to 4.0.3.1
...
* minor bug fixes
2004-01-13 06:55:25 +00:00
cjep
e9740fb5d9
Lint. 80 character line limit.
2004-01-11 13:09:21 +00:00
grant
4912c1813d
add an Australian mirror to MASTER_SITES_KDE. 158KB/sec vs. 30KB/sec
...
from ftp.kde.org for me. :)
2004-01-09 01:15:14 +00:00
xtraeme
5684b5eb5c
Remove gtkmm, it's not really needed for GNOME...
2004-01-09 00:30:49 +00:00
xtraeme
06185adc87
Update gnome2 to 2.4.1 finally! we are still missing gdm, but it will
...
be updated soon.
2004-01-08 23:33:29 +00:00
martti
16f5a02b20
Updated XFce to 4.0.3
...
- Leak in window manager's pixmap management
- Various file manager fixes
- Translation updates
- Support for KDE system tray was added
2004-01-08 08:11:41 +00:00
rh
3c00ca2295
evolution-1.2.x now resides in mail/evolution12
2004-01-04 21:41:59 +00:00
reed
6d9af8d68d
Bump package revisions for tiff update.
...
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
jmmv
a51d1c36df
Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).
...
( We really need non-recursive dependancies... *sigh* )
2003-12-28 23:37:05 +00:00
martti
0e010634ac
Updated xfce4 to 4.0.2
...
* Improve window manager responsiveness
* Various bug fixes in file manager, window manager and panel
* More 64bit clean up
* New translation added: Azerbaijani
2003-12-22 08:50:38 +00:00
wiz
db088afbe5
Depend on wmweather instead of wmWeather; bump PKGREVISION.
2003-12-18 09:53:12 +00:00
tron
e7d27724d9
Fix dependence on "kdeartwork" package, bump package revision.
2003-12-16 11:15:02 +00:00
wiz
391b5798e6
Bump PKGREVISION for atk library major bump.
2003-12-13 00:45:21 +00:00
wiz
77651d7846
Depend on currently available versions. Bump PKGREVISION to 1.
2003-12-08 22:56:26 +00:00
martti
2ab92d1729
Added xfce4-xmms-plugin
2003-12-03 06:40:06 +00:00
martti
535df600f3
Updated xfce4 to 4.0.1
...
* Fixed panel crash with corrupted config file
* Window management improvement
* Improved handling of multiple selections in the file manager
* French translations for the documentation
* Translation updates
* A new Gtk2 theme called "Xfce-winter"
2003-12-03 05:34:08 +00:00
salo
f35979c642
PKGREVISION++ due to devel/popt update.
2003-11-12 01:31:47 +00:00
dmcmahill
0b2fcfbd9a
require gcc3 on alpha to allow this to compile
2003-11-05 22:11:58 +00:00
martti
2f6cfd604c
Regenerate (fix dependency to pkgconfig).
2003-09-27 06:57:16 +00:00
martti
15a5789eff
Added xfce4
2003-09-26 10:30:27 +00:00
martti
9d16c2d9f1
XFce 4 is the next generation of the popular XFce desktop.
...
This package does not contain anything by itself -- it is a
"meta-package" that depends on other XFce4 packages. Its sole
purpose is to require dependencies so users can install this
package only and have all the XFce stuff pulled in by the package
dependency mechanism.
2003-09-26 10:29:52 +00:00
markd
73219b208f
Update to KDE 3.1.4.
2003-09-17 22:58:45 +00:00
xtraeme
8506a3cd12
Bump version to 2.2.6. Add gnome-themes, gnome2-user-docs and yelp.
...
Ok'ed by jmmv@
2003-09-12 17:45:02 +00:00
jmmv
06573de99c
Update to 2.2.5: depend on gnome2-terminal. Closes PR pkg/22265 by Rafal Boni.
2003-09-08 18:17:01 +00:00
tron
f08ce76ae9
Update dependences and bump package revision.
2003-08-06 14:55:01 +00:00
drochner
ea0e7249bd
We have to bump PKGREVISIONs due to the qt3 PREFIX change anyway, so
...
remove the USE_X11BASE thing from kde3* too.
2003-08-04 20:37:04 +00:00
markd
cb0f57025d
add kde3
2003-07-30 16:02:07 +00:00
markd
84131514e8
Reimport of x11/kde3 into meta-pkgs/kde3. Also update to KDE 3.1.3.
2003-07-30 12:55:40 +00:00
martti
f928be280d
COMMENT should start with a capital letter.
2003-07-21 16:56:41 +00:00
grant
0155927c43
s/netbsd.org/NetBSD.org/
2003-07-17 21:41:05 +00:00
wiz
43fa0c7cb6
PKGREVISION bump for libiconv update.
2003-07-13 13:50:19 +00:00