Commit graph

334 commits

Author SHA1 Message Date
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
is
5877896c5a Add phoon-19950401, Jes Poskanzers PHase of the mOON display program. 2001-11-10 19:53:45 +00:00
zuntum
9ce7d9169a Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
jlam
dff59f9ec3 x11.buildlink.mk needs to be included before any buildlink.mk files that
use X11_BUILDLINK_MK as a test value.  Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
2001-10-23 13:14:43 +00:00
tron
e385671db8 Fix build problem when new toolchain is used. 2001-10-15 17:09:44 +00:00
tron
164a924f04 Fix build problem caused by incorrect include path on systems which use
"xpkwedge".
2001-10-12 20:39:36 +00:00
jlam
f79573370a Mechanical changes to 375 files to change dependency patterns of the form
foo-* to foo-[0-9]*.  This is to cause the dependencies to match only the
packages whose base package name is "foo", and not those named "foo-bar".
A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net.  Also
change dependency examples in Packages.txt to reflect this.
2001-09-27 23:17:41 +00:00
drochner
801d490d91 make it build in an xpkgwedged environment 2001-09-14 16:32:30 +00:00
jlam
b0b89cd6de We USE_IMAKE, so we can't USE_BUILDLINK_ONLY. Also use ${MOTIFLIB} instead
of directly using "-lXm -lXt" in patching the Imakefile.
2001-09-12 03:47:27 +00:00
jlam
2639e3c401 Use x11.buildlink.mk. 2001-09-12 03:28:32 +00:00
jlam
bee9f3eafb Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk. 2001-09-08 19:55:39 +00:00
jlam
63fc151cb9 Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links.  These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.

Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-29 22:41:00 +00:00
jlam
a17239c066 Move per-package default XAW_TYPE setting above the inclusion of
bsd.prefs.mk so that it is actually used.  Where possible, include
xaw.buildlink.mk instead of setting USE_XAW, and use LIBXAW where needed.
2001-08-23 04:26:51 +00:00
jlam
73d2f0ca37 Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don't
satisfy the condition of being "strongly-buildlinked" (see
http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the
definition).  This is in response to the recent change to bsd.pkg.mk to
not use buildlink-x11.
2001-08-22 17:38:56 +00:00
hubertf
99411dd294 A pkg's files *ALWAYS* go into PREFIX.
Why some files should go into $X11PREFIX is really beyond me.
2001-08-20 00:59:17 +00:00
jlam
0d64ada610 Fix installation by creating directories prior to copying files into them. 2001-07-24 09:27:57 +00:00
jlam
92ca3b3c1d Mark as NO_SRC_ON_FTP as these are now fetched from MASTER_SITE_LOCAL. 2001-07-16 10:41:18 +00:00
jlam
669cadcd75 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-16 00:55:42 +00:00
jlam
4d45a242ec Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
honor CFLAGS passed in from environment during build.
2001-07-16 00:52:51 +00:00
jlam
45976891a0 Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. Also
dynamically add the location of the man page instead of hardcoding it as
Solaris and NetBSD differ on which man page is installed.
2001-07-16 00:46:42 +00:00
jlam
f89a05509b www.asclock.org is gone. Move the distfiles to ${MASTER_SITE_LOCAL} and
set that to be the master site.  Also remove HOMEPAGE since the URL is
no more.
2001-07-16 00:36:32 +00:00
tron
715892a4c2 Fix manual page installation under Solaris. 2001-07-06 21:23:17 +00:00
tron
6991e5038b Make this package build under Solaris. 2001-07-06 21:14:56 +00:00
jlam
fb65454d8e Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY. 2001-07-03 20:35:31 +00:00
jlam
128d58498f Mark as USE_BUILDLINK_ONLY, and document the config.cache entry to prevent
detection of libcurses.
2001-06-21 02:14:43 +00:00
wiz
c3fa05695f Fix some more X11BASE confusion. pkg/13219 by John P. Darrow. 2001-06-15 22:46:27 +00:00
wiz
415609af69 Add y2k fix by Jarle Greipsland from pkg/13175. 2001-06-12 10:35:05 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
jlam
dbfde59b14 The buildlink include and lib directories are added to CFLAGS, CPPFLAGS,
CXXFLAGS, and LDFLAGS by the buildlink.mk files so remove the extra
definitions to add them from the package Makefiles.  As advised by the
bsd.buildlink.mk file, also ensure that the buildlink.mk files are
included prior to defining any package-specific CFLAGS/LDFLAGS to ensure
that the buildlink directories are at the head of the compiler search
paths.
2001-06-11 02:05:07 +00:00
jlam
3bc5e40254 Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically.
Remove any NO_CONFIGURE definitions as they seem to be useless.
2001-06-10 00:08:41 +00:00
wiz
14cefa5540 Sort. 2001-06-09 10:53:07 +00:00
magick
dc555bc729 Add and enable "xalarm". This fixes PR pkg/13081. 2001-06-05 18:13:57 +00:00
magick
79ef7cca9e Initial import of "xalarm" package.
X11 interactive alarm clock

This package was contributed by Stoned Elipot in PR pkg/13081.
2001-06-05 18:11:38 +00:00
jtb
1902dea76a Do not sell for profit.
Remove unnecessary sed input redirection.
2001-06-04 19:11:57 +00:00
jtb
7488103245 emiclock license disallows distribution. Modifications disallowed. 2001-06-04 18:40:57 +00:00
jlam
069ec38863 Use buildlink.mk to get readline dependency and use ${BUILDLINK_INCDIR}
and ${BUILDLINK_LIBDIR} to find headers and libraries.  Note that this
package uses libtool with USE_LIBTOOL and LTCONFIG_OVERRIDE.  Look for
tputs() in libtermcap.  Add patch to ensure that the proper LDFLAGS are
passed when linking the executable.
2001-05-29 05:48:56 +00:00
zuntum
77159560ef Update devtodo to 0.1.6.1
Changelog:

0.1.6-1
* Changed --summary to a toggle so you can use "todo -s" to switch it on or off.
  This minimises the use of the shift key ;).
* Uncommented two lines so that --priority works once more when editing items.
* Added RPMage.

0.1.6
* When creating backups, I now make the backed up databases read-only if
  --paranoid is specified.
* A slight modification to the BASH shell script to make it more compatible
  (courtesy of Arthur).
* Added -S/--summary (and -s/--no-summary to override it if 'summary' is the
  default in ~/.todorc) which only displays the first line of todo items. This
  is handy if, like me, you have numerous multi-line items. The shell scripts
  use this by default now, meaning when you cd into a directory only the first
  line of each item will be shown (handy for a quick...summary).
* Added --timeout [<seconds>] option. When no second are specified, todo will
  only display the database if it hasn't been displayed within a number of
  seconds (also specified by using --timeout, but *with* a number of seconds).
  For example, by putting this in your ~/.todorc: "timeout 10", then adding
  "--timeout" when you run devtodo, the database will only be displayed if
  it hasn't been displayed within 10 seconds. The shell scripts have been
  updated to use this facility. The access time is used to determine when the
  database was last used (stat.st_atime).
* Unified formatting strings into one location and added the generic option
  --format <tag>=<format-string> to modify them as well as the option
  --use-format <tag>=<tag> to use them. eg.
      todo --use-format verbose-display=generated
* Now attempts to obtain the width of the current terminal from the termcap
  database (if compile fails (please send me a bug report, and...) re-run
  ./configure with the --without-termcap option).
* Added a '%s' output formatting flag which formats item text the same as is
  done with --summary.
* You can use the (undocumented) --dump-config option to dump the current
  config to stdout. This should be usable as a ~/.todorc file pretty much
  as is. Handy to use as a base for your own modifications.
* Fixed a minor bug where invalid numeric priority exceptions weren't being
  caught.
* Added "title" as a defineable colour, seperate from the "info" colour.
* Integrated some Debian Makefile mojo (thanks go to Arthur Korn).
* Fixed --paranoid behaviour. The logic to check permissions had become
  commented out in the move to multiple loaders.
* Added an "exec" command to the ~/.todorc. This can be used to execute
  shell commands from within devtodo, although it's really only useful in
  conjunction with triggers (see below). In addition, the environment variable
  TODODB will contain the name of the current database.
* Added event "triggers". These are useful for modifying the behaviour of
  devtodo. A perfect example of a use for this is to trap the "create" trigger
  so that when a new database is created todo will remove world and group
  permissions from it.  eg.
      on create {
                  verbose
          exec chmod 600 $TODODB
          }
* Modified Makefile.am in src and doc to support relocatable installs (via
  automakes DESTDIR variable).

0.1.5-1
* Fixed a nasty Makefile bug that can, under certain circumstances, cause
  the build/install to fail.
2001-05-15 06:54:23 +00:00
agc
121030b7db Move to sha1 digest, and add distfile size. 2001-05-08 16:28:00 +00:00
jlam
71e78c7453 Add libexec/cgi-bin directory to standard /usr/pkg hierarchy. Remove all
the per-package code that attempt to remove this directory if it's empty.
2001-05-02 22:22:42 +00:00
zuntum
4a285fdbef o use ${MASTER_SITE_SOURCEFORGE}, not hardcoded ftp1.sourceforge.net
o add quoting to MAKE_ENV
o add patch-aa to install scripts to PREFIX/share/examples/devtodo
  instead of hardcoded SYSCONFDIR/profile.d
o install todorc into PREFIX/share/examples/devtodo instead of
  PREFIX/etc/todorc
o update to version 0.1.5:

* Added a binary database format. The default is still XML, but you can
  change this using the new --database-loaders option. You can transparently
  convert your existing XML databases to binary format (or vice-versa) by
  simply changing the load order. For example, to change from XML to binary,
  put this in your ~/.todorc: database-loaders binary,xml
  The next time you modify an XML format database, it will be saved in binary
  format. The man page has more information. I recommend only using the binary
  format if you are actually having performance problems, as if something
  goes awry, manually fixing the XML database is *much* easier. But if you do
  use it, it might be an idea to use it in conjunction with --backup.
* Added user-defineable formatting for both display output and TODO generated
  output. This is cool. Look for the section FORMATTING in the man page.
* Added a new filter, which I've wanted for ages. It constists of a single '-',
  '+' or '='. A '-' stops display of all items except those explicitly specified
  in the rest of the filter whereas a '+' overrides all other filters to display
  all items. A '=' is the default behaviour. This is brilliant if you want
  to narrow the view down to just one item: todo --filter -,29 (*Note*: Slightly
  superceded by the modification to the semantics of numeric filters, which now
  display *only* the numbers specified if the = (or no) prefix is used - see
  two points down for more information).
* Modified the numeric filters. Ranges can now be specified by doing this:
  todo --filter 1-20. If a '-' sign precedes the range it explicitly excludes
  all these items. This can also be used in most other places indices are used.
  ie. todo --done 10.1-20 would mark items 10.1 through 10.20 as done.
* Modified behaviour of numeric filters slightly. If prefix is '=' or none,
  *only* those items are displayed. Before, this was a nop.
* Patch to todorl.h courtesy of Philippe M. Chiasson that fixes compilation
  problems on RH 7.0.
* Priority defaults to medium if a blank line is entered at the "priority>"
  prompt (thanks to Alexei Gilchrist for this idea, along with quite a few
  others :))
* Removed --fallback-database - the semantics were too clunky and generally
  confusing.
* Added --global-database <filename> and -G,--global to replace
  --fallback-database. Basically, you specify a file with --global-database
  (defaults to ~/.todo_global) then whenever you pass -G or --global to todo it
  will use the global database. Much simpler than the way --fallback-database
  behaved. This idea was courtesy, once again, of Alexei Gilchrist. Good stuff!
* todo can now automatically backup the database to a user specified number
  of levels. Use the option --database [<n>] to do this, where <n> is the
  optional number of revisions to keep (defaults to 1). This option is best
  specified in your ~/.todorc.
* Numbers can once again be used to specify priorities when entering them from
  the 'priority>' prompt (requested by Alexei Gilchrist).
2001-04-22 11:44:46 +00:00
agc
a3ec0df4e1 Move to sha1 digests, and add distfile sizes. 2001-04-18 14:47:10 +00:00
agc
bbc67fac91 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:53:33 +00:00
agc
2d6b6a009c + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:43:32 +00:00
zuntum
2b0a8fb04e Update xtimer to 0.8089
Changes are documentation cleanup and minor improvements (no Changelog available)
2001-04-16 21:13:49 +00:00
zuntum
057a011d70 Update devtodo to 0.1.4:
* Added version checking so that the binary won't accept databases from
  future versions. The actual behaviour is that minor revision differences
  produce a warning while major revision differences cause an error.
* Added a patch from Arthur Korn that allows the bash scripts to cd into
  directories with spaces.
* Fixed a few man page problems, again courtesy of Arthur (I swear this
  guy doesn't sleep!)
* Changed primary binary to 'devtodo', with a convenience symlink, 'todo'.
  Also changed the man page filename to reflect this. The user should see
  no actual difference though, as symlinks with the old names exist.
* Fixed a bug where todo would segfault if ^D was pressed while editing a
  line. Thanks to Matt Kraai for picking this up. The problem was due to
  not handling a NULL return value from readline.
* More man page fixes (this time, thanks again go to Matt).
* You can now specify more than one item index on the command line as
  seperate arguments. Previously, a comma was required and if multiple
  arguments were used the last one was used. Arthur picked this one up.
* Added parsing of /etc/todorc (actually, the location is specified by the
  --sysconfdir argument to configure, so it will probably be
  /usr/local/etc/todorc on most peoples systems).
* Added awareness of the TODORC environment variable. This specifies the
  RC file to parse on startup. TODORC=$HOME/.todorc is the default
  behaviour. This idea was thanks to Claude. Claude also suggests, quite
  rightly, that it would be useful for specifying a system-wide todorc
  file by putting TODORC=/etc/todorc in /etc/profile or somewhere similar.
* Added two new arguments for modifying the database used. The first is
  --database <file> which is used to change the default filename used. eg.
  --database .todo is the default behaviour. The other is
  --fallback-database <file> which specifies the database to use if no other
  can be found. By default there is no fallback database. Both of these
  options can be specified in the .todorc.
* Environment variables can now be used in the ~/.todorc. This is especially
  useful for something like 'fallback-database $HOME/.todo'.
* Finally fixed the bug where &gt; and &amp; were not being correctly
  interpreted.
* Fixed a long-time bug where wraptext() was wrapping the first
  line prematurely.
* Fixed a bug where if the sort order changed, visible indices would not match
  parameter indices.
* --verbose now displays time between when an item was created and when it was
  completed.
* Added --date-format for formatting the display of dates (currently only used
  with --verbose). The format is that used by strftime(3) but if strftime is not
  available on a system, ctime(3) is used.
* Added fully-featured sorting via the --sort parameter. It is now possible to
  sort on pretty much anything you can think of; creation time, completed time,
  duration of item, text body, priority and whether an item is done or not.
* Added --paranoid option that enables some warnings about permissions. This
  is in response to a user request to not make the .todo file group/world
  accessible. This option will make devtodo warn the user if such a database
  is created.
* Removed --sync and --no-sync. You can generate the TODO file with --TODO.
2001-04-16 08:00:43 +00:00
dmcmahill
c18710a2cc correct path to gtk depends 2001-04-14 20:35:09 +00:00
kei
340cd43ec0 As per discussion with mjl, moved this package from x11 category to time. 2001-04-09 06:46:12 +00:00
zuntum
4ed4754c22 MKDIR -> INSTALL_DATA_DIR 2001-04-02 20:07:03 +00:00
wiz
d480fe70ce Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing empty
lines.
2001-04-02 20:06:11 +00:00
wennmach
4613543492 RCS Id police 2001-03-29 14:50:33 +00:00
abs
7f665e0032 Requires readline 2001-03-28 11:02:43 +00:00
drochner
178058c73c define GL_GLEXT_PROTOTYPES to get prototypes out of <GL/glext.h> 2001-03-28 10:33:37 +00:00
hubertf
e32afb6fea Change BUILD_DEPENDS semantics:
first component is now a package name+version/pattern, no more
executable/patchname/whatnot.

While there, introduce BUILD_USES_MSGFMT as shorthand to pull in
devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current).

Patch by Alistair Crooks <agc@netbsd.org>
2001-03-27 03:19:43 +00:00
wiz
f0a8916192 Remove .todo. Doesn't seem to be used. 2001-03-21 09:40:40 +00:00
mjl
3197a85386 Enable devtodo. 2001-03-20 21:48:33 +00:00
mjl
ac5a1cfccf Import of todo 0.1.3, a to-do list manager on tty basis. 2001-03-20 21:45:55 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
5de11cd51a Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic one
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as
the implicit one.
2001-02-20 11:40:07 +00:00
wiz
ad02d69ab2 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:31:58 +00:00
wiz
79a4bfc219 Not needed any more -- COMMENTs are in Makefiles now. 2001-02-16 15:52:49 +00:00
wiz
02e8ee6a47 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
While I'm here, unify category Makefiles to more standard style.
(If you have tools depending on the previous form, please fix them.)
2001-02-16 15:51:46 +00:00
wiz
d4fce8d4e7 Unify format of MESSAGEs, and include RCS Ids. 2001-02-06 14:24:03 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
dmcmahill
a31296408a make sure rpath isn't lost. fixes recently noted rpath problems 2001-01-23 17:29:10 +00:00
wiz
d7b7131831 Fix build problem on alpha. Patch provided by SUNAGAWA Keiki. 2001-01-23 14:51:22 +00:00
wiz
5616145efa Update to not DEPEND on gettext any longer, but BUILD_DEPEND on msgfmt
and USE_LIBINTL.
2001-01-05 01:40:38 +00:00
jlam
b646d1dad6 Make this pass pkglint, create ${PREFIX}/libexec/cgi-bin if it doesn't
already exist, and remove any empty directories after uninstalling.
2000-12-22 19:00:17 +00:00
jlam
655c3c8885 Apparently, the checksum of the distfile on the site changed without
bumping the version number.
2000-12-22 18:31:35 +00:00
jlam
c0de161e45 s/make/${MAKE_PROGRAM}/g 2000-12-22 18:30:59 +00:00
wiz
ae5f77900a Move x11/korganizer and x11/kworldwatch to category time. 2000-12-21 15:06:06 +00:00
wiz
ce2eeec55f Move x11/korganizer and x11/kworldwatch to category time. 2000-12-21 15:03:46 +00:00
kei
736b91b757 add and enable "pcal" package. 2000-12-21 06:22:31 +00:00
kei
ed47bb8183 initial import of "pcal" package.
"Pcal" Version 4.7

This is a new release of "Pcal", the PostScript calendar program.  The major
new features are the "-H" flag for generating output in HTML table form,
expansion of "%y" in the "include" filename into the last two digits of
every applicable year in "year all" mode, and the addition of build-time
support for A4 size paper.
2000-12-21 06:20:53 +00:00
kei
ed8f71ab8a add and enable "gnyaclock" package. 2000-12-18 12:37:04 +00:00
kei
0775acdeea import of new "gnyaclock" package.
gnyaclock is an accessory with Bezier curve.  Its curve has something to do
with the present time.
2000-12-18 12:35:48 +00:00
wiz
8cfd3e9795 Update to 3.0.22. Changes:
- Added option to have TkRemind display all of today's reminders in a text
  box on startup.  This option is on by default.
- Makefile in "www" directory allows you to add ".cgi" suffix to CGI scripts.
- Added option to completely delete a reminder from the reminder file in
  the timed reminder popup dialog.
- Clarified build instructions.
- Fixed packing order in TkRemind so resizing window doesn't make control
  buttons disappear.
- Fixed serious bug in which background queued reminders were ignored and
  Remind simply exited.  Doh!  Sorry about that.
2000-12-18 00:41:50 +00:00
wiz
6b687df9ff Update to glclock-6.0b6.0. Changelog is in Japanese. 2000-12-18 00:34:01 +00:00
wiz
d69de4b49e Update to 2.2.1. Changelog not available. New maintainer. 2000-12-18 00:21:55 +00:00
wiz
54fcb197a2 Fix HOMEPAGE and MASTER_SITES. 2000-12-18 00:16:03 +00:00
wiz
9c3f8cfa78 RCS Ids in patches is not a good idea. 2000-12-18 00:03:37 +00:00
wiz
df7948804e New category: time. Move many packages here:
misc/cal, misc/cardboard-schedule, misc/ical, misc/plan, misc/py-mxDateTime,
misc/remind, sysutils/logtime, and 19 more from x11.
2000-12-17 23:32:09 +00:00