Commit graph

20 commits

Author SHA1 Message Date
wiz
86a78fce2e Bump PKGREVISION for perl-5.24. 2016-06-08 19:22:13 +00:00
agc
d9e4cfe05d Add SHA512 digests for distfiles for devel category
Issues found with existing distfiles:
	distfiles/eclipse-sourceBuild-srcIncluded-3.0.1.zip
	distfiles/fortran-utils-1.1.tar.gz
	distfiles/ivykis-0.39.tar.gz
	distfiles/enum-1.11.tar.gz
	distfiles/pvs-3.2-libraries.tgz
	distfiles/pvs-3.2-linux.tgz
	distfiles/pvs-3.2-solaris.tgz
	distfiles/pvs-3.2-system.tgz
No changes made to these distinfo files.

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-03 03:27:11 +00:00
wiz
0982effce2 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:48:20 +00:00
wiz
cda18437be Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles. 2014-10-09 14:05:50 +00:00
wiz
7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00
wiz
cda15a0ca9 Better wide curses support. From Edgar Fuß in private mail.
Bump PKGREVISION.
2014-04-22 22:13:25 +00:00
wiz
d2ca14a3f1 Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.
2013-05-31 12:39:57 +00:00
asau
e1ab7079b6 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. 2012-10-31 11:16:30 +00:00
wiz
8b5d49eb78 Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.
2012-10-03 21:53:53 +00:00
hiramatsu
32eca1c43a Update p5-Curses-UI to 0.9609.
Changes from previous:
Version 0.9609
==============
        - Bugfix for crashing error in 0.9608

Version 0.9608
==============
        - TextEditor doc patch from Zane C.B.
        - Patch to allow mainloop to halt from Zane C.B.
        - key handling fix from Scott McCoy
        - Background color set patch from Miquel van Smoorenburg
        - AIX fix from Shava Smallen
        - Fix for prototypes warnings from Damyan Ivanov
2011-11-25 05:53:12 +00:00
adam
c873132aae Revision bump after updating perl to 5.14.1 2011-08-11 17:05:19 +00:00
wiz
f4f9b4b89b Reset maintainer. 2010-09-28 13:21:29 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
999a609ced pkgsrc changes:
- Updating package for p5 module Curses::UI from 0.9605nb1 to 0.9607
  - Adjusting dependencies according to META.yml

Upstream changes:
Version 0.9607
==============
        - Curses::UI::set_timer no longer calls int() on passed time value,
          allowing Time::HiRes support, thanks to Gilmar Santos, Jr. (RT#29026)
        - Fixed ancient bug in Popupmenu.pm, thanks to Davide Chiarini
          and Michael Arlt (RT#38211,25885)
        - POD testing bug introduced in last version now fixed

Version 0.9606
==============
	- Patch to Notebook.pm from Dominque Dumont (RT#39915)
        - Test::POD no longer required for install
2009-05-21 15:00:29 +00:00
martti
417dbfda88 Added LICENSE=gnu-gpl-v2 2009-05-12 12:51:07 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
2008-10-19 19:17:40 +00:00
martti
1d0af4e481 Updated devel/p5-Curses-UI to 0.9605
Version 0.9605
==============
- MANIFEST in 0.9604 was bad, causing pertesters FAIL

Version 0.9604
==============
- MainLoop removal broke several examples. Fixed (thanks to
  Antony Gelberg)
- Japanese localization added (thanks Takatoshi Kitano)

Version 0.9603
==============
- MainLoop has been removed (please use '$cui->mainloop')
- So the circular reference of $Curses::UI::rootobject has
  been removed as well
- RT bugs 31919, 11925 (Notebook.pm testing failures) fixed,
  again thanks to Russ Allbery
- UI.pm now uses strict and warnings(!)
- UI.pm's POD and layout being overhauled
- BUGS and TODO have been nuked (RT, googlecode)

Version 0.9602
==============
- Using Module::Install now
- Removed effectively null t/99template.t which was causing
  FAILs for CPAN testers (to be replaced with more testing
  at a later date)
- Apologies for the weird previous version number

Version 0.96_01
===============
- Fixed bug in C::UI::Checkbox->get (RT#31916, Russ Allbery)
- Fixed doc bug in Tutorial.pod (rt#31918, Russ Allbery)
- Fixed doc bug in Checkbox.pm (rt#31917, Russ Allbery)
- Began POD overhaul and code reformatting

Version 0.96
============
- Added -keydelay option to new()
- Fixed Listbox docs again
- Fixed focusing bug in connection with mouse support
- Applied patches by Vitaliy Sennikov
- Doc patches by Alexey Tourbin
- Slovak translation by Marek Grac
- Removed test.pl, added note on demos to INSTALL
- Removed COLOR_TODO
- Added Coverage (Devel::Cover report)
2008-08-12 09:41:08 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
martti
b54957667f Object-Oriented UI framework based on the curses library.
Curses::UI contains widgets and dialog windows which can be
used to build a user interface.
2005-11-07 11:27:31 +00:00