diff options
author | tota <tota@FreeBSD.org> | 2011-08-15 15:52:37 +0800 |
---|---|---|
committer | tota <tota@FreeBSD.org> | 2011-08-15 15:52:37 +0800 |
commit | 266af9ed0eabd4faab627cbf90270f58715d525e (patch) | |
tree | 8207209d9a7cb66894ddb893d9d08be42e16407e /japanese/ical | |
parent | a544b4d1433b8fa9ccaee9ab182d5372630eb7f4 (diff) | |
download | freebsd-ports-gnome-266af9ed0eabd4faab627cbf90270f58715d525e.tar.gz freebsd-ports-gnome-266af9ed0eabd4faab627cbf90270f58715d525e.tar.zst freebsd-ports-gnome-266af9ed0eabd4faab627cbf90270f58715d525e.zip |
- Use deskutils/ical instead of this port [1]
PR: ports/158738
Submitted by: Scot Hetzel <swhetzel_AT_gmail_DOT_com>
Approved by: Takeshi MUTOH <mutoh@openedu.org> (maintainer) [1]
Diffstat (limited to 'japanese/ical')
-rw-r--r-- | japanese/ical/Makefile | 41 | ||||
-rw-r--r-- | japanese/ical/distinfo | 4 | ||||
-rw-r--r-- | japanese/ical/files/patch-aa | 247 | ||||
-rw-r--r-- | japanese/ical/files/patch-ab | 10 | ||||
-rw-r--r-- | japanese/ical/files/patch-ac | 12 |
5 files changed, 0 insertions, 314 deletions
diff --git a/japanese/ical/Makefile b/japanese/ical/Makefile deleted file mode 100644 index 9386a46984de..000000000000 --- a/japanese/ical/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# New ports collection makefile for: ical -# Date created: 30 January 2001 -# Whom: Takeshi MUTOH <mutoh@info.nara-k.ac.jp> -# -# $FreeBSD$ -# - -PORTNAME= ical -PORTVERSION= 2.2 -PORTREVISION= 2 -CATEGORIES= japanese deskutils tk -MASTER_SITES= ftp://ftp.sco.com/skunkware/src/shellutil/ \ - ftp://ftp.sunet.se/pub/vendor/sco/skunkware/src/shellutil/ \ - ftp://ftp.netsw.org/netsw/X11/Tools/Desktop/ \ - ftp://ftp.sunsite.org.uk/Mirrors/ftp.sco.com/skunkware/src/shellutil/ - -PATCH_SITES= http://www-jlc.kek.jp/~fujiik/mklinux/Packages/dr3/JRPMS/ical/SOURCES/ -PATCHFILES= ical-2.2-jp1.patch -PATCH_DIST_STRIP= -p1 - -MAINTAINER= mutoh@openedu.org -COMMENT= A calendar application (Japanese) - -LIB_DEPENDS= tk80jp:${PORTSDIR}/japanese/tk80 - -EXTRA_PATCHES= ${.CURDIR}/files/patch-* - -MASTERDIR= ${.CURDIR}/../../deskutils/ical -DISTINFO_FILE= ${.CURDIR}/distinfo - -USE_XORG= x11 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ - --with-tclhdir=${PREFIX}/include/tcl8.0jp \ - --with-tclsh=${PREFIX}/bin/tclsh8.0jp \ - --with-tkconfig=${PREFIX}/lib/tk8.0jp \ - --with-tkhdir=${PREFIX}/include/tk8.0jp - -MAN1= ical.1 - -.include <bsd.port.mk> diff --git a/japanese/ical/distinfo b/japanese/ical/distinfo deleted file mode 100644 index 8fa029c070ba..000000000000 --- a/japanese/ical/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (ical-2.2.tar.gz) = b0e4e7c82f98e1798e248c5df1ebd6970a257a774da3d5bee9ce0fd5a3f6734f -SIZE (ical-2.2.tar.gz) = 284609 -SHA256 (ical-2.2-jp1.patch) = 4d88c12273b8553352c5a881b1da4d3dbe4a21c2bf31095c573540179a66a3fa -SIZE (ical-2.2-jp1.patch) = 10848 diff --git a/japanese/ical/files/patch-aa b/japanese/ical/files/patch-aa deleted file mode 100644 index 44549f345296..000000000000 --- a/japanese/ical/files/patch-aa +++ /dev/null @@ -1,247 +0,0 @@ ---- header.ps.org Wed Jan 31 21:59:27 2001 -+++ header.ps Wed Jan 31 22:00:47 2001 -@@ -4,15 +4,197 @@ - %%Pages: 1 - %%PageOrder: Ascend - %%BoundingBox: 0 0 612 792 --%%DocumentFonts: Times-Roman -+%%DocumentFonts: Times-Roman Rymin-Light-EUC-H - %%EndComments - -+%%BeginProcSet: cmpfont.ps 1 2 -+% composite fonts for ASCII-EUC mixed string -+% Version 1.2 1/31/1990 -+% Author Ken'ichi HANDA (handa@etl.go.jp) -+% Modified Norio Katayama (katayama@rd.nacsis.ac.jp),1998% Anyone can freely copy, modify, distribute this program. -+/copyfont { % font-dic extra-entry-count copyfont font-dic -+ 1 index maxlength add dict begin -+ { 1 index /FID ne 2 index /UniqueID ne and -+ {def} {pop pop} ifelse -+ } forall -+ currentdict -+ end -+} bind def -+ -+/compositefont { % ASCIIFontName EUCFontName compositefont font' -+ userdict /fixeucfont_dict known not { -+ userdict begin -+ /fixeucfont_dict 2 dict begin -+ /UpperByteEncoding [ -+ 16#00 1 16#20 { pop 0 } for -+ 16#21 1 16#28 { 16#20 sub } for -+ 16#29 1 16#2F { pop 0 } for -+ 16#30 1 16#74 { 16#27 sub } for -+ 16#75 1 16#FF { pop 0 } for -+ ] def -+ /LowerByteEncoding [ -+ 16#00 1 16#A0 { pop /.notdef } for -+ 16#A1 1 16#FE { 16#80 sub 16 2 string cvrs -+ (cXX) dup 1 4 -1 roll -+ putinterval cvn } for -+ /.notdef -+ ] def -+ currentdict -+ end def -+ end -+ } if -+ findfont dup /FontType get 0 eq { -+ 12 dict begin -+ % -+ % 7+8 bit EUC font -+ % -+ 12 dict begin -+ /EUCFont exch def -+ /FontInfo (7+8 bit EUC font) readonly def -+ /PaintType 0 def -+ /FontType 0 def -+ /FontMatrix matrix def -+ % /FontName -+ /Encoding fixeucfont_dict /UpperByteEncoding get def -+ /FMapType 2 def -+ EUCFont /WMode known -+ { EUCFont /WMode get /WMode exch def } -+ { /WMode 0 def } ifelse -+ /FDepVector [ -+ EUCFont /FDepVector get 0 get -+ [ 16#21 1 16#28 {} for 16#30 1 16#74 {} for ] -+ { -+ 13 dict begin -+ /EUCFont EUCFont def -+ /UpperByte exch 16#80 add def -+ % /FontName -+ /FontInfo (EUC lower byte font) readonly def -+ /PaintType 0 def -+ /FontType 3 def -+ /FontMatrix matrix def -+ /FontBBox {0 0 0 0} def -+ /Encoding -+ fixeucfont_dict /LowerByteEncoding get def -+ % /UniqueID -+ % /WMode -+ /BuildChar { -+ gsave -+ exch dup /EUCFont get setfont -+ /UpperByte get -+ 2 string -+ dup 0 4 -1 roll put -+ dup 1 4 -1 roll put -+ dup stringwidth setcharwidth -+ 0 0 moveto show -+ grestore -+ } bind def -+ currentdict -+ end -+ /lowerbytefont exch definefont -+ } forall -+ ] def -+ currentdict -+ end -+ /eucfont exch definefont -+ exch -+ findfont 1 copyfont dup begin -+ /FontMatrix FontMatrix [1 0 0 1 0 0.05] matrix concatmatrix def -+ end -+ /asciifont exch definefont -+ exch -+ /FDepVector [ 4 2 roll ] def -+ /FontType 0 def -+ /WMode 0 def -+ /FMapType 4 def -+ /FontMatrix matrix def -+ /Encoding [0 1] def -+ /FontBBox {0 0 0 0} def -+ currentdict -+ end -+ }{ -+ pop findfont 0 copyfont -+ } ifelse -+} def -+ -+/slantfont { % FontName slant-degree slantfont font' -+ exch findfont 1 copyfont begin -+ [ 1 0 4 -1 roll 1 0 0 ] FontMatrix exch matrix concatmatrix -+ /FontMatrix exch def -+ currentdict -+ end -+} def -+%%EndProcSet -+ -+% reencodeISO was modified to deal with a composite font correctly. -+% Modifier: Shigeru Chiba (chiba@is.s.u-tokyo.ac.jp) -+% Kazuhiro Kazama (kazama@expert-sun.ntt.jp) -+/reencodeISOa { % CompFontName font reencodeISOb font' -+dup length dict begin -+{ 1 index /FID ne { def }{ pop pop } ifelse } forall -+/Encoding ISOLatin1Encoding def -+currentdict end definefont -+} def -+ -+/reencodeISO { % FontName reencodeISO font -+ dup dup findfont dup /FontType get 0 ne { -+ reencodeISOa -+}{ -+ dup length dict begin { -+ 1 index dup /FID eq { -+ pop pop pop -+ }{ /FDepVector eq { -+ dup length array copy -+ dup dup 0 get 4 index exch reencodeISOa 0 exch put def -+ }{ -+ def -+ } ifelse } ifelse } forall -+ currentdict end definefont -+} ifelse } def -+ -+/ISOLatin1Encoding [ -+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -+/space/exclam/quotedbl/numbersign/dollar/percent/ampersand/quoteright -+/parenleft/parenright/asterisk/plus/comma/minus/period/slash -+/zero/one/two/three/four/five/six/seven/eight/nine/colon/semicolon -+/less/equal/greater/question/at/A/B/C/D/E/F/G/H/I/J/K/L/M/N -+/O/P/Q/R/S/T/U/V/W/X/Y/Z/bracketleft/backslash/bracketright -+/asciicircum/underscore/quoteleft/a/b/c/d/e/f/g/h/i/j/k/l/m -+/n/o/p/q/r/s/t/u/v/w/x/y/z/braceleft/bar/braceright/asciitilde -+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -+/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef/.notdef -+/.notdef/dotlessi/grave/acute/circumflex/tilde/macron/breve -+/dotaccent/dieresis/.notdef/ring/cedilla/.notdef/hungarumlaut -+/ogonek/caron/space/exclamdown/cent/sterling/currency/yen/brokenbar -+/section/dieresis/copyright/ordfeminine/guillemotleft/logicalnot -+/hyphen/registered/macron/degree/plusminus/twosuperior/threesuperior -+/acute/mu/paragraph/periodcentered/cedilla/onesuperior/ordmasculine -+/guillemotright/onequarter/onehalf/threequarters/questiondown -+/Agrave/Aacute/Acircumflex/Atilde/Adieresis/Aring/AE/Ccedilla -+/Egrave/Eacute/Ecircumflex/Edieresis/Igrave/Iacute/Icircumflex -+/Idieresis/Eth/Ntilde/Ograve/Oacute/Ocircumflex/Otilde/Odieresis -+/multiply/Oslash/Ugrave/Uacute/Ucircumflex/Udieresis/Yacute -+/Thorn/germandbls/agrave/aacute/acircumflex/atilde/adieresis -+/aring/ae/ccedilla/egrave/eacute/ecircumflex/edieresis/igrave -+/iacute/icircumflex/idieresis/eth/ntilde/ograve/oacute/ocircumflex -+/otilde/odieresis/divide/oslash/ugrave/uacute/ucircumflex/udieresis -+/yacute/thorn/ydieresis -+] def -+ -+%%BeginSetup -+/Times-Ryumin -+ /Times-Roman /Ryumin-Light-EUC-H compositefont definefont pop -+/Times-Ryumin reencodeISO def -+%%EndSetup -+ - % Simple defs - /inch { 72 mul } def - /mm { 72 mul 25.4 div } def - - % User-defined parameters (with defaults) --/FontName /Times-Roman def -+/FontName /Times-Ryumin def - /RealWidth 8.5 inch def - /RealHeight 11 inch def - /LandScape true def -@@ -52,44 +234,6 @@ - /SetFontHeight { /FontHeight exch def } def - /SetA4Paper { /RealWidth 210 mm def /RealHeight 297 mm def} def - /SetUSLetter { /RealWidth 8.5 inch def /RealHeight 11 inch def } def -- --% Define /ISOLatin1Encoding only if it's not already there. --/ISOLatin1Encoding where { pop save true }{ false } ifelse -- /ISOLatin1Encoding [ -- StandardEncoding 0 45 getinterval aload pop -- /minus -- StandardEncoding 46 98 getinterval aload pop -- /dotlessi /grave /acute /circumflex /tilde /macron /breve /dotaccent -- /dieresis /.notdef /ring /cedilla /.notdef /hungarumlaut /ogonek -- /caron /space /exclamdown /cent /sterling /currency /yen /brokenbar -- /section /dieresis /copyright /ordfeminine /guillemotleft /logicalnot -- /hyphen /registered /macron /degree /plusminus /twosuperior -- /threesuperior /acute /mu /paragraph /periodcentered /cedilla -- /onesuperior /ordmasculine /guillemotright /onequarter /onehalf -- /threequarters /questiondown /Agrave /Aacute /Acircumflex /Atilde -- /Adieresis /Aring /AE /Ccedilla /Egrave /Eacute /Ecircumflex /Edieresis -- /Igrave /Iacute /Icircumflex /Idieresis /Eth /Ntilde /Ograve /Oacute -- /Ocircumflex /Otilde /Odieresis /multiply /Oslash /Ugrave /Uacute -- /Ucircumflex /Udieresis /Yacute /Thorn /germandbls /agrave /aacute -- /acircumflex /atilde /adieresis /aring /ae /ccedilla /egrave /eacute -- /ecircumflex /edieresis /igrave /iacute /icircumflex /idieresis /eth -- /ntilde /ograve /oacute /ocircumflex /otilde /odieresis /divide /oslash -- /ugrave /uacute /ucircumflex /udieresis /yacute /thorn /ydieresis -- ] def --{ restore } if -- --/reencodeISO { %def -- findfont dup length dict -- begin -- { 1 index /FID ne { def }{ pop pop } ifelse } forall -- /Encoding ISOLatin1Encoding def -- currentdict -- end -- definefont pop --} bind def -- --/isoFont FontName reencodeISO --/FontName /isoFont def - - % Compute layout - /ComputeLayout { diff --git a/japanese/ical/files/patch-ab b/japanese/ical/files/patch-ab deleted file mode 100644 index d4e2685501ce..000000000000 --- a/japanese/ical/files/patch-ab +++ /dev/null @@ -1,10 +0,0 @@ ---- itemwindow.tcl.org Wed Jan 31 22:10:06 2001 -+++ itemwindow.tcl Wed Jan 31 22:10:18 2001 -@@ -67,7 +67,6 @@ - -anchor nw\ - -fill [pref itemFg]\ - -font $font\ -- -kanjifont [pref itemKanjiFont]\ - -width 0\ - -text ""\ - -tags [list item $self text.$self click.$self vis.$self]] diff --git a/japanese/ical/files/patch-ac b/japanese/ical/files/patch-ac deleted file mode 100644 index bb8035465cde..000000000000 --- a/japanese/ical/files/patch-ac +++ /dev/null @@ -1,12 +0,0 @@ ---- itemlist.tcl.org Wed Jan 31 22:09:52 2001 -+++ itemlist.tcl Wed Jan 31 22:10:30 2001 -@@ -49,8 +49,7 @@ - bind .$self.display <Triple-1> [list $self null] - - # Tag displays -- .$self.display tag configure -date -font [pref smallHeadingFont]\ -- -kanjifont [pref smallHeadingKanjiFont] -+ .$self.display tag configure -date -font [pref smallHeadingFont] - - # Disallow edits - .$self.display configure -state disabled |