@bin and common directories
This commit is contained in:
parent
beddd9ae2c
commit
7aa9f959ca
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2014/11/01 21:17:57 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
COMMENT= converter to/from base64 encoding
|
||||
|
||||
DISTNAME= base64-1.5
|
||||
CATEGORIES= converters
|
||||
REVISION = 0
|
||||
|
||||
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/08/06 16:06:03 espie Exp $
|
||||
bin/base64
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/05/15 11:05:43 espie Exp $
|
||||
@bin bin/base64
|
||||
@man man/man1/base64.1
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.20 2015/01/22 18:41:16 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.21 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
COMMENT= encode/decode binary to printable ASCII
|
||||
|
||||
DISTNAME= btoa-5.2
|
||||
PKGNAME= btoa-5.2.1
|
||||
CATEGORIES= converters
|
||||
REVISION = 0
|
||||
|
||||
PERMIT_PACKAGE_CDROM= no fee
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/08/06 16:06:03 espie Exp $
|
||||
bin/atob
|
||||
bin/btoa
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/05/15 11:05:43 espie Exp $
|
||||
@bin bin/atob
|
||||
@bin bin/btoa
|
||||
@man man/man1/btoa.1
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2018/04/27 14:48:42 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
PORTROACH= skipv:1.3.2
|
||||
|
||||
COMMENT= advanced HTML-to-text converter
|
||||
|
||||
DISTNAME= html2text-1.3.2a
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
CATEGORIES= converters textproc
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2014/11/22 12:06:22 landry Exp $
|
||||
bin/html2text
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/05/15 11:05:43 espie Exp $
|
||||
@bin bin/html2text
|
||||
@man man/man1/html2text.1
|
||||
@man man/man5/html2textrc.5
|
||||
share/doc/html2text/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2013/03/11 01:30:27 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
COMMENT= external MIME packer/unpacker
|
||||
|
||||
DISTNAME= mpack-1.6
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= converters mail news
|
||||
|
||||
# BSD
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/08/06 16:06:03 espie Exp $
|
||||
bin/mpack
|
||||
bin/munpack
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/05/15 11:05:43 espie Exp $
|
||||
@bin bin/mpack
|
||||
@bin bin/munpack
|
||||
@man man/man1/mpack.1
|
||||
@man man/man1/munpack.1
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2018/01/01 18:11:46 bcallah Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
COMMENT = convert dates into the Shire Calendar
|
||||
|
||||
DISTNAME = Date-Tolkien-Shire-1.901
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
CATEGORIES = converters
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2004/09/14 23:25:50 espie Exp $
|
||||
${P5SITE}/Date/
|
||||
${P5SITE}/Date/Tolkien/
|
||||
@comment $OpenBSD: PLIST,v 1.4 2018/05/15 11:05:43 espie Exp $
|
||||
${P5SITE}/Date/Tolkien/Shire.pm
|
||||
@man man/man3p/Date::Tolkien::Shire.3p
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2016/04/26 18:06:26 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
COMMENT= PPM to Pilot bitmap converter
|
||||
|
||||
DISTNAME= ppmtoTbmp-1.1
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= converters graphics
|
||||
HOMEPAGE= http://www.isaac.cs.berkeley.edu/pilot/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/14 23:25:51 espie Exp $
|
||||
bin/Tbmptopnm
|
||||
bin/ppmtoTbmp
|
||||
@comment $OpenBSD: PLIST,v 1.3 2018/05/15 11:05:43 espie Exp $
|
||||
@bin bin/Tbmptopnm
|
||||
@bin bin/ppmtoTbmp
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2013/03/11 01:30:28 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2018/05/15 11:05:43 espie Exp $
|
||||
|
||||
COMMENT= character encoding converter generator package
|
||||
|
||||
DISTNAME= trans120
|
||||
PKGNAME= trans-1.20
|
||||
REVISION= 1
|
||||
REVISION= 2
|
||||
CATEGORIES= converters
|
||||
|
||||
PERMIT_PACKAGE_CDROM= no fee
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2004/09/14 23:25:51 espie Exp $
|
||||
bin/checkiso
|
||||
bin/checkuni
|
||||
bin/transce8
|
||||
bin/transhtm
|
||||
bin/transiso
|
||||
bin/transtab
|
||||
@comment $OpenBSD: PLIST,v 1.5 2018/05/15 11:05:43 espie Exp $
|
||||
@bin bin/checkiso
|
||||
@bin bin/checkuni
|
||||
@bin bin/transce8
|
||||
@bin bin/transhtm
|
||||
@bin bin/transiso
|
||||
@bin bin/transtab
|
||||
lib/trans/
|
||||
lib/trans/README
|
||||
lib/trans/bin/
|
||||
|
Loading…
x
Reference in New Issue
Block a user