mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
This module is used to work with .desktop files. The format of these files is
specified by the freedesktop "Desktp Entry" specification. WWW: http://search.cpan.org/dist/File-DesktopEntry/ PR: ports/98259 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (also ports/98273 by Alexander Botero-Lowry) Approved by: lawrance (mentor, implicit)
This commit is contained in:
parent
dc587b2b2e
commit
704e9d6385
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164595
@ -975,6 +975,7 @@
|
||||
SUBDIR += p5-File-Cache
|
||||
SUBDIR += p5-File-Cat
|
||||
SUBDIR += p5-File-Copy-Recursive
|
||||
SUBDIR += p5-File-DesktopEntry
|
||||
SUBDIR += p5-File-DirSync
|
||||
SUBDIR += p5-File-FTS
|
||||
SUBDIR += p5-File-Find-Rule
|
||||
|
24
devel/p5-File-DesktopEntry/Makefile
Normal file
24
devel/p5-File-DesktopEntry/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# New ports collection makefile for: p5-File-DesktopEntry
|
||||
# Date created: 2006-05-31
|
||||
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= File-DesktopEntry
|
||||
PORTVERSION= 0.02
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../../authors/id/P/PA/PARDUS/${PORTNAME}
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= acardenas@bsd.org.pe
|
||||
COMMENT= Object to handle desktop files
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/File/Spec.pm:${PORTSDIR}/devel/p5-PathTools
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= File::DesktopEntry.3
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-File-DesktopEntry/distinfo
Normal file
3
devel/p5-File-DesktopEntry/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (File-DesktopEntry-0.02.tar.gz) = 9c97efa062c04bcb86a0a6a3707355d1
|
||||
SHA256 (File-DesktopEntry-0.02.tar.gz) = f86aa04b61a9aa38b1c3e911b0708f94ddadf888978e0efb2f32f72b53ff7423
|
||||
SIZE (File-DesktopEntry-0.02.tar.gz) = 5397
|
4
devel/p5-File-DesktopEntry/pkg-descr
Normal file
4
devel/p5-File-DesktopEntry/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This module is used to work with .desktop files. The format of these files is
|
||||
specified by the freedesktop "Desktp Entry" specification.
|
||||
|
||||
WWW: http://search.cpan.org/dist/File-DesktopEntry/
|
5
devel/p5-File-DesktopEntry/pkg-plist
Normal file
5
devel/p5-File-DesktopEntry/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/File/DesktopEntry.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/DesktopEntry/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/File
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/DesktopEntry
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File
|
Loading…
Reference in New Issue
Block a user