FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 5:20 AM BST
Port details
p5-Prima 1.31 x11-toolkits on this many watch lists=1 search for ports that depend on this port
An extensible Perl toolkit for multi-platform GUI development
Maintained by: dmitry@karasik.eu.org search for ports maintained by this maintainer
Port Added: 14 Dec 2001 20:53:42
Also Listed In: perl5 graphics
License: not specified in port


Prima is an extensible Perl toolkit for multi-platform GUI development.
Platforms supported include Linux, Windows NT/9x/2K, OS/2 and UNIX/X11
workstations ( FreeBSD, IRIX, SunOS, Solaris  and others). The toolkit 
contains a rich set of standard  widgets and has  emphasis on 2D image
processing tasks.  A Perl program using PRIMA looks and behaves identically 
on X, Win32 and OS/2 PM.  The toolkit includes a visual builder ( VB ) and 
a graphic pod viewer utility ( podview ). The examples are installed into 
perl site in Prima/examples directory. 
A 'hello world' code is as simple as follows:

   use Prima qw(Application Buttons);
   Prima::Window-> create(
      text     => 'Hello world!',
      size     => [ 200, 200],
   )-> insert( Button =>
      centered => 1,
      text     => 'Hello world!',
      onClick  => sub { $::application-> close },
   );
   run Prima;

WWW: http://prima.eu.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: x11/libX11, x11/libXpm, x11/libXext, x11/libXrender, x11-fonts/libXft, lang/perl5.8
Required To Run: x11/libX11, x11/libXpm, x11/libXext, x11/libXrender, x11-fonts/libXft, lang/perl5.8
Required Libraries: graphics/giflib, graphics/png, graphics/jpeg, graphics/tiff, converters/libiconv
There are no ports dependent upon this port

To install the port: cd /usr/ports/x11-toolkits/p5-Prima/ && make install clean
To add the package: pkg_add -r p5-Prima


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Prima/
http://www.cpan.dk/modules/by-module/Prima/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Prima/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Prima/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Prima/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Prima/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Prima/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Prima/
http://at.cpan.org/modules/by-module/Prima/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Prima/
http://backpan.perl.org/modules/by-module/Prima/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Prima/
http://cpan.nctu.edu.tw/modules/by-module/Prima/
http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/Prima/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 31

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Feb 2012 03:48:01
Original commit files touched by this commit  1.31
swills search for other commits by this committer
- Migreate from libungif to giflib

PR:             ports/165378
Submitted by:   swills (myself)
Approved by:    Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
08 Jan 2012 05:08:00
Original commit files touched by this commit  1.31
swills search for other commits by this committer
- Update to 1.31 which fixes build with Perl 5.14

PR:             ports/163716
Submitted by:   FAndrey <f0andrey@gmail.com>
Approved by:    Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
24 Oct 2011 04:17:38
Original commit files touched by this commit  1.27_4
dougb search for other commits by this committer
Remove more tags from pkg-descr files fo the form:

- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
02 Jul 2011 18:18:48
Original commit files touched by this commit  1.27_4
miwi search for other commits by this committer
- Kick MD5 support
26 Aug 2010 20:11:29
Original commit files touched by this commit  1.27_4
dinoex search for other commits by this committer
- fix after tiff update to 4.0.0
PR:             149611
28 Mar 2010 06:47:48
Original commit files touched by this commit  1.27_3
dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
05 Feb 2010 11:46:55
Original commit files touched by this commit  1.27_2
dinoex search for other commits by this committer
- update to jpeg-8
29 Dec 2009 10:25:55
Original commit files touched by this commit  1.27_1
miwi search for other commits by this committer
- Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src

PR:     ports/136065 ports/127469
Submitted by:   N.J. Mann <njm@njm.me.uk> and Aldis Berjoza
<killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:     137855
Submitted by:           Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:   Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:    exp-run
18 Jul 2009 11:11:29
Original commit files touched by this commit  1.27_1
dinoex search for other commits by this committer
- update to jpeg7
Tested by:      pav on pointyhat
24 Jan 2009 09:56:15
Original commit files touched by this commit  1.27
pav search for other commits by this committer
- Fix build

Submitted by:   Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
25 Dec 2008 19:51:16
Original commit files touched by this commit  1.27
miwi search for other commits by this committer
- Update to 1.27

PR:             129910
Submitted by:   Dennis Herrmann <adox@mcx2.org>
Approved by:    maintainer
19 Apr 2008 17:56:05
Original commit files touched by this commit  1.22
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
17 Apr 2008 14:30:31
Original commit files touched by this commit  1.22
araujo search for other commits by this committer
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.

PR:             ports/122674
Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:    araujo (myself)
Approved by:    portmgr (pav)
23 Aug 2007 10:09:59
Original commit files touched by this commit  1.22
rafan search for other commits by this committer
- Update to 1.22
- Switch to USE_XORG

PR:             ports/115500
Submitted by:   Dmitry Karasik <dmitry at karasik.eu.org> (maintainer)
19 May 2007 20:32:57
Original commit files touched by this commit  1.21_1
flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
10 Dec 2006 22:07:11
Original commit files touched by this commit  1.21
miwi search for other commits by this committer
- Update to 1.21
- Respect X11BASE [1]

PR:             ports/105808
Submitted by:   Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
                rafan@ (thanks) [1]
09 Dec 2006 07:49:55
Original commit files touched by this commit  1.16
rafan search for other commits by this committer
- Respect X11BASE

Approved by:    portmgr (linimon)
24 Jan 2006 03:16:52
Original commit files touched by this commit  1.16
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
12 Dec 2004 23:24:10
Original commit files touched by this commit  1.16
sem search for other commits by this committer
- Update to 1.16

PR:             ports/74814
Submitted by:   maintainer
30 Mar 2004 19:56:44
Original commit files touched by this commit  1.14_1
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
17 Mar 2004 00:33:17
Original commit files touched by this commit  1.14_1
marcus search for other commits by this committer
Add a directory I left out in my previous commit, and chase the new home
for Xft.
22 Feb 2004 22:59:31
Original commit files touched by this commit  1.14_1
linimon search for other commits by this committer
Remove unneeded patchfile.

PR:             ports/63115
Submitted by:   Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
22 Feb 2004 22:53:47
Original commit files touched by this commit  1.14_1
linimon search for other commits by this committer
Update to 1.14: minor new features and bug fixes:

  1.14  Add system-specific file dialogs. Add Edit::undo.
  1.13  Add themes support. Add command-line arguments interface.
  1.12  Incorporate Tk geometry managers packer and placer
  1.11  Add support for antialiased fonts under X11. Port to cygwin.
  1.10  Add libtiff support. Add grid widgets.
  1.09  No new features
  1.08  Add limited utf8/unicode support. Enhance image conversion
        functionality.

PR:             ports/63115
Submitted by:   Dmitry Karasik <dmitry@karasik.eu.org> (maintainer)
24 Oct 2003 12:05:09
Original commit files touched by this commit  1.07
ijliao search for other commits by this committer
utilize SITE_PERL

PR:             58166
Submitted by:   Cheng-Lung Sung <clsung@dragon2.net>
24 Sep 2003 09:37:11
Original commit files touched by this commit  1.07
osa search for other commits by this committer
Make portlint(1) happy by changing strip to ${STRIP_CMD}

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
PR:             56998
21 Feb 2003 14:19:11
Original commit files touched by this commit  1.07
knu search for other commits by this committer
De-pkg-comment.
04 Feb 2003 13:10:24
Original commit files touched by this commit  1.07
edwin search for other commits by this committer
and make portlint happy

PR:             ports/43387
04 Feb 2003 13:09:50
Original commit files touched by this commit  1.07
edwin search for other commits by this committer
x11-toolkits/p5-Prima port upgrade

PR:             ports/43387
Submitted by:   Dmitry Karasik <dk@plab.ku.dk>
22 May 2002 23:14:48
Original commit files touched by this commit  1.05
pat search for other commits by this committer
Update to 1.05

PR:             37819
Submitted by:   maintainer
25 Apr 2002 15:38:34
Original commit files touched by this commit  1.03
sobomax search for other commits by this committer
Unbreak after PERL_CONFIGURE change.

Submitted by:   bento
14 Dec 2001 23:53:42
files touched by this commit
tobez search for other commits by this committer
Add p5-Prima 1.03, an extensible Perl toolkit for multi-platform GUI  
development.    

Number of commits found: 31

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month252

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.298 seconds.