Commit graph

731 commits

Author SHA1 Message Date
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
martti
2020bbfe3d Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT.
It is a lower-case f according to the official site.
2005-11-09 07:09:04 +00:00
martti
09f3d1e3fd Updated xfce4 to 4.2.3.1
* Lots of bug fixes
* Translation updates

Official ChangeLog is available at:

http://www.xfce.org/release_notes/4.2.3.1_changelog.html
2005-11-09 06:42:58 +00:00
tv
aafa5bcf41 Explicitly pull in xpm rather than depending on the base X11 install
to supply it.
2005-11-08 02:37:55 +00:00
martti
40caf56463 Removed the buildlink3.mk
I got few private comments that one should not use buildlink3.mk but the
standard DEPENDS statement because we do not link against libraries
in this case.
2005-11-07 11:16:32 +00:00
martti
49311fd737 Added buildlink3.mk for this package. 2005-11-05 06:16:55 +00:00
rillig
b5eb448d00 Fixed wrong use of WRKSRC. 2005-11-03 23:01:54 +00:00
rillig
3a792d5b85 Added RCS Id to patch-ab. 2005-10-23 20:25:07 +00:00
wiz
ada25f7595 Accept python-2.4 too, from Geert Hendrickx in PR 31887. 2005-10-22 11:39:02 +00:00
jmmv
684aeb19cd Update to 2.4.1: unknown changes. 2005-10-16 12:14:33 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
minskim
89df779447 Do not install gtodo_tray.png, which is installed by time/gtodo. 2005-09-22 03:57:51 +00:00
minskim
e29139ce4f Do not install locale.alias since we never use the included gettext. 2005-09-22 01:38:50 +00:00
reed
0e7a631888 Make sure this doesn't install the .orig info file created by diff too. 2005-08-30 20:17:50 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
kristerw
b3b1f8e61e Remove a redundant directory. 2005-08-10 17:50:17 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
rillig
9d7683b18f Added saytime to SUBDIRS. 2005-07-21 00:16:35 +00:00
jlam
83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00
jlam
bf9129c41e Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.
2005-07-15 18:27:48 +00:00
wiz
f0d8b7c807 Reset maintainer to tech-pkg, since email bounced. 2005-07-14 13:52:13 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
kristerw
7ec78b7fea Make this compile on non-NetBSD systems by setting HOST_CC=CC instead of
relying on bsd.sys.mk.
2005-07-08 18:22:49 +00:00
agc
84b061f166 clean up some lint 2005-07-07 22:15:03 +00:00
is
43f52db3f0 forgot description 2005-07-07 21:26:54 +00:00
is
3ba1e85aca A talking clock, by Jef Poskanzer. 2005-07-07 21:23:21 +00:00
jmmv
c6c6c8dad1 Use gtkhtml36 rather than gtkhtml3. Bump PKGREVISION.
Idea from wiz@ to let us remove gtkhtml3.
2005-06-26 18:45:43 +00:00
minskim
7907cb43b4 Add and enable wmclockmon. 2005-06-23 22:08:14 +00:00
minskim
68205bdb3d Import wmclockmon from pkgsrc-wip. Packaged by Amadeus Stevenson.
A stylish windowmaker dockapp which displays date and time in your
locale in varying formats, including Internet time.  Contains alarm,
calendar and configuration utilities.  Works under {black,flux}box
too.  Similar in style to wmmemmon and wmcpuload.
2005-06-23 22:06:33 +00:00
jlam
e46a9dd380 Create directories before installing files into them. 2005-06-17 03:50:19 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
snj
fd72907da1 Update to 0.1.18. Changes:
* Added --purge [<days-old>] option which lets you purge old completed items.
* Can now use force-colour in the todorc.
* Various patches from Debian and Gentoo maintainers applied. These fix
  compiler errors on recent GCC versions, uncaught exception when TERM is not
  set, a few man page issues, issues with the BASH scripts and miscellaneous
  other things.
2005-06-01 02:40:43 +00:00
bouyer
c975d64399 +p5-DateTime-Format-Epoch 2005-05-25 17:09:22 +00:00
bouyer
fbb808120b Initial import of p5-DateTime-Format-Epoch.
The DateTime::Fromat::Epoch modules provide to/from epoch seconds for the
DateTime.pm class.
2005-05-25 17:08:33 +00:00
wiz
9b3b3041bc Add RMD160 checksum. 2005-05-25 13:43:10 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jmmv
fa27e19a38 Update to 2.2.1: Added mk, rw and xh translations. 2005-05-19 21:05:20 +00:00
martti
ae80268997 Updated xfce4 to 4.2.2
General:

* new and updated translations: bn_IN, ca, cs, el, el_GR, eo, eu, fi, hu, ja,
  ko, mr, pl, ro, vi,
* new french documentation.

gtk-xfce-engine:

* fix various colors issues with ExoIconBar, prelight colors for treeview,
  Adobe® Acrobattm 7, progress bar, combo box, gtk scales (#848).

libxfcegui4:

* check ~/.local/share/pixmaps/ as a fallback (#731).

xfcalendar:

* fix compiling with --enable-debug=full (#843),
* remove C99 variable declaration and C++ comments.

xfce4-mixer:

* fix a bug with ALSA.

xfce4-session:

* fix a crash with the MCS plugin.

xfce-utils:

* taskbar: Add a command option "--monitor=x" to allow specifying which
  monitor to use in Xinerama mode.

xfdesktop:

* fix translation problems with menu panel plugin,
* fix bug where binding 'xfdesktop -menu' only works sporadically (#441),
* fix unresolved symbol problem with menu module.

xffm:

* fix property dialog crahsing on FreeBSD (#945),
* fix library version info not set on the properties module (#882, #249),
* fix fstab parsing (#524),
* fix compilation issues with ansi compiler and gcc4 (#862).

xfprint:

* make bsdlpr plugin compile,
* change CUPS detection code,
* set correct ld flags (#871),
* add support for printcap aliases (#821),
* fix MCS plugin.

xfwm4:

* fix mouse buttons being left ungrabbed when focus was transfered to
  an unmanaged window,
* document hidden option "workspace_scroll" (#948),
* various focus issues (#759, #869, #899, #905, #924, #931),
* fix pixmap depth not being properly set (#895),
* refresh frame when "skip taskbar" state changes (#898),
* allow seemless windows to be hidden from kbd shortcuts,
* code cleanup.
2005-05-18 06:10:30 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
kristerw
15e57c7f67 Make pkglint happy by removing trailing white space. 2005-05-09 20:40:07 +00:00
kristerw
451d484c72 Make this package build after bl3 was enabled by default (by
setting WRKSRC=${WRKDIR})
2005-05-09 20:29:26 +00:00
epg
e16f0c166e Add and enable p5-Schedule-Cron-Events. 2005-05-06 19:49:32 +00:00
epg
83323859fa Import p5-Schedule-Cron-Events-1.8.
Schedule::Cron::Events takes a crontab-style line and finds out
when events will occur.
2005-05-06 19:47:31 +00:00
kristerw
05f2696088 Correct PLIST.
Bump PKGREVISION.
2005-05-03 21:38:14 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
kristerw
52a4df34b7 Include mk/pthread.buildlink3.mk. 2005-04-29 19:01:33 +00:00
jlam
0af93478f0 Use :sh instead of != to define WWWSERVER to defer evaluation until it's
used in the make targets.
2005-04-28 23:32:43 +00:00
drochner
2a3fcb15f8 update to 0_57_1
This is a compatibility fix for PyGTK 2.2.
2005-04-26 21:21:36 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
8d7566bd78 Add missing curses dependency, noted by reed. 2005-04-05 15:34:33 +00:00
reed
e540f01d08 Pre-create needed directories. (I noticed I had a text file man/man6 which
was the grdc.6 man page!)

TODO: This package should depend on a curses.
2005-04-05 15:27:04 +00:00
adrianp
e8becf78ed - Update p5-Time-modules to 2003.1126
> 2003.1125:
> 	Various folks have complained that JulianDay isn't correct.  An
> 	errata section has been added to the documentation.
>
> 	Mark Ivey <mivey@r2tech.com> add '@' as a synonym for 'at'.
> 	Fixed typos.
>
> 	Bryan Henderson <bryanh@giraffe-data.com> sent in a patch to
> 	allow NOW => 0 so that ParseDate can be used to parse relative
> 	times.
>
> 	ewan@baremetal.com sent in a patch adding a bit of ISO 8601
> 	support.
>
> 	David Alban <david@responsible.com> doesn't like allowing the
> 	hour 24:00.  I agree.  Gone if you have VALIDATE=>1.
>
> 	Still to be done: the support the large number of ISO 8601
> 	date formats: http://hydracen.com/dx/iso8601.htm
> 2003.0211:
> 	Mike Cramer <cramer@webkist.com> sent a patch to Timezone to
> 	handle changes in $ENV{TZ}.
>
> 	Rani Pinchuk <rani@cpan.org> sent in a definition for the
> 	CEST timezone.
>
> 	On Phil.Moore@msdw.com's behalf the timezone 'MET DST' is now
> 	supported.
>
> 2002.1001:
> 	No real changes, just added a license.
2005-04-02 12:42:28 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
is
76f2d69253 Upgrade to lmclock-1.2: add -display option. 2005-03-23 22:32:04 +00:00
reed
bb6541af6a Remove copyright information.
And mention it is tk-based.
2005-03-23 00:29:56 +00:00
jmmv
04a67ec8b3 Update to 2.2.0:
2005-03-07  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.2.0 for release

2005-03-02  Roozbeh Pournader  <roozbeh@farsiweb.info>

	* configure.ac: Added "fa" (Persian) to ALL_LINGUAS.

2005-02-28  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.1.92 for release

2005-02-28  Rodney Dawes  <dobey@novell.com>

	* Makefile.am (MAINTAINERCLEANFILES): Add mkinstalldirs to the list

	* src/evolution-webcal-main.c (e_webcal_open_cal_http): Remove unused
	variable "tmpname" to fix compiler warnings
	(e_webcal_open_cal_vfs): Remove unused method to fix compiler warnings
	(main): Remove call to bonobo_init as we don't need to call it

	* src/encompass-webcal-notify.c: #include <libbonobo.h> to fix some
	compiler warnings

2005-02-26  Ahmad Riza H Nst  <ari@160c.afraid.org>

	* configure.ac: Added id (Indonesian) in ALL_LINGUAS line

2005-02-11  Rodney Dawes  <dobey@novell.com>

	* src/evolution-webcal-main.c (e_webcal_read): We need to strndup the
	message body before passing it off to the ical parsing code

2005-02-07  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up verison to 2.1.91 for release

2005-01-28  Pawan Chitrakar  <pawan@nplinux.org>

	* configure.ac: Added ne "Nepali" in ALL_LINGUAS

2005-01-27  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* configure.ac: Added "th" (Thai) to ALL_LINGUAS.

2005-01-23  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Update version to 2.1.4 for release

2005-01-10  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Update version to 2.1.3 for release
	Update copyright to be (C) 2004-2005
	* src/*.[ch]: Update copyright to be (C) 2004-2005

2005-01-08  Rodney Dawes  <dobey@novell.com>

	* src/evolution-webcal-notify.c (e_webcal_label_new):
	(e_webcal_label_size_allocate_cb, e_webcal_label_handle_resize):
	Add new methods to set up proper resizing for the
	description/title labels
	(e_webcal_query_user): Fix the vbox packing to be filled/expanded
	Use the new label routines to handle resizing of the dialog

2004-12-20  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.1.1 for release
	Add vi to ALL_LINGUAS

2004-12-04  Žygimantas Beručka  <uid0@akl.lt>

	* configure.ac: Added "lt" (Lithuanian) to ALL_LINGUAS.

2004-11-28  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.1.1 for release

2004-11-10  Rodney Dawes  <dobey@novell.com>

	* Makefile.am (EXTRA_DIST): Remove mkinstalldirs
	(CLEANFILES): Remove po/.intltool-merge-cache

2004-11-09  Rodney Dawes  <dobey@novell.com>

	* Makefile.am: Remove the applications file stuff
	* evolution-webcal.applications.in: Remove this file

2004-11-04  Rodney Dawes  <dobey@novell.com>

	* src/evolution-webcal-notify.c (e_webcal_query_user):
	Move the tmpuri and tmpname assignments up to the top of the function
	If we get called with has_events and has_tasks as false, pop up a
	better error than "Already Subscribed" before trying to set up the
	ESource for the calendar
	Remove the comma from the "Already Subscribed" error before the
	calendar name so we have "calendar \"%s\"" instead

	Fixes #154617

2004-11-01  Rodney Dawes  <dobey@novell.com>

	* *: Release version 2.1.0

2004-09-27  Rodney Dawes  <dobey@novell.com>

	* configure.ac: Up version to 2.1.0
	Update libecal requires for libecal-1.2 >= 1.1.0

Mon Sep 27 10:38:41 2004  Jonathan Blandford  <jrb@gnome.org>

	* configure.ac: Link to the right libecal.

2004-09-19  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.ac: Added "it" (Italian) to ALL_LINGUAS.

2004-09-13  Abel Cheung  <maddog@linuxhall.org>

	* configure.ac: Added "ru" "zh_CN" "zh_TW" to ALL_LINGUAS.
2005-03-22 16:38:55 +00:00
salo
232f9b233d Security fix for CAN-2004-1289.
"Multiple buffer overflows in the getline function in pcalutil.c and the
 get_holiday function in readfile.c for pcal 4.7.1 allow remote attackers
 to execute arbitrary code via a crafted calendar file."

Partial patch from Debian.  Bump PKGREVISION.
2005-03-20 21:34:17 +00:00
martti
16298514bc Updated xfce to 4.2.1.1
General:

* Don't use G_INLINE_FUNC in the source code, which fixes several weird
  build errors.

libxfce4util:

* Fix a problem with NFS mounted home directories in Solaris (#724)

xfce4-session:

* Fix RedHat shutdown code (#703)

xfdesktop:

* fix handling of quoted commands in the desktop menu (#776)
* fix handling of .desktop files with no Categories list (#776)
* add "edit menu" button to panel plugin prefs (#554), and ability to change
  the button tooltip (#764)
* fix broken panel plugin behavior when trying to track the default desktop
  menu. there's a new option to either follow the default menu, or use a
  static menu file (#778)
* fix bug where xfdesktop would crash if the windowlist was opened, then a
  window was destroyed, and then that window was selected from the list (#672)
* fix "unique" attribute of system menu inclusion

xffm:

* ensure posix.1-1996 compatibility (#695)
* fix for crash on opening fstab on solaris (#726)
* avoid a showstopper gtk-2.4 bug (scaling gdkpixbufs from svg images).
  This is bugzilla #751 report. Not all gtk showstopper bugs from svg
  can be avoided. In particular with office/mobile_phone_01.svg. This
  file will also crash rox
* allow relative paths for icon resolution (xfce4-modules)
* validate utf error messages (#737)
* don't quote paths that are already quoted.
* change smb-share icon to proper icon
* fix borked overwrite warning dialog message
* bug fixes for keyboardnavigation to close bug #795
* separate remove and paste button in toolbar to avoid confusing the
  remove confirmation dialog with the overwrite confirmation dialog
* fix translation problems in several languages, including
  brazilian-portuguese
* fill in some missing spanish translation strings
* fix for bug #524 (crashing xffm by mounting cdrom and trying to open it
  in the other treeview before mount is complete)

xfcalendar:

* remembering of its position (bug #691 and #789)
* warning box for preventing users to loose their changes (#714 and #738)
* possibility to show/hide xfcalendar in taskbar, pager and systray (#719)
* possibility to choose to either show or hide the calendar window when
  xfcalendar is launched (it remembered before the status when leaving)

xfce4-panel:

* Save configuration file only on exit
* Fix double click on inactive item in dialog (#739)
* 64bit fix
* Clock applet tweak (#716, hopefully)

xfprint:

* remove FILE backend and add a print-to-file entry in the printing dialog
* multiple bugfixes (#816, #817, #818, #820) in the BSD-LPR backend
2005-03-18 07:59:08 +00:00
rillig
3d852359c8 Added patches to enable building with gcc-2.95.3. Approved by wiz. 2005-03-16 12:48:49 +00:00
jmmv
bc271da5c3 Use email addresses in the MAINTAINER field. Adding names produces ugly
results, specially in the bulk build reports, and we don't use this style
anywhere else.
2005-03-12 10:23:57 +00:00
wiz
8d46d635a2 Update to 0.27:
0.27    2005-01-31

[ ENHANCEMENTS ]

- Added local_rd_values() method for the benefit of other modules like
DateTime::Event::Recurrence.


0.26    2005-01-27

[ BUG FIXES ]

- The docs claimed that the delta_ms(), delta_md(), delta_days()
methods always returned a positive duration, but this was not true for
delta_md() or delta_days().
2005-02-26 01:57:28 +00:00
wiz
8c2c86370c Use Module::Build framework. Unbreaks build and makes
PLIST automatic again.
2005-02-26 01:52:30 +00:00
wiz
19c1173913 Use the Build::Module framework. Unbreaks build
and makes PLIST automatic again.
2005-02-26 01:44:44 +00:00
wiz
9bd85fdf06 Add RMD160 checksums. 2005-02-23 19:14:53 +00:00
hubertf
9a981bcfbe Sign over maintainership to tech-pkg@ 2005-02-21 20:26:08 +00:00
uebayasi
5a8a5b0b17 Fix quoting. 2005-02-14 05:37:55 +00:00
erh
1c5b9c186e Swing is included w/ java, so a separate dependency isn't needed. 2005-02-11 03:13:19 +00:00
cube
cd0e002f0e Activate and note addition of the p5-DateTime-* packages. 2005-01-26 16:26:23 +00:00
cube
6273392a34 Fix reference to local category. 2005-01-26 16:23:11 +00:00
cube
f29c872d1a Initial import of p5-DateTime-Event-Cron, version 0.07, into the NetBSD
Packages Collection.

The DateTime::Event::Cron module generates DateTime and DateTime::Set objects
based on crontab-style entries.  The crontab formats are the extended V7
standard as described in crontab(5) on linux systems and as noted in the
documentation for Set::Crontab.

Note that the module is still alpha status.  Methods provided are likely to
change in the future.
2005-01-26 16:20:54 +00:00
cube
f55066bfce Initial import of p5-DateTime-Set, version 0.19, into the NetBSD Packages
Collection.

DateTime::Set is a module for date/time sets.  It can be used to handle two
different types of sets.

The first is a fixed set of predefined datetime objects.  For example, if we
wanted to create a set of dates containing the birthdays of people in our
family.

The second type of set that it can handle is one based on the idea of a
recurrence, such as "every Wednesday", or "noon on the 15th day of every
month".  This type of set can have fixed starting and ending datetimes, but
neither is required.  So our "every Wednesday set" could be "every Wednesday
from the beginning of time until the end of time", or "every Wednesday after
2003-03-05 until the end of time", or "every Wednesday between 2003-03-05 and
2004-01-07".
2005-01-26 16:19:41 +00:00
cube
be031d61d0 Initial import of p5-DateTime, version 0.25, into the NetBSD Packages
Collection.

The DateTime.pm module aims to provide a complete, correct, and easy
to use date/time object implementation.  Currently it handles many date
calculations, date math (addition and subtraction), and provides
convenient methods for retrieving portions of a date/time.

This module properly supports the Olson time zone database, meaning
that historical time zone information, and more importantly, daylight
saving time rules, can be handled transparently, simply by setting the
correct time zone.  This is done by using the DateTime::TimeZone
module.
2005-01-26 16:18:40 +00:00
cube
f4e618db86 Initial import of p5-DateTime-TimeZone, version 0.32, into the NetBSD
Packages Collection.

The DateTime::TimeZone modules provide a Perl interface to the Olson
time zone database.  Rather than using the database directly, we parse
the database files and turn them into a set of modules, one for each
time zone defined.  This allows for various optimizations in doing
time zone calculations.  This conversion is done with the script in
tools/parse_olson.

The Olson time zone database is the best available source for world
wide time zone information.  It is available from
ftp://elsie.nci.nih.gov/pub/.  A good starting point for information
on the database, and time zones in general, is
http://www.twinsun.com/tz/tz-link.htm.
2005-01-26 16:17:12 +00:00
cube
1a3f4cbfef Initial import of p5-DateTime-Locale, version 0.09, into the NetBSD
Packages Collection.

The DateTime::Locale modules provide localization data for the DateTime.pm
class.
2005-01-26 16:15:46 +00:00
tv
1418217d54 Pull in devel/libgetopt/buildlink3.mk for platforms needing it to build. 2005-01-25 04:33:38 +00:00
tv
8a116d437c "-p" is not a valid arg to install-sh on booststrapped pkgsrc platforms. 2005-01-25 04:23:05 +00:00
tv
4ce6743c97 Fix install on Interix. 2005-01-25 04:21:36 +00:00
tv
90069700e8 Make build on Interix, which acts more like SysV/xopen for time handling. 2005-01-25 04:20:31 +00:00
tv
6f9ce4da5c Fix build on Interix. 2005-01-25 04:13:57 +00:00
tv
b6f790043f CC is already in MAKE_ENV. 2005-01-25 04:09:49 +00:00
tv
f53a26e7cf Fix Interix build. 2005-01-25 03:37:29 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
bad
6ff0dd6218 Update p5-Time-HiRes to 1.66.
Changes since 1.59:

1.66
        - add nanosleep()
        - fix the 'hierachy' typo in Makefile.PL [rt.cpan.org #8492]
        - should now build in Solaris [rt.cpan.org #7165] (since 1.64)
        - should now build in Cygwin [rt.cpan.org #7535] (since 1.64)
        - close also [rt.cpan.org #5933] "Time::HiRes::time does not pick up time adjustments like ntp" since ever reproducing it in the same environment
          has become rather unlikely

1.65
        - one should not mix u?alarm and sleep (the tests modified
          by 1.65, #12 and #13, hung in Solaris), now we just busy
          loop executing an empty block
        - in the documentation underline the unspecificity of mixing
          sleeps and alarms
        - small spelling fixes

1.64
        - regenerate ppport.h with Devel::PPPort 3.03,
          now the MY_CXT_CLONE is defined in ppport.h,
          we no more need to do that.

        - the test #12 would often hang in sigsuspend() (at least that's
          where Mac OS X' ktrace shows it hanging).  With the sleep()s
          changed to sleep(1)s, the tests still pass but no hang after
          a few hundred repeats.

1.63
        - Win32 and any ithread build: ppport.h didn't define
          MY_CXT_CLONE, which seems to be a Time-HiResism.

1.62
        - Skip testing if under PERL_CORE and Time::HiRes has not
          been Configured (from Marcus Holland-Moritz, core change
          #23246)
        - Use ppport.h generated by Devel::PPPort 3.01,
          allowing cutting away our own portability code.
        - Don't use $ENV{PERL_CORE} for < 5.6.0.
        - Don't use "for my $i" for <= 5.003.
        - Don't use Pause() for <= 5.003.
        - Can't use newSVpvf for <= 5.003.
        (most of the changes from Marcus)

1.61
        - Win32: reset reading from the performance counters every
          five minutes to better track wall clock time (thanks to
          PC timers being often quite bad), should help long-running
          programs.

1.60
        - Win32: Patch from Steve Hay
          [PATCH] Re: [perl #30755] [Win32] Different results from Time::HiRes::gettimeofdayunder the debugger
          to [perl #30755] reported by Nigel Sandever

        - Cygwin: Use the Win32 recalibration code also in Cygwin if the
          <w32api/windows.h> APIs are available.  Cygwin testing by
          Yitzchak Scott-Thoennes.

        - Solaris: use -lposix4 to get nanosleep for Solaris 2.6,
          after that keep using -lrt, patch from Alan Burlison,
          bug reported in [cpan #7165]
2005-01-20 21:07:51 +00:00
martti
2804fbe74e Added xfce4-calendar 2005-01-17 12:51:47 +00:00
martti
74a1440983 Calendar for XFce4. 2005-01-17 12:51:16 +00:00
epg
188e66f9de Update to 1.16.
ChangeLog from 1.14 to 1.16:

Change 814 on 2003/06/03 by <gbarr@pobox.com> (Graham Barr)

	Date::Parse
	- Time::Local in 5.8 does not support fractional seconds

Change 813 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	Release 1.15

Change 812 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	Fix comments about Language implementation in Date::Parse
	(patch from Christian Hammers)

Change 811 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	Fix short name for 'maart' to be 'mrt' as suggested by Frank Maas

Change 810 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	Add %G format for GPS week (patch from Eric Richardson)

Change 809 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	Language updates from Daniel Yacob

Change 808 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	str2time("") should return undef

Change 807 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)

	Added Swedish and Finnish languages from Matthew Musgrove

Change 778 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)

	Added Chinese_GB language.
	Supplied by forehead (I don't even pretend tounderstand it)

Change 777 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)

	Return fractional seconds when specified in an ISO date

Change 776 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)

	New languages from Daniel Yacob

Change 775 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)

	Fix UTC support on ISO dates

Change 774 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)

	Allow a : in a timezone so the dates specified in RSS can be parsed
	(eg 2002-11-07T23:31:49-05:00) Patch from Kellan

Change 773 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)

	Support parsing more formats
2005-01-16 22:16:05 +00:00
wiz
6c248e26d3 Remove 22pth from accepted python versions since it is too old for py-gtk2. 2005-01-13 11:35:25 +00:00
jmmv
a4676aea1a Fix build under Linux (attempt to modify a const variable). I'm not sure
why it's an error there, while NetBSD only shows a warning (maybe it's due
to the GCC version used).

Shown in last minskim@'s bulk build.
2005-01-04 14:43:07 +00:00
minskim
d5cf0e8c9b Add build dependency on pkgconfig, which is used by configure. 2005-01-01 18:02:01 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.

This is from ideas from Greg Woods and others.

Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
2004-12-28 02:47:40 +00:00
darcy
94ac84002f Upgrade to 2.0.6 2004-12-27 13:03:04 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
perry
0dc8320cf0 remove an obsolete PKGREVISON 2004-11-30 21:18:57 +00:00
perry
e1eeede33b Update to sunclock version 1.5
Changelog:

   Version 1.5
   - Updates of the main window and the icon should now work with
     all window managers (e.g. WindowMaker's `shading' caused problems
     before)
   - Uploaded by Wolfram Gloger (wmglo@Dent.MED.Uni-Muenchen.DE)

   Version 1.4-colour
   - Added options for user to specify the colours used to draw the
     map. Updated man page. - Michael Richmond (mar@mri.mq.edu.au)
2004-11-30 21:17:30 +00:00
jdolecek
84166d02fb Update pear-Date to 1.4.3.
Changes 1.4.1 to 1.4.3:
* Fix #1250 Wrond name for Bangladesh TZ
* Fix #1390, add XML Schema datetime support
* TimeZone default bad global usage only _DATE_TIMEZONE_DEFAULT is used now
* Fix #683, add optional length argumet to getDayName()
* Fix PHP5 problems with get_class functions
* Fix #674 endOfWeek() beginOfWeek()
* Fix #727, weeksInMonth (wrong result with some dates)
* Fix #674 (and old system #22549), check arguments in Date_Span

Changes in 1.4:
- improvements in input date parsing
- add Date methods addSpan() and subtractSpan()
- added two more ISO8601 date/time output formats DATE_FORMAT_ISO_BASIC
  and DATE_FORMAT_ISO_EXTENDED
- improve Date_Calc isLeapYear() and daysInMonth() for year 1582
- add gregorianToISO() method to Date_Calc
- add dateSeason() method to Date_Calc
- add Date_Span class
- bugfix in Date_Calc when century ends in 00, only define
  DATE_CALC_BEGIN_WEEKDAY if not already defined
- bugfix in beginOfNextWeek(), beginOfPreviousWeek()
- bugfix in nextDayOfWeek and prevDayOfWeek (thx to koan at gmx dot at)
- bugfix for bug 62: getDate(DATE_FORMAT_UNIXTIME) off because of DST
- bugfix for bug 65: format(e) returns zero-padded day
- bugfix for bug 195: Suppress a notice in setDate()
- bugfix for bug 271: Date_Calc weeksInMonth() returns wrong number
- fix abstraction bug, Date constructor accepts now object that extends Date
- add tests to release package
- Fix notices and mins calc in to toUTCbyOffset()
2004-11-27 13:31:10 +00:00
jdolecek
43c0bed35c Update gnotime to 2.2.1.
Changes:
* further use of GtkDialog
* added filter for HTML diary
* escape & in project name
* add option to reparent intervals to tasks above or below
* sync qof with latest qof sources
* accepted main.c <sys/wait.h> patch
2004-11-27 10:48:02 +00:00
jdolecek
bf81d5a98e Use HOMEPAGE provided by lang/php/pear.mk 2004-11-27 10:02:52 +00:00
snj
9e3678da7a Update to 1.24. This version fixes a memory leak. 2004-11-26 20:50:52 +00:00
kim
6219bfd4e5 Fixed the globbing in patch-ac (thanks Christos), to avoid errors from free.
Closes PR pkg/26612
2004-11-24 23:04:41 +00:00
kristerw
8c3ae0e674 Make this build under NetBSD 1.6.2 (C99-isms, and a missing header file). 2004-11-24 22:35:25 +00:00
wiz
37497fcead USE_LANGUAGES= c++ 2004-11-22 21:02:33 +00:00
jlam
5e5ac5cef9 USE_BUILDLINK3 is a yes/no variable. 2004-11-13 21:28:27 +00:00
jdolecek
b5617b477e use the shared pear module framework, so that these work with both PHP4
and PHP5; no functional change, so PKGREVISION not bumped
2004-11-01 19:57:10 +00:00
jmmv
7dde1eed9e Update to 2.0.1:
- new translations: vi, it, ru, zh_CN, zh_TW.
- updated translations.
2004-10-28 19:19:42 +00:00
jmmv
c35cf7f5b9 Fix path in master site. 2004-10-24 16:43:56 +00:00
minskim
263eb03579 Add and enable p5-Time-Piece 2004-10-23 17:06:27 +00:00
minskim
16d688b663 Import p5-Time-Piece from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.
This module replaces the standard localtime and gmtime functions with
implementations that return objects.  It does so in a backwards
compatible manner, so that using localtime/gmtime in the way
documented in perlfunc will still return what you expect.
2004-10-23 17:04:37 +00:00
jmmv
fa1eaffa61 Update to 2.2.0nb1:
- Capitalize comment and s/gnome/GNOME/.
- Sort USE_* section alphabetically.
- Register gnotime.schemas into GConf2's database.
- Register documentation into scrollkeeper's database.
- Add explicit run dependencies on everything used by this package directly.
- Also add some missing build dependencies: intltool and pkgconfig.
- Drop dependency on guile-gtk: it's used nowhere.
- Add missing files to PLIST.
2004-10-23 13:54:46 +00:00
jdolecek
1d7c7e8787 add PTimeTracker 1.7.2 - QT-based utility to keep track of the time spent
on projects.
2004-10-23 07:13:37 +00:00
jdolecek
2b0ebedbc6 add PTimeTracker 1.7.2 - QT3-based utility to keep track of the time spent
on projects.
2004-10-23 07:10:26 +00:00
jdolecek
d2fa4da073 add gnotime 2.2.0 - time tracker for gnome2 2004-10-23 06:55:23 +00:00
jdolecek
cf3c5cc78d add gnotime 2.2.0 - time tracker for gnome2
package based on the FreeBSD port, subject to port2pkg and some additional
tweaking
2004-10-23 06:51:00 +00:00
jmmv
568b976467 Add and enable evolution-webcal. 2004-10-19 20:30:26 +00:00
jmmv
3f83c7878b Initial import of evolution-webcal, version 2.0.0:
A GNOME URL handler for web-published ical calendar files, which integrates
with the Evolution groupware suite.  It allows you to subscribe to a published
calendar simply by clicking on a 'webcal:' URL.
2004-10-19 20:29:17 +00:00
martti
7f436ae9a2 Updated xfce4-datetime-plugin to 0.3.1
* Bug fixes
2004-10-08 06:23:08 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
salo
76cb9cfe56 - bl3ify.
- update MASTER_SITES
- add HOMEPAGE, even if it holds only a simple README and distfiles,
  better than nothing.

Addresses PR pkg/26914 by Georg Schwarz.
2004-09-14 07:10:15 +00:00
atatat
3f99292002 Patch a couple of prototypes so that they more properly match the
actual function declarations.  This makes finicky c compilers happier.

Problem pointed out by Georg Schwarz in private email.
2004-09-10 03:34:29 +00:00
wulf
4a58a84a0a Fixed problem reported in RP 26866 and updated ical to 2.3.1 2004-09-08 15:40:07 +00:00
jschauma
911b1013fa bbtools.thelinuxcommunity.org does not seem to exist any more,
substitute with bbtools.windsofstorm.net.
Pointed out by Georg Schwarz in private mail.
2004-09-05 23:47:46 +00:00
jschauma
b479540a2c Do the stricmp dance under IRIX as well.
Fix provided by Georg Schwarz in PR pkg/26851.
2004-09-05 20:37:27 +00:00
jlam
ca70938428 Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,
which are the full option names used to set rpath directives for the
linker and the compiler, respectively.  In places were we are invoking
the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is
inserted in case the flag is a word, e.g. -rpath.  The default values
of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the
compiler that you use.  They may be overridden on a ${OPSYS}-specific
basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG,
respectively.  Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-27 06:29:06 +00:00
ben
b116e873a6 Update homepage and master site. 2004-08-11 16:53:59 +00:00
jlam
30c3c136d0 Update time/p5-Time-HiRes to 1.59. Changes from version 1.56 include
changes to improve Win32 support.
2004-08-03 02:36:42 +00:00
recht
4150812b27 add python as category
ok'd a while back at pkgsrcCon by agc and wiz
2004-07-22 09:15:59 +00:00
salo
67c5db45ee USE_IMAKE implies USE_X11BASE, remove it. 2004-07-21 21:16:10 +00:00
jmmv
bbbf4e18b7 Add and enable xdkcal. 2004-07-13 10:59:48 +00:00
jmmv
d1512f1789 Initial import of xdkcal version 0.9d:
X Desktop Calendar (xdkcal) is a calendar for the X Window System: it simply
draws a calendar on your desktop.  You can customize its fontset, its color
and/or its drawing style.  This application is completely internationalized,
so that it reads the locale database and draws locale specific strings, such
as the name of months or weeks.

Package provided by Mike M. Volokhov in pkgsrc-wip.
2004-07-13 10:58:28 +00:00
jschauma
f1468f69f5 Make this compile on Linux and IRIX and increase odds of working on
other non-NetBSD platforms as well (though they may need ALL_TARGET
tweaking):
- apparently some versions of Linux/gcc combinations require
  the header file errno.h included in each file in order for
  it to link (otherwise, it will compile (!?) but bail out
  when linking)
- set ALL_TARGET to LOWER_OPSYS
  this works for netbsd and linux, and should work for the other bsds
  at least.
- set ALL_TARGET differently for IRIX
- use CFLAGS instead of hard-coded ABI flags for IRIX 6
- some install-sh/install can not handle multiple files/directories at
  once.  Newer bootstrapped versions can, but for systems that still
  have the older one we may as well split this for better compatibility.
2004-06-10 22:42:42 +00:00
minskim
cceb538d18 This package doesn't compile anything. Use DEPENDS instead of
buildlinking.  Also define NO_CONFIGURE and enable pkgviews
installation.
2004-06-03 17:44:15 +00:00
reed
bcfefa2996 Add new package: time/gnutime (from pkgsrc-wip). 2004-05-27 21:55:50 +00:00
reed
88736817ae Import of gnutime-1.7
Report user, system, and real time used by a process

From pkgsrc-wip's wip/time.
2004-05-27 21:52:45 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
danw
266b5f6a26 USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
2004-05-23 20:58:41 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
minskim
7ec42feab1 Change CATEGORIES to ``time.'' Pointed out by Kibum Han. 2004-05-16 15:48:10 +00:00
minskim
bd1741309c Update xfce4-datetime-plugin to 0.3.0. Based on the patch submitted
by Kibum Han in PR pkg/25571.

Changes:
    * datetime/datetime.c: automatically change layout when the panel size is
      small
    * datetime/datetime.c: append entry to select date. format change is
      applied on closing option window
    * internationalization
    * datetime/datetime.c: split main label into two, date label and time label
      add Week starts monday option for calendar (#1181)
      Thanks to Jeroen Peters (xfce-goodies@jpeters.coldmail.nl)
    * add autogen.sh
    * update libtool to 1.5.0a
    * datetime/datetime.c:
      change timeout interval with format string(aware of second field)
2004-05-15 05:01:37 +00:00
wiz
bc95b9bb5e Unused. 2004-05-08 08:53:54 +00:00
wiz
270e4a71d2 Reset maintainer to tech-pkg@ (from ad@, since he is not working on them
any longer).
2004-05-07 11:54:35 +00:00
sketch
e27323598c Fix my email address. 2004-04-29 14:18:58 +00:00
snj
3effa92ac3 Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-25 04:52:18 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
reed
9c790735db mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.

This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.

This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)

These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)

I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.

Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
  hard-coded etc/rc.d. These need to be fixed.
- maybe  remove from mk/${OPSYS}.pkg.dist mtree specifications too.
2004-04-23 22:07:52 +00:00
minskim
1dfddfd72e Remove trailing space from the X resource file, so that it can be
parsed correctly.  Patch provided by Juha Hyttinen in PR pkg/23792.
2004-04-20 19:41:35 +00:00
jmmv
bedae6c90c Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
2004-04-14 16:15:20 +00:00
snj
d0ab6651d7 Convert to buildlink3. 2004-04-11 20:42:28 +00:00
snj
fd716e2bad Convert to buildlink3. 2004-04-11 20:40:15 +00:00
salo
e543b821e2 Remove brace from HOMEPAGE. (hi jmmv!) 2004-04-11 18:02:24 +00:00
snj
e1cf81b5a0 Convert to buildlink3. 2004-04-11 17:13:36 +00:00
snj
5ead05bc41 Convert to buildlink3. 2004-04-11 17:07:25 +00:00
snj
043b753096 Convert to buildlink3. 2004-04-11 16:58:18 +00:00
snj
36763a9710 Convert to buildlink3. 2004-04-11 16:54:27 +00:00
snj
e1873bc7ea Convert to buildlink3. 2004-04-11 16:53:13 +00:00
snj
0f4bb4248b Convert to buildlink3. 2004-04-11 16:43:08 +00:00
snj
cd4da8621c Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-11 16:40:10 +00:00
snj
122449851a Convert to buildlink3. 2004-04-11 16:37:54 +00:00
snj
c48a6be67f Convert to buildlink3 and remove superfluous USE_X11BASE. 2004-04-11 16:35:43 +00:00
jmmv
c7a17bf9fe Add and enable anacron. 2004-04-11 11:34:55 +00:00
jmmv
83a73b70ea Initial import of anacron, version 2.3:
Anacron is a periodic command scheduler.  It executes commands at intervals
specified in days.  Unlike cron, it does not assume that the system is running
continuously.  It can therefore be used to control the execution of daily,
weekly and monthly jobs (or anything with a period of n days), on systems that
do not run 24 hours a day.  When installed and configured properly, Anacron
will make sure that the commands are run at the specified intervals as closely
as machine-uptime permits.
2004-04-11 11:33:46 +00:00
snj
6750f6e0a6 Convert to buildlink3. 2004-04-11 09:30:37 +00:00
snj
13e38658ae Convert to buildlink3 and simplify by using CPPFLAGS.SunOS. 2004-04-11 09:28:20 +00:00
snj
fb9e8401e3 Convert to buildlink3. 2004-04-11 09:23:06 +00:00
snj
344962001d Convert to buildlink3. 2004-04-11 09:13:00 +00:00
minskim
fb136abbc4 Switch to Tcl/Tk 8.4, bl3ify, and enable pkgviews installation.
Bump PKGREVISION due to Tcl/Tk dependency changes.
2004-04-01 00:52:39 +00:00
jlam
426cc1ce72 Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+".  This is mandated by the example
buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-29 05:05:32 +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
bouyer
391e366497 These packages use c++, so add USE_LANGUAGES= c c++ 2004-03-19 08:34:01 +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
jlam
59bdf89739 If the ${PKGBASE} of a package doesn't match the token passed to
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that
we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16 18:23:26 +00:00
heinz
0a3c4fed7b Update to 1.56
It's no longer in category 'devel'.
PERL5_CONFIGURE is already the default if we include module.mk.
No more pre-configure necessary, the maintainer integrated the reported
fix for Solaris.

Relevant changes since 1.52
===========================

1.56
	- Give a clearer message if the tests timeout (perl change #22253)
	- Don't use /tmp or its moral equivalents (perl bug #15036,
	  perl change #22258)
1.55
	- Windows: ming32 patch from Mike Pomraning (use Perl's Const64()
	  instead of VC-specific i64 suffix)
1.54
	- Solaris: like Tru64 (dec_osf) also Solaris need -lrt for nanosleep
1.53
	- Windows: higher resolution time() by using the Windows
	  performance counter API, from Jan Dubois and Anton Shcherbinin.
	  The exact new higher resolution depends on the hardware,
	  but it should be quite a bit better than using the basic
	  Windows timers.
2004-03-12 19:50:37 +00:00
seb
9775ab9db7 Remove info files entries from PLIST. 2004-03-11 14:13:58 +00:00
jmmv
9607222901 Fix some C99-isms to let this build under 1.6.2. 2004-03-10 20:14:03 +00:00
jmmv
3f40c57c89 Fix some C99-isms to let this build under 1.6.2. 2004-03-10 19:31:06 +00:00
jmmv
b4be79903c Add and enable gtodo and gtodo-applet. 2004-03-10 19:22:50 +00:00
jmmv
b624fc2f67 Initial import of gtodo-applet, version 0.1:
Gtodo is a to-do list manager written for use with the GNOME desktop.
It tries to follow the HIG and GNOME policies as well as possible.

This package provides an applet for this application, to be integrated
within the GNOME's panel.
2004-03-10 19:22:10 +00:00
jmmv
58af907e9b Initial import of gtodo, version 0.14:
Gtodo is a to-do list manager written for use with the GNOME desktop.
It tries to follow the HIG and GNOME policies as well as possible.
2004-03-10 19:20:45 +00:00
jmmv
6c97ebbada Update MASTER_SITES and HOMEPAGE; the program is no longer hosted at SF.net. 2004-03-10 18:28:51 +00:00
martti
da2428b947 File removed, we are now using buildlink3 2004-03-10 15:40:03 +00:00
xtraeme
6f080fa7de bl3ify and bump PKGREVISION due to meta-pkgs/xfce4 upgrade. 2004-03-10 11:59:31 +00:00
minskim
2827f5b2d8 Enable tk84 and replace x11/tk with x11/tk83. Packages compatible
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08 20:27:13 +00:00
jlam
430351a890 Conform to template in revision 1.101 of bsd.buildlink3.mk. 2004-03-06 23:46:06 +00:00
minskim
c0db1825dc Update gdeskcal to 0.57.
Changes since 0.55:
- Full compatibility with GTK 2.4
- Uses EWMH window flags if gDesklets is installed
- Integrated patch for event locations by Priit Laes (thanks, Priit!)
- Fixed endless loop bug (thanks to Inigo Serna for locating the bug),
  aka Debian bug #221406
- Fixed slash and ampersand bugs in event summaries, aka Debian bugs #216064
  and #217697
2004-03-05 03:30:35 +00:00
recht
fac10eb31c D'oh! Fix typo: Only add the dir not the actual header.. 2004-03-04 15:02:59 +00:00
recht
a5a1814f47 add path to mxDateTime's headers to BUILDLINK_INCDIRS 2004-03-04 14:50:18 +00:00
recht
340ff066b7 bl3ify
Patch provided by Michal Pasternak in PR 24664 (with fixes by me).
2004-03-04 11:11:30 +00:00
jlam
efa1ab70ba Include "../../mk/compiler.mk" to get the value of CC_VERSION before
testing it.
2004-02-18 13:33:40 +00:00
lukem
984fbac7c0 Prevent error dialog when the cursor has disappeared whilst displaying
a popup `tip', as can happen when running x11/unclutter and leave the
mouse over an item with a tip; the tip is displayed, the mouse hides,
and now pck-timer doesn't barf when the mouse reappears.
Fix from Ben Elliston, who knows much more tcl than I do.
2004-02-15 23:24:36 +00:00
jlam
3ebe053d90 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:49 +00:00
grant
52f1b46a37 remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does this
automatically now.
2004-02-14 00:54:44 +00:00
kim
89db96ef62 Update to 1.2: fixes a problem with day numbers 8 and 9 (introduced in 1.1). 2004-02-08 23:30:53 +00:00
reed
5488247c5c Allow this to install under Linux (just like SunOS man page). 2004-02-04 05:16:33 +00:00
grant
60ad86155b replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-24 15:06:57 +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
recht
e2aec8ebd8 bump PKGREVISIONS after name change of the pyxml dependency.
spotted by wiz@
2004-01-23 16:48:54 +00:00
recht
caef7d2d63 catch up with pyxml -> py-xml name change 2004-01-23 15:39:13 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
kim
292ca8a702 Update to logtime-1.1, which no longer depends on GNU date(1). 2004-01-11 21:37:02 +00:00
wiz
706212cc86 Remove KDE1 packages (and dependencies) from pkgsrc, since the KDE
authors have dropped support for it and have not been backporting
security fixes.

As proposed on tech-pkg numerous times (last one: Dec 27 2003).
2004-01-10 22:43:06 +00:00
wennmach
d51f125290 Add and enable jday. 2004-01-09 13:42:28 +00:00
wennmach
38334b26ff Import of jday-1.3 -- utilities and library for conversion between
calendar and Julian dates.

Submitted in PR pkg/24027 by David Simas, with some changes
by myself.
2004-01-09 13:40:53 +00:00
jlam
848d6eb2a3 bl3ify 2004-01-05 22:16:24 +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
salo
03e7670507 PKGREVISION++
- USE_X11BASE -> USE_X11
- don't install CHANGES
- MASTER_SITES and HOMEPAGE disappeared, use MASTER_SITE_DEBIAN
2004-01-01 16:22:22 +00:00
zuntum
d8dd4aea14 * comment out MASTER_SITES for now, this doesn't seem to be fetchable
like all the other sourceforge distfiles. the distfile is available
  at ftp.netbsd.org/pub/NetBSD/packages/distfiles/, at least.
* update HOMEPAGE
2003-12-28 16:21:35 +00:00
zuntum
ad541b7739 Update devtodo to version 0.1.17.
The side effect of this update is that the package compiles with gcc3 now :-)

Changes from version 0.1.7:

0.1.17
* Fixed seg-fault when specifying bold colours with the --colour option. Thanks
  to Tim Peoples for pointing pointing this out.
* Renamed regex.{c,h} to c_regex.{c,h} so they don't conflict with Regex.{cc,h}
  under operating systems which do not honour case (OS/X and/or Cygwin). Also
  removed -s (strip) from LDFLAGS, as this is not supported on some O/S' (eg.
  OS/X). David Bacher wrote in with these issues.
* Modified tod2html.xslt so the todo title is displayed in the page, as well as
  in the page title.
* Fixed an issue with not displaying links when timeout was in effect.
* Added a new 'default' priority which has the following semantics: when adding
  a new item it will be priority 'medium', when grafting to an existing item
  the new item will be given the parents priority, and when editing an existing
  item its priority will be preserved. An items priority can be overridden on
  the command line with --priority <priority> when any of these actions are
  performed. Devtodo will never prompt for priority with this enabled. Handy for
  putting in your ~/.todorc.
* Fixed display issues when summarising multi-line items.
* Fixed a bug where colours were reset when displaying linked databases.

0.1.16
* Made broken links silently fail rather than failing loudly and horribly.
* Modified the semantics for expanding indices. Now when you use an index with
  no modifier (eg. todo 10, as opposed to todo -10 or todo +10), only one
  level of children is expanded.
* Big change is the addition of multi-line items and title texts! This is a
  much requested feature. To use this, you can either pipe text into devtodo:
        cat <<- EOF | tda -p medium
        This is some
        multi-line
        text.
        EOF
  Or press <CTRL-N> to insert a new line when at the devtodo input prompt.

0.1.15
* Added --force-colour option to force use of colour even when not outputting to
  a terminal. Requested by James Troup.
* Added a patch sent in by Philipp Buehler which adds support for title strings
  to the todo2html.xslt XSLT script.
* Fixed bug when displaying priorities in TODO list ("mediumriority").
* Added a MASSIVE patch sent in by Christian Hammond which adds support for
  linking other todo databases into one single view. This is extremely useful
  for situations where you have a core project directory with sub-directories
  containing unique individual databases. You can link them so they are all
  viewed from the core database. Great work!
* tda will now merge all non-quoted arguments into one string to be used for
  the body text of the item to add. This lets this work:
    tda -p high Need to go to the shop and get some milk
  without needing to do:
    tda -p high "Need to go to the shop and get some milk"
* Another bug report by James Troup via the Debian Project. Thanks James and
  Arthur for being long time supporters of the project!
* Made doc/scripts.sh more coherent and less convoluted.
* A variation on the XSLT transform was sent in by Christian Hammond. An
  example of its use is available at http://www.chipx86.com/todo.ml.

0.1.14
* Fixed a bug where devtodo doesn't work without the TERM variable being set.
  Caused havoc in Bill Carlson's cron job. Thanks for tracking it down Bill.
* Fixed some more GCC 3.x compilation problems. I'm still using [io]strstream,
  as opposed to the more correct [io]stringstream, so that it should still
  compile with older versions of GCC. Fingers crossed.

0.1.13
* Patch from David Furodet to fix compilation problems on Solaris.
* Added 'finishing comments'. This allows you to optionally add a comment to an
  item when you are marking it as done, giving reasons/comments for why you are
  marking it complete. This is really useful. This also breaks backward
  compatibility with previous BINARY formats only. The XML format is not
  affected.

0.1.12
* Applied a patch by Michael Tilstra that fixes segfaults when overriding
  colours.
* Added a script (contrib/tdrec) to display databases from all sub-directories.
  Thanks to Brian Herlihy for the contribution. Modified it slightly so it
  passes arguments to devtodo (such as --summary).
* Modified cd, pushd and popd replacement scripts (doc/scripts.sh) so that their
  exit status is preserved. Required so things like this work correctly:
    cd doc && echo foo
  Thanks to Erin Quinlan for the fix.
* Now displays the index of newly added items when --verbose is on. Thanks to
  James Troup for suggesting this.
* Fixed man page inconsistency with '-S' and '-s' for summary mode. Thanks to
  James Troup again for picking this up.
* Another problem found by James Troup - when grafting, the validity of the
  grafting index was only checked after the new item text was typed. This has
  been recitifed.
* Work around for some weirdness when generating RPM's.

0.1.11
* Modified .spec file so it doesn't do an aclocal/autoheader/automake/autoconf
  before compiling. Fixes incompatibilities between versions of automake.
* Applied a patch sent in by Anreas Amann to fix more incompatibilities with
  GCC 3.0.

0.1.10
* Now 'using namespace std;'. It's the standard and it seems as if GCC 3.0
  finally requires it, so in it goes.
* Fixed an incompatibility with versions of GCC prior to 3.0 using different
  arguments to std::string::compare. Quite annoying. I replaced it with
  strncmp.
* Readline is driving me insane. The example from the readline info page says
  to use "completion_matches" so I basically copied the code verbatim. But
  some versions don't seem to include the function in the readline header
  file? Agggggghh. So once again, it's back to using a manually created
  header file. It seems to work the best.

0.1.9
* I had a bad feeling that including the readline headers would cause problems
  and I was right :(. I'm now not including any readline headers of any form,
  so if compilation breaks due to your system readline headers having K&R style
  function declarations, upgrade to the latest version.
* Renamed the XSLT examples to reflect their purpose (eg. xslt-example.1 =>
  todo2pdf.xslt)

0.1.8
* Fixed for the spelling of "heirarchical" :)
* Repatched --mono fix that gets rid of spurious escape sequences (picked up
  by Mark Eichin).
* Fixed envar expansion broken by event handling modifications. Whoops.
* Numeric priorities can now be specified on the command line. Christian
  Kurz picked this one up.
* Added a new filter for searching through the database. This is done with
  the filter '/'. eg. "todo --filter /CVS" will show all items with the word
  CVS in them. This can also be expressed as a shorthand version: "todo /CVS".
  The text is interpreted as a regular expression.
* Changed filter behaviour to be more logical. Numeric filters with no sign
  prefix will now only show the item itself, not children. Prefixing the
  filter with a + will display the children as well and prefixing with a -
  will filter out that item.
* Subsequently almost totally rewrote filtering code so it's more logical and
  doesn't break (hopefully).
* Short arguments can now be fully merged into one argument. eg.
    todo -v -v -f 2-10
  can be represented as:
    todo -vvf2-10
* Added an "echo" command for use in ~/.todorc. This can be used for status
  messages or whatever. eg.
     on save echo Saved $TODODB
* Added another PERL script (contrib/changelog2html) to convert directly from
  the ChangeLog to HTML.
* Fixed default formatting string for --TODO.
* James Troup had the suggestion (which is now implemented) of clearing the
  priority as soon as the user hits a key other than enter when editing an
  existing item.
* Copied the readline.h and history.h from my system's readline into devtodo's
  source. Hopefully this won't break compiles on any systems :\.
2003-12-28 15:40:14 +00:00
heinz
213d841d94 Add hints file for Solaris to enable nanosleep() 2003-12-28 00:27:08 +00:00
wiz
509a3feed4 Depend on latest kdebase-1*. 2003-12-26 19:55:34 +00:00
jdolecek
aba866f774 add CATEGORIES=time 2003-12-17 19:16:42 +00:00
jdolecek
0d334d0c27 added pear-Date 1.3, from pkgsrc-wip, as done by Adrian Portelli
pear-Date constains generic PHP classes for representation and manipulation of
dates, times and time zones without the need of timestamps,
which is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so
you can display calendars and compare dates that date
pre 1970 and post 2038. This package also provides a class
to convert date strings between Gregorian and Human calendar formats.
2003-12-17 19:10:10 +00:00
jdolecek
cb315280cc Add pear-Date 1.3
pear-Date are generic PHP classes for representation and manipulation of
dates, times and time zones without the need of timestamps,
which is a huge limitation for php programs. Includes time zone data,
time zone conversions and many date/time conversions.
It does not rely on 32-bit system date stamps, so
you can display calendars and compare dates that date
pre 1970 and post 2038. This package also provides a class
to convert date strings between Gregorian and Human calendar formats.
2003-12-17 19:06:56 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
kristerw
1edfe46d1e Override config.sub and config.guess to let it recognize shark. 2003-12-05 18:56:36 +00:00
xtraeme
472e658ae8 Add and enable grdc. 2003-12-04 16:10:56 +00:00
xtraeme
a460a39705 Initial import of grdc-20031019 from pkgsrc-wip, packaged by
Mike M. Volokhov.

This is a GRand Digital Clock (GRDC) from the set of FreeBSD-current
games, patched to support old curses implementation.
2003-12-04 16:10:19 +00:00
chris
c91b12b6e2 Update to 1.52, changes include:
1.52
        - In AIX (v?) with perl 5.6.1 the HiRes.t can hang after
          the subtest 18.  No known analysis nor fix, but added
          an alarm (that requires fork() and alarm()) to the test.

1.51
        - doc tweaks from mjd (perl change #20456)
        - NCR MP-RAS hints file added (svr4.pl) (perl change #21249)
2003-12-03 10:52:27 +00:00
martti
2a9356b627 Added xfce4-datetime-plugin 2003-12-03 05:16:54 +00:00
martti
f76b4c4e71 Calendar plugin for XFce4. 2003-12-03 05:14:20 +00:00
tron
a450331cbc Create a dummy "varargs.h" on platforms which use GCC 3.3.x. It's not
really necessary for compilation there and only breaks the build under
NetBSD-current.
2003-11-13 21:13:49 +00:00
gavan
172875a44c Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-10 13:35:41 +00:00
tron
6a16b76e8f Fix GCC 3.3.1 related build problem. 2003-10-02 20:14:23 +00:00
seb
c0359ebb1a Fix build problem with gcc 3.3.1: replace token concatenation operator
'/**/' with 'XCOMM' in Imakefile.

While here update my email address.

XXX Will come back to it so skill package dependency will be avoided if
pkill(1) is available.
2003-09-29 09:54:28 +00:00
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
jmcneill
0659d6bbe5 Use time_t instead of long for return value of time(). Closes pkg/19720 2003-01-07 05:48:10 +00:00
jmmv
060bbbe7aa Make this package install its configuration files under the examples tree
and honor PKG_SYSCONFDIR.
Also sync PLIST with reality: manpage is installed uncompressed.
Bump PKGREVISION to 1.
2003-01-03 22:22:09 +00:00
jlam
2c140f9f2a Mechanical conversion to use java-vm.mk. 2002-12-31 15:44:28 +00:00
salo
a818b14fed Update MASTER_SITES and HOMEPAGE. 2002-12-20 06:41:17 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
heinz
379905fda0 Update to 1.38
Revision history for Perl extension Time::HiRes.

1.38
	- no functional changes
	- move lib/Time/HiRes.pm as Hires.pm
	- libraries scanning was slightly broken (always scanned
	  for a library even when $Config{libs} already had it)
1.37
	- Ray Zimmerman ran into a race condition in Mac OS X.
	  A 0.01-second alarm fired before the test expected.
	  The test first slept indefinitely (blocking for signals)
	  and only after that tested for the signal having been sent.
	  Since the signal had already been sent, the test #12 never
	  completed.  The solution: test first, then block.
	- default to being silent on all probing attempts, set the
	  environment variable VERBOSE to a true value to see the
	  details (the probing command and the possible errors)
1.36
	- do not clear MAN3PODS in Makefile.PL (Radoslaw Zielinski)
	- INSTALLDIRS => 'perl' missing which means that Time::HiRes
	  cannot be upgraded from CPAN to override the 5.8.0 version
	  (Guido A. Ostkamp)
	- Time::HiRes 1.35 could not be dropped as-is to bleadperl
	  because the include directories did not adjust themselves
	  if $ENV{PERL_CORE} (Hugo van der Sanden)
	- add documentation about the restart of select() under alarm()
1.35
	- small documentation tweaks
1.34
	- better VMS operation (Craig Berry)
1.33
	- our time machine is accelerating: now works with Perl 5.004_01
	  (tried with 5.003_07 and 5.002 but I get segmentation faults
	   from running the Makefile.PL with those in Tru64 4.0D)


1.31 and 1.32 add more backward compatibility (now all the way back to
Perl 5.00404), and using nanosleep() (if available) for subsecond sleeps.

1.30 adds all the changes made during the Perl 5.6->5.7->5.8 development
cycle.  Most notably portability across platforms has been enhanced,
and the interval timers (setitimer, getitimer) have been added.
Note that the version of Time::HiRes that is included in Perl 5.8.0
calls itself 1.20_00, but it is equivalent to this Time::HiRes version.
Note also that in 1.30 Wegscheid turns over the maintenance to Jarkko
Hietaniemi.

1.20
2002-11-15 02:50:24 +00:00
jlam
9dd65916d7 buildlink1 -> buildlink2 2002-11-15 01:42:27 +00:00
wiz
520b5327b8 Categories are space-separated, not comma-separated. 2002-11-09 00:39:58 +00:00
wiz
618fb55eb5 Add and enable lmclock. 2002-11-09 00:37:36 +00:00
is
61718fb3dc Limited geometry support (positioning works). 2002-11-08 21:23:11 +00:00
is
ec73b7cb4c Xerox Lisp Machine clock clone for X11. 2002-11-08 21:08:02 +00:00
bouyer
a23b1b2b8b Need -lsocket on solaris 2002-10-27 13:40:30 +00:00
drochner
6862436912 buildlink some header files which are needed by psycopg 2002-10-25 14:14:24 +00:00
drochner
5484d7efa6 the original master site went out of business - switch to something
which calls itself "temporary home"
2002-10-25 11:33:32 +00:00
wiz
91bdd4325f buildlink1 -> buildlink2 (NO_BUILD, hehe). 2002-10-25 09:24:03 +00:00
drochner
ee8e9a16c3 -update to 2.0.4 (from 1.3.0... there are too many changes to list,
compatibility is maintained afaict, except an additional "mx" prefix
 in the namespace
-make it a "distutils" pkg, so it works with Python-2.2.x
-license change - now freely redistibutable
2002-10-24 17:26:12 +00:00
wiz
8c0bbee987 Remove commented out CFLAGS. 2002-10-21 15:29:25 +00:00
wiz
cf0ea553c1 Convert to buildlink2. 2002-10-21 15:27:16 +00:00
wiz
fa66af3864 Convert to buildlink2. 2002-10-21 13:12:45 +00:00
wiz
d8aa4c22eb Convert to buildlink2. Let USE_IMAKE make do-configure instead of doing it
manually.
2002-10-21 13:08:54 +00:00
wiz
2b128f5b3a Convert to buildlink2. 2002-10-21 13:02:45 +00:00
seb
0d75c1efb1 Use buildlink2. Use perl5/module.mk. 2002-10-20 17:45:59 +00:00
jlam
fcf4816dce Undo enabling on python2.2. 2002-10-19 02:49:40 +00:00
jlam
b4b1127646 Add inclusion guards and use foo-[0-9]* instead of foo-*. 2002-10-19 02:48:20 +00:00
jlam
f8effca2a0 Use buildlink2. 2002-10-19 02:45:06 +00:00
wiz
86e943ecb8 buildlink1 -> buildlink2. 2002-10-10 12:50:32 +00:00
jlam
04c8f5b996 Use PKG_JAVA_HOME consistently instead of JAVA_HOME now that JAVA_HOME is
no longer defined by bsd.pkg.mk.
2002-10-10 01:01:09 +00:00
wiz
3fdde74e6d Unused. 2002-10-09 18:25:05 +00:00
jlam
aac5856cf2 buildlink1 -> buildlink2 2002-10-08 12:33:23 +00:00
seb
cf0b1c7919 Convert to buildlink2. Use perl5/module.mk. 2002-10-07 22:34:23 +00:00
seb
9e04fbd4b5 Convert to buildlink2. Use perl5/module.mk. 2002-10-06 22:31:03 +00:00
jlam
1f49cf78d0 buildlink1 -> buildlink2 2002-10-05 11:43:22 +00:00
hubertf
8bcd8a584b add & enable pclock 2002-10-04 16:26:13 +00:00
hubertf
254c118f7d Import pclock-0.13.1: Simple analog clock designed for WindowMaker
pclock is a simple analog clock program designed to run under WindowMaker
window manager (also runs fine on any other window manager which supports
dock apps, such as PWM).  Any 64x64 pixmap may be used as a background.

Submitted by Lubomir Sedlacik <salo@Xtrmntr.org> in PR 18008
2002-10-04 16:10:15 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
jlam
e44bf515dc Strip the ".buildlink" from the names of the python application and
extension Makefile fragments, because they really don't have anything to
do with the buildlink[12] frameworks.  Change all the Makefiles that use
application.buildlink.mk and extension.buildlink.mk to use application.mk
and extension.mk instead.
2002-09-21 23:46:45 +00:00
jlam
2b3ac9f769 Use buildlink2. 2002-09-01 18:58:52 +00:00
jlam
99ffd7ffe7 buildlink1 -> buildlink2. 2002-09-01 18:55:14 +00:00
wiz
e7c56b121e Convert to buildlink2. 2002-08-31 15:16:39 +00:00
jlam
a020ed9056 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:50:52 +00:00
jlam
efb93b17bd Merge changes in packages from the buildlink2 branch that have
buildlink2.mk files back into the main trunk.
2002-08-25 19:21:43 +00:00
tron
fb41ed89b8 Move time management related Perl5 packages to category "time". 2002-07-05 06:58:25 +00:00
tron
fd1703b155 Add and enable "p5-Time" package. This fixes PR pkg/17450 by
Hiramatsu Yoshifumi.
2002-07-04 22:05:10 +00:00
tron
bec4082182 Import new "p5-Time" package:
perl5 functions to convert and use time variables

This package was contributed by Hiramatsu Yoshifumi in PR pkg/17450.
2002-07-04 22:04:19 +00:00
seb
db84442a67 Substitute a couple of mkdir' by ${MKDIR}'.
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}.
While here substitute a couple of ${PREFIX} by `%D' in
`@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-06-26 10:29:33 +00:00
dmcmahill
15ba098414 make this go on alpha 2002-06-15 20:40:25 +00:00
cjep
21223ae8c2 Add NetBSD tags. 2002-05-20 18:19:41 +00:00
agc
60f7b35f80 Add and enable xchrono 2002-05-14 18:48:36 +00:00
agc
9b84ee8c8f Initial import of xchrono, a multi-timezoned X11 clock, into the NetBSD
packages collection.

Xchrono is a multi-timezone, multi-face clock program for X Windows.
Several cities have been compiled into xchrono, and can be invoked with
command-line arguments, xchrono -help gives:

Usage: xchrono [-analog] [-bw <pixels>] [-digital]
	       [-fg <color>] [-bg <color>] [-hd <color>]
	       [-hl <color>] [-bd <color>]
	       [-fn <font_name>] [-help] [-padding <pixels>]
	       [-rv] [-update <seconds>] [-display displayname]
	       [-geometry geom]
	       [-width clockWidth] [-height clockHeight] [-local localName]
	       [-boston] [-newyork] [-chicago] [-denver] [-la]
	       [-hawaii] [-tokyo] [-sydney] [-london]
	       [-paris] [-frankfurt] [-rio]

OK, OK, Hawaii isn't a city, but you get the point. The timezones used
are taken from tztab in the SYSV case, and from /usr/lib/zoneinfo
otherwise, and as such may or may not be correct (the TZ variable
definitions or the city->timezone mappings).

The -local <localName> option causes a clock labeled with <localName>
using the value of TZ at startup as it's timezone.  In addition, a GMT
clock always appears.

[Requested by groo, who has enough trouble with one timezone, so why he
wants more is beyond me.]
2002-05-14 18:47:52 +00:00
agc
d795bc6e84 Add and enable projclock. 2002-05-09 12:23:37 +00:00
agc
22fdf275e0 Initial import of projclock-0.7, a time-management and reporting utility.
Project Clock lets you record the time you spend on different tasks
with a single mouse click.  It is easy to add and delete projects.  An
included utility generates reports.
2002-05-09 12:22:41 +00:00
jlam
ec8f6ad65a Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
2002-04-23 02:08:51 +00:00
tron
a6856bde93 Fix typo in last commit. 2002-03-22 13:26:22 +00:00
tron
5926bd0d71 Add a conflict with the "ivtools" package. 2002-03-22 13:25:49 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
agc
46b52aae37 Add and enable xtu 2002-02-27 21:26:02 +00:00
agc
195d52958d Initial import of xtu-1.1 into the NetBSD packages collection.
xtu is a small configurable analog clock for X11.

Provided in PR 15750 by Jonathon Perkin (sketch@rd.bbc.co.uk), modified
slightly by myself.
2002-02-27 21:24:58 +00:00
jlam
e7de7e8840 Use the default EXTRACT_CMD instead of a hand-crafted one, as the default
is sufficient.
2002-02-25 04:47:21 +00:00
is
708d28d389 Integrate Poskanzer's y2k patch. 2002-02-22 12:37:51 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
jlam
139241c40c Use auto-extract code for .shar files. 2002-01-27 18:32:32 +00:00
jlam
8ef5f85339 $(TOP_X_INCLUDES) doesn't need to be prefixed with "-I" since its value,
if nonempty, is already preprocessor flags.  Fixes bulk-build problem.
2002-01-24 15:07:35 +00:00
taca
8cae2deb60 Fix MASTER_SITES. 2002-01-19 08:38:41 +00:00
mjl
e5b7ddf594 Update to 1.23. No changelog available, though there probably
are many since the last version in pkgsrc was 1.1.
2002-01-19 04:58:49 +00:00
drochner
058663ffcc back out the last 2 commits - the conflict was between python-2.0.* and
python20-* and is listed in python20/Makefile now
2002-01-16 20:40:12 +00:00
tron
8a2a918d4f Add explicit conflict with version 2.0.* of the "python" package. 2002-01-16 12:46:33 +00:00
tron
b0b163a4a6 Remove 2.0 from list of accepted "python" version because this package
conflicts with it.
2002-01-16 12:45:00 +00:00
drochner
f9664cdd5a add a buildlink.mk for use by dependant applications 2002-01-15 18:26:39 +00:00
drochner
4b2318df11 convert to use python/extension.buildlink.mk 2002-01-15 18:25:38 +00:00
bjoern
b20930c910 Touch generated files after configure to avoid rebuilding them and
breaking the package build with that.
2002-01-01 22:23:03 +00:00
jlam
113f69d713 Buildlinkify. 2001-11-29 13:27:46 +00:00
wiz
2491b47db5 add and enable globe 2001-11-26 20:49:27 +00:00
is
17e8d463f6 Display lit face of Earth in ASCII (twin of phoon) 2001-11-26 20:39:14 +00:00
jlam
df45083180 Strongly buildlinkify, and make this package work on Solaris by following
the suggestions in the Makefile.
2001-11-15 07:58:50 +00:00
wiz
4bd660ef81 Add and enable phoon (hi ig!) 2001-11-10 23:01:12 +00:00