Commit graph

206 commits

Author SHA1 Message Date
tron
4344e73eb5 Remove usage of an unnecessary compiler option which GCC 3.3.1 doesn't
understand.
2003-09-25 12:06:05 +00:00
jmmv
f33e15d729 Fix build on SunOS and remove GCC specific bits.
From Jonathan Perkin in PR pkg/22929.
2003-09-24 10:53:36 +00:00
gavan
d89ddfd3a0 Java programs should be executed with the java command, not jre. 2003-09-22 18:26:37 +00:00
dent
49d8831342 Update HOMEPAGE and/or MASTER_SITES 2003-09-19 23:08:22 +00:00
grant
40614d0b3c get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.
2003-09-17 19:39:58 +00:00
jlam
045f6f1980 Update time/p5-Time-HiRes to 1.50. Changes from version 1.49 include:
- &Time::HiRes::d_nanosleep was broken (perl change #20131)
        - the nanosleep() probe was broken (perl change #20061)
2003-09-13 08:42:19 +00:00
jlam
79386bc77e Remove redundant TEST_TARGET definition that matches the default one in
perl5/module.mk.
2003-09-13 06:22:49 +00:00
recht
ffc12ed9dc Update to 0.55.
New in release 0.55:
- Hebrew, Russian, Serbian, Spanish translations
- Some other translations updated.
- Support for solid colored backgrounds in GNOME
- Made it work on XFCE4; there were problems with the popup menu
- The calendar can now be moved around by holding down the middle mouse button
- Fully compatible with the new Python 2.3

ok'ed by drochner@
2003-09-09 14:52:57 +00:00
recht
8749cb5826 Update to 2.0.5.
The new version includes patches needed to compile the packages
under Python 2.3.
2003-09-09 14:50:51 +00:00
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
seb
56b682547a USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:59:08 +00:00
seb
c16d497900 Convert to USE_NEW_TEXINFO. 2003-08-05 11:17:10 +00:00
drochner
269f6cd404 update to 0.54
changes:
-bugfixes
-translations added: ko, sk
- can set recurrence rules for events in the appointments editor
2003-07-26 15:25:28 +00:00
martti
a6f1375adb COMMENT should start with a capital letter. 2003-07-21 17:27:24 +00:00
martin
b8194423d1 Update to xtu-1.2, which fixes PR 22179. 2003-07-20 10:43:13 +00:00
jschauma
cb565a4da9 Add/enable bbdate. 2003-07-18 15:55:08 +00:00
jschauma
7558a8a841 Initial import of bbdate-0.2.4:
This tool displays the date in an decorated window, simulating the
look of the Blackbox toolbar (Blackbox is a Windowmanager for X11).
To copy this look a great deal of the code is taken from Blackbox.
2003-07-18 15:53:14 +00:00
jwise
b16715a3d8 Update to revision 0.1.7. Changes are:
* Finally tracked down the VERY nasty slowdown (at times up to a minute or
  more) some users have been experiencing. It turns out that one of the
  recent versions of glibc has a bug in its regex code when dealing with
  non-multibyte characters (ie. most of the time). This came to a head because
  I upgraded to slackware-current, which has this version of glibc. Great.
  Thanks to Mark Eichen for pointing me towards several Debian bug tracker
  items about other programs having this same problem.
* Added a new directory "contrib" which will be used for anything that users
  contribute that is not patched into the main distribution.
* XSLT transform courtesy of Mark Eichin, to convert devtodo XML databases into
  colour PDF's. This is contrib/xslt-example.1.
* XSLT contribution for converting devtodo XML databases into HTML, courtesy of
  Daniel Peterson. This is contrib/xslt-example.2.
* I have created an amalgam of the above two XSLT contributions that will
  output a HTML page with colourised items. Completed items are struck out.
  This is a dodgy hack, so if anybody has any enhancements it would be much
  appreciated.
* Changed filename of src/todo.cc to src/main.cc so that devtodo will compile
  under environments where case is not relevant in filenames (ie. Cygwin under
  M$ Windows).
* Added a small PERL script to generate a todo database from a ChangeLog file
  that's in the same format as that used by devtodo. In the contrib directory.
  eg. changelog2todo > changelog.todo && devtodo --database changelog.todo
* Added two new events: "load" and "save". This can be used in conjunction
  with one of the above XSLT files by putting something like the following in
  your ~/.todorc (assuming you have libxlst installed - www.xmlsoft.org):

  on save exec xsltproc $HOME/etc/todo-html.xslt $TODODB > `dirname $TODODB`/.todo.html

  Which will basically generate a .todo.html file every time a devtodo database
  is modified and saved.
* Fixed a few minor man page bugs.

(the contrib/ files discussed here go in ${PREFIX}/share/examples/devtodo under pkgsrc)
2003-07-18 02:28:55 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
wiz
2d9b835f6b Update DEPENDS. 2003-07-13 17:54:29 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
abs
6bcef9846d Fix build under gcc3 2003-07-10 14:01:12 +00:00
gson
5719314929 Update to 1.49 since many CPAN mirror sites no longer have 1.47.
Changes since 1.47:

1.49
- UVuf for non-IVSIZE platforms (from Keiichiro Nagano)
- OS/2 can always mix subsecond sleeps with signals
  (part of perl change #19789)

1.48
- workaround for buggy gcc 2.95.3 in openbsd/sparc64
  (perl change #19592)
2003-07-08 17:42:43 +00:00
atatat
1d0b613b94 Oops. Forgot to mention the info stuff in the Makefile. 2003-06-14 23:55:22 +00:00
atatat
cbf63b5c27 Add gcal 2003-06-14 23:24:31 +00:00
atatat
dfbc77724f Import of GNU cal(1) utility called gcal. 2003-06-14 23:21:46 +00:00
drochner
5d14a26a4a add gdeskcal 2003-06-05 19:36:08 +00:00
drochner
9d39bbf105 a calendar implemented in Python/pyGTK 2003-06-05 19:33:15 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
wiz
001558d8dd Update to 1.47, from Hiramatsu Yoshifumi in PR 21639.
Changes since 1.42:
        - do not create files in blib directories under core
          (perl change #19160, from rgs)
        - detypo s/VTLARM/VTARLM/ (perl change #19328, from mjd)
        - guarantee that $xdefine in HiRes.t is always defined
          (perl change #19109, from IlyaZ)
        - a cleaner way to detect PERL_CORE (perl change #19111,
          from IlyaZ)
        - add hints/irix.pl to turn off overly POSIX flags that
          cause hide struct timespec to be hidden (and compilation
          to fail) (bleadperl change #19085)
        - documentation tweaks
2003-05-22 07:35:42 +00:00
mjl
ffe026a995 Enable p5-Time-Period 2003-05-15 11:53:01 +00:00
mjl
57bb71e2e4 Initial import of p5-Time-Period 1.20.
Period.pm is a Perl module to deal with time periods.
2003-05-15 11:52:07 +00:00
toshii
4234d75c81 Drop a duplicate DEPENDS line.
Use ${SORT} rather than sort.
2003-05-10 17:40:00 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
agc
b2e0733dac Don't redefine INSTALL in the distributed Makefile - fixes build on Solaris. 2003-05-02 15:10:43 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
wiz
a5b0676f3e Depend on either sh-utils or the new coreutils package. 2003-04-12 12:31:16 +00:00
wiz
8b23027e08 Add time to CATEGORIES. 2003-04-10 17:26:51 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
wiz
28a4483bc7 NO_PATCH is deprecated, says pkglint. Remove it. 2003-03-28 21:14:10 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jschauma
5ecc9f02e7 Fix broken dependencies due to bump of PKGREVISION caused by Mesa update.
Pointed out by wiz.
2003-03-12 21:02:24 +00:00
jschauma
fe95e374ca Add a man-page for wmtime. man-page provided to me by Adriaan Peeters
<apeeters at lashout dot net>.
2003-03-12 03:56:30 +00:00
jschauma
e7c1762bd0 Bump PKGREVISION due to upgrade of Mesa and friends.
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
2003-03-09 19:23:09 +00:00
jschauma
5be4aecf95 Use new IMAKE_MAN_PATH variables in PLISTs to make these packages more
portable.  Bump PKGREVISION accordingly.
2003-03-03 02:59:29 +00:00
salo
d27bfa44c8 Updated to version 1.42.
Patch from Jeremy C. Reed via PR pkg/20321.

Changes:

1.42:
=====
- modernize the constants code (from Nicholas Clark)

1.41:
=====
- At some point the ability to figure our the correct incdir
  for EXTERN.h (either a core perl build, or an installed perl)
  had broken (which lead into all test compiles failing with
  a core perl build, but thanks to the robustness of Makefile.PL
  nothing of was visible).  The brokenness seemed to be caused
  by $ENV{PERL_CORE} not being on for core builds?  Now stole
  a trick from the Encode that sets $ENV{PERL_CORE} right, and
  both styles of build should work again.

1.40:
=====
- Nicholas Clark noticed that the my_catdir() emulation function
  was broken (which means that we didn't really work for Perls
  5.002 and 5.003)
- inspired by fixing the above made the whole Makefile.PL -w
  and strict clean
- tightened up the Makefile.PL output, less whitespace

1.39:
=====
- fix from Craig Berry for better building in VMS with PERL_CORE
2003-02-15 09:43:52 +00:00
wiz
27baf7e3a1 Update to 1.14, bugfixes. From Adrian Portelli in PR 19057. 2003-02-14 18:29:46 +00:00
simonb
a789420971 Use "Australia/Sydney" instead of "Australia/Queensland" for the
"sydney" timezone, otherwise Sydney suddenly misses out on daylight
savings time.
2003-01-30 22:37:25 +00:00
salo
a73b6c86a4 - s/INSTALL_*/BSD_INSTALL_*/ in patch-aa, remove unnecessary MAKE_ENV.
- buildlink2
2003-01-19 10:27:56 +00:00