- Add gnome-web-photo
GNOME Web Photographer is a tool to generate full-size image files and thumbnails from HTML files and web pages.
This commit is contained in:
parent
a686996a9d
commit
6b84df32e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153375
@ -158,6 +158,7 @@
|
||||
SUBDIR += gforge
|
||||
SUBDIR += glibwww
|
||||
SUBDIR += gnome-user-share
|
||||
SUBDIR += gnome-web-photo
|
||||
SUBDIR += gnuinfo
|
||||
SUBDIR += google-sitemapgen
|
||||
SUBDIR += goose
|
||||
|
34
www/gnome-web-photo/Makefile
Normal file
34
www/gnome-web-photo/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: gnome-web-photo
|
||||
# Date created: 2005-11-30
|
||||
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $MCom: ports/www/gnome-web-photo/Makefile,v 1.1 2005/12/01 06:25:42 ahze Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gnome-web-photo
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1
|
||||
|
||||
MAINTAINER= ahze@FreeBSD.org
|
||||
COMMENT= Tool to generate full-size image files and thumbnails
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GECKO= firefox seamonkey
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
CONFIGURE_ARGS= --with-gecko=${GECKO}
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gnomevfs2 gnomehack
|
||||
GCONF_SCHEMAS= thumbnailer.schemas
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk"
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|libpng|libpng12|' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
www/gnome-web-photo/distinfo
Normal file
3
www/gnome-web-photo/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (gnome-web-photo-0.1.1.tar.bz2) = c89bda316f287adfff532303e7c83b3a
|
||||
SHA256 (gnome-web-photo-0.1.1.tar.bz2) = 1d4ec247e4ae3432c731a15600e9e1a5217fa282945fb036acf6c54bda1355e9
|
||||
SIZE (gnome-web-photo-0.1.1.tar.bz2) = 276791
|
2
www/gnome-web-photo/pkg-descr
Normal file
2
www/gnome-web-photo/pkg-descr
Normal file
@ -0,0 +1,2 @@
|
||||
GNOME Web Photographer is a tool to generate full-size image
|
||||
files and thumbnails from HTML files and web pages.
|
6
www/gnome-web-photo/pkg-plist
Normal file
6
www/gnome-web-photo/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/gnome-web-photo
|
||||
bin/gnome-web-print
|
||||
bin/gnome-web-thumbnail
|
||||
%%DATADIR%%/prefs.js
|
||||
%%DATADIR%%/style.css
|
||||
@dirrm %%DATADIR%%
|
Loading…
Reference in New Issue
Block a user