diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-14 18:33:48 +0800 |
commit | 1b3327761c8bcb98d89b529daeae9600844b4361 (patch) | |
tree | 0be1cd4eb5fec6661da4798906b0d9bd522e794f /biology | |
parent | a65aedbb59fd9dfb33a4633611777da99ec4dcd5 (diff) | |
download | marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.gz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.bz2 marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.lz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.xz marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.tar.zst marcuscom-ports-1b3327761c8bcb98d89b529daeae9600844b4361.zip |
Clean out MarcusCom after the big import into ports.
Next stop, GNOME 2.17.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7799 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'biology')
-rw-r--r-- | biology/gperiodic/Makefile | 54 | ||||
-rw-r--r-- | biology/gperiodic/distinfo | 3 | ||||
-rw-r--r-- | biology/gperiodic/pkg-descr | 5 | ||||
-rw-r--r-- | biology/gperiodic/pkg-plist | 15 |
4 files changed, 0 insertions, 77 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile deleted file mode 100644 index eb9c07912..000000000 --- a/biology/gperiodic/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: gperiodic -# Date created: 16 July 1999 -# Whom: Andrey Zakhvatov -# -# $FreeBSD$ -# $MCom$ - -PORTNAME= gperiodic -PORTVERSION= 2.0.8 -PORTREVISION= 3 -CATEGORIES= biology -MASTER_SITES= http://koti.welho.com/jfrantz/software/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Displays a periodic table of the elements - -USE_XLIB= yes -USE_GNOME= gnomeprefix gtk20 -ALL_TARGET= ${PORTNAME} -USE_GETTEXT= yes -LANGS= da fr pl sv tr - -post-patch: - @${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \ - s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile - -post-build: -.for lang in ${LANGS} - cd ${WRKSRC}/po && msgfmt -f -v -o ${lang}.mo ${lang}.po -.endfor - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gperiodic ${PREFIX}/bin - @${MKDIR} ${PREFIX}/share/gnome/applications - ${INSTALL_DATA} ${WRKSRC}/gperiodic.desktop \ - ${PREFIX}/share/gnome/applications - @${MKDIR} ${PREFIX}/share/gnome/pixmaps - ${INSTALL_DATA} ${WRKSRC}/gperiodic.png \ - ${PREFIX}/share/gnome/pixmaps - ${INSTALL_DATA} ${WRKSRC}/gperiodic-crystal.png \ - ${PREFIX}/share/gnome/pixmaps -.for lang in ${LANGS} - @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES - ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ - ${PREFIX}/share/locale/${lang}/LC_MESSAGES/${PORTNAME}.mo -.endfor -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> diff --git a/biology/gperiodic/distinfo b/biology/gperiodic/distinfo deleted file mode 100644 index a24602329..000000000 --- a/biology/gperiodic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gperiodic-2.0.8.tar.gz) = cfe23eaa21707c2c42bcd6399161ec2e -SHA256 (gperiodic-2.0.8.tar.gz) = c853953ea7149574214572cb61450b3a822010775d086c8bea5abef9e692284c -SIZE (gperiodic-2.0.8.tar.gz) = 125402 diff --git a/biology/gperiodic/pkg-descr b/biology/gperiodic/pkg-descr deleted file mode 100644 index 1fb016161..000000000 --- a/biology/gperiodic/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gperiodic displays a periodic table of the elements, allowing you to -browse through the elements, and view detailed information about each -element. - -WWW: http://koti.welho.com/jfrantz/software/gperiodic.html diff --git a/biology/gperiodic/pkg-plist b/biology/gperiodic/pkg-plist deleted file mode 100644 index eaf00bcb6..000000000 --- a/biology/gperiodic/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -bin/gperiodic -%%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -share/gnome/applications/gperiodic.desktop -share/gnome/pixmaps/gperiodic.png -share/gnome/pixmaps/gperiodic-crystal.png -share/locale/da/LC_MESSAGES/gperiodic.mo -share/locale/fr/LC_MESSAGES/gperiodic.mo -share/locale/pl/LC_MESSAGES/gperiodic.mo -share/locale/sv/LC_MESSAGES/gperiodic.mo -share/locale/tr/LC_MESSAGES/gperiodic.mo -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl |