aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-2-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2003-04-19 09:47:29 +0800
committermaho <maho@FreeBSD.org>2003-04-19 09:47:29 +0800
commitfc0ea7bb4f979ddd1a1481d8428636008e87144d (patch)
treecb5ee0c3d82a5c5c0a9482cb30a4ac052b6e0ca9 /editors/openoffice.org-2-devel
parentc57f30d1e842f07bf80449cf45c12959df45cd11 (diff)
downloadfreebsd-ports-graphics-fc0ea7bb4f979ddd1a1481d8428636008e87144d.tar.gz
freebsd-ports-graphics-fc0ea7bb4f979ddd1a1481d8428636008e87144d.tar.zst
freebsd-ports-graphics-fc0ea7bb4f979ddd1a1481d8428636008e87144d.zip
1. Correct include path for instsetoo/util/openoffice.lst
Without it, licensing terms are not copied and installation fails for some localizd build. (affects patch-instsetoo+util+openoffice.lst and Makefile) 2. Added CJK Word 95/6.0/RTF import feature (Other patches) 3. Bump port revision By Takashi Ono <t_ono@hkfreak.net>
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r--editors/openoffice.org-2-devel/Makefile2
-rw-r--r--editors/openoffice.org-2-devel/files/patch-instsetoo+util+openoffice.lst10
-rw-r--r--editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+rtfitem.cxx24
-rw-r--r--editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+svxrtf.cxx19
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.cxx161
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.hxx10
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par.cxx38
-rw-r--r--editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par6.cxx25
8 files changed, 288 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-devel/Makefile b/editors/openoffice.org-2-devel/Makefile
index 79351770f73..3437495ba61 100644
--- a/editors/openoffice.org-2-devel/Makefile
+++ b/editors/openoffice.org-2-devel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= openoffice
PORTVERSION= 644
+PORTREVISION= 1
SNAPDATE= 20030412
CATEGORIES+= editors
MASTER_SITES+= http://projects.imp.ch/openoffice/%SUBDIR%/ \
@@ -523,7 +524,6 @@ pre-install:
-e 's#%%PORTVERSION%%#${BUILD_NR}#g' \
${WRKSRC}/../instsetoo/unxfbsd.pro/${LANG_EXT}/normal/oo_setup.resp
@${MKDIR} -p ${WRKSRC}/../solver/644/unxfbsd.pro/bin/${LANG_EXT}/osl/
- @${CP} ${WRKSRC}/../solver/644/unxfbsd.pro/bin/01/osl/* ${WRKSRC}/../solver/644/unxfbsd.pro/bin/${LANG_EXT}/osl/
do-install:
.if !defined(DISPLAY)
diff --git a/editors/openoffice.org-2-devel/files/patch-instsetoo+util+openoffice.lst b/editors/openoffice.org-2-devel/files/patch-instsetoo+util+openoffice.lst
new file mode 100644
index 00000000000..633d2257042
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-instsetoo+util+openoffice.lst
@@ -0,0 +1,10 @@
+--- ../instsetoo/util/openoffice.lst.orig Sat Feb 1 00:38:02 2003
++++ ../instsetoo/util/openoffice.lst Thu Apr 17 22:55:06 2003
+@@ -9,6 +9,6 @@
+ active 1
+ compression 5
+ script setup_osl
+- include .,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/bin.{minor}/$(LANG),{solarpath}/bin.{minor}/$(LANG)/osl,{solarpath}/bin.{minor}/01/,{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},{solarcommonpath}/bin.{minor},{solarcommonpath}/bin.{minor}/$(LANG),{solarpath}/bin.{minor}/$(LANG)/osl,{solarcommonpath}/bin.{minor}/$(LANG)/fat,{solarcommonpath}/bin.{minor}/01/,{solarcommonpath}/pck.{minor}/openoffice,{solarcommonpath}/pck.{minor},{solarcommonpath}/xml.{minor}/office/instance,{solarcommonpath}/xml,../../external/common,.
++ include .,{solarpath}/bin.{minor}/osl,{solarpath}/bin.{minor},{solarpath}/lib.{minor},{solarpath}/bin.{minor}/$(LANG),{solarpath}/bin.{minor}/$(LANG)/osl,{solarpath}/pck.{minor}/openoffice,{solarpath}/pck.{minor},{solarpath}/xml.{minor}/office/instance,{solarpath}/xml.{minor},{solarcommonpath}/bin.{minor},{solarcommonpath}/bin.{minor}/$(LANG),{solarcommonpath}/bin.{minor}/$(LANG)/osl,{solarcommonpath}/bin.{minor}/$(LANG)/fat,{solarpath}/bin.{minor}/01/,{solarpath}/bin.{minor}/01/osl/,{solarcommonpath}/bin.{minor}/01/,{solarcommonpath}/pck.{minor}/openoffice,{solarcommonpath}/pck.{minor},{solarcommonpath}/xml.{minor}/office/instance,{solarcommonpath}/xml,../../external/common,.
+ }
+ }
diff --git a/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+rtfitem.cxx b/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+rtfitem.cxx
new file mode 100644
index 00000000000..5ebcaf8e27b
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+rtfitem.cxx
@@ -0,0 +1,24 @@
+--- ../svx/source/svrtf/rtfitem.cxx.orig Thu Apr 17 22:50:50 2003
++++ ../svx/source/svrtf/rtfitem.cxx Thu Apr 17 23:40:15 2003
+@@ -285,11 +285,20 @@
+ }
+ else
+ {
+- if( LOW_CHARTYPE == eType || HIGH_CHARTYPE == eType )
++// if( LOW_CHARTYPE == eType || HIGH_CHARTYPE == eType ) //Takashi Ono for CJK
++ if( LOW_CHARTYPE == eType )
+ {
+ if( *pNormal )
+ {
+ rItem.SetWhich( *pNormal );
++ rSet.Put( rItem );
++ }
++ }
++ else if( HIGH_CHARTYPE == eType )
++ {
++ if( *pCTL )
++ {
++ rItem.SetWhich( *pCTL );
+ rSet.Put( rItem );
+ }
+ }
diff --git a/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+svxrtf.cxx b/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+svxrtf.cxx
new file mode 100644
index 00000000000..6d07a8f4d6f
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-svx+source+svrtf+svxrtf.cxx
@@ -0,0 +1,19 @@
+--- ../svx/source/svrtf/svxrtf.cxx.orig 2003-01-17 22:27:36.000000000 +0900
++++ ../svx/source/svrtf/svxrtf.cxx 2003-04-06 00:37:52.000000000 +0900
+@@ -583,8 +583,14 @@
+
+ case RTF_FCHARSET:
+ if( -1 != nTokenValue )
+- pFont->SetCharSet( rtl_getTextEncodingFromWindowsCharset(
+- (BYTE)nTokenValue ) );
++ {
++// pFont->SetCharSet( rtl_getTextEncodingFromWindowsCharset(
++// (BYTE)nTokenValue ) );
++ CharSet nCharSet =
++ rtl_getTextEncodingFromWindowsCharset( (BYTE)nTokenValue );
++ pFont->SetCharSet( nCharSet );
++ SetEncoding( nCharSet ); //Takashi Ono
++ }
+ break;
+
+ case RTF_FPRQ:
diff --git a/editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.cxx b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.cxx
new file mode 100644
index 00000000000..03f0d8bd8b5
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.cxx
@@ -0,0 +1,161 @@
+--- ../sw/source/filter/rtf/swparrtf.cxx.orig Thu Apr 17 22:51:18 2003
++++ ../sw/source/filter/rtf/swparrtf.cxx Thu Apr 17 22:59:27 2003
+@@ -3120,10 +3120,156 @@
+ SetSwgValues( rCollSet );
+ }
+
++//Takashi Ono for CJK
++String SwRTFParser::XlateFmtColName( const String &rName )
++{
++#define RES_NONE RES_POOLCOLL_DOC_END
++
++ static const RES_POOL_COLLFMT_TYPE aArr[]={
++ RES_POOLCOLL_STANDARD, RES_POOLCOLL_HEADLINE1, RES_POOLCOLL_HEADLINE2,
++ RES_POOLCOLL_HEADLINE3, RES_POOLCOLL_HEADLINE4, RES_POOLCOLL_HEADLINE5,
++ RES_POOLCOLL_HEADLINE6, RES_POOLCOLL_HEADLINE7, RES_POOLCOLL_HEADLINE8,
++ RES_POOLCOLL_HEADLINE9,
++
++ RES_POOLCOLL_TOX_IDX1, RES_POOLCOLL_TOX_IDX2, RES_POOLCOLL_TOX_IDX3,
++ RES_NONE, RES_NONE, RES_NONE, RES_NONE, RES_NONE, RES_NONE,
++ RES_POOLCOLL_TOX_CNTNT1,
++
++ RES_POOLCOLL_TOX_CNTNT2, RES_POOLCOLL_TOX_CNTNT3, RES_POOLCOLL_TOX_CNTNT4,
++ RES_POOLCOLL_TOX_CNTNT5, RES_POOLCOLL_TOX_CNTNT6, RES_POOLCOLL_TOX_CNTNT7,
++ RES_POOLCOLL_TOX_CNTNT8, RES_POOLCOLL_TOX_CNTNT9,
++ RES_NONE, RES_POOLCOLL_FOOTNOTE,
++
++ RES_NONE, RES_POOLCOLL_HEADER, RES_POOLCOLL_FOOTER, RES_POOLCOLL_TOX_IDXH,
++ RES_NONE, RES_NONE, RES_POOLCOLL_JAKETADRESS, RES_POOLCOLL_SENDADRESS,
++ RES_NONE, RES_NONE,
++
++ RES_NONE, RES_NONE, RES_NONE, RES_POOLCOLL_ENDNOTE, RES_NONE, RES_NONE, RES_NONE,
++ RES_POOLCOLL_LISTS_BEGIN, RES_NONE, RES_NONE,
++
++ RES_NONE, RES_NONE, RES_NONE, RES_NONE, RES_NONE,
++ RES_NONE, RES_NONE, RES_NONE, RES_NONE, RES_NONE,
++
++ RES_NONE,RES_NONE, RES_POOLCOLL_DOC_TITEL, RES_NONE, RES_POOLCOLL_SIGNATURE, RES_NONE,
++ RES_POOLCOLL_TEXT, RES_POOLCOLL_TEXT_MOVE, RES_NONE, RES_NONE,
++
++ RES_NONE, RES_NONE, RES_NONE, RES_NONE, RES_POOLCOLL_DOC_SUBTITEL };
++ static const sal_Char *stiName[] = {
++ "Normal",
++ "heading 1",
++ "heading 2",
++ "heading 3",
++ "heading 4",
++ "heading 5",
++ "heading 6",
++ "heading 7",
++ "heading 8",
++ "heading 9",
++ "index 1",
++ "index 2",
++ "index 3",
++ "index 4",
++ "index 5",
++ "index 6",
++ "index 7",
++ "index 8",
++ "index 9",
++ "toc 1",
++ "toc 2",
++ "toc 3",
++ "toc 4",
++ "toc 5",
++ "toc 6",
++ "toc 7",
++ "toc 8",
++ "toc 9",
++ "Normal Indent",
++ "footnote text",
++ "annotation text",
++ "header",
++ "footer",
++ "index heading",
++ "caption",
++ "table of figures",
++ "envelope address",
++ "envelope return",
++ "footnote reference",
++ "annotation reference",
++ "line number",
++ "page number",
++ "endnote reference",
++ "endnote text",
++ "table of authorities",
++ "macro",
++ "toa heading",
++ "List",
++ "List Bullet",
++ "List Number",
++ "List 2",
++ "List 3",
++ "List 4",
++ "List 5",
++ "List Bullet 2",
++ "List Bullet 3",
++ "List Bullet 4",
++ "List Bullet 5",
++ "List Number 2",
++ "List Number 3",
++ "List Number 4",
++ "List Number 5",
++ "Title",
++ "Closing",
++ "Signature",
++ "Default Paragraph Font",
++ "Body Text",
++ "Body Text Indent",
++ "List Continue",
++ "List Continue 2",
++ "List Continue 3",
++ "List Continue 4",
++ "List Continue 5",
++ "Message Header",
++ "Subtitle",
++ };
++
++
++ ASSERT( ( sizeof( aArr ) / sizeof( RES_POOL_COLLFMT_TYPE ) == 75 ),
++ "Style-UEbersetzungstabelle hat falsche Groesse" );
++ ASSERT( ( sizeof( stiName ) / sizeof( *stiName ) == 75 ),
++ "Style-UEbersetzungstabelle hat falsche Groesse" );
++
++ RES_POOL_COLLFMT_TYPE nId = RES_NONE;
++
++ for (int i = 0; i < sizeof( stiName ) / sizeof( *stiName ); i++)
++ {
++ if ( rName == String( stiName[i], RTL_TEXTENCODING_MS_1252 ) )
++ {
++ nId = aArr[i];
++ break;
++ }
++ }
++ USHORT nResId;
++ if( RES_POOLCOLL_TEXT_BEGIN <= nId && nId < RES_POOLCOLL_TEXT_END )
++ nResId = RC_POOLCOLL_TEXT_BEGIN - RES_POOLCOLL_TEXT_BEGIN;
++ else if (RES_POOLCOLL_LISTS_BEGIN <= nId && nId < RES_POOLCOLL_LISTS_END)
++ nResId = RC_POOLCOLL_LISTS_BEGIN - RES_POOLCOLL_LISTS_BEGIN;
++ else if (RES_POOLCOLL_EXTRA_BEGIN <= nId && nId < RES_POOLCOLL_EXTRA_END)
++ nResId = RC_POOLCOLL_EXTRA_BEGIN - RES_POOLCOLL_EXTRA_BEGIN;
++ else if (RES_POOLCOLL_REGISTER_BEGIN <= nId && nId < RES_POOLCOLL_REGISTER_END)
++ nResId = RC_POOLCOLL_REGISTER_BEGIN - RES_POOLCOLL_REGISTER_BEGIN;
++ else if (RES_POOLCOLL_DOC_BEGIN <= nId && nId < RES_POOLCOLL_DOC_END)
++ nResId = RC_POOLCOLL_DOC_BEGIN - RES_POOLCOLL_DOC_BEGIN;
++ else if (RES_POOLCOLL_HTML_BEGIN <= nId && nId < RES_POOLCOLL_HTML_END)
++ nResId = RC_POOLCOLL_HTML_BEGIN - RES_POOLCOLL_HTML_BEGIN;
++ return String( ResId( nResId + nId, pSwResMgr ) );
++}
++
+ SwTxtFmtColl* SwRTFParser::MakeStyle( USHORT nNo, const SvxRTFStyleType& rStyle )
+ {
+- int bCollExist;
+- SwTxtFmtColl* pColl = MakeColl( rStyle.sName, USHORT(nNo),
++ int bCollExist;
++// SwTxtFmtColl* pColl = MakeColl( rStyle.sName, USHORT(nNo), //Takashi Ono for CJK
++ SwTxtFmtColl* pColl = MakeColl( XlateFmtColName( rStyle.sName ),
++ USHORT(nNo),
+ rStyle.nOutlineNo, bCollExist );
+ aTxtCollTbl.Insert( nNo, pColl );
+
diff --git a/editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.hxx b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.hxx
new file mode 100644
index 00000000000..2a690d3de0d
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+rtf+swparrtf.hxx
@@ -0,0 +1,10 @@
+--- ../sw/source/filter/rtf/swparrtf.hxx.orig Fri Feb 7 01:29:41 2003
++++ ../sw/source/filter/rtf/swparrtf.hxx Thu Apr 17 22:57:18 2003
+@@ -360,6 +360,7 @@
+ void SetStyleAttr( SfxItemSet& rCollSet,
+ const SfxItemSet& rStyleSet,
+ const SfxItemSet& rDerivedSet );
++ String XlateFmtColName( const String &rName ); //Takashi Ono for CJK
+ SwTxtFmtColl* MakeStyle( USHORT nNo, const SvxRTFStyleType& rStyle );
+ SwCharFmt* MakeCharStyle( USHORT nNo, const SvxRTFStyleType& rStyle );
+ void MakeStyleTab();
diff --git a/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par.cxx b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par.cxx
new file mode 100644
index 00000000000..793e8488f12
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par.cxx
@@ -0,0 +1,38 @@
+--- ../sw/source/filter/ww8/ww8par.cxx.orig 2003-02-07 01:34:02.000000000 +0900
++++ ../sw/source/filter/ww8/ww8par.cxx 2003-04-10 07:04:46.000000000 +0900
+@@ -1558,11 +1558,20 @@
+ if (bVer67)
+ {
+ sal_Char aTest[2];
+- aTest[0] = (nUCode & 0xFF00) >> 8;
+- aTest[1] = (nUCode & 0x00FF);
+- String aTemp(aTest, 2, eSrcCharSet);
+- ASSERT(aTemp.Len() == 1, "so much for that theory");
+- *pWork = aTemp.GetChar(0);
++ if (nUCode >= 0x3000)
++ {
++ aTest[0] = (nUCode & 0xFF00) >> 8;
++ aTest[1] = (nUCode & 0x00FF);
++ String aTemp(aTest, 2, eSrcCharSet);
++ ASSERT(aTemp.Len() == 1, "so much for that theory");
++ *pWork = aTemp.GetChar(0);
++ }
++ else
++ {
++ aTest[0] = (nUCode & 0x00FF);
++ String aTemp(aTest, 1, eSrcCharSet);
++ *pWork = aTemp.GetChar(0);
++ }
+ }
+ else
+ *pWork = nUCode;
+@@ -3099,7 +3108,8 @@
+ {
+ case 6:
+ case 7:
+- if ( (0xa5dc != nMagic) && (0xa699 != nMagic) )
++ //if ( (0xa5dc != nMagic) && (0xa699 != nMagic) ) //Takashi Ono
++ if ( (0xa5dc != nMagic) && ( (0xa697 > nMagic) || (0xa699 < nMagic) ) )
+ {
+ //JP 06.05.99: teste auf eigenen 97-Fake!
+ if (pStg && 0xa5ec == nMagic)
diff --git a/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par6.cxx b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par6.cxx
new file mode 100644
index 00000000000..1ff350ab77e
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-sw+source+filter+ww8+ww8par6.cxx
@@ -0,0 +1,25 @@
+--- ../sw/source/filter/ww8/ww8par6.cxx.orig 2003-02-07 01:36:16.000000000 +0900
++++ ../sw/source/filter/ww8/ww8par6.cxx 2003-04-06 08:56:40.000000000 +0900
+@@ -3352,9 +3352,11 @@
+ nId = RES_CHRATR_CTL_FONT;
+ break;
+ case 93:
++ case 111:
+ case 0x4a4f:
+ nId = RES_CHRATR_FONT;
+ break;
++ case 112:
+ case 0x4a50:
+ nId = RES_CHRATR_CJK_FONT;
+ break;
+@@ -4830,8 +4832,8 @@
+ //percentage to grow hps short
+ {110, (FNReadRecord)0}, //"sprmCCondHyhen", chp.ysri
+ //ysri short
+- {111, (FNReadRecord)0}, //"??111",
+- {112, (FNReadRecord)0}, //"??112",
++ {111, &SwWW8ImplReader::Read_FontCode}, //ww7 font
++ {112, &SwWW8ImplReader::Read_FontCode}, //ww7 CJK font
+ {113, &SwWW8ImplReader::Read_FontCode}, //ww7 rtl font
+ {114, (FNReadRecord)0}, //"??114",
+ {115, &SwWW8ImplReader::Read_TxtColor}, //ww7 rtl colour ?
/td>-5/+0 * Add anope 1.6.2, a set of IRC services for IRC networks.mat2004-04-307-0/+559 * Unbreak: mat@ fixed the dependency causing the build-errors on -STABLE.vs2004-04-301-6/+1 * Fix perl 5.005mat2004-04-301-1/+9 * Update to 0.77.2: some config names changed (see ChangeLog); new LogToIRClinimon2004-04-304-20/+35 * fix plist.alfred2004-04-301-1/+10 * Update to 0.54mich2004-04-293-3/+5 * upgrade to 8.8 which works with perl versions <5.8alfred2004-04-292-3/+3 * remove ports had not catch up with bsd.emacs.mk update. Now *-xemacs21-muleyoichi2004-04-293-37/+0 * miau (fluffy little fellow), yet another IRC bouncereik2004-04-295-0/+70 * Update to 8.7:alfred2004-04-292-3/+3 * back out the change made without approval under ports freeze periodyoichi2004-04-233-0/+37 * Remove {irchat-pj,pure}-xemacs-devel-muleyoichi2004-04-221-2/+0 * remove ports had not catch up with bsd.emacs.mk update. Now *-xemacs21-muleyoichi2004-04-222-35/+0 * USE_RC_SUBR.knu2004-04-203-22/+27 * Oops, remove unused lines.knu2004-04-201-2/+0 * Update to 1.0.35, unbreak for 5.x and USE_RC_SUBR.knu2004-04-209-66/+421 * Strip binariesarved2004-04-191-0/+6 * - Change maintainer's emailkrion2004-04-161-1/+1 * update from 8.3 to 8.6.alfred2004-04-152-3/+3 * Tidy up whitespace.trevor2004-04-112-2/+2 * Trim whitespace.trevor2004-04-112-2/+0 * This port requires Python 2.3+.perky2004-04-081-1/+1 * - move config.rpath copy from post-patch to pre-configure since gettextclement2004-04-062-2/+2 * Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-0513-6/+13 * - Update to version 0.6krion2004-04-052-4/+4 * - remove obsolete patchesdinoex2004-04-042-20/+0 * - update to 1.2b28 (stable version)dinoex2004-04-034-19/+24 * - Update to 0.85apav2004-04-024-6/+8 * Remove category pkg/COMMENT files in favour of a COMMENT variable in thekris2004-04-022-1/+2 * Update to 1.04bgsutter2004-04-014-22/+8 * Make the default config conform to RFC1122 (no public away messages).eivind2004-03-314-2/+24 * Add a file that was missing here.erwin2004-03-311-0/+1 * SIZEify (maintainer timeout)trevor2004-03-3130-0/+35 * Install configuration files as samples and adjust pkg-messageerwin2004-03-313-2/+16 * - Use USE_ICONV knobkrion2004-03-312-4/+2 * Fix plist[1]arved2004-03-302-1/+19 * - Update to 2.10.3p6pav2004-03-293-15/+4 * Add undernet-ircu, an IRC daemon used by Undernet network.pav2004-03-295-0/+146 * - SIZEifymarkus2004-03-292-0/+2 * - SIZEifymarkus2004-03-282-0/+2 * Update to 1.1arved2004-03-287-369/+36 * - Update to version 20040216krion2004-03-283-6/+8 * - Runtime fixes for ruby-1.8pav2004-03-2810-21/+221 * Add size data.trevor2004-03-261-0/+1 * In case muh is compiled with IPv6 support, it doesn't work at all with IPv4oliver2004-03-261-1/+4 * - Reset maintainer to ports@FreeBSD.org, thank you Anders forkrion2004-03-251-1/+1 * - Update to version 2.0krion2004-03-238-34/+64 * Add SIZE data.knu2004-03-226-0/+6 * Build only the shared library with -fPICarved2004-03-222-1/+11 * Update to 2.0.8. The Perl plug-in now requires Perl 5.6.0 or later.marcus2004-03-226-10/+16 * - add comments about tk84 problmesdinoex2004-03-211-0/+2 * Reset undeliverable maintainer addresskris2004-03-211-1/+1 * SIZEifyerwin2004-03-201-0/+1 * BROKEN on amd64: Does not compilekris2004-03-192-1/+11 * Chase the gnutls shared lib version.marcus2004-03-192-2/+2 * Add size data.trevor2004-03-193-0/+3 * Add size data, approved by maintainers.trevor2004-03-198-0/+10 * Add SIZE.vanilla2004-03-192-0/+2 * Add SIZEarved2004-03-181-0/+4 * - Add SIZE to GNOME portspav2004-03-182-0/+2 * - Add SIZEpav2004-03-181-0/+1 * - SIZE'ifykrion2004-03-181-0/+1 * Add SIZE data.perky2004-03-181-0/+1 * E-mail to the maintainer bounced:trevor2004-03-181-1/+1 * E-mail to the maintainer bounced:trevor2004-03-181-1/+1 * Add size data.trevor2004-03-181-0/+1 * SIZEify.trevor2004-03-182-0/+2 * Add kwirc 0.1.0,markus2004-03-175-0/+107 * Add irssistats 0.51, generate IRC statistics based on irssi logs.petef2004-03-156-0/+104 * Now that the SIZE thing has stabilized, add it to the ports I maintain.dougb2004-03-141-0/+1 * This is broken globally.kris2004-03-131-5/+1 * Reset maintainership to ports@ (I no longer use irc software).ale2004-03-132-2/+2 * - Add info to install PySQLite port in order to use somekrion2004-03-121-1/+6 * Add py-supybot 0.77.0,krion2004-03-106-0/+413 * Set -fPIC only on some selected files.ale2004-03-102-1/+15 * - Update to 5.0.23 releaseale2004-03-103-29/+48 * - Update to version 1.4.0krion2004-03-082-10/+10 * BROKEN on amd64 and ia64: Does not compile (missing -fPIC)kris2004-03-071-1/+7 * - Update to version 2.6.1krion2004-03-057-25/+63 * - add autoresume patchdinoex2004-03-042-0/+19 * Fix bento build by adding a dependency to automake.knu2004-03-021-5/+2 * - Update to version 1.3.0krion2004-03-012-3/+3 * - Fix build on 5.xkrion2004-02-284-2/+44 * - add SIZEdinoex2004-02-261-0/+1 * - Update to 0.9.84 (and unbreak)pav2004-02-249-74/+116 * Change my email address.markus2004-02-242-2/+2 * Update to 0.84.nobutaka2004-02-224-16/+18 * Remove the ircatlite port, which has not been updated in >4 years.kris2004-02-225-70/+0 * Reset bouncing maintainer addresskris2004-02-221-1/+1 * This is broken on 4.x as well. This port will be removed on April 21 if itkris2004-02-221-7/+5 * BROKEN on 4.x: does not buildkris2004-02-221-0/+4 * - Fix DEPENDSkrion2004-02-191-2/+2 * - Update to version 1.2.8krion2004-02-172-3/+3 * - Use PLIST_FILES/PLIST_DIRSkrion2004-02-173-14/+16 * Import icbirc 1.6.naddy2004-02-155-0/+56 * Update to 0.3.2: lots of bugfixes, many of which do not apply to FreeBSD.linimon2004-02-114-6/+35 * Add WeeChat 0.0.5.clement2004-02-099-0/+99 * - Unbreak on -currnet.vanilla2004-02-094-32/+48 * USE_SIZEifylioux2004-02-082-0/+2 * - Update to version 0.7.7krion2004-02-082-4/+3 * BROKEN on 5.x: does not compilekris2004-02-072-0/+8 * BROKEN on 5.x: Does not installkris2004-02-071-1/+7 * BROKEN on 5.x: Does not compilekris2004-02-071-1/+7 * BROKEN on 5.x: configure failskris2004-02-071-1/+7 * Use PLIST_FILES (bento-tested, marcus-reviewed).trevor2004-02-066-3/+3 * Update to -> 0.51mich2004-02-062-2/+3 * Add WANT_GNOME to fix make index.marcus2004-02-041-0/+1 * Set USE_GTK before bsd.port.pre.mk to fix make index.marcus2004-02-041-1/+2 * Set {WANT,USE}_GNOME correctly to make these ports compatible with the newmarcus2004-02-042-0/+4 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-0431-8/+31 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-044-9/+12 * - Fix build on amd64 (-fPIC)pav2004-02-031-1/+1 * - Update to version 1.2.6krion2004-02-022-2/+3 * - Fix plist and bump PORTREVISIONkrion2004-01-312-9/+13 * - SIZEifykrion2004-01-302-1/+3 * Fix BROKEN.erwin2004-01-304-41/+25 * Rename patch files.erwin2004-01-309-23/+70 * SIZEify.trevor2004-01-2911-0/+11 * Now gettext 0.12.1 is gettext-old.trevor2004-01-244-4/+4 * we don't really need irssi to run.alfred2004-01-231-1/+0 * Change maintainer addresserwin2004-01-221-1/+1 * #Disable Options stuff, yes, it helps to read ports@ before committing.arved2004-01-201-9/+9 * Attempt to use the new OPTIONS featurearved2004-01-201-13/+25 * - Respect CFLAGS and PTHREAD_LIBSclement2004-01-182-6/+10 * Switch to my @FreeBSD.org email address.ale2004-01-184-4/+4 * Update to 8.3:alfred2004-01-182-2/+2 * - Remove duplicated buggy --prefixclement2004-01-182-2/+2 * Fix runtime dependency on p5-Term-ANSIColor.edwin2004-01-171-1/+1 * mkdir -p the script location so the package will build.alfred2004-01-141-0/+1 * update to 8.2:alfred2004-01-142-2/+2 * Readd kvirc 3.0.0 beta2arved2004-01-14