Opened 19 years ago
Closed 19 years ago
#6792 closed defect (fixed)
pcal-1.0
Reported by: | sam.falkner@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
pcal-1.0
The portfile can be found here: ATTACHED
Description: pcal is a program for generating PostScript calendars. It tracks common things like the phase of the moon, and allows the user to store custom events in a file, to be added to the calendar.
Homepage: http://pcal.sourceforge.net/
Comments: this is the first port I have attempted to submit. I have a variant for A4 paper size; the default paper size is US letter. I am pasting the portfile here; I see no other method for attaching. I hope this is okay. Tested on Mac OS 10.3 and 10.4; it may work on earlier 10.x.
# $Id: $ PortSystem 1.0 name pcal version 4.9.1 categories print maintainers sam.falkner@… description PostScript calendar program long_description "Pcal" is a program to print PostScript calendars for any \
month and year. By default, it looks for a file in the \ home directory named "calendar" for entries with leading \ dates matching dates on the calendar, and prints any \ following text under the appropriate day.
homepage http://pcal.sourceforge.net/ master_sites sourceforge distfiles ${distname}.tgz checksums md5 7646ae0b539466696484f311d79b2b02 configure {
reinplace "s|BINDIR.*|BINDIR = ${destroot}${prefix}/bin|" \
"${worksrcpath}/Makefile"
reinplace "s|MANDIR.*|MANDIR = ${destroot}${prefix}/share/man/man1|" \
"${worksrcpath}/Makefile"
reinplace "s|CATDIR.*|CATDIR = ${destroot}${prefix}/share/cat/cat1|" \
"${worksrcpath}/Makefile"
} build.target variant a4 {
reinplace "s|PAPERSIZE_DEFAULT.PAPERSIZE_LETTER|PAPERSIZE_DEFAULT PAPERSIZE_A4" \
"${worksrcpath}/src/pcalpapr.h"
} destroot.destdir prefix=${destroot}${prefix} build.type gnu
Attachments (1)
Change History (2)
Changed 19 years ago by sam.falkner@…
comment:1 Changed 19 years ago by olegb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Commited - thanks!
the pcal-1.0 portfile