1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Nathive is a libre software image editor, similar to Adobe Photoshop,

Corel Photo-Paint or The GIMP, but focused on usability, logic and
providing a smooth learning curve for everyone. The project run in
the Gnome desktop environment and anyone is welcome to collaborate
on it with code, translations or ideas.

This project is in the alpha phase, so it is an incomplete work,
unfit for the end user yet. The intention is to achieve a professional
graphic editor progressively without giving up initial usability.
Nathive is written from scratch in C using GTK+, and is designed
to be simple, lightweight, and easy to install and use.

WWW: http://www.nathive.org/
This commit is contained in:
Dmitry Marakasov 2008-11-24 13:40:53 +00:00
parent cf7b2a5a6e
commit cb056d2f79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223327
5 changed files with 79 additions and 0 deletions

View File

@ -478,6 +478,7 @@
SUBDIR += multivideo
SUBDIR += mxp
SUBDIR += mypaint
SUBDIR += nathive
SUBDIR += netpbm
SUBDIR += netpbm-devel
SUBDIR += nip2

36
graphics/nathive/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: nathive
# Date created: 24 Nov 2008
# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nathive
PORTVERSION= 0.811
CATEGORIES= graphics
MASTER_SITES= http://www.nathive.org/packages/ \
http://www.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}_${PORTVERSION}_source
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Lightweight image editor
USE_GNOME= pkgconfig glib20 gtk20
NO_WRKSUBDIR= yes
post-patch:
@${REINPLACE_CMD} -e '/define.*PATH/ s|".*"|"${DATADIR}/"|' \
${WRKSRC}/nathive.c
do-build:
cd ${WRKSRC} && \
${CC} ${CFLAGS} `pkg-config --cflags --libs glib-2.0` \
`pkg-config --cflags --libs gtk+-2.0` nathive.c -o nathive
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nathive ${PREFIX}/bin
${MKDIR} ${DATADIR}
cd ${WRKSRC} && \
${COPYTREE_SHARE} "cfg img lang palettes text" ${DATADIR}
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (nathive_0.811_source.tar.gz) = 5909b2a3110dd4cfbde1d54a35cc7320
SHA256 (nathive_0.811_source.tar.gz) = 223fed97ef2152faf858f2a1bfee661d6d6415d408ac29ca4b89a7d5ae5fd042
SIZE (nathive_0.811_source.tar.gz) = 62227

View File

@ -0,0 +1,13 @@
Nathive is a libre software image editor, similar to Adobe Photoshop,
Corel Photo-Paint or The GIMP, but focused on usability, logic and
providing a smooth learning curve for everyone. The project run in
the Gnome desktop environment and anyone is welcome to collaborate
on it with code, translations or ideas.
This project is in the alpha phase, so it is an incomplete work,
unfit for the end user yet. The intention is to achieve a professional
graphic editor progressively without giving up initial usability.
Nathive is written from scratch in C using GTK+, and is designed
to be simple, lightweight, and easy to install and use.
WWW: http://www.nathive.org/

View File

@ -0,0 +1,26 @@
bin/nathive
%%DATADIR%%/cfg/cfg.xml
%%DATADIR%%/img/about.png
%%DATADIR%%/img/brush.png
%%DATADIR%%/img/circle.png
%%DATADIR%%/img/icon.png
%%DATADIR%%/img/mask.png
%%DATADIR%%/img/picker.png
%%DATADIR%%/img/select.png
%%DATADIR%%/img/square.png
%%DATADIR%%/lang/chinese.xml
%%DATADIR%%/lang/english.xml
%%DATADIR%%/lang/german.xml
%%DATADIR%%/lang/hungarian.xml
%%DATADIR%%/lang/polish.xml
%%DATADIR%%/lang/spanish.xml
%%DATADIR%%/palettes/01.xml
%%DATADIR%%/palettes/02.xml
%%DATADIR%%/text/credits
%%DATADIR%%/text/license
@dirrm %%DATADIR%%/text
@dirrm %%DATADIR%%/palettes
@dirrm %%DATADIR%%/lang
@dirrm %%DATADIR%%/img
@dirrm %%DATADIR%%/cfg
@dirrm %%DATADIR%%