Leaftag is a library and set of utilities for tagging files on the desktop.

tagutils is the primary way of tagging files from the command line.
It can tag, untag, display a list of known tags, manipulate tag properties,
and show files belonging to a tag.

Project homepage:
WWW: http://www.chipx86.com/wiki/Leaftag

PR:		ports/98118
Submitted by:	Khairil Yusof <kaeru@inigo-tech.com>
This commit is contained in:
Ion-Mihai Tetcu 2006-07-02 10:45:16 +00:00
parent 8298073292
commit 96c6b7ba19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166752
5 changed files with 43 additions and 0 deletions

View File

@ -141,6 +141,7 @@
SUBDIR += sunbird
SUBDIR += superkaramba-lwp
SUBDIR += superswitcher
SUBDIR += tagutils
SUBDIR += taskjuggler
SUBDIR += taskstep
SUBDIR += teapot

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: tagutils
# Date Created: 24 May 2006
# Whom: Khairil Yusof <kaeru@inigo-tech.com>
#
# $FreeBSD$
#
PORTNAME= tagutils
PORTVERSION= 0.3.0
CATEGORIES= deskutils
MASTER_SITES= http://releases.chipx86.com/leaftag/tagutils/
MAINTAINER= kaeru@inigo-tech.com
COMMENT= A command line tool for tagging files
LIB_DEPENDS= leaftag.0:${PORTSDIR}/devel/libleaftag
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack glib20 pkgconfig
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (tagutils-0.3.0.tar.gz) = 7982695e411f6ba558080cbefe5a7940
SHA256 (tagutils-0.3.0.tar.gz) = 0d12dc57d7e49bddf835f233d2a0726e0c0ca5a5dafbcbb62bec7c93a41dae10
SIZE (tagutils-0.3.0.tar.gz) = 151036

View File

@ -0,0 +1,8 @@
Leaftag is a library and set of utilities for tagging files on the desktop.
tagutils is the primary way of tagging files from the command line.
It can tag, untag, display a list of known tags, manipulate tag properties,
and show files belonging to a tag.
Project homepage:
WWW: http://www.chipx86.com/wiki/Leaftag

View File

@ -0,0 +1,6 @@
bin/tag
bin/tagls
bin/tagprop
bin/tags
bin/tagutils
bin/untag