summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/pico-alpine/Makefile2
-rw-r--r--editors/pico-alpine/pkg-descr2
-rw-r--r--irc/sirc/Makefile2
-rw-r--r--irc/sirc/pkg-descr2
-rw-r--r--mail/alpine/Makefile2
-rw-r--r--mail/alpine/pkg-descr2
-rw-r--r--mail/pine-pgp-filters/Makefile2
-rw-r--r--mail/pine-pgp-filters/pkg-descr2
-rw-r--r--misc/wmweather+/Makefile2
-rw-r--r--misc/wmweather+/pkg-descr2
-rw-r--r--ports-mgmt/portmaster/Makefile2
-rw-r--r--ports-mgmt/portmaster/pkg-descr2
-rw-r--r--security/pidgin-otr/Makefile2
-rw-r--r--security/pidgin-otr/pkg-descr2
-rw-r--r--x11-wm/obmenu/Makefile2
-rw-r--r--x11-wm/obmenu/pkg-descr2
-rw-r--r--x11/tint/Makefile2
-rw-r--r--x11/tint/pkg-descr2
18 files changed, 36 insertions, 0 deletions
diff --git a/editors/pico-alpine/Makefile b/editors/pico-alpine/Makefile
index 70ec30ee6c55..f00f7ca15483 100644
--- a/editors/pico-alpine/Makefile
+++ b/editors/pico-alpine/Makefile
@@ -12,6 +12,8 @@ DISTNAME= alpine-${PORTVERSION}
COMMENT= [Al]PIne's message COmposition editor and Pilot file manager
+LICENSE= ASL
+
MASTERDIR= ${.CURDIR}/../../mail/alpine
DESCR= ${.CURDIR}/pkg-descr
diff --git a/editors/pico-alpine/pkg-descr b/editors/pico-alpine/pkg-descr
index c8a5b9a6d127..499339d22a4d 100644
--- a/editors/pico-alpine/pkg-descr
+++ b/editors/pico-alpine/pkg-descr
@@ -11,6 +11,8 @@ commands operate on text files only. The "Edit" command invokes "pico."
The "Launch" command provides a convenient way to either execute the selected
file or to run an application on it.
+LICENSE: ASL
+
WWW: http://www.washington.edu/alpine/
- Doug Barton
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile
index 3c57db9ea502..a3200c978846 100644
--- a/irc/sirc/Makefile
+++ b/irc/sirc/Makefile
@@ -19,6 +19,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= DougB@FreeBSD.org
COMMENT= Small (150k), fast, perl-based IRC client
+LICENSE= GPLv2
+
USE_PERL5= yes
OPTIONS= IPV6 "Support for IPv6 transport" on \
diff --git a/irc/sirc/pkg-descr b/irc/sirc/pkg-descr
index 70be7c8256ff..49716763b9fa 100644
--- a/irc/sirc/pkg-descr
+++ b/irc/sirc/pkg-descr
@@ -7,5 +7,7 @@ some useful sample scripts that will get you started on IRC quickly. No
knowledge of perl is necessary to run the client although it is helpful
if you plan to do any scripting.
+LICENSE: GPL2 or later
+
Author: Roger Espel Llima (aka orabidoo)
WWW: http://www.iagora.com/~espel/sirc.html
diff --git a/mail/alpine/Makefile b/mail/alpine/Makefile
index 75ebaa8dc1b8..15fb53e65946 100644
--- a/mail/alpine/Makefile
+++ b/mail/alpine/Makefile
@@ -16,6 +16,8 @@ DIST_SUBDIR= alpine-${PORTVERSION}
MAINTAINER= dougb@FreeBSD.org
COMMENT?= Mail and news client descended from Pine
+LICENSE= ASL
+
OPTIONS+= THREADS "Compile with thread support" on \
MOUSE "Enable mouse support for xterm" on \
NLS "National Language Support" off \
diff --git a/mail/alpine/pkg-descr b/mail/alpine/pkg-descr
index 7a9407d8ea64..b3263c290854 100644
--- a/mail/alpine/pkg-descr
+++ b/mail/alpine/pkg-descr
@@ -18,6 +18,8 @@ Alpine's basic feature set includes:
Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
Standard for representing multipart and multimedia data in email.
+LICENSE: ASL
+
WWW: http://www.washington.edu/alpine/
- Doug Barton
diff --git a/mail/pine-pgp-filters/Makefile b/mail/pine-pgp-filters/Makefile
index 023c1edb9bd1..b3a1b323036f 100644
--- a/mail/pine-pgp-filters/Makefile
+++ b/mail/pine-pgp-filters/Makefile
@@ -17,6 +17,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= DougB@FreeBSD.org
COMMENT= Simple /bin/sh-based filters to use GnuPG with Alpine
+LICENSE= BSD
+
PLIST_FILES= bin/ppf_mime bin/ppf_mime_decrypt \
libexec/ppf_decrypt libexec/ppf_encrypt libexec/ppf_mime \
libexec/ppf_mime_decrypt libexec/ppf_sign libexec/ppf_verify
diff --git a/mail/pine-pgp-filters/pkg-descr b/mail/pine-pgp-filters/pkg-descr
index caad1b460c8d..09fd4767bf8a 100644
--- a/mail/pine-pgp-filters/pkg-descr
+++ b/mail/pine-pgp-filters/pkg-descr
@@ -6,6 +6,8 @@ that were sent using MIME encoding.
See the INSTALL file for instructions on how to configure these filters.
+LICENSE: BSD
+
WWW: http://dougbarton.us/PGP/ppf/
- Doug Barton
diff --git a/misc/wmweather+/Makefile b/misc/wmweather+/Makefile
index 4cce40f35346..ca96c34d7845 100644
--- a/misc/wmweather+/Makefile
+++ b/misc/wmweather+/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= SF/wmweatherplus/wmweather%2B/wmweather%2B-${PORTVERSION}
MAINTAINER= dougb@FreeBSD.org
COMMENT= Displays current conditions and forecasts with icons and text
+LICENSE= GPLv2
+
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \
pcre:${PORTSDIR}/devel/pcre \
tiff:${PORTSDIR}/graphics/tiff \
diff --git a/misc/wmweather+/pkg-descr b/misc/wmweather+/pkg-descr
index f4c22fe5e469..fc9abfeec154 100644
--- a/misc/wmweather+/pkg-descr
+++ b/misc/wmweather+/pkg-descr
@@ -6,4 +6,6 @@ and a sky condition display.
You will need to look up the METAR code for your city (a standard code
used in aviation).
+LICENSE: GPL2 or later
+
WWW: http://sourceforge.net/projects/wmweatherplus/
diff --git a/ports-mgmt/portmaster/Makefile b/ports-mgmt/portmaster/Makefile
index 8b7be0e83b2e..30a4b7082907 100644
--- a/ports-mgmt/portmaster/Makefile
+++ b/ports-mgmt/portmaster/Makefile
@@ -16,6 +16,8 @@ DISTFILES= # none
MAINTAINER= dougb@FreeBSD.org
COMMENT= Manage your ports without external databases or languages
+LICENSE= BSD
+
OPTIONS= BASH "Install programmable completions for Bash" off \
ZSH "Install programmable completions for zsh" off
diff --git a/ports-mgmt/portmaster/pkg-descr b/ports-mgmt/portmaster/pkg-descr
index e68367757f92..d2be6689807a 100644
--- a/ports-mgmt/portmaster/pkg-descr
+++ b/ports-mgmt/portmaster/pkg-descr
@@ -21,4 +21,6 @@ Portmaster has the following features:
*** Package installation support requires FreeBSD 6.4 or newer ***
+LICENSE: BSD
+
WWW: http://dougbarton.us/portmaster.html
diff --git a/security/pidgin-otr/Makefile b/security/pidgin-otr/Makefile
index a3e1e2dfa727..94674ac67f8b 100644
--- a/security/pidgin-otr/Makefile
+++ b/security/pidgin-otr/Makefile
@@ -20,6 +20,8 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= dougb@FreeBSD.org
COMMENT= Allows deniable private conversations using Pidgin
+LICENSE= GPLv2
+
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:${PORTSDIR}/net-im/pidgin
LIB_DEPENDS= otr:${PORTSDIR}/security/libotr \
gcrypt:${PORTSDIR}/security/libgcrypt \
diff --git a/security/pidgin-otr/pkg-descr b/security/pidgin-otr/pkg-descr
index 3c6c9a770f66..488fcf8e01b1 100644
--- a/security/pidgin-otr/pkg-descr
+++ b/security/pidgin-otr/pkg-descr
@@ -15,4 +15,6 @@ conversations over instant messaging by providing:
If you lose control of your private keys, no previous
conversation is compromised.
+LICENSE: GPL2 or later
+
WWW: http://www.cypherpunks.ca/otr/
diff --git a/x11-wm/obmenu/Makefile b/x11-wm/obmenu/Makefile
index 856e6926c0a3..e1ef040c1e5c 100644
--- a/x11-wm/obmenu/Makefile
+++ b/x11-wm/obmenu/Makefile
@@ -14,6 +14,8 @@ MASTER_SITES= SF
MAINTAINER= dougb@FreeBSD.org
COMMENT= Menu manager for Openbox supporting both static and pipe menus
+LICENSE= GPLv2
+
USE_GNOME= pygtk2
USE_PYTHON= yes
USE_PYDISTUTILS= yes
diff --git a/x11-wm/obmenu/pkg-descr b/x11-wm/obmenu/pkg-descr
index f62bf0a40717..9e0ea9fde695 100644
--- a/x11-wm/obmenu/pkg-descr
+++ b/x11-wm/obmenu/pkg-descr
@@ -6,4 +6,6 @@ It can install dynamic menus (pipe menus), such as Gnome menus or a
quick-navigator. You can also use the obxml module to easily write pipe
menus of your own in Python.
+LICENSE: GPL2 or later
+
WWW: http://obmenu.sourceforge.net/
diff --git a/x11/tint/Makefile b/x11/tint/Makefile
index abfa9532b065..496af528d6a6 100644
--- a/x11/tint/Makefile
+++ b/x11/tint/Makefile
@@ -13,6 +13,8 @@ MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= dougb@FreeBSD.org
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
+LICENSE= GPLv2
+
MAKE_JOBS_SAFE= yes
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
diff --git a/x11/tint/pkg-descr b/x11/tint/pkg-descr
index ab84b189cda3..c0505cb49c77 100644
--- a/x11/tint/pkg-descr
+++ b/x11/tint/pkg-descr
@@ -13,6 +13,8 @@ Tint panel features
* clock with font, color and transparency
* multi-monitor : panel position adjust to monitor, taskbar by monitor
+LICENSE: GPL2 or later
+
WWW: http://code.google.com/p/tint2/
- Doug Barton