mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
LaternaMagica is a single-window image viewer application which is capable of
switching to full-screen mode. LaternaMagica maintains its image list in a window and the user selects which image to display, making it easy to assemble a show from different source directories. WWW: http://gap.nongnu.org/
This commit is contained in:
parent
994784a8e4
commit
49b411e020
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223623
5 changed files with 45 additions and 0 deletions
|
@ -366,6 +366,7 @@
|
|||
SUBDIR += kuickshow
|
||||
SUBDIR += l2p
|
||||
SUBDIR += landscape
|
||||
SUBDIR += laternamagica
|
||||
SUBDIR += lcdtest
|
||||
SUBDIR += lcms
|
||||
SUBDIR += leafpak
|
||||
|
|
24
graphics/laternamagica/Makefile
Normal file
24
graphics/laternamagica/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# New ports collection makefile for: laternamagica
|
||||
# Date created: 30 Nov 2008
|
||||
# Whom: dirk.meyer@dinoex.sub.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= laternamagica
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= graphics gnustep
|
||||
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
||||
MASTER_SITE_SUBDIR= gap
|
||||
DISTNAME= LaternaMagica-${PORTVERSION}
|
||||
|
||||
MAINTAINER= dinoex@FreeBSD.org
|
||||
COMMENT= Image viewer and slideshow application
|
||||
|
||||
USE_GNUSTEP= yes
|
||||
USE_GNUSTEP_PREFIX= yes
|
||||
USE_GNUSTEP_BACK= yes
|
||||
USE_GNUSTEP_BUILD= yes
|
||||
USE_GNUSTEP_INSTALL= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/laternamagica/distinfo
Normal file
3
graphics/laternamagica/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (LaternaMagica-0.1.tar.gz) = 6f1f2a25b4cf54e0fc554b0fc20cf31f
|
||||
SHA256 (LaternaMagica-0.1.tar.gz) = bcb3b7ff9761d21d6d046985bd82bdd8150c8b7c1edfb9c981e3b7fc7516b290
|
||||
SIZE (LaternaMagica-0.1.tar.gz) = 16919
|
6
graphics/laternamagica/pkg-descr
Normal file
6
graphics/laternamagica/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
LaternaMagica is a single-window image viewer application which is capable of
|
||||
switching to full-screen mode. LaternaMagica maintains its image list in a
|
||||
window and the user selects which image to display, making it easy to assemble
|
||||
a show from different source directories.
|
||||
|
||||
WWW: http://gap.nongnu.org/
|
11
graphics/laternamagica/pkg-plist
Normal file
11
graphics/laternamagica/pkg-plist
Normal file
|
@ -0,0 +1,11 @@
|
|||
Local/Applications/LaternaMagica.app/LaternaMagica
|
||||
Local/Applications/LaternaMagica.app/Resources/Info-gnustep.plist
|
||||
Local/Applications/LaternaMagica.app/Resources/LaternaMagica.desktop
|
||||
Local/Applications/LaternaMagica.app/Resources/LaternaMagica.gorm/data.classes
|
||||
Local/Applications/LaternaMagica.app/Resources/LaternaMagica.gorm/data.info
|
||||
Local/Applications/LaternaMagica.app/Resources/LaternaMagica.gorm/objects.gorm
|
||||
Local/Applications/LaternaMagica.app/stamp.make
|
||||
Local/Tools/LaternaMagica
|
||||
@dirrm Local/Applications/LaternaMagica.app/Resources/LaternaMagica.gorm
|
||||
@dirrm Local/Applications/LaternaMagica.app/Resources
|
||||
@dirrm Local/Applications/LaternaMagica.app
|
Loading…
Add table
Reference in a new issue