1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add SHA256

ggiterm port:
- Don't use gmake
- Install ggitem.termcap and add message about it
- Utilize DATADIR
- Bump PORTREVISION

PR:             ports/89280
Submitted by:   Antoine Brodin (maintainer)
This commit is contained in:
Sergey Matveychuk 2005-11-19 19:48:05 +00:00
parent 94af75f882
commit 618ef898cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148800
11 changed files with 21 additions and 5 deletions

View File

@ -1,2 +1,3 @@
MD5 (dosage-1.5.5.tar.gz) = 896a59512e170db697ad78016b1cf59f
SHA256 (dosage-1.5.5.tar.gz) = f9623344462d4932f47dc49108d0dba192e4664cd6793a747ded3eae3dec3b22
SIZE (dosage-1.5.5.tar.gz) = 55960

View File

@ -1,2 +1,3 @@
MD5 (libgii-0.9.2.src.tar.bz2) = cf85e55eb420ecbbbf901dde98b5877a
SHA256 (libgii-0.9.2.src.tar.bz2) = f2fd01fd84faf3c8e706f647bce7422b9a01973faacd1e19d20a95a9221ec466
SIZE (libgii-0.9.2.src.tar.bz2) = 507151

View File

@ -1,2 +1,3 @@
MD5 (libgiigic-1.0.1.src.tar.bz2) = ab294c824a58bc6b2a73428f19540a53
SHA256 (libgiigic-1.0.1.src.tar.bz2) = c36efce9e1213c86784c2ca8ebd75ee455d8d3430f21e7e6feb2d96167ac6583
SIZE (libgiigic-1.0.1.src.tar.bz2) = 297519

View File

@ -1,2 +1,3 @@
MD5 (libggi-2.1.2.src.tar.bz2) = f29e844011425ab14706e31a4cdee181
SHA256 (libggi-2.1.2.src.tar.bz2) = 8e28a68e7f83a88d7ffec0aa8cb3115322ab0d9eb347b6cba34b040b734b767e
SIZE (libggi-2.1.2.src.tar.bz2) = 927254

View File

@ -1,2 +1,3 @@
MD5 (libggigcp-0.9.2.src.tar.bz2) = b99ae02ec479ca9eaf295a97e2789d43
SHA256 (libggigcp-0.9.2.src.tar.bz2) = 7715d3fcc114b9dd9b4f20fbcd1c085e64dfb88375c20a13dff80b8f4da92085
SIZE (libggigcp-0.9.2.src.tar.bz2) = 271046

View File

@ -1,2 +1,3 @@
MD5 (libggimisc-2.1.2.src.tar.bz2) = ab3d4091f8a1eeee0d0ff94780459a38
SHA256 (libggimisc-2.1.2.src.tar.bz2) = 0063544483d3248194d64b2534d7e0d86d8edee2d4a62abd1e95b3c0a2eee562
SIZE (libggimisc-2.1.2.src.tar.bz2) = 225030

View File

@ -1,2 +1,3 @@
MD5 (libggiwmh-0.2.2.src.tar.bz2) = 42f51c7496508f17d524ea1f9b10a0e0
SHA256 (libggiwmh-0.2.2.src.tar.bz2) = fc93cd881658cd2bcae445a9eea97d6cae1bef0a59ba89fda789339b1f367a3f
SIZE (libggiwmh-0.2.2.src.tar.bz2) = 216375

View File

@ -7,6 +7,7 @@
PORTNAME= ggiterm
PORTVERSION= 0.7.1
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ggiterm
@ -17,13 +18,12 @@ COMMENT= A terminal emulator for GGI
LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ggi-prefix=${LOCALBASE}
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
SUB_FILES= pkg-message
OPTIONS= FREETYPE "Build with Freetype support" on
@ -40,10 +40,12 @@ CONFIGURE_ARGS+=--without-freetype
MAN1= ggiterm.1
post-install:
@${INSTALL_DATA} ${WRKSRC}/ggiterm.termcap ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -1,2 +1,3 @@
MD5 (ggiterm-0.7.1.tar.gz) = 4a70de30a012a29c2ba2411ddbd4974d
SHA256 (ggiterm-0.7.1.tar.gz) = 4e64119bc5acee858d6813cb07b3220833418643eb7dbf4f1dfadc7be5f4ab3e
SIZE (ggiterm-0.7.1.tar.gz) = 380467

View File

@ -0,0 +1,5 @@
------------------------------------------------------------------
In order to use the terminal capabilities from ggiterm,
you must set the environment variable TERMPATH to
%%DATADIR%%/ggiterm.termcap:/etc/termcap
------------------------------------------------------------------

View File

@ -1,7 +1,8 @@
bin/ggiterm
%%DOCSDIR%%/AUTHORS
%%DOCSDIR%%/README
share/ggiterm/ggiterm.png
share/ggiterm/ggiterm.svg
%%DATADIR%%/ggiterm.png
%%DATADIR%%/ggiterm.svg
%%DATADIR%%/ggiterm.termcap
@dirrm %%DOCSDIR%%
@dirrm share/ggiterm
@dirrm %%DATADIR%%