Opened 20 years ago
Closed 19 years ago
#2616 closed defect (fixed)
NEW: perl/p5-curses
Reported by: | sal@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
# $Id$
PortSystem 1.0 PortGroup perl5 1.0 perl5.setup Curses 1.08b
# Hack because there is something strange with 1.08b distfiles Curses-1.08b.tgz worksrcdir Curses-1.08
revision 0 maintainers sal@… description terminal screen handling and optimization long_description Curses is the interface between Perl and your system's curses(3) library. For descriptions on the usage of a given function, variable, or constant, consult your system's documentation, as such information invariably varies (:-) between different curses(3) libraries and operating systems. platforms darwin checksums md5 b468da1602da4399cd03f985672beb72 depends_lib-append lib:XXX:curses
pre-configure {
file copy -force ${worksrcpath}/hints/c-freebsd.ncurses.h
${worksrcpath}/c-config.h }
# Variants are not yet working variant panel {
configure.args-append PANELS
}
variant forms {
configure.args-append FORMS
}
variant menus {
configure.args-append MENUS
}
Change History (4)
comment:1 Changed 20 years ago by sal@…
Summary: | NEW: perl5/p5-curses → NEW: perl/p5-curses |
---|
comment:2 Changed 20 years ago by blb@…
blocked: | → 2615 |
---|
comment:3 Changed 20 years ago by blb@…
comment:4 Changed 19 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
commited with, slight modifications.
There is no curses port, did you mean to specify the ncurses port? Also, will this (on a Mac at least) work with /usr/lib/libcurses (which is actually ncurses itself)?