diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-25 11:37:29 +0800 |
commit | e934b106497f17545e236bb9644bed935cd118ad (patch) | |
tree | 29839e0cbcfadbf35eac8fc26b9ad2afe1301370 /deskutils/rubrica | |
parent | 14c9f603eb5d9868d374e46ac865925da109a838 (diff) | |
download | marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.gz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.bz2 marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.lz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.xz marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.tar.zst marcuscom-ports-e934b106497f17545e236bb9644bed935cd118ad.zip |
Remove these now that they have been committed to the FreeBSD ports tree.
Next stop GNOME 2.21.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9875 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/rubrica')
-rw-r--r-- | deskutils/rubrica/Makefile | 47 | ||||
-rw-r--r-- | deskutils/rubrica/distinfo | 3 | ||||
-rw-r--r-- | deskutils/rubrica/files/patch-rubrica2.schemas.in | 21 | ||||
-rw-r--r-- | deskutils/rubrica/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/rubrica/pkg-plist | 157 |
5 files changed, 0 insertions, 234 deletions
diff --git a/deskutils/rubrica/Makefile b/deskutils/rubrica/Makefile deleted file mode 100644 index c242d36fa..000000000 --- a/deskutils/rubrica/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# New ports collection makefile for: rubrica -# Date created: 27 February 2003 -# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> -# -# $FreeBSD$ -# - -PORTNAME= rubrica -PORTVERSION= 2.0.1 -PORTREVISION= 1 -CATEGORIES= deskutils gnome -MASTER_SITES= ${MASTER_SITE_BERLIOS} -MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= ${PORTNAME}2-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= An addressbook for the GNOME 2 desktop - -USE_BZIP2= yes -USE_GNOME= gconf2 gnomehack gnomeprefix gnometarget libglade2 -USE_GETTEXT= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -GCONF_SCHEMAS= rubrica2.schemas - -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-Wall -g|-Wall|g ; \ - s|-Wmissing-prototypes -g|-Wmissing-prototypes|g ; \ - s|@RUBRICA_FILE_|@FILE_|g' - @${REINPLACE_CMD} -e '/^SUBDIRS/s|doc||g' ${WRKSRC}/Makefile.in - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS CREDITS ChangeLog INSTALL NEWS README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor - @${MKDIR} ${PREFIX}/share/doc/libRAL - ${INSTALL_DATA} ${WRKSRC}/doc/reference/html/*.* \ - ${PREFIX}/share/doc/libRAL -.endif - -.include <bsd.port.mk> diff --git a/deskutils/rubrica/distinfo b/deskutils/rubrica/distinfo deleted file mode 100644 index eb073bc4c..000000000 --- a/deskutils/rubrica/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (rubrica2-2.0.1.tar.bz2) = 94493124d75a9100c3cafabdf89a159f -SHA256 (rubrica2-2.0.1.tar.bz2) = 9147371d28705654ae2742971d344cb9c028ebc6f06869b1bb804b1de39611e1 -SIZE (rubrica2-2.0.1.tar.bz2) = 720152 diff --git a/deskutils/rubrica/files/patch-rubrica2.schemas.in b/deskutils/rubrica/files/patch-rubrica2.schemas.in deleted file mode 100644 index a5507aea8..000000000 --- a/deskutils/rubrica/files/patch-rubrica2.schemas.in +++ /dev/null @@ -1,21 +0,0 @@ ---- rubrica2.schemas.in.orig Thu Aug 16 20:00:44 2007 -+++ rubrica2.schemas.in Thu Sep 6 21:59:36 2007 -@@ -77,7 +77,7 @@ - <key>/schemas/apps/rubrica2/file/load_files</key> - <applyto>/apps/rubrica2/file/load_files</applyto> - <owner>rubrica</owner> -- <type>boolean</type> -+ <type>bool</type> - <default>false</default> - <locale name="C"> - <short>Load addressbooks on startup</short> -@@ -89,7 +89,8 @@ - <applyto>/apps/rubrica2/file/files</applyto> - <owner>rubrica</owner> - <type>list</type> -- <default></default> -+ <list_type>string</list_type> -+ <default>[]</default> - <locale name="C"> - <short>Files that rubrica will open at startup</short> - </locale> diff --git a/deskutils/rubrica/pkg-descr b/deskutils/rubrica/pkg-descr deleted file mode 100644 index e6f7d2644..000000000 --- a/deskutils/rubrica/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Rubrica is an addressbook for Gnome desktop. Rubrica store personal data -(first name, last name,...), web urls and emails, telepnone numbers (home,...), -job data (company name, company address, assigment in company), notes -(contact is married,...) - -WWW: http://rubrica.berlios.de/ diff --git a/deskutils/rubrica/pkg-plist b/deskutils/rubrica/pkg-plist deleted file mode 100644 index 55409be9a..000000000 --- a/deskutils/rubrica/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/rubrica2 -include/libral-1.0/libral/abook.h -include/libral-1.0/libral/address.h -include/libral-1.0/libral/card.h -include/libral-1.0/libral/company.h -include/libral-1.0/libral/contact.h -include/libral-1.0/libral/date.h -include/libral-1.0/libral/error.h -include/libral-1.0/libral/filter.h -include/libral-1.0/libral/group.h -include/libral-1.0/libral/group_box.h -include/libral-1.0/libral/libral.h -include/libral-1.0/libral/lookup.h -include/libral-1.0/libral/manager.h -include/libral-1.0/libral/net.h -include/libral-1.0/libral/notes.h -include/libral-1.0/libral/personal.h -include/libral-1.0/libral/plugin.h -include/libral-1.0/libral/ref.h -include/libral-1.0/libral/rlib.h -include/libral-1.0/libral/telephone.h -include/libral-1.0/libral/timeout.h -include/libral-1.0/libral/types.h -include/libral-1.0/libral/utils.h -include/libral-1.0/libral/work.h -lib/libral/plugins/libcsv.a -lib/libral/plugins/libcsv.la -lib/libral/plugins/libcsv.so -lib/libral/plugins/libcsv.so.1 -lib/libral/plugins/libcsvgmail.a -lib/libral/plugins/libcsvgmail.la -lib/libral/plugins/libcsvgmail.so -lib/libral/plugins/libcsvgmail.so.1 -lib/libral/plugins/librubrica.a -lib/libral/plugins/librubrica.la -lib/libral/plugins/librubrica.so -lib/libral/plugins/librubrica.so.1 -lib/libral/plugins/libvcard.a -lib/libral/plugins/libvcard.la -lib/libral/plugins/libvcard.so -lib/libral/plugins/libvcard.so.1 -lib/libral.a -lib/libral.la -lib/libral.so -lib/libral.so.1 -libdata/pkgconfig/libral.pc -%%PORTDOCS%%share/doc/libRAL/RAbook.html -%%PORTDOCS%%share/doc/libRAL/RAddress.html -%%PORTDOCS%%share/doc/libRAL/RCard.html -%%PORTDOCS%%share/doc/libRAL/RCompanyCard.html -%%PORTDOCS%%share/doc/libRAL/RContact.html -%%PORTDOCS%%share/doc/libRAL/RDate.html -%%PORTDOCS%%share/doc/libRAL/RFilter.html -%%PORTDOCS%%share/doc/libRAL/RGroup.html -%%PORTDOCS%%share/doc/libRAL/RGroupBox.html -%%PORTDOCS%%share/doc/libRAL/RNetAddress.html -%%PORTDOCS%%share/doc/libRAL/RNotes.html -%%PORTDOCS%%share/doc/libRAL/RPersonalCard.html -%%PORTDOCS%%share/doc/libRAL/RPlugin.html -%%PORTDOCS%%share/doc/libRAL/RRef.html -%%PORTDOCS%%share/doc/libRAL/RTelephone.html -%%PORTDOCS%%share/doc/libRAL/RTimeout.html -%%PORTDOCS%%share/doc/libRAL/RWork.html -%%PORTDOCS%%share/doc/libRAL/ch01.html -%%PORTDOCS%%share/doc/libRAL/home.png -%%PORTDOCS%%share/doc/libRAL/index.html -%%PORTDOCS%%share/doc/libRAL/index.sgml -%%PORTDOCS%%share/doc/libRAL/left.png -%%PORTDOCS%%share/doc/libRAL/libRAL-RCsv.html -%%PORTDOCS%%share/doc/libRAL/libRAL-RPluginManager.html -%%PORTDOCS%%share/doc/libRAL/libRAL-RRubrica.html -%%PORTDOCS%%share/doc/libRAL/libRAL-RVCard.html -%%PORTDOCS%%share/doc/libRAL/libRAL-error.html -%%PORTDOCS%%share/doc/libRAL/libRAL-io.html -%%PORTDOCS%%share/doc/libRAL/libRAL-load.html -%%PORTDOCS%%share/doc/libRAL/libRAL-lookup.html -%%PORTDOCS%%share/doc/libRAL/libRAL-rlib.html -%%PORTDOCS%%share/doc/libRAL/libRAL-save.html -%%PORTDOCS%%share/doc/libRAL/libRAL-types.html -%%PORTDOCS%%share/doc/libRAL/libRAL-utils.html -%%PORTDOCS%%share/doc/libRAL/libRAL.devhelp -%%PORTDOCS%%share/doc/libRAL/libRAL.devhelp2 -%%PORTDOCS%%share/doc/libRAL/right.png -%%PORTDOCS%%share/doc/libRAL/style.css -%%PORTDOCS%%share/doc/libRAL/up.png -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/NEWS -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -share/applications/rubrica2.desktop -share/mime-info/rubrica2.keys -share/mime-info/rubrica2.mime -share/pixmaps/rubrica2/16x16/ccare.png -share/pixmaps/rubrica2/16x16/green.png -share/pixmaps/rubrica2/16x16/operator.png -share/pixmaps/rubrica2/24x24/stuffs.png -share/pixmaps/rubrica2/24x24/university.png -share/pixmaps/rubrica2/48x48/all.png -share/pixmaps/rubrica2/48x48/bussines.png -share/pixmaps/rubrica2/48x48/chat.png -share/pixmaps/rubrica2/48x48/contacts.png -share/pixmaps/rubrica2/48x48/customer.png -share/pixmaps/rubrica2/48x48/flame.png -share/pixmaps/rubrica2/48x48/freebsd.png -share/pixmaps/rubrica2/48x48/gnu.png -share/pixmaps/rubrica2/48x48/hobbies.png -share/pixmaps/rubrica2/48x48/keys.png -share/pixmaps/rubrica2/48x48/lock.png -share/pixmaps/rubrica2/48x48/mailbox.png -share/pixmaps/rubrica2/48x48/net.png -share/pixmaps/rubrica2/48x48/notes.png -share/pixmaps/rubrica2/48x48/phone.png -share/pixmaps/rubrica2/48x48/photo.png -share/pixmaps/rubrica2/48x48/puzzle.png -share/pixmaps/rubrica2/48x48/rate1.png -share/pixmaps/rubrica2/48x48/rate2.png -share/pixmaps/rubrica2/48x48/rate3.png -share/pixmaps/rubrica2/48x48/rate4.png -share/pixmaps/rubrica2/48x48/rate5.png -share/pixmaps/rubrica2/48x48/role.png -share/pixmaps/rubrica2/48x48/rubrica.png -share/pixmaps/rubrica2/48x48/search-contact.png -share/pixmaps/rubrica2/48x48/sport.png -share/pixmaps/rubrica2/48x48/strategies.png -share/pixmaps/rubrica2/48x48/tux.png -share/pixmaps/rubrica2/scalable/card_photo.svg -share/pixmaps/rubrica2/scalable/query.svg -share/rubrica2/interface/CompanyCard.glade -share/rubrica2/interface/GroupManager.glade -share/rubrica2/interface/MainWindow.glade -share/rubrica2/interface/Menu.glade -share/rubrica2/interface/MenuTrash.glade -share/rubrica2/interface/PersonalCard.glade -share/rubrica2/interface/Preferences.glade -share/rubrica2/interface/Search.glade -share/rubrica2/interface/logo.png -share/locale/de/LC_MESSAGES/rubrica2.mo -share/locale/it/LC_MESSAGES/rubrica2.mo -share/locale/uk/LC_MESSAGES/rubrica2.mo -@dirrm share/rubrica2/interface -@dirrm share/rubrica2 -@dirrm share/pixmaps/rubrica2/scalable -@dirrm share/pixmaps/rubrica2/48x48 -@dirrm share/pixmaps/rubrica2/24x24 -@dirrm share/pixmaps/rubrica2/22x22 -@dirrm share/pixmaps/rubrica2/16x16 -@dirrm share/pixmaps/rubrica2 -%%PORTDOCS%%@dirrm share/doc/libRAL -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry lib/libral/plugins -@dirrmtry lib/libral -@dirrmtry include/libral-1.0/libral -@dirrmtry include/libral-1.0 -@dirrmtry share/applications |