aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-08-17 20:53:23 +0800
committerpav <pav@FreeBSD.org>2004-08-17 20:53:23 +0800
commitef4ce851475e054d8dec905af1c1e86af9425653 (patch)
tree4ea85a1a80e5c838de7a7338f3bd98894144908b /misc
parentecf5c13d3da42cee9d3a2bfa82376ed2f829e6c9 (diff)
downloadfreebsd-ports-gnome-ef4ce851475e054d8dec905af1c1e86af9425653.tar.gz
freebsd-ports-gnome-ef4ce851475e054d8dec905af1c1e86af9425653.tar.zst
freebsd-ports-gnome-ef4ce851475e054d8dec905af1c1e86af9425653.zip
Remove sword-modules. According to maintainer: "misc/sword-modules may have
been nice attempt to make content module installation easy. It worked initially but currently it doesn't work at all. It would need much work to keep it current. As gui frontend packages have more and more included module installation, the need for this port gets less. I think it's best to remove this port. An update of misc/sword I'm working at will include an updated pkg-message about installing modules." PR: ports/70574 Submitted by: Willem van Engen <wvengen@stack.nl> (maintainer)
Diffstat (limited to 'misc')
-rw-r--r--misc/Makefile1
-rw-r--r--misc/cheatah/Makefile1
-rw-r--r--misc/sword-modules/Makefile94
-rw-r--r--misc/sword-modules/pkg-descr9
-rw-r--r--misc/sword-modules/scripts/bibles.list94
-rw-r--r--misc/sword-modules/scripts/comments.list19
-rw-r--r--misc/sword-modules/scripts/configure.swmods142
-rw-r--r--misc/sword-modules/scripts/cults.list2
-rw-r--r--misc/sword-modules/scripts/devotionals.list20
-rw-r--r--misc/sword-modules/scripts/lexicons.list15
10 files changed, 0 insertions, 397 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 83d3c80fbd0b..0ce2bc0d9a58 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -372,7 +372,6 @@
SUBDIR += susv2
SUBDIR += susv3
SUBDIR += sword
- SUBDIR += sword-modules
SUBDIR += talkfilters
SUBDIR += tcb
SUBDIR += team
diff --git a/misc/cheatah/Makefile b/misc/cheatah/Makefile
index dbf911754e5e..942553b6311c 100644
--- a/misc/cheatah/Makefile
+++ b/misc/cheatah/Makefile
@@ -16,7 +16,6 @@ MAINTAINER= wvengen@stack.nl
COMMENT= Temporary gtk GUI to the SWORD project
LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword
-RUN_DEPENDS= ${LOCALBASE}/share/sword/mods.d:${PORTSDIR}/misc/sword-modules
GNU_CONFIGURE= yes
USE_GMAKE= yes
diff --git a/misc/sword-modules/Makefile b/misc/sword-modules/Makefile
deleted file mode 100644
index 2ba3e55e7c1d..000000000000
--- a/misc/sword-modules/Makefile
+++ /dev/null
@@ -1,94 +0,0 @@
-# New ports collection makefile for: sword-modules
-# Date created: 28 may 2001
-# Whom: Willem van Engen <wvengen@stack.nl>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sword-modules
-PORTVERSION= 1.1
-CATEGORIES= misc
-MASTER_SITES= ftp://ftp.crosswire.org/pub/sword/modules/raw/ \
- http://www.crosswire.org/sword/download/ftpmirror/pub/sword/modules/raw/
-DISTFILES= ${MODULE_FILES}
-DIST_SUBDIR= sword_modules
-EXTRACT_ONLY= # empty
-
-MAINTAINER= wvengen@stack.nl
-COMMENT= Bible, lexicon and commentary modules for SWORD
-
-LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword
-BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
-
-NO_BUILD= yes
-USE_ZIP= yes
-RESTRICTED= Not all modules may be freely redistributed
-
-# Modules may change, but it has no effect on their functionality. I think
-# it's best not to use checksum. Besides, there is no version number on modules.
-NO_CHECKSUM= yes
-
-MODULE_FILES=
-SETDIR= ${WRKDIRPREFIX}${.CURDIR}
-MODFILE= ${SETDIR}/Makefile.sel
-SCRIPTS_ENV= SETDIR="${SETDIR}" \
- TOUCH="${TOUCH}" \
- MKDIR="${MKDIR}" \
- CAT="${CAT}" \
- MKTEMP="${MKTEMP}"\
- SED="${SED}"\
- BASENAME="${BASENAME}"\
- WC="${WC}"\
- SCRIPTDIR="${SCRIPTDIR}" \
- BUILD="${PACKAGE_BUILDING}" \
- DIST_SUBDIR="${DIST_SUBDIR}" \
- MODFILE="${MODFILE}" \
- BATCH="${BATCH}"
-
-DIRNAME?= ${BASENAME:S/basename/dirname/}
-
-.if !exists(${MODFILE})
-pre-fetch: select
-.else
-.include <${MODFILE}>
-pre-fetch:
-.endif
- @${MAKE} do-fetch # XXX Not sure if this is needed
-
-select:
- @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.swmods
-
-post-clean:
- @${RM} -f ${MODFILE}
-
-do-install:
- @${MKDIR} ${PREFIX}/share/sword
- @for i in ${MODULE_FILES}; do \
- ${EXTRACT_CMD} -qo ${DISTDIR}/${DIST_SUBDIR}/$${i} -d ${PREFIX}/share/sword; \
- done
-
-post-install:
- @tdirs=""; \
- for i in ${MODULE_FILES}; do \
- tfiles=`${EXTRACT_CMD} -Z -1 ${DISTDIR}/${DIST_SUBDIR}/$${i}`; \
- for j in $${tfiles}; do \
- ${ECHO_CMD} "share/sword/$${j}" >>${TMPPLIST}; \
- if [ "`${ECHO_CMD} $${j} | ${GREP} -v mods.d`" ]; then \
- dirn=`${DIRNAME} $${j}`; \
- while [ "$${dirn}" -a "$${dirn}" != "." -a \
- "$${dirn}" != "/" ]; do \
- if [ ! "`${ECHO_CMD} \"$${tdirs}\" | ${GREP} \"$${dirn} \"`" ]; then \
- tdirs="$${tdirs}$${dirn} "; \
- fi; \
- dirn=`${DIRNAME} $${dirn}`; \
- done; \
- fi; \
- done; \
- done; \
- ksorted=`for k in $${tdirs}; do printf "%s\n" $${k}; done | ${SORT} -r -t" "`;\
- for j in $${ksorted}; do \
- ${ECHO_CMD} "@dirrm share/sword/$${j}" >>${TMPPLIST}; \
- done; \
- ${ECHO_CMD} "@dirrm share/sword/mods.d" >>${TMPPLIST};
-
-.include <bsd.port.mk>
diff --git a/misc/sword-modules/pkg-descr b/misc/sword-modules/pkg-descr
deleted file mode 100644
index 288424dfcb59..000000000000
--- a/misc/sword-modules/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-The SWORD Project is an effort to create an ever expanding software package
-for research and study of God and His Word. The SWORD Bible Framework allows
-easy manipulation of Bible texts, commentaries, lexicons, dictionaries, etc.
-Many frontends are build using this framework. An installed module set may be
-shared between any frontend using the framework.
-
-WWW: http://www.crosswire.org/
-
-- Willem van Engen <wvengen@stack.nl>
diff --git a/misc/sword-modules/scripts/bibles.list b/misc/sword-modules/scripts/bibles.list
deleted file mode 100644
index aaa389108430..000000000000
--- a/misc/sword-modules/scripts/bibles.list
+++ /dev/null
@@ -1,94 +0,0 @@
-AraSVD "Smith & Van Dyke Arabic Bible"
-Bulgarian "Bulgarian Bible"
-CzeBKR "Czech Bible Kralicka"
-CzeCEP "Czech Ekumenicky Cesky preklad"
-CzeKMS "Czech Preklad KMS Nova smlouva"
-CzeNKB "Czech Nova kralicka Bible"
-Dan "Danske Bibel"
-GerBen "German Bengel NT"
-GerLut "German 1912 Luther"
-GerLut1545 "German 1545 Luther"
-GerSch "German 1951 Schlachter Bibel"
-UMGreek "Unaccented Modern Greek Text"
-AKJV "American King James Version"
-ASV "1901 American Standard Version"
-BBE "1965 Bible in Basic English"
-Common "The Common Edition: New Testament"
-DR "Douay-Rheims Bible"
-DRA "Douay-Rheims 1899 American Edition"
-Darby "1889 Darby Bible"
-HNV "Hebrew Names Version of the World English Bible"
-IGNT "Interlinear Greek New Testament"
-ISV "International Standard Version"
-JPS "Jewish Publication Society Old Testament"
-KJV "King James Version of 1611 w/ Strongs Numbers"
-LO "The Living Oracles NT"
-Montgomery "Montgomery New Testament"
-Murdock "James Murdock's Translation of the Syriac Peshitta"
-ORTHJBC "The Orthodox Jewish Brit Chadasha"
-RNKJV "Restored Name King James Version"
-RSV "Revised Standard Version"
-RWebster "Revised 1833 Webster Version"
-Rotherham "The Emphasized Bible by J. B. Rotherham"
-Twenty "Twentieth Century New Testament"
-WEB "World English Bible"
-Websters "Webster Bible"
-WesleyNT "John Wesley NT"
-Weymouth "1912 Weymouth NT"
-YLT "1898 Young's Literal Translation"
-Esperanto "Esperanto Bible"
-SpaRV "Spanish Reina-Valera"
-SpaSEV "Spanish 1569 Sagradas Escrituras Version Antigua"
-SpaVNT "Spanish 1858 Valera New Testament"
-Est "Estonian Bible"
-FinPR "Finnish 1938 PhyZ Raamattu"
-FreLSG "French 1910 Louis Segond"
-GothicA "Gothic Codex Ambr. A & Mss."
-GothicB "Gothic Codex Ambr. B & Car."
-Byz "1991 Byzantine/Majority Text"
-LXX "Septuagint"
-LXXM "Septuagint, Morphologically Tagged Rahlfs'"
-Scrivner "1894 Scrivener Textus Receptus"
-Stephanus "1550 Stephanus Textus Receptus"
-Tisch "Tischendorf's Eighth Edition GNT"
-WH "1881 Westcott-Hort Greek Text"
-WHNU "Westcott-Hort with NA27U4 variants"
-ManxGaelic "Manx Gaelic Scripture Portions"
-FreCrl "French Haitian Creole Version"
-Aleppo "Aleppo Codex"
-BHS "Biblia Hebraica Stuttgartensia"
-HebModern "Modern Hebrew Bible"
-HunKar "Hungarian Karoli"
-IndBIS "Indonesian Bahasa Indonesia Sehari-hari"
-IndTB "Indonesian Terjemahan Baru"
-IndTL "Indonesian Terjemahan Baru"
-Icelandic "Icelandic Bible"
-ItaLND "Italian 1991 La Nuova Diodati"
-ItaNRV "Italian 1994 La Sacra Bibbia Nuova Riveduta"
-JapKUG "Japanese JKUG Translation"
-JapSNKI "Japanese JSNKI Translation"
-Ketchi "Ketchi Bible"
-Korean "Korean Bible"
-Vulgate "Latin Vulgate"
-Vulgate_HebPs "Latin Vulgate Psalms from Hebrew"
-Latvian "Latvian New Testament"
-Maori "Maori Bible"
-DutSVV "Dutch Statenvertaling"
-Norsk "Norsk Bibelen"
-Mel "Melanesian Pidgin Bible"
-Uma "Uma New Testament"
-PorAA "Portuguese Joao Ferreira de Almeida Atualizada"
-RomCor "Romanian Cornilescu Version"
-RST "Russian Synodal Translation"
-RusMakarij "The Pentateuch of Moses in Russian"
-ScotsGaelic "Scots Gaelic Gospel of Mark"
-ALB "Albanian Bible"
-SweSVE "Swedish Bible 1917 New Testament"
-Swahili "Swahili New Testament"
-ThaiKJV "Thai KJV"
-Tagalog "Tagalog (John & James)"
-Turkish "Turkish NT"
-Ukrainian "Ukrainian Bible"
-Viet "1934 Vietnamese Bible"
-Xhosa "Xhosa Bible"
-ChiGU "Chinese Glory Union Bible"
diff --git a/misc/sword-modules/scripts/comments.list b/misc/sword-modules/scripts/comments.list
deleted file mode 100644
index 5f2271833fee..000000000000
--- a/misc/sword-modules/scripts/comments.list
+++ /dev/null
@@ -1,19 +0,0 @@
-MAK "Matthias Ansorgs Kommentar"
-Rieger "Carl Heinrich Riegers Kommentar"
-Barnes "Barnes' New Testament Notes"
-Clarke "Adam Clarke's Commentary on the Bible"
-DTN "Darby Translation Notes"
-Family "Family Bible Notes"
-Geneva "Geneva Bible Translation Notes"
-JFB "Jamieson Fausset Brown Bible Commentary"
-MHC "Matthew Henry's Complete Commentary on the Whole Bible"
-MHCC "Matthew Henry's Concise Commentary on the Whole Bible"
-PNT "The People's New Testament"
-Personal "Personal Commentary"
-RWP "Robertson's Word Pictures"
-Scofield "Scofield Reference Notes, 1917 Edition"
-TDavid "C. H. Spurgeon's Treasury of David"
-TFG "The Fourfold Gospel and Commentary on Acts of Apostles"
-TSK "Treasury of Scriptural Knowledge"
-Wesley "John Wesley's Notes on the Bible"
-DutKant "Kanttekeningen Statenvertaling"
diff --git a/misc/sword-modules/scripts/configure.swmods b/misc/sword-modules/scripts/configure.swmods
deleted file mode 100644
index cdbdf7597daf..000000000000
--- a/misc/sword-modules/scripts/configure.swmods
+++ /dev/null
@@ -1,142 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-SED=${SED:-/usr/bin/sed}
-MKTEMP=${MKTEMP:-/usr/bin/mktemp}
-AWK=${AWK:-/usr/bin/awk}
-BASENAME=${BASENAME:-/usr/bin/basename}
-CAT=${CAT:-/bin/cat}
-WC=${WC:-/usr/bin/wc}
-MKDIR=${MKDIR:-/bin/mkdir -p}
-
-dialog_main() {
- tmpfile=`${MKTEMP} -t menulistM`
-
- choosedone=0;
- while [ $choosedone != 1 ]; do
- /usr/bin/dialog --title "SWORD Modules" --clear \
- --menu "\n\
-Please select desired modules in each section:" -1 -1 6 \
-Bibles "Select biblical texts" \
-Lexicons "Select lexicons / dictionaries" \
-Comments "Select commentaries" \
-Devotionals "Select daily devotionals" \
-Cults "Select cults / unorthodox / questionnable modules" \
-Done "Done" \
-2> $tmpfile
-
- retval=${?}
-
- case $retval in
- 0)
- chosen=`${CAT} $tmpfile`
-
- case $chosen in
- "Bibles")
- dialog_select ${SCRIPTDIR}/bibles.list selbibles "$selbibles"
- ;;
-
- "Lexicons")
- dialog_select ${SCRIPTDIR}/lexicons.list sellexicons "$sellexicons"
- ;;
-
- "Comments")
- dialog_select ${SCRIPTDIR}/comments.list selcomments "$selcomments"
- ;;
-
- "Devotionals")
- dialog_select ${SCRIPTDIR}/devotionals.list seldevotionals "$seldevotionals"
- ;;
-
- "Cults")
- dialog_select ${SCRIPTDIR}/cults.list selcults "$selcults"
- ;;
-
- "Done")
- choosedone=1
- ;;
-
- *)
- echo "Unknown option: $chosen"
- rm -f $tmpfile
- exit 1
- ;;
- esac
- ;;
-
- 1) echo "Cancelled"
- rm -f $tmpfile
- exit 1
- ;;
- *)
- rm -f $tmpfile
- exit 1
- ;;
- esac
- done
-
- rm -f $tmpfile
-}
-
-dialog_select() {
- modtype=`${BASENAME} $1|${SED} s/\.list.*$//`
- tmpf=`${MKTEMP} -t dlgscript`
- selectlist=`${MKTEMP} -t selectlist`
- prem=`${WC} -l $1 | ${AWK} '{print $1;}`
- m=${prem:-16}
- if [ $m -gt 16 ]; then m=16; fi
-
- echo -n "/usr/bin/dialog --title \"SWORD modules: ${modtype}\" --clear \
---checklist \"\n Please select desired ${modtype} modules:\" -1 -1 $m " >$tmpf
-
- echo -n `${CAT} $1|${AWK} --assign selmods="$3" '
-BEGIN {
- FS="\t";
- split(selmods,smatmp," ");
- for (i in smatmp) {
- selmodarray[smatmp[i]]=1;
- }
-}
-
-{
- if ($1 in selmodarray) ison="ON"; else ison="OFF"
- printf("%s %s %s ",$1,$2,ison);
-}'` >>$tmpf
-
- echo ' 2> ${selectlist} ' >>$tmpf
-
- . $tmpf
-
- retval=${?}
-
- if [ x$retval = x0 ]; then
- setvar $2 "`${CAT} ${selectlist} | ${SED} s/\\\"//g`"
- fi
-
- rm -f $tmpf
- rm -f $selectlist
-}
-
-if [ -f ${WRKDIR}/selected.conf ]; then
- . ${WRKDIR}/selected.conf
-else
- selbibles="ASV KJV WEB"
- sellexicons="StrongsGreek StrongsHebrew"
- selcomments="Personal TSK"
- seldevotionals=""
- selcults=""
-fi
-
-if [ ! "${BATCH}" ]; then
- dialog_main
-fi
-
-if [ ! -d ${SETDIR} ]; then
- ${MKDIR} ${SETDIR}
-fi
-
-echo "# Automatically generated file - manual changes may be lost" >${MODFILE}
-for module in $selbibles $sellexicons $selcomments $selcults $seldevotionals; do
- echo "MODULE_FILES += ${module}.zip " >>${MODFILE}
-done
-
diff --git a/misc/sword-modules/scripts/cults.list b/misc/sword-modules/scripts/cults.list
deleted file mode 100644
index 3a031da5624d..000000000000
--- a/misc/sword-modules/scripts/cults.list
+++ /dev/null
@@ -1,2 +0,0 @@
-Diaglott "The Emphatic Diaglott"
-JST "Joseph Smith Translation"
diff --git a/misc/sword-modules/scripts/devotionals.list b/misc/sword-modules/scripts/devotionals.list
deleted file mode 100644
index 2e3994903ffc..000000000000
--- a/misc/sword-modules/scripts/devotionals.list
+++ /dev/null
@@ -1,20 +0,0 @@
-losung_de_89 "1989 Losung auf deutsch"
-losung_de_90 "1990 Losung auf deutsch"
-losung_de_91 "1991 Losung auf deutsch"
-losung_de_92 "1992 Losung auf deutsch"
-losung_de_93 "1993 Losung auf deutsch"
-losung_de_94 "1994 Losung auf deutsch"
-losung_de_95 "1995 Losung auf deutsch"
-losung_de_96 "1996 Losung auf deutsch"
-losung_de_97 "1997 Losung auf deutsch"
-losung_de_98 "1998 Losung auf deutsch"
-losung_de_99 "1999 Losung auf deutsch"
-DBD "Day By Day By Grace - Bob Hoekstra"
-Daily "Jonathan Bagster's Daily Light on the Daily Path"
-SME "C. H. Spurgeon's Morning and Evening: Daily Readins"
-losung_en_96 "1996 Watchwords (Losung) in English"
-losung_en_97 "1997 Watchwords (Losung) in English"
-losung_en_98 "1998 Watchwords (Losung) in English"
-losung_en_99 "1999 Watchwords (Losung) in English"
-losung_es_99 "1999 Watchwords (Losung) en Castellano"
-losung_nl_99 "1999 Watchwords (Losung) in Dutch"
diff --git a/misc/sword-modules/scripts/lexicons.list b/misc/sword-modules/scripts/lexicons.list
deleted file mode 100644
index 08fe83b50006..000000000000
--- a/misc/sword-modules/scripts/lexicons.list
+++ /dev/null
@@ -1,15 +0,0 @@
-AmTract "American Tract Society Bible Dictionary"
-BDB "Brown-Driver-Briggs Hebrew Lexicon"
-Eastons "Easton's Bible Dictionary"
-Hitchcocks "Hitchcock's Bible Names"
-ISBE "International Standard Bible Encyclopedia"
-Naves "Nave's Topical Bible"
-Packard "Packard's Morphological Analysis Codes"
-Smiths "Smith's Bible Dictionary"
-StrongsGreek "Strong's Greek Bible Dictionary"
-StrongsHebrew "Strong's Hebrew Bible Dictionary"
-Thayer "Thayer's Greek Lexicon"
-Torrey "R. A. Torrey's New Topical Textbook"
-WebstersDict "Webster's Revised Unabridged English Dictionary 1913"
-GreekHebrew "Greek to Hebrew Dictionary of Septuagint Words"
-HebrewGreek "Hebrew to Greek Dictionary of Septuagint Words"
gi/freebsd-ports-gnome/commit/japanese?h=gstreamer0.10-removal&id=32138405327ece368af0e8b1c083a733b25398aa'>Fix build error.nobutaka2014-06-289-8/+72 * Add migemo.el, Japanese incremental search tool for Emacs.nobutaka2014-06-286-0/+95 * Reset maintainer, email bouncesantoine2014-06-281-1/+1 * - Remove editors/emacs21, and editors/emacs22 as they're no longer maintainedashish2014-06-2737-1183/+0 * Only one slave ports so far, relax the check on PKGNAMESUFFIX because previou...bapt2014-06-271-2/+2 * add a new port japanese/font-ricty-discorddaichi2014-06-272-0/+10 * - Stagifydaichi2014-06-274-59/+65 * Allow to build with texinfo from portsantoine2014-06-261-0/+1 * Allow to build with texinfo from portsantoine2014-06-261-1/+1 * Allow to build with texinfo from portsantoine2014-06-261-1/+1 * Convert GMAKE to MAKE_CMDbapt2014-06-254-12/+12 * Update to 4.2.5.jkim2014-06-241-4/+4 * Mark as broken: no distinfobapt2014-06-231-4/+1 * Support staging.nobutaka2014-06-222-8/+5 * * Use pkg-install/pkg-deinstall scripts instead of pkg-req.nobutaka2014-06-225-43/+118 * Support staging.nobutaka2014-06-225-14/+11 * Remove localized bugzilla ports for which the master port expired:rene2014-06-2111-733/+0 * japanese/nhocr: Unbreak on FreeBSD 10+ and DragonFlymarino2014-06-211-0/+10 * support stage.sanpei2014-06-212-1/+1 * already supported in master ports(japanese/mozc-server)sanpei2014-06-211-1/+0 * * Add a patch from SA bug 7057 to fix compatibility with Net::DNS >= 0.76 [1]adamw2014-06-211-1/+1 * support stage.sanpei2014-06-201-2/+1 * support stage.sanpei2014-06-201-1/+1 * - Switch print/libpaper to USES=libtool, drop .la filesamdmi32014-06-201-1/+1 * support stage for mozc-el.sanpei2014-06-192-2/+1 * japanese/mecab: Convert to USES+= libtoolmarino2014-06-192-4/+5 * japanese/eb: Always set USES=iconv, move to USES+= libtoolmarino2014-06-194-21/+88 * Fix perl shebang line of kEsetroot.nobutaka2014-06-171-0/+1 * Use converters/libiconv instead of base system iconv to fix build error.nobutaka2014-06-172-6/+11 * Stagify.vanilla2014-06-172-5/+14 * Stagify.vanilla2014-06-171-10/+6 * fix missing @dirrmtrysanpei2014-06-171-0/+3 * Remove NO_STAGE mark because staging is supported by the master port (x11/ete...nobutaka2014-06-161-1/+0 * Support staging.nobutaka2014-06-162-3/+1 * Fix build error.nobutaka2014-06-163-5/+22 * support stagesanpei2014-06-163-6/+12 * Update to 1.8.6.nobutaka2014-06-161-10/+5 * japanese/xtreadler2014-06-142-13/+14 * - Stagify.kuriyama2014-06-145-17/+12 * Stagefydaichi2014-06-142-17/+8 * Stagefydaichi2014-06-142-12/+8 * games/japanese: quit: Stage support and change maintainersmarino2014-06-141-2/+1 * Support LIBS like LDFLAGS.tijl2014-06-113-10/+5 * Update to libreoffice 4.2.4bapt2014-06-111-4/+4 * Remove all the bootstrap files (.bs) from the plists.mat2014-06-108-8/+0 * Remove all space characters from Makefile assignments.olgeni2014-06-092-4/+4 * - Update from 2.8.7 to 2.8.8 [1]danilo2014-06-082-7/+7 * - Update from 0.20140501 to 0.20140602danilo2014-06-062-3/+3 * - Use /usr/bin/unzip for zip files extraction (part 2)ak2014-06-0622-23/+23 * japanese/edict: Remove unnecessary extract target and dependencymarino2014-06-061-16/+7 * japanese/xgate: nightmarish stage support added.marino2014-06-064-94/+71 * - Update to version 2.14.0miwi2014-06-053-8/+17 * - Update to 0.21miwi2014-06-047-33/+32 * Reset maintainer on staged ports tooantoine2014-06-041-1/+1 * Reset maintainer, they are unreachableantoine2014-06-042-2/+2 * - USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)ohauer2014-06-021-2/+1 * 2 ports: Use ${TAR} explicitly over ${EXTRACT_CMD}marino2014-06-011-2/+2 * - Update to 20140524swills2014-05-312-4/+4 * Remove USE_GCC=any and OPTIONS_DEFAULT=DOCS.tijl2014-05-311-3/+1 * - Fix build when only CANNA is defined in PORT_OPTIONS.hrs2014-05-302-28/+23 * Reset a few maintainers who are unreachableantoine2014-05-305-5/+5 * Make password work again on recent 9-STABLE and later.ume2014-05-282-1/+14 * - Convert gmake,bzip2 to USESmiwi2014-05-2612-20/+12