Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-09 | Add and enable p5-Time-TAI64. | kleink | 1 | -1/+2 | |
2006-02-09 | Initial import of p5-Time-TAI 2.10 into the Packages Collection. | kleink | 4 | -0/+27 | |
This Module makes available to the user functions to convert TAI64 strings to unix timestamps suitable to make time calculations. | |||||
2006-02-06 | Remove a non-existant directory from PLIST. | ghen | 1 | -2/+1 | |
2006-02-06 | s/_MOZILLA_USE_GTK2/MOZILLA_USE_GTK2/g, as to silent pkglint (WARN: Variable | ghen | 1 | -2/+2 | |
names starting with an underscore are reserved for internal pkgsrc use). Ok with wiz. | |||||
2006-02-06 | s/${MOZILLA}/sunbird/ in DISTNAME, because this would be wrong for sunbird-gtk1. | ghen | 1 | -2/+2 | |
2006-02-05 | Recursive revision bump / recommended bump for gettext ABI change. | joerg | 49 | -77/+98 | |
2006-02-05 | Add time/sunbird. | ghen | 1 | -1/+2 | |
2006-02-05 | Import Mozilla Sunbird, a stand-alone Calendar application: | ghen | 37 | -0/+4339 | |
The Sunbird Project is a redesign of the Calendar component. The goal is to produce a cross platform standalone calendar application based on Mozilla's XUL user interface language. At the moment the Sunbird name is a project name. It is not official and may change in the future. The intended user is someone who uses Mozilla Firefox and Mozilla Thunderbird and wants a calendar application based on Mozilla. Ok with wiz. I'll add a -gtk1 version later this week. | |||||
2006-02-05 | Converted to the SUBST framework. | rillig | 2 | -16/+20 | |
Fixed almost all pkglint warnings. | |||||
2006-02-04 | Made extraction possible even if unzip(1) is not in the PATH. Instead of | rillig | 1 | -5/+7 | |
hiding bugs by using unzip || true, test if the needed file has been extracted. | |||||
2006-02-04 | The commands for extracting files should never be called like (unzip) || | rillig | 1 | -3/+3 | |
true. That just hides bugs. (Hi wiz.) | |||||
2006-01-26 | Has BROKEN_GETTEXT_DETECTION. Uses msgfmt. | joerg | 1 | -1/+3 | |
2006-01-24 | Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because | wiz | 11 | -15/+22 | |
of the shlib major bump. PKGREVISION++ for the dependencies. | |||||
2006-01-22 | Add DragonFly support. | joerg | 2 | -3/+12 | |
2006-01-22 | Slightly reorder headers to workaround a bug in regex.h on DragonFly. | joerg | 2 | -1/+19 | |
2006-01-20 | Drop maintainership. I can't seriously be the maintainer of so many | jmmv | 2 | -4/+4 | |
packages - specially of packages that I haven't touched for a long while or those that other people can handle better than me. | |||||
2006-01-13 | Make this compile on SunOS 5.x. | is | 1 | -2/+2 | |
2006-01-06 | DEPENDS and PKGREVISION bumps because db4's library name changed. | wiz | 2 | -4/+4 | |
2006-01-05 | Remove duplicate entry from dependency list. | hira | 2 | -11/+12 | |
2006-01-05 | Fix installation error. Define AllTarget in Imakefile. | hira | 2 | -5/+13 | |
Tested on NetBSD/i386 3.0_STABLE. | |||||
2006-01-05 | Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build", | ghen | 1 | -4/+1 | |
without affecting packages that are currently using it. Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor "build" now set it to "full", but should be checked whether they really need it (comment added). Packages which previously set it to "build" now don't set it anymore. Ok by jlam, wiz. | |||||
2006-01-04 | Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4 | schmonz | 1 | -3/+2 | |
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken. | |||||
2006-01-02 | Use flock on DragonFly. | joerg | 2 | -1/+16 | |
2006-01-02 | Fix errno. DragonFly support. | joerg | 8 | -21/+100 | |
2006-01-02 | Fix errno, use getprogname on DragonFly. | joerg | 2 | -1/+17 | |
2005-12-31 | Recursive PKGREVISION bump for gnutls shlib major bump. | wiz | 4 | -7/+8 | |
Bump BUILDLINK_RECOMMENDED. | |||||
2005-12-29 | add gchore to category makefile | garbled | 1 | -1/+2 | |
2005-12-29 | Import gchore-1.0. | garbled | 4 | -0/+28 | |
Gchore is a simple tool that tracks your chores, and reminds you to do them on a daily basis. It is not a general todo list, it is better suited for repeating tasks, such as taking out the garbage on mondays. | |||||
2005-12-29 | Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk | jlam | 1 | -2/+1 | |
automatically detects whether we want the pkginstall machinery to be used by the package Makefile. | |||||
2005-12-27 | Lower expectations, both others' and mine: relinquish stewardship | seb | 1 | -2/+2 | |
2005-12-26 | Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386 | schmonz | 1 | -1/+4 | |
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed. | |||||
2005-12-12 | Bump all motif packages for recent openmotif update. The major version | joerg | 2 | -4/+4 | |
of the shared libXm has changed. | |||||
2005-12-07 | Initialisation with stdout has to be done at runtime. | joerg | 2 | -1/+24 | |
2005-12-06 | Add DragonFly support. | joerg | 1 | -2/+2 | |
2005-12-05 | Ran "pkglint --autofix", which corrected some of the quoting issues in | rillig | 2 | -4/+4 | |
CONFIGURE_ARGS. | |||||
2005-12-05 | Fixed pkglint warnings. The warnings are mostly quoting issues, for | rillig | 8 | -22/+21 | |
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-11-09 | Substitute "XFce 4" with "Xfce" in DESCR and Makefile's COMMENT. | martti | 4 | -6/+6 | |
It is a lower-case f according to the official site. | |||||
2005-11-09 | Updated xfce4 to 4.2.3.1 | martti | 3 | -7/+12 | |
* 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-08 | Explicitly pull in xpm rather than depending on the base X11 install | tv | 1 | -2/+2 | |
to supply it. | |||||
2005-11-07 | Removed the buildlink3.mk | martti | 1 | -18/+0 | |
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-05 | Added buildlink3.mk for this package. | martti | 1 | -0/+18 | |
2005-11-03 | Fixed wrong use of WRKSRC. | rillig | 4 | -11/+13 | |
2005-10-23 | Added RCS Id to patch-ab. | rillig | 2 | -2/+4 | |
2005-10-22 | Accept python-2.4 too, from Geert Hendrickx in PR 31887. | wiz | 1 | -2/+2 | |
2005-10-16 | Update to 2.4.1: unknown changes. | jmmv | 3 | -8/+12 | |
2005-09-28 | Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE, | rillig | 3 | -7/+7 | |
NO_BUILD, USE_LIBTOOL. | |||||
2005-09-22 | Do not install gtodo_tray.png, which is installed by time/gtodo. | minskim | 4 | -6/+18 | |
2005-09-22 | Do not install locale.alias since we never use the included gettext. | minskim | 2 | -1/+15 | |
2005-08-30 | Make sure this doesn't install the .orig info file created by diff too. | reed | 2 | -16/+14 | |
2005-08-10 | Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That | jlam | 4 | -11/+8 | |
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. |